Trace number 199641

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 1SAT 430.967 431.247

General information on the benchmark

Namerandom/rand-2-23/
rand-23-23-253-131-48021_ext.xml
MD5SUM5ac92d33b0665a202bbb2fa978351295
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.9706
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
0.91	c start processing
0.91	c start relation processing
0.92	c start cnf exporting
1.95	c parsing time : 0.76
1.95	c preprocessing time : 1.801
1.95	
1.95	c Nary constraints - conflicts : 0 supports : 0
1.95	c Binary constraints - conflicts : 253 supports :0
1.95	c max arity constraint : 2
1.95	c Max Tuples generated 0
1.95	c relations : 253
1.95	c relations BDD: 0
1.95	c vars : 530 - clauses :  38985
1.95	
1.99	 
1.99	c --- Minisat Stats ---
1.99	 
430.30	c restarts              : 19
430.30	c conflicts             : 315684         (738 /sec)
430.30	c decisions             : 476352         (0.91 % random) (1113 /sec)
430.30	c propagations          : 17586259       (41085 /sec)
430.30	c conflict literals     : 34342800       (23.54 % deleted)
430.30	c Memory used           : 44.81 MB
430.30	c CPU time              : 428.043 s
430.30	
430.30	s SATISFIABLE
431.24	v 17 8 5 14 1 1 9 1 8 17 4 6 2 7 3 4 6 5 13 16 16 1 11

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node22/watcher-199641-1168135535 -o ROOT/results/node22/solver-199641-1168135535 -C 1800 -M 900 /tmp/evaluation/199641-1168135535/galac.sh /tmp/evaluation/199641-1168135535/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: 1.00 1.00 1.09 4/78 24814
/proc/meminfo: memFree=1119992/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=8652 CPUtime=0
/proc/24813/stat : 24813 (galac.sh) R 24811 24813 23523 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 161947928 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467815071 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/24813/statm: 2163 279 207 79 0 156 0
[pid=24815] ppid=24813 vsize=8688 CPUtime=0
/proc/24815/stat : 24815 (galac.sh) R 24813 24813 23523 0 -1 4194368 27 0 0 0 0 0 0 0 17 0 1 0 161947928 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467815071 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/24815/statm: 2172 286 209 79 0 165 0

[startup+0.103262 s]
/proc/loadavg: 1.00 1.00 1.09 4/78 24814
/proc/meminfo: memFree=1119992/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=47580 CPUtime=0
/proc/24813/stat : 24813 (galac.sh) S 24811 24813 23523 0 -1 4194304 761 1704 0 0 0 0 0 0 17 0 1 0 161947928 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24813/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+0.515323 s]
/proc/loadavg: 1.00 1.00 1.09 4/78 24814
/proc/meminfo: memFree=1119992/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=47580 CPUtime=0
/proc/24813/stat : 24813 (galac.sh) S 24811 24813 23523 0 -1 4194304 761 1704 0 0 0 0 0 0 17 0 1 0 161947928 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24813/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+1.34045 s]
/proc/loadavg: 1.00 1.00 1.09 2/86 24834
/proc/meminfo: memFree=1049208/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=47580 CPUtime=0
/proc/24813/stat : 24813 (galac.sh) S 24811 24813 23523 0 -1 4194304 761 1704 0 0 0 0 0 0 17 0 1 0 161947928 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24813/statm: 11895 363 245 79 0 218 0
[pid=24827] ppid=24813 vsize=861064 CPUtime=1.29
/proc/24827/stat : 24827 (java) R 24813 24813 23523 0 -1 0 19698 0 1 0 119 10 0 0 16 0 8 0 161947931 881729536 19452 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073699799 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24827/statm: 215266 19452 1988 14 0 201471 0
[pid=24827/tid=24828] ppid=24813 vsize=861064 CPUtime=0.03
/proc/24827/task/24828/stat : 24828 (java) S 24813 24813 23523 0 -1 64 3787 0 0 0 2 1 0 0 16 0 8 0 161947934 881729536 19452 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24827/tid=24829] ppid=24813 vsize=861064 CPUtime=0
/proc/24827/task/24829/stat : 24829 (java) S 24813 24813 23523 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 161947935 881729536 19452 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24827/tid=24830] ppid=24813 vsize=861064 CPUtime=0
/proc/24827/task/24830/stat : 24830 (java) S 24813 24813 23523 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 161947935 881729536 19452 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24827/tid=24831] ppid=24813 vsize=861064 CPUtime=0
/proc/24827/task/24831/stat : 24831 (java) S 24813 24813 23523 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161947938 881729536 19452 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24827/tid=24832] ppid=24813 vsize=861064 CPUtime=0.26
/proc/24827/task/24832/stat : 24832 (java) S 24813 24813 23523 0 -1 64 1012 0 0 0 25 1 0 0 16 0 8 0 161947938 881729536 19452 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24827/tid=24833] ppid=24813 vsize=861064 CPUtime=0
/proc/24827/task/24833/stat : 24833 (java) S 24813 24813 23523 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161947938 881729536 19452 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24827/tid=24834] ppid=24813 vsize=861064 CPUtime=0
/proc/24827/task/24834/stat : 24834 (java) S 24813 24813 23523 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161947938 881729536 19452 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908644

