Trace number 201870

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1UNSAT 135.774 136.859

General information on the benchmark

Namerlfap/rlfapScens/
scen10.xml
MD5SUM6043f49d7836cd7b2c9c748489b7ee5e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.298954
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06	c --- Preproc Stats ---
78.68	c start processing
78.68	c start relation processing
79.11	c start cnf exporting
135.66	c parsing time : 78.493
135.66	c preprocessing time : 135.481
135.67	
135.67	c Nary constraints - conflicts : 0 supports : 0
135.67	c Binary constraints - conflicts : 2392 supports :1711
135.67	c max arity constraint : 2
135.67	c Max Tuples generated 1936
135.67	c relations : 1124
135.67	c relations BDD: 0
135.67	c vars : 26857 - clauses :  1706588
135.67	
135.72	 
135.72	c --- Minisat Stats ---
135.72	 
136.82	c restarts              : 1
136.82	c conflicts             : 83             (82 /sec)
136.82	c decisions             : 1456           (1.51 % random) (1436 /sec)
136.82	c propagations          : 33224          (32770 /sec)
136.82	c conflict literals     : 728            (30.53 % deleted)
136.82	c Memory used           : 54.00 MB
136.82	c CPU time              : 1.01385 s
136.82	
136.82	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node60/watcher-201870-1168150099 -o ROOT/results/node60/solver-201870-1168150099 -C 1800 -M 900 /tmp/evaluation/201870-1168150099/galac.sh /tmp/evaluation/201870-1168150099/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.15 2.03 1.86 5/81 3918
/proc/meminfo: memFree=1131616/2055920 swapFree=4192812/4192956
[pid=3917] ppid=3915 vsize=8560 CPUtime=0
/proc/3917/stat : 3917 (galac.sh) R 3915 3917 3290 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 163407828 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271894431631 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3917/statm: 2140 253 197 79 0 133 0

[startup+0.104608 s]
/proc/loadavg: 2.15 2.03 1.86 5/81 3918
/proc/meminfo: memFree=1131616/2055920 swapFree=4192812/4192956
[pid=3917] ppid=3915 vsize=47568 CPUtime=0.01
/proc/3917/stat : 3917 (galac.sh) S 3915 3917 3290 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 163407828 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3917/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.512645 s]
/proc/loadavg: 2.15 2.03 1.86 5/81 3918
/proc/meminfo: memFree=1131616/2055920 swapFree=4192812/4192956
[pid=3917] ppid=3915 vsize=47568 CPUtime=0.01
/proc/3917/stat : 3917 (galac.sh) S 3915 3917 3290 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 163407828 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3917/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33373 s]
/proc/loadavg: 2.15 2.03 1.86 4/89 3938
/proc/meminfo: memFree=1091616/2055920 swapFree=4192812/4192956
[pid=3917] ppid=3915 vsize=47568 CPUtime=0.01
/proc/3917/stat : 3917 (galac.sh) S 3915 3917 3290 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 163407828 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3917/statm: 11892 363 245 79 0 218 0
[pid=3931] ppid=3917 vsize=861012 CPUtime=1.25
/proc/3931/stat : 3931 (java) R 3917 3917 3290 0 -1 0 12098 0 1 0 119 6 0 0 16 0 8 0 163407834 881676288 11829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155770045 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 215253 11829 1994 14 0 201458 0
[pid=3931/tid=3932] ppid=3917 vsize=861012 CPUtime=0.59
/proc/3931/task/3932/stat : 3932 (java) R 3917 3917 3290 0 -1 64 3555 0 0 0 58 1 0 0 20 0 8 0 163407837 881676288 11829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3933] ppid=3917 vsize=861012 CPUtime=0
/proc/3931/task/3933/stat : 3933 (java) S 3917 3917 3290 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 163407837 881676288 11829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3934] ppid=3917 vsize=861012 CPUtime=0
/proc/3931/task/3934/stat : 3934 (java) S 3917 3917 3290 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 163407838 881676288 11829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3935] ppid=3917 vsize=861012 CPUtime=0
/proc/3931/task/3935/stat : 3935 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163407841 881676288 11829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3936] ppid=3917 vsize=861012 CPUtime=0.16
/proc/3931/task/3936/stat : 3936 (java) S 3917 3917 3290 0 -1 64 959 0 0 0 16 0 0 0 20 0 8 0 163407841 881676288 11829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3937] ppid=3917 vsize=861012 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163407841 881676288 11829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3938] ppid=3917 vsize=861012 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163407841 881676288 11829 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 908580

