Trace number 203278

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 1? (TO) 1800.01 1806.74

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-19_ext.xml
MD5SUMc8063c1c65b77879866e022d71deed4f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.10	c --- Preproc Stats ---
5.20	c start processing
5.20	c start relation processing
18.74	c start cnf exporting
77.04	c parsing time : 4.942
77.04	c preprocessing time : 76.784
77.04	
77.04	c Nary constraints - conflicts : 0 supports : 93
77.04	c Binary constraints - conflicts : 0 supports :0
77.04	c max arity constraint : 3
77.04	c Max Tuples generated 0
77.04	c relations : 93
77.04	c relations BDD: 93
77.04	c vars : 598194 - clauses :  1874441
77.04	
77.14	 
77.14	c --- Minisat Stats ---
77.14	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node19/watcher-203278-1168158626 -o ROOT/results/node19/solver-203278-1168158626 -C 1800 -M 900 /tmp/evaluation/203278-1168158626/galac.sh /tmp/evaluation/203278-1168158626/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.09 2.06 2.01 5/87 17491
/proc/meminfo: memFree=944008/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=8560 CPUtime=0
/proc/17490/stat : 17490 (galac.sh) R 17488 17490 16483 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 164257336 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236753295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17490/statm: 2140 253 197 79 0 133 0

[startup+0.106506 s]
/proc/loadavg: 2.09 2.06 2.01 5/87 17491
/proc/meminfo: memFree=944008/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47556 CPUtime=0.01
/proc/17490/stat : 17490 (galac.sh) R 17488 17490 16483 0 -1 4194304 747 1704 0 0 0 0 0 1 19 0 1 0 164257336 48697344 360 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236550942 0 2 4096 73728 0 0 0 17 1 0 0
/proc/17490/statm: 11889 360 246 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.514541 s]
/proc/loadavg: 2.09 2.06 2.01 5/87 17491
/proc/meminfo: memFree=944008/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=0.01
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 763 1704 0 0 0 0 0 1 19 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33769 s]
/proc/loadavg: 2.09 2.06 2.01 3/95 17511
/proc/meminfo: memFree=866952/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=0.01
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 763 1704 0 0 0 0 0 1 19 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17504] ppid=17490 vsize=861064 CPUtime=1.18
/proc/17504/stat : 17504 (java) R 17490 17490 16483 0 -1 0 21258 0 1 0 106 12 0 0 25 0 8 0 164257347 881729536 21011 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073651631 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17504/statm: 215266 21011 1968 14 0 201471 0
[pid=17504/tid=17505] ppid=17490 vsize=861064 CPUtime=0.05
/proc/17504/task/17505/stat : 17505 (java) S 17490 17490 16483 0 -1 64 5502 0 0 0 3 2 0 0 16 0 8 0 164257351 881729536 21011 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17506] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17506/stat : 17506 (java) S 17490 17490 16483 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164257351 881729536 21011 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17507] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17507/stat : 17507 (java) S 17490 17490 16483 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 164257351 881729536 21011 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17508] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17508/stat : 17508 (java) S 17490 17490 16483 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164257358 881729536 21011 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17509] ppid=17490 vsize=861064 CPUtime=0.12
/proc/17504/task/17509/stat : 17509 (java) S 17490 17490 16483 0 -1 64 892 0 0 0 11 1 0 0 16 0 8 0 164257358 881729536 21011 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17510] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17510/stat : 17510 (java) S 17490 17490 16483 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164257358 881729536 21011 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17511] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17511/stat : 17511 (java) S 17490 17490 16483 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164257358 881729536 21011 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 908624

[startup+2.99101 s]
/proc/loadavg: 2.09 2.06 2.01 3/95 17511
/proc/meminfo: memFree=855176/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=0.01
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 763 1704 0 0 0 0 0 1 19 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17504] ppid=17490 vsize=861064 CPUtime=2.83
/proc/17504/stat : 17504 (java) R 17490 17490 16483 0 -1 0 26015 0 1 0 269 14 0 0 25 0 8 0 164257347 881729536 25761 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073691255 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17504/statm: 215266 25761 1968 14 0 201471 0
[pid=17504/tid=17505] ppid=17490 vsize=861064 CPUtime=0.21
/proc/17504/task/17505/stat : 17505 (java) S 17490 17490 16483 0 -1 64 10240 0 0 0 17 4 0 0 16 0 8 0 164257351 881729536 25761 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17506] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17506/stat : 17506 (java) S 17490 17490 16483 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164257351 881729536 25761 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17507] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17507/stat : 17507 (java) S 17490 17490 16483 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 164257351 881729536 25761 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17508] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17508/stat : 17508 (java) S 17490 17490 16483 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164257358 881729536 25761 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17509] ppid=17490 vsize=861064 CPUtime=0.14
/proc/17504/task/17509/stat : 17509 (java) S 17490 17490 16483 0 -1 64 904 0 0 0 13 1 0 0 16 0 8 0 164257358 881729536 25761 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17510] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17510/stat : 17510 (java) S 17490 17490 16483 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164257358 881729536 25761 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17511] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17511/stat : 17511 (java) S 17490 17490 16483 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164257358 881729536 25761 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 908624