[startup+2.97678 s]
/proc/loadavg: 1.00 1.00 1.09 2/79 24835
/proc/meminfo: memFree=1115568/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=47580 CPUtime=1.93
/proc/24813/stat : 24813 (galac.sh) S 24811 24813 23523 0 -1 4194304 799 22837 0 1 0 0 180 13 16 0 1 0 161947928 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24813/statm: 11895 363 245 79 0 218 0
[pid=24835] ppid=24813 vsize=6356 CPUtime=0.97
/proc/24835/stat : 24835 (minisat) R 24813 24813 23523 0 -1 4194304 1347 0 0 0 97 0 0 0 25 0 1 0 161948127 6508544 1329 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/24835/statm: 1589 1329 54 142 0 1445 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 53936

[startup+6.2592 s]
/proc/loadavg: 1.00 1.00 1.09 2/79 24835
/proc/meminfo: memFree=1110392/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=47580 CPUtime=1.93
/proc/24813/stat : 24813 (galac.sh) S 24811 24813 23523 0 -1 4194304 799 22837 0 1 0 0 180 13 16 0 1 0 161947928 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24813/statm: 11895 363 245 79 0 218 0
[pid=24835] ppid=24813 vsize=10128 CPUtime=4.25
/proc/24835/stat : 24835 (minisat) R 24813 24813 23523 0 -1 4194304 2285 0 0 0 424 1 0 0 25 0 1 0 161948127 10371072 2267 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24835/statm: 2532 2267 54 142 0 2388 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 57708

[startup+12.7162 s]
/proc/loadavg: 1.00 1.00 1.09 2/79 24835
/proc/meminfo: memFree=1106296/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=47580 CPUtime=1.93
/proc/24813/stat : 24813 (galac.sh) S 24811 24813 23523 0 -1 4194304 799 22837 0 1 0 0 180 13 16 0 1 0 161947928 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24813/statm: 11895 363 245 79 0 218 0
[pid=24835] ppid=24813 vsize=13788 CPUtime=10.71
/proc/24835/stat : 24835 (minisat) R 24813 24813 23523 0 -1 4194304 3208 0 0 0 1068 3 0 0 25 0 1 0 161948127 14118912 3190 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/24835/statm: 3447 3190 54 142 0 3303 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 61368