[startup+2.9839 s]
/proc/loadavg: 2.21 2.05 1.86 3/89 3938
/proc/meminfo: memFree=1090464/2055920 swapFree=4192812/4192956
[pid=3917] ppid=3915 vsize=47568 CPUtime=0.01
/proc/3917/stat : 3917 (galac.sh) S 3915 3917 3290 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 163407828 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3917/statm: 11892 363 245 79 0 218 0
[pid=3931] ppid=3917 vsize=861012 CPUtime=2.88
/proc/3931/stat : 3931 (java) S 3917 3917 3290 0 -1 0 12561 0 1 0 281 7 0 0 15 0 8 0 163407834 881676288 12237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 215253 12237 1994 14 0 201458 0
[pid=3931/tid=3932] ppid=3917 vsize=861012 CPUtime=2.05
/proc/3931/task/3932/stat : 3932 (java) R 3917 3917 3290 0 -1 64 3941 0 0 0 203 2 0 0 25 0 8 0 163407837 881676288 12237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154022744 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3933] ppid=3917 vsize=861012 CPUtime=0
/proc/3931/task/3933/stat : 3933 (java) S 3917 3917 3290 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 163407837 881676288 12237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3934] ppid=3917 vsize=861012 CPUtime=0
/proc/3931/task/3934/stat : 3934 (java) S 3917 3917 3290 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 163407838 881676288 12237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3935] ppid=3917 vsize=861012 CPUtime=0
/proc/3931/task/3935/stat : 3935 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163407841 881676288 12237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3936] ppid=3917 vsize=861012 CPUtime=0.2
/proc/3931/task/3936/stat : 3936 (java) S 3917 3917 3290 0 -1 64 981 0 0 0 20 0 0 0 15 0 8 0 163407841 881676288 12237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3937] ppid=3917 vsize=861012 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163407841 881676288 12237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3938] ppid=3917 vsize=861012 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163407841 881676288 12237 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 908580

[startup+6.19321 s]
/proc/loadavg: 2.21 2.05 1.86 3/89 3938
/proc/meminfo: memFree=1087200/2055920 swapFree=4192812/4192956
[pid=3917] ppid=3915 vsize=47568 CPUtime=0.01
/proc/3917/stat : 3917 (galac.sh) S 3915 3917 3290 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 163407828 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3917/statm: 11892 363 245 79 0 218 0
[pid=3931] ppid=3917 vsize=861124 CPUtime=6.05
/proc/3931/stat : 3931 (java) S 3917 3917 3290 0 -1 0 13342 0 1 0 597 8 0 0 15 0 8 0 163407834 881790976 12927 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 215281 12927 1994 14 0 201486 0
[pid=3931/tid=3932] ppid=3917 vsize=861124 CPUtime=5.03
/proc/3931/task/3932/stat : 3932 (java) R 3917 3917 3290 0 -1 64 4614 0 0 0 500 3 0 0 25 0 8 0 163407837 881790976 12927 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155523593 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3933] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3933/stat : 3933 (java) S 3917 3917 3290 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 163407837 881790976 12927 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3934] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3934/stat : 3934 (java) S 3917 3917 3290 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 163407838 881790976 12927 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3935] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3935/stat : 3935 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163407841 881790976 12927 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3936] ppid=3917 vsize=861124 CPUtime=0.24
/proc/3931/task/3936/stat : 3936 (java) S 3917 3917 3290 0 -1 64 998 0 0 0 23 1 0 0 15 0 8 0 163407841 881790976 12927 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3937] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163407841 881790976 12927 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3938] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163407841 881790976 12927 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 908692