[startup+6.28063 s]
/proc/loadavg: 2.08 2.06 2.01 3/95 17511
/proc/meminfo: memFree=828360/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=0.01
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 763 1704 0 0 0 0 0 1 19 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17504] ppid=17490 vsize=861064 CPUtime=6.09
/proc/17504/stat : 17504 (java) R 17490 17490 16483 0 -1 0 34988 0 1 0 591 18 0 0 25 0 8 0 164257347 881729536 34724 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073984379 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17504/statm: 215266 34724 1976 14 0 201471 0
[pid=17504/tid=17505] ppid=17490 vsize=861064 CPUtime=0.55
/proc/17504/task/17505/stat : 17505 (java) S 17490 17490 16483 0 -1 64 19134 0 0 0 47 8 0 0 17 0 8 0 164257351 881729536 34724 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17506] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17506/stat : 17506 (java) S 17490 17490 16483 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164257351 881729536 34724 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17507] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17507/stat : 17507 (java) S 17490 17490 16483 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 164257351 881729536 34724 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17508] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17508/stat : 17508 (java) S 17490 17490 16483 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164257358 881729536 34724 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17509] ppid=17490 vsize=861064 CPUtime=0.21
/proc/17504/task/17509/stat : 17509 (java) S 17490 17490 16483 0 -1 64 946 0 0 0 20 1 0 0 15 0 8 0 164257358 881729536 34724 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17510] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17510/stat : 17510 (java) S 17490 17490 16483 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164257358 881729536 34724 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17511] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17511/stat : 17511 (java) S 17490 17490 16483 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164257358 881729536 34724 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 908624

[startup+12.7808 s]
/proc/loadavg: 2.07 2.06 2.01 4/95 17511
/proc/meminfo: memFree=733008/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=0.01
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 763 1704 0 0 0 0 0 1 19 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17504] ppid=17490 vsize=861064 CPUtime=12.56
/proc/17504/stat : 17504 (java) R 17490 17490 16483 0 -1 0 54682 0 1 0 1227 29 0 0 25 0 8 0 164257347 881729536 54416 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073922368 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17504/statm: 215266 54416 1976 14 0 201471 0
[pid=17504/tid=17505] ppid=17490 vsize=861064 CPUtime=1.39
/proc/17504/task/17505/stat : 17505 (java) S 17490 17490 16483 0 -1 64 38826 0 0 0 121 18 0 0 16 0 8 0 164257351 881729536 54416 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17506] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17506/stat : 17506 (java) S 17490 17490 16483 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164257351 881729536 54416 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17507] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17507/stat : 17507 (java) S 17490 17490 16483 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 164257351 881729536 54416 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17508] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17508/stat : 17508 (java) S 17490 17490 16483 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164257358 881729536 54416 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17509] ppid=17490 vsize=861064 CPUtime=0.21
/proc/17504/task/17509/stat : 17509 (java) S 17490 17490 16483 0 -1 64 946 0 0 0 20 1 0 0 15 0 8 0 164257358 881729536 54416 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17510] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17510/stat : 17510 (java) S 17490 17490 16483 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164257358 881729536 54416 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17511] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17511/stat : 17511 (java) S 17490 17490 16483 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164257358 881729536 54416 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 908624