[startup+25.5232 s]
/proc/loadavg: 1.00 1.00 1.09 2/79 24835
/proc/meminfo: memFree=1101944/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=47580 CPUtime=1.93
/proc/24813/stat : 24813 (galac.sh) S 24811 24813 23523 0 -1 4194304 799 22837 0 1 0 0 180 13 16 0 1 0 161947928 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24813/statm: 11895 363 245 79 0 218 0
[pid=24835] ppid=24813 vsize=18456 CPUtime=23.51
/proc/24835/stat : 24835 (minisat) R 24813 24813 23523 0 -1 4194304 4357 0 0 0 2347 4 0 0 25 0 1 0 161948127 18898944 4339 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134533571 0 0 4096 3 0 0 0 17 1 0 0
/proc/24835/statm: 4614 4339 54 142 0 4470 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 66036

[startup+51.1501 s]
/proc/loadavg: 1.07 1.02 1.09 2/79 24835
/proc/meminfo: memFree=1094904/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=47580 CPUtime=1.93
/proc/24813/stat : 24813 (galac.sh) S 24811 24813 23523 0 -1 4194304 799 22837 0 1 0 0 180 13 16 0 1 0 161947928 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24813/statm: 11895 363 245 79 0 218 0
[pid=24835] ppid=24813 vsize=25396 CPUtime=49.13
/proc/24835/stat : 24835 (minisat) R 24813 24813 23523 0 -1 4194304 6074 0 0 0 4907 6 0 0 25 0 1 0 161948127 26005504 6056 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/24835/statm: 6349 6056 54 142 0 6205 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 72976

[startup+102.399 s]
/proc/loadavg: 1.02 1.01 1.08 2/79 24835
/proc/meminfo: memFree=1093816/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=47580 CPUtime=1.93
/proc/24813/stat : 24813 (galac.sh) S 24811 24813 23523 0 -1 4194304 799 22837 0 1 0 0 180 13 16 0 1 0 161947928 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24813/statm: 11895 363 245 79 0 218 0
[pid=24835] ppid=24813 vsize=26720 CPUtime=100.36
/proc/24835/stat : 24835 (minisat) R 24813 24813 23523 0 -1 4194304 6420 0 0 0 10030 6 0 0 25 0 1 0 161948127 27361280 6402 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 1 0 0
/proc/24835/statm: 6680 6402 54 142 0 6536 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 74300

[startup+162.463 s]
/proc/loadavg: 1.01 1.00 1.08 2/79 24835
/proc/meminfo: memFree=1088568/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=47580 CPUtime=1.93
/proc/24813/stat : 24813 (galac.sh) S 24811 24813 23523 0 -1 4194304 799 22837 0 1 0 0 180 13 16 0 1 0 161947928 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24813/statm: 11895 363 245 79 0 218 0
[pid=24835] ppid=24813 vsize=31736 CPUtime=160.41
/proc/24835/stat : 24835 (minisat) R 24813 24813 23523 0 -1 4194304 7672 0 0 0 16033 8 0 0 25 0 1 0 161948127 32497664 7654 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24835/statm: 7934 7654 54 142 0 7790 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 79316

[startup+222.531 s]
/proc/loadavg: 1.00 1.00 1.07 2/79 24835
/proc/meminfo: memFree=1083832/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=47580 CPUtime=1.93
/proc/24813/stat : 24813 (galac.sh) S 24811 24813 23523 0 -1 4194304 799 22837 0 1 0 0 180 13 16 0 1 0 161947928 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24813/statm: 11895 363 245 79 0 218 0
[pid=24835] ppid=24813 vsize=36468 CPUtime=220.46
/proc/24835/stat : 24835 (minisat) R 24813 24813 23523 0 -1 4194304 8847 0 0 0 22036 10 0 0 25 0 1 0 161948127 37343232 8829 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/24835/statm: 9117 8829 54 142 0 8973 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 84048