[startup+12.6779 s]
/proc/loadavg: 2.18 2.05 1.87 3/89 3938
/proc/meminfo: memFree=1082848/2055920 swapFree=4192812/4192956
[pid=3917] ppid=3915 vsize=47568 CPUtime=0.01
/proc/3917/stat : 3917 (galac.sh) S 3915 3917 3290 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 163407828 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3917/statm: 11892 363 245 79 0 218 0
[pid=3931] ppid=3917 vsize=861124 CPUtime=12.48
/proc/3931/stat : 3931 (java) S 3917 3917 3290 0 -1 0 14540 0 1 0 1238 10 0 0 15 0 8 0 163407834 881790976 13983 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 215281 13983 1994 14 0 201486 0
[pid=3931/tid=3932] ppid=3917 vsize=861124 CPUtime=11.08
/proc/3931/task/3932/stat : 3932 (java) R 3917 3917 3290 0 -1 64 5625 0 0 0 1104 4 0 0 25 0 8 0 163407837 881790976 13983 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155135518 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3933] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3933/stat : 3933 (java) S 3917 3917 3290 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 163407837 881790976 13983 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3934] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3934/stat : 3934 (java) S 3917 3917 3290 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 163407838 881790976 13983 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3935] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3935/stat : 3935 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163407841 881790976 13983 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3936] ppid=3917 vsize=861124 CPUtime=0.31
/proc/3931/task/3936/stat : 3936 (java) S 3917 3917 3290 0 -1 64 1043 0 0 0 30 1 0 0 15 0 8 0 163407841 881790976 13983 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3937] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163407841 881790976 13983 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3938] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163407841 881790976 13983 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 908692

[startup+25.5561 s]
/proc/loadavg: 2.15 2.04 1.87 3/89 3938
/proc/meminfo: memFree=1077920/2055920 swapFree=4192812/4192956
[pid=3917] ppid=3915 vsize=47568 CPUtime=0.01
/proc/3917/stat : 3917 (galac.sh) S 3915 3917 3290 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 163407828 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3917/statm: 11892 363 245 79 0 218 0
[pid=3931] ppid=3917 vsize=861124 CPUtime=25.24
/proc/3931/stat : 3931 (java) S 3917 3917 3290 0 -1 0 16016 0 1 0 2512 12 0 0 15 0 8 0 163407834 881790976 15243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 215281 15243 1994 14 0 201486 0
[pid=3931/tid=3932] ppid=3917 vsize=861124 CPUtime=23.39
/proc/3931/task/3932/stat : 3932 (java) R 3917 3917 3290 0 -1 64 6868 0 0 0 2334 5 0 0 25 0 8 0 163407837 881790976 15243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153623628 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3933] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3933/stat : 3933 (java) S 3917 3917 3290 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 163407837 881790976 15243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3934] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3934/stat : 3934 (java) S 3917 3917 3290 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 163407838 881790976 15243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3935] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3935/stat : 3935 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163407841 881790976 15243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3936] ppid=3917 vsize=861124 CPUtime=0.34
/proc/3931/task/3936/stat : 3936 (java) S 3917 3917 3290 0 -1 64 1060 0 0 0 33 1 0 0 16 0 8 0 163407841 881790976 15243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3937] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163407841 881790976 15243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3938] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163407841 881790976 15243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 908692