[startup+25.6503 s]
/proc/loadavg: 2.14 2.07 2.01 3/95 17511
/proc/meminfo: memFree=597904/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=0.01
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 763 1704 0 0 0 0 0 1 19 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17504] ppid=17490 vsize=861064 CPUtime=25.37
/proc/17504/stat : 17504 (java) R 17490 17490 16483 0 -1 0 87674 0 1 0 2491 46 0 0 25 0 8 0 164257347 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4154517153 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17504/statm: 215266 87393 1996 14 0 201471 0
[pid=17504/tid=17505] ppid=17490 vsize=861064 CPUtime=2.76
/proc/17504/task/17505/stat : 17505 (java) S 17490 17490 16483 0 -1 64 71729 0 0 0 244 32 0 0 16 0 8 0 164257351 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17506] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17506/stat : 17506 (java) S 17490 17490 16483 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 164257351 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17507] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17507/stat : 17507 (java) S 17490 17490 16483 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 164257351 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17508] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17508/stat : 17508 (java) S 17490 17490 16483 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164257358 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17509] ppid=17490 vsize=861064 CPUtime=0.26
/proc/17504/task/17509/stat : 17509 (java) S 17490 17490 16483 0 -1 64 983 0 0 0 25 1 0 0 15 0 8 0 164257358 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17510] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17510/stat : 17510 (java) S 17490 17490 16483 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164257358 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17511] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17511/stat : 17511 (java) S 17490 17490 16483 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164257358 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 908624

[startup+51.3061 s]
/proc/loadavg: 2.15 2.08 2.02 3/95 17511
/proc/meminfo: memFree=582672/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=0.01
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 763 1704 0 0 0 0 0 1 19 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17504] ppid=17490 vsize=861064 CPUtime=50.89
/proc/17504/stat : 17504 (java) R 17490 17490 16483 0 -1 0 87719 0 1 0 5033 56 0 0 25 0 8 0 164257347 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074006967 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17504/statm: 215266 87393 1996 14 0 201471 0
[pid=17504/tid=17505] ppid=17490 vsize=861064 CPUtime=2.83
/proc/17504/task/17505/stat : 17505 (java) S 17490 17490 16483 0 -1 64 71729 0 0 0 251 32 0 0 16 0 8 0 164257351 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17506] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17506/stat : 17506 (java) S 17490 17490 16483 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 164257351 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17507] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17507/stat : 17507 (java) S 17490 17490 16483 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 164257351 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17508] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17508/stat : 17508 (java) S 17490 17490 16483 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164257358 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17509] ppid=17490 vsize=861064 CPUtime=0.26
/proc/17504/task/17509/stat : 17509 (java) S 17490 17490 16483 0 -1 64 983 0 0 0 25 1 0 0 15 0 8 0 164257358 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17510] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17510/stat : 17510 (java) S 17490 17490 16483 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164257358 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17504/tid=17511] ppid=17490 vsize=861064 CPUtime=0
/proc/17504/task/17511/stat : 17511 (java) S 17490 17490 16483 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164257358 881729536 87393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 908624

[startup+102.535 s]
/proc/loadavg: 2.06 2.07 2.01 3/88 17512
/proc/meminfo: memFree=796488/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=76.57
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 801 89478 0 1 0 0 7586 71 17 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17512] ppid=17490 vsize=123572 CPUtime=25.26
/proc/17512/stat : 17512 (minisat) R 17490 17490 16483 0 -1 4194304 28326 0 0 0 2508 18 0 0 25 0 1 0 164265051 126537728 28308 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526155 0 0 4096 3 0 0 0 17 1 0 0
/proc/17512/statm: 30893 28308 54 142 0 30749 0
Current children cumulated CPU time (s) 101.83

################
# More data... #
################

/proc/loadavg: 2.08 2.03 2.00 3/90 17514
/proc/meminfo: memFree=703672/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=76.57
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 801 89478 0 1 0 0 7586 71 17 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17512] ppid=17490 vsize=216088 CPUtime=1041.64
/proc/17512/stat : 17512 (minisat) R 17490 17490 16483 0 -1 4194304 51457 0 0 0 104118 46 0 0 25 0 1 0 164265051 221274112 51439 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/17512/statm: 54022 51439 54 142 0 53878 0
Current children cumulated CPU time (s) 1118.21
Current children cumulated vsize (KiB) 263648

[startup+1183.89 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 17514
/proc/meminfo: memFree=698232/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=76.57
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 801 89478 0 1 0 0 7586 71 17 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17512] ppid=17490 vsize=221672 CPUtime=1101.43
/proc/17512/stat : 17512 (minisat) R 17490 17490 16483 0 -1 4194304 52861 0 0 0 110096 47 0 0 25 0 1 0 164265051 226992128 52843 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525811 0 0 4096 3 0 0 0 17 1 0 0
/proc/17512/statm: 55418 52843 54 142 0 55274 0
Current children cumulated CPU time (s) 1178
Current children cumulated vsize (KiB) 269232