[startup+282.602 s]
/proc/loadavg: 1.00 1.00 1.07 2/79 24835
/proc/meminfo: memFree=1078904/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=47580 CPUtime=1.93
/proc/24813/stat : 24813 (galac.sh) S 24811 24813 23523 0 -1 4194304 799 22837 0 1 0 0 180 13 16 0 1 0 161947928 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24813/statm: 11895 363 245 79 0 218 0
[pid=24835] ppid=24813 vsize=41704 CPUtime=280.51
/proc/24835/stat : 24835 (minisat) R 24813 24813 23523 0 -1 4194304 10065 0 0 0 28040 11 0 0 25 0 1 0 161948127 42704896 10047 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/24835/statm: 10426 10047 54 142 0 10282 0
Current children cumulated CPU time (s) 282.44
Current children cumulated vsize (KiB) 89284

[startup+342.664 s]
/proc/loadavg: 1.00 1.00 1.06 2/79 24835
/proc/meminfo: memFree=1078072/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=47580 CPUtime=1.93
/proc/24813/stat : 24813 (galac.sh) S 24811 24813 23523 0 -1 4194304 799 22837 0 1 0 0 180 13 16 0 1 0 161947928 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24813/statm: 11895 363 245 79 0 218 0
[pid=24835] ppid=24813 vsize=42772 CPUtime=340.55
/proc/24835/stat : 24835 (minisat) R 24813 24813 23523 0 -1 4194304 10289 0 0 0 34044 11 0 0 25 0 1 0 161948127 43798528 10271 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24835/statm: 10693 10271 54 142 0 10549 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 90352

[startup+402.733 s]
/proc/loadavg: 1.03 1.01 1.06 2/79 24835
/proc/meminfo: memFree=1077496/2055920 swapFree=4157532/4192956
[pid=24813] ppid=24811 vsize=47580 CPUtime=1.93
/proc/24813/stat : 24813 (galac.sh) S 24811 24813 23523 0 -1 4194304 799 22837 0 1 0 0 180 13 16 0 1 0 161947928 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24813/statm: 11895 363 245 79 0 218 0
[pid=24835] ppid=24813 vsize=43352 CPUtime=400.6
/proc/24835/stat : 24835 (minisat) R 24813 24813 23523 0 -1 4194304 10436 0 0 0 40048 12 0 0 25 0 1 0 161948127 44392448 10418 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/24835/statm: 10838 10418 54 142 0 10694 0
Current children cumulated CPU time (s) 402.53
Current children cumulated vsize (KiB) 90932

Child status: 0
Real time (s): 431.247
CPU time (s): 430.967
CPU user time (s): 430.597
CPU system time (s): 0.370943
CPU usage (%): 99.9351
Max. virtual memory (cumulated for all children) (KiB): 908740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 430.597
system time used= 0.370943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47821
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1494
involuntary context switches= 8967

runsolver used 0.428934 s user time and 1.10783 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sun Jan  7 02:05:35 UTC 2007


IDJOB= 199641
IDBENCH= 3630
FILE ID= node22/199641-1168135535

PBS_JOBID= 3477917

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-23/rand-23-23-253-131-48021_ext.xml
COMMAND LINE= /tmp/evaluation/199641-1168135535/galac.sh /tmp/evaluation/199641-1168135535/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-199641-1168135535 -o ROOT/results/node22/solver-199641-1168135535 -C 1800 -M 900  /tmp/evaluation/199641-1168135535/galac.sh /tmp/evaluation/199641-1168135535/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  5ac92d33b0665a202bbb2fa978351295

RANDOM SEED= 858301572

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.279
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.279
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:       1120408 kB
Buffers:         53212 kB
Cached:         773792 kB
SwapCached:      13680 kB
Active:         154720 kB
Inactive:       710324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1120408 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:            3056 kB
Writeback:           0 kB
Mapped:          53252 kB
Slab:            55876 kB
Committed_AS:  2798560 kB
PageTables:       1916 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= 66548 MiB



End job on node22 on Sun Jan  7 02:12:46 UTC 2007