[startup+51.2276 s]
/proc/loadavg: 2.10 2.04 1.87 3/89 3938
/proc/meminfo: memFree=1069792/2055920 swapFree=4192812/4192956
[pid=3917] ppid=3915 vsize=47568 CPUtime=0.01
/proc/3917/stat : 3917 (galac.sh) S 3915 3917 3290 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 163407828 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3917/statm: 11892 363 245 79 0 218 0
[pid=3931] ppid=3917 vsize=861124 CPUtime=50.65
/proc/3931/stat : 3931 (java) S 3917 3917 3290 0 -1 0 18339 0 1 0 5049 16 0 0 15 0 8 0 163407834 881790976 17241 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 215281 17241 1994 14 0 201486 0
[pid=3931/tid=3932] ppid=3917 vsize=861124 CPUtime=47.78
/proc/3931/task/3932/stat : 3932 (java) R 3917 3917 3290 0 -1 64 8854 0 0 0 4769 9 0 0 25 0 8 0 163407837 881790976 17241 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772416 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3933] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3933/stat : 3933 (java) S 3917 3917 3290 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 163407837 881790976 17241 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3934] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3934/stat : 3934 (java) S 3917 3917 3290 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 163407838 881790976 17241 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3935] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3935/stat : 3935 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163407841 881790976 17241 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3936] ppid=3917 vsize=861124 CPUtime=0.36
/proc/3931/task/3936/stat : 3936 (java) S 3917 3917 3290 0 -1 64 1072 0 0 0 35 1 0 0 15 0 8 0 163407841 881790976 17241 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3937] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163407841 881790976 17241 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3938] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163407841 881790976 17241 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 908692

[startup+102.523 s]
/proc/loadavg: 2.10 2.04 1.88 3/89 3938
/proc/meminfo: memFree=1008608/2055920 swapFree=4192812/4192956
[pid=3917] ppid=3915 vsize=47568 CPUtime=0.01
/proc/3917/stat : 3917 (galac.sh) S 3915 3917 3290 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 163407828 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3917/statm: 11892 363 245 79 0 218 0
[pid=3931] ppid=3917 vsize=861124 CPUtime=101.6
/proc/3931/stat : 3931 (java) R 3917 3917 3290 0 -1 0 30294 0 1 0 10126 34 0 0 25 0 8 0 163407834 881790976 28885 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074485064 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 215281 28885 2016 14 0 201486 0
[pid=3931/tid=3932] ppid=3917 vsize=861124 CPUtime=73.86
/proc/3931/task/3932/stat : 3932 (java) S 3917 3917 3290 0 -1 64 13055 0 0 0 7374 12 0 0 16 0 8 0 163407837 881790976 28885 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3933] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3933/stat : 3933 (java) S 3917 3917 3290 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 163407837 881790976 28885 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3934] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3934/stat : 3934 (java) S 3917 3917 3290 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 163407838 881790976 28885 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3935] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3935/stat : 3935 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163407841 881790976 28885 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3936] ppid=3917 vsize=861124 CPUtime=0.46
/proc/3931/task/3936/stat : 3936 (java) S 3917 3917 3290 0 -1 64 1125 0 0 0 45 1 0 0 16 0 8 0 163407841 881790976 28885 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3937] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163407841 881790976 28885 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3931/tid=3938] ppid=3917 vsize=861124 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3917 3917 3290 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163407841 881790976 28885 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 908692

Child status: 0
Real time (s): 136.859
CPU time (s): 135.774
CPU user time (s): 135.176
CPU system time (s): 0.597909
CPU usage (%): 99.2076
Max. virtual memory (cumulated for all children) (KiB): 908692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.176
system time used= 0.597909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46699
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6818
involuntary context switches= 11060

runsolver used 0.143978 s user time and 0.437933 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sun Jan  7 06:08:19 UTC 2007


IDJOB= 201870
IDBENCH= 3789
FILE ID= node60/201870-1168150099

PBS_JOBID= 3478398

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScens/scen10.xml
COMMAND LINE= /tmp/evaluation/201870-1168150099/galac.sh /tmp/evaluation/201870-1168150099/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-201870-1168150099 -o ROOT/results/node60/solver-201870-1168150099 -C 1800 -M 900  /tmp/evaluation/201870-1168150099/galac.sh /tmp/evaluation/201870-1168150099/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  6043f49d7836cd7b2c9c748489b7ee5e

RANDOM SEED= 362317218

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1132096 kB
Buffers:         22564 kB
Cached:         315668 kB
SwapCached:          0 kB
Active:         598636 kB
Inactive:       266212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1132096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3512 kB
Writeback:           0 kB
Mapped:         544632 kB
Slab:            43072 kB
Committed_AS:  4231508 kB
PageTables:       2920 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB



End job on node60 on Sun Jan  7 06:10:36 UTC 2007