[startup+1243.98 s]
/proc/loadavg: 2.01 2.02 2.00 3/96 17592
/proc/meminfo: memFree=1105920/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=76.57
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 801 89478 0 1 0 0 7586 71 17 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17512] ppid=17490 vsize=227284 CPUtime=1161.34
/proc/17512/stat : 17512 (minisat) R 17490 17490 16483 0 -1 4194304 54260 0 0 0 116083 51 0 0 25 0 1 0 164265051 232738816 54242 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/17512/statm: 56821 54242 54 142 0 56677 0
Current children cumulated CPU time (s) 1237.91
Current children cumulated vsize (KiB) 274844

[startup+1304 s]
/proc/loadavg: 2.05 2.03 2.00 3/96 17592
/proc/meminfo: memFree=1097728/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=76.57
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 801 89478 0 1 0 0 7586 71 17 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17512] ppid=17490 vsize=235572 CPUtime=1221.28
/proc/17512/stat : 17512 (minisat) R 17490 17490 16483 0 -1 4194304 56343 0 0 0 122074 54 0 0 25 0 1 0 164265051 241225728 56325 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/17512/statm: 58893 56325 54 142 0 58749 0
Current children cumulated CPU time (s) 1297.85
Current children cumulated vsize (KiB) 283132

[startup+1364.03 s]
/proc/loadavg: 2.02 2.02 2.00 3/96 17592
/proc/meminfo: memFree=1071424/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=76.57
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 801 89478 0 1 0 0 7586 71 17 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17512] ppid=17490 vsize=243040 CPUtime=1281.25
/proc/17512/stat : 17512 (minisat) R 17490 17490 16483 0 -1 4194304 58198 0 0 0 128070 55 0 0 25 0 1 0 164265051 248872960 58180 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529782 0 0 4096 3 0 0 0 17 0 0 0
/proc/17512/statm: 60760 58180 54 142 0 60616 0
Current children cumulated CPU time (s) 1357.82
Current children cumulated vsize (KiB) 290600

[startup+1424.04 s]
/proc/loadavg: 2.00 2.02 2.00 3/96 17592
/proc/meminfo: memFree=1062720/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=76.57
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 801 89478 0 1 0 0 7586 71 17 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17512] ppid=17490 vsize=251756 CPUtime=1341.2
/proc/17512/stat : 17512 (minisat) R 17490 17490 16483 0 -1 4194304 60378 0 0 0 134063 57 0 0 25 0 1 0 164265051 257798144 60360 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 0 0 0
/proc/17512/statm: 62939 60360 54 142 0 62795 0
Current children cumulated CPU time (s) 1417.77
Current children cumulated vsize (KiB) 299316

[startup+1484.12 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 17592
/proc/meminfo: memFree=1055744/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=76.57
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 801 89478 0 1 0 0 7586 71 17 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17512] ppid=17490 vsize=258588 CPUtime=1401.19
/proc/17512/stat : 17512 (minisat) R 17490 17490 16483 0 -1 4194304 62105 0 0 0 140060 59 0 0 25 0 1 0 164265051 264794112 62087 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/17512/statm: 64647 62087 54 142 0 64503 0
Current children cumulated CPU time (s) 1477.76
Current children cumulated vsize (KiB) 306148

[startup+1544.13 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 17592
/proc/meminfo: memFree=1051456/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=76.57
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 801 89478 0 1 0 0 7586 71 17 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17512] ppid=17490 vsize=262860 CPUtime=1461.14
/proc/17512/stat : 17512 (minisat) R 17490 17490 16483 0 -1 4194304 63172 0 0 0 146053 61 0 0 25 0 1 0 164265051 269168640 63154 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520022 0 0 4096 3 0 0 0 17 0 0 0
/proc/17512/statm: 65715 63154 54 142 0 65571 0
Current children cumulated CPU time (s) 1537.71
Current children cumulated vsize (KiB) 310420

[startup+1604.14 s]
/proc/loadavg: 2.17 2.06 2.02 3/96 17592
/proc/meminfo: memFree=1048832/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=76.57
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 801 89478 0 1 0 0 7586 71 17 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17512] ppid=17490 vsize=265512 CPUtime=1521.08
/proc/17512/stat : 17512 (minisat) R 17490 17490 16483 0 -1 4194304 63833 0 0 0 152047 61 0 0 25 0 1 0 164265051 271884288 63815 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529767 0 0 4096 3 0 0 0 17 0 0 0
/proc/17512/statm: 66378 63815 54 142 0 66234 0
Current children cumulated CPU time (s) 1597.65
Current children cumulated vsize (KiB) 313072

[startup+1664.15 s]
/proc/loadavg: 2.06 2.05 2.01 3/96 17592
/proc/meminfo: memFree=1044544/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=76.57
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 801 89478 0 1 0 0 7586 71 17 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17512] ppid=17490 vsize=270016 CPUtime=1581.01
/proc/17512/stat : 17512 (minisat) R 17490 17490 16483 0 -1 4194304 64887 0 0 0 158038 63 0 0 25 0 1 0 164265051 276496384 64869 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/17512/statm: 67504 64869 54 142 0 67360 0
Current children cumulated CPU time (s) 1657.58
Current children cumulated vsize (KiB) 317576

[startup+1724.15 s]
/proc/loadavg: 2.02 2.03 2.00 3/96 17592
/proc/meminfo: memFree=1010432/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=76.57
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 801 89478 0 1 0 0 7586 71 17 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17512] ppid=17490 vsize=274808 CPUtime=1640.95
/proc/17512/stat : 17512 (minisat) R 17490 17490 16483 0 -1 4194304 66087 0 0 0 164031 64 0 0 25 0 1 0 164265051 281403392 66069 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/17512/statm: 68702 66069 54 142 0 68558 0
Current children cumulated CPU time (s) 1717.52
Current children cumulated vsize (KiB) 322368

[startup+1784.26 s]
/proc/loadavg: 2.01 2.03 2.00 3/96 17592
/proc/meminfo: memFree=1002240/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=76.57
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 801 89478 0 1 0 0 7586 71 17 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17512] ppid=17490 vsize=282984 CPUtime=1701
/proc/17512/stat : 17512 (minisat) R 17490 17490 16483 0 -1 4194304 68155 0 0 0 170034 66 0 0 25 0 1 0 164265051 289775616 68137 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529291 0 0 4096 3 0 0 0 17 0 0 0
/proc/17512/statm: 70746 68137 54 142 0 70602 0
Current children cumulated CPU time (s) 1777.57
Current children cumulated vsize (KiB) 330544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.73 s]
/proc/loadavg: 2.00 2.02 2.00 3/96 17592
/proc/meminfo: memFree=999296/2055920 swapFree=4171244/4192956
[pid=17490] ppid=17488 vsize=47560 CPUtime=76.57
/proc/17490/stat : 17490 (galac.sh) S 17488 17490 16483 0 -1 4194304 801 89478 0 1 0 0 7586 71 17 0 1 0 164257336 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17490/statm: 11890 364 246 79 0 218 0
[pid=17512] ppid=17490 vsize=285920 CPUtime=1723.44
/proc/17512/stat : 17512 (minisat) R 17490 17490 16483 0 -1 4194304 68877 0 0 0 172278 66 0 0 25 0 1 0 164265051 292782080 68859 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/17512/statm: 71480 68859 54 142 0 71336 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 333480

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 17490 and gives childrusage.ru_utime.tv_sec=75 childrusage.ru_utime.tv_usec=865466 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=724889
CPU time returned by wait4() is 76.5904
while last known CPU time is 1800.01

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1806.74
CPU time (s): 1800.01
CPU user time (s): 1798.64
CPU system time (s): 1.37
CPU usage (%): 99.6273
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.8655
system time used= 0.724889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90279
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= 3556
involuntary context switches= 4773

runsolver used 2.06469 s user time and 5.96609 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sun Jan  7 08:30:27 UTC 2007


IDJOB= 203278
IDBENCH= 3944
FILE ID= node19/203278-1168158626

PBS_JOBID= 3478260

Free space on /tmp= 66297 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28-fcd/rand-3-28-28-93-632-fcd-19_ext.xml
COMMAND LINE= /tmp/evaluation/203278-1168158626/galac.sh /tmp/evaluation/203278-1168158626/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-203278-1168158626 -o ROOT/results/node19/solver-203278-1168158626 -C 1800 -M 900  /tmp/evaluation/203278-1168158626/galac.sh /tmp/evaluation/203278-1168158626/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  c8063c1c65b77879866e022d71deed4f

RANDOM SEED= 783833568

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.260
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.260
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:        944424 kB
Buffers:         73712 kB
Cached:         443972 kB
SwapCached:      10472 kB
Active:         683268 kB
Inactive:       359736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        944424 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            8752 kB
Writeback:           0 kB
Mapped:         535376 kB
Slab:            51776 kB
Committed_AS:  4636796 kB
PageTables:       3836 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= 66275 MiB



End job on node19 on Sun Jan  7 09:00:34 UTC 2007