Trace number 206622

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.1 1815.96

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-15_ext.xml
MD5SUM9c2988b919be61521e5ef44d9654d6ef
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.03	c --- Preproc Stats ---
5.63	c start processing
5.63	c start relation processing
20.75	c start cnf exporting
84.47	c parsing time : 5.46
84.47	c preprocessing time : 84.295
84.47	
84.47	c Nary constraints - conflicts : 0 supports : 93
84.47	c Binary constraints - conflicts : 0 supports :0
84.47	c max arity constraint : 3
84.47	c Max Tuples generated 0
84.47	c relations : 93
84.47	c relations BDD: 93
84.47	c vars : 598612 - clauses :  1875691
84.47	
84.53	 
84.53	c --- Minisat Stats ---
84.53	 

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/node3/watcher-206622-1168175788 -o ROOT/results/node3/solver-206622-1168175788 -C 1800 -M 900 /tmp/evaluation/206622-1168175788/galac.sh /tmp/evaluation/206622-1168175788/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.93 2.01 1.99 5/87 30316
/proc/meminfo: memFree=1473424/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=6392 CPUtime=0
/proc/30315/stat : 30315 (galac.sh) R 30313 30315 29458 0 -1 4194304 241 0 0 0 0 0 0 0 21 0 1 0 165974432 6545408 203 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233630137840 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30315/statm: 1598 203 153 79 0 122 0

[startup+0.105282 s]
/proc/loadavg: 1.93 2.01 1.99 5/87 30316
/proc/meminfo: memFree=1473424/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=0.01
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.513305 s]
/proc/loadavg: 1.93 2.01 1.99 5/87 30316
/proc/meminfo: memFree=1473424/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=0.01
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33644 s]
/proc/loadavg: 1.93 2.01 1.99 3/95 30336
/proc/meminfo: memFree=1396176/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=0.01
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30329] ppid=30315 vsize=861064 CPUtime=1.26
/proc/30329/stat : 30329 (java) R 30315 30315 29458 0 -1 0 21263 0 1 0 113 13 0 0 22 0 8 0 165974436 881729536 21016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073658472 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30329/statm: 215266 21016 1967 14 0 201471 0
[pid=30329/tid=30330] ppid=30315 vsize=861064 CPUtime=0.06
/proc/30329/task/30330/stat : 30330 (java) S 30315 30315 29458 0 -1 64 5510 0 0 0 4 2 0 0 16 0 8 0 165974441 881729536 21016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30331] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30331/stat : 30331 (java) S 30315 30315 29458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165974441 881729536 21016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30332] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30332/stat : 30332 (java) S 30315 30315 29458 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165974441 881729536 21016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30333] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30333/stat : 30333 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165974445 881729536 21016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30334] ppid=30315 vsize=861064 CPUtime=0.13
/proc/30329/task/30334/stat : 30334 (java) S 30315 30315 29458 0 -1 64 892 0 0 0 12 1 0 0 16 0 8 0 165974445 881729536 21016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30335] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30335/stat : 30335 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165974445 881729536 21016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30336] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30336/stat : 30336 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165974445 881729536 21016 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 908624

[startup+2.98971 s]
/proc/loadavg: 1.93 2.01 1.99 4/95 30336
/proc/meminfo: memFree=1385808/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=0.01
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30329] ppid=30315 vsize=861064 CPUtime=2.9
/proc/30329/stat : 30329 (java) R 30315 30315 29458 0 -1 0 25341 0 1 0 274 16 0 0 25 0 8 0 165974436 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153648304 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30329/statm: 215266 25088 1967 14 0 201471 0
[pid=30329/tid=30330] ppid=30315 vsize=861064 CPUtime=0.22
/proc/30329/task/30330/stat : 30330 (java) S 30315 30315 29458 0 -1 64 9573 0 0 0 17 5 0 0 16 0 8 0 165974441 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30331] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30331/stat : 30331 (java) S 30315 30315 29458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165974441 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30332] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30332/stat : 30332 (java) S 30315 30315 29458 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165974441 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30333] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30333/stat : 30333 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165974445 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30334] ppid=30315 vsize=861064 CPUtime=0.15
/proc/30329/task/30334/stat : 30334 (java) S 30315 30315 29458 0 -1 64 901 0 0 0 14 1 0 0 16 0 8 0 165974445 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30335] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30335/stat : 30335 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165974445 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30336] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30336/stat : 30336 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165974445 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908624

[startup+6.28224 s]
/proc/loadavg: 1.94 2.01 1.99 3/95 30336
/proc/meminfo: memFree=1355536/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=0.01
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30329] ppid=30315 vsize=861064 CPUtime=6.17
/proc/30329/stat : 30329 (java) R 30315 30315 29458 0 -1 0 31394 0 1 0 596 21 0 0 25 0 8 0 165974436 881729536 31132 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073922372 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30329/statm: 215266 31132 1975 14 0 201471 0
[pid=30329/tid=30330] ppid=30315 vsize=861064 CPUtime=0.44
/proc/30329/task/30330/stat : 30330 (java) S 30315 30315 29458 0 -1 64 15553 0 0 0 36 8 0 0 16 0 8 0 165974441 881729536 31132 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30331] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30331/stat : 30331 (java) S 30315 30315 29458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165974441 881729536 31132 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30332] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30332/stat : 30332 (java) S 30315 30315 29458 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165974441 881729536 31132 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30333] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30333/stat : 30333 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165974445 881729536 31132 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30334] ppid=30315 vsize=861064 CPUtime=0.23
/proc/30329/task/30334/stat : 30334 (java) S 30315 30315 29458 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 165974445 881729536 31132 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30335] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30335/stat : 30335 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165974445 881729536 31132 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30336] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30336/stat : 30336 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165974445 881729536 31132 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908624

[startup+12.7813 s]
/proc/loadavg: 1.94 2.01 1.99 3/95 30336
/proc/meminfo: memFree=1262416/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=0.01
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30329] ppid=30315 vsize=861064 CPUtime=12.6
/proc/30329/stat : 30329 (java) R 30315 30315 29458 0 -1 0 54554 0 1 0 1226 34 0 0 25 0 8 0 165974436 881729536 54288 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073984397 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30329/statm: 215266 54288 1975 14 0 201471 0
[pid=30329/tid=30330] ppid=30315 vsize=861064 CPUtime=1.55
/proc/30329/task/30330/stat : 30330 (java) S 30315 30315 29458 0 -1 64 38709 0 0 0 133 22 0 0 20 0 8 0 165974441 881729536 54288 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30331] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30331/stat : 30331 (java) S 30315 30315 29458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165974441 881729536 54288 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30332] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30332/stat : 30332 (java) S 30315 30315 29458 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165974441 881729536 54288 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30333] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30333/stat : 30333 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165974445 881729536 54288 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30334] ppid=30315 vsize=861064 CPUtime=0.23
/proc/30329/task/30334/stat : 30334 (java) S 30315 30315 29458 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 165974445 881729536 54288 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30335] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30335/stat : 30335 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165974445 881729536 54288 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30336] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30336/stat : 30336 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165974445 881729536 54288 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 908624

[startup+25.6644 s]
/proc/loadavg: 1.95 2.01 1.99 4/95 30336
/proc/meminfo: memFree=1126672/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=0.01
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30329] ppid=30315 vsize=861064 CPUtime=25.37
/proc/30329/stat : 30329 (java) R 30315 30315 29458 0 -1 0 87688 0 1 0 2483 54 0 0 25 0 8 0 165974436 881729536 87411 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073681548 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30329/statm: 215266 87411 1994 14 0 201471 0
[pid=30329/tid=30330] ppid=30315 vsize=861064 CPUtime=3.07
/proc/30329/task/30330/stat : 30330 (java) S 30315 30315 29458 0 -1 64 71759 0 0 0 268 39 0 0 16 0 8 0 165974441 881729536 87411 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30331] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30331/stat : 30331 (java) S 30315 30315 29458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165974441 881729536 87411 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30332] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30332/stat : 30332 (java) S 30315 30315 29458 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165974441 881729536 87411 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30333] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30333/stat : 30333 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165974445 881729536 87411 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30334] ppid=30315 vsize=861064 CPUtime=0.31
/proc/30329/task/30334/stat : 30334 (java) S 30315 30315 29458 0 -1 64 982 0 0 0 29 2 0 0 15 0 8 0 165974445 881729536 87411 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30335] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30335/stat : 30335 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165974445 881729536 87411 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30336] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30336/stat : 30336 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165974445 881729536 87411 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 908624

[startup+51.3235 s]
/proc/loadavg: 1.97 2.00 1.99 3/95 30336
/proc/meminfo: memFree=1110864/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=0.01
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30329] ppid=30315 vsize=861064 CPUtime=50.67
/proc/30329/stat : 30329 (java) R 30315 30315 29458 0 -1 0 87731 0 1 0 5003 64 0 0 25 0 8 0 165974436 881729536 87412 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155213869 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30329/statm: 215266 87412 1995 14 0 201471 0
[pid=30329/tid=30330] ppid=30315 vsize=861064 CPUtime=3.16
/proc/30329/task/30330/stat : 30330 (java) S 30315 30315 29458 0 -1 64 71760 0 0 0 276 40 0 0 16 0 8 0 165974441 881729536 87412 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30331] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30331/stat : 30331 (java) S 30315 30315 29458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165974441 881729536 87412 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30332] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30332/stat : 30332 (java) S 30315 30315 29458 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165974441 881729536 87412 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30333] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30333/stat : 30333 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165974445 881729536 87412 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30334] ppid=30315 vsize=861064 CPUtime=0.31
/proc/30329/task/30334/stat : 30334 (java) S 30315 30315 29458 0 -1 64 982 0 0 0 29 2 0 0 15 0 8 0 165974445 881729536 87412 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30335] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30335/stat : 30335 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165974445 881729536 87412 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30329/tid=30336] ppid=30315 vsize=861064 CPUtime=0
/proc/30329/task/30336/stat : 30336 (java) S 30315 30315 29458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165974445 881729536 87412 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 908624

[startup+102.589 s]
/proc/loadavg: 2.03 2.02 2.00 3/88 30339
/proc/meminfo: memFree=1314120/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=83.56
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 800 89499 0 1 0 0 8270 86 17 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30339] ppid=30315 vsize=123028 CPUtime=17.87
/proc/30339/stat : 30339 (minisat) R 30315 30315 29458 0 -1 4194304 28182 0 0 0 1768 19 0 0 25 0 1 0 165982886 125980672 28164 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30339/statm: 30757 28164 54 142 0 30613 0
Current children cumulated CPU time (s) 101.43

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

/proc/loadavg: 2.00 2.00 2.00 3/88 30339
/proc/meminfo: memFree=1148424/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=83.56
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 800 89499 0 1 0 0 8270 86 17 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30339] ppid=30315 vsize=193780 CPUtime=1030.07
/proc/30339/stat : 30339 (minisat) R 30315 30315 29458 0 -1 4194304 45887 0 0 0 102964 43 0 0 25 0 1 0 165982886 198430720 45869 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/30339/statm: 48445 45869 54 142 0 48301 0
Current children cumulated CPU time (s) 1113.63
Current children cumulated vsize (KiB) 241340

[startup+1184.28 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30339
/proc/meminfo: memFree=1140232/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=83.56
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 800 89499 0 1 0 0 8270 86 17 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30339] ppid=30315 vsize=197612 CPUtime=1089.61
/proc/30339/stat : 30339 (minisat) R 30315 30315 29458 0 -1 4194304 46846 0 0 0 108917 44 0 0 25 0 1 0 165982886 202354688 46828 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529611 0 0 4096 3 0 0 0 17 1 0 0
/proc/30339/statm: 49403 46828 54 142 0 49259 0
Current children cumulated CPU time (s) 1173.17
Current children cumulated vsize (KiB) 245172

[startup+1244.37 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30339
/proc/meminfo: memFree=1129224/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=83.56
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 800 89499 0 1 0 0 8270 86 17 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30339] ppid=30315 vsize=201592 CPUtime=1149.15
/proc/30339/stat : 30339 (minisat) R 30315 30315 29458 0 -1 4194304 47859 0 0 0 114870 45 0 0 25 0 1 0 165982886 206430208 47841 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520268 0 0 4096 3 0 0 0 17 1 0 0
/proc/30339/statm: 50398 47841 54 142 0 50254 0
Current children cumulated CPU time (s) 1232.71
Current children cumulated vsize (KiB) 249152

[startup+1304.47 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30339
/proc/meminfo: memFree=1114632/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=83.56
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 800 89499 0 1 0 0 8270 86 17 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30339] ppid=30315 vsize=206784 CPUtime=1208.7
/proc/30339/stat : 30339 (minisat) R 30315 30315 29458 0 -1 4194304 49148 0 0 0 120823 47 0 0 25 0 1 0 165982886 211746816 49130 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/30339/statm: 51696 49130 54 142 0 51552 0
Current children cumulated CPU time (s) 1292.26
Current children cumulated vsize (KiB) 254344

[startup+1364.56 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30339
/proc/meminfo: memFree=1101896/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=83.56
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 800 89499 0 1 0 0 8270 86 17 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30339] ppid=30315 vsize=211164 CPUtime=1268.24
/proc/30339/stat : 30339 (minisat) R 30315 30315 29458 0 -1 4194304 50266 0 0 0 126775 49 0 0 25 0 1 0 165982886 216231936 50248 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526188 0 0 4096 3 0 0 0 17 1 0 0
/proc/30339/statm: 52791 50248 54 142 0 52647 0
Current children cumulated CPU time (s) 1351.8
Current children cumulated vsize (KiB) 258724

[startup+1424.66 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30339
/proc/meminfo: memFree=1088136/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=83.56
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 800 89499 0 1 0 0 8270 86 17 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30339] ppid=30315 vsize=214728 CPUtime=1327.78
/proc/30339/stat : 30339 (minisat) R 30315 30315 29458 0 -1 4194304 51150 0 0 0 132728 50 0 0 25 0 1 0 165982886 219881472 51132 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/30339/statm: 53682 51132 54 142 0 53538 0
Current children cumulated CPU time (s) 1411.34
Current children cumulated vsize (KiB) 262288

[startup+1484.75 s]
/proc/loadavg: 2.04 2.01 2.00 3/88 30339
/proc/meminfo: memFree=1072328/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=83.56
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 800 89499 0 1 0 0 8270 86 17 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30339] ppid=30315 vsize=218428 CPUtime=1387.32
/proc/30339/stat : 30339 (minisat) R 30315 30315 29458 0 -1 4194304 52082 0 0 0 138681 51 0 0 25 0 1 0 165982886 223670272 52064 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30339/statm: 54607 52064 54 142 0 54463 0
Current children cumulated CPU time (s) 1470.88
Current children cumulated vsize (KiB) 265988

[startup+1544.84 s]
/proc/loadavg: 2.06 2.02 2.00 3/88 30339
/proc/meminfo: memFree=1057672/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=83.56
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 800 89499 0 1 0 0 8270 86 17 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30339] ppid=30315 vsize=220808 CPUtime=1446.86
/proc/30339/stat : 30339 (minisat) R 30315 30315 29458 0 -1 4194304 52666 0 0 0 144633 53 0 0 25 0 1 0 165982886 226107392 52648 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/30339/statm: 55202 52648 54 142 0 55058 0
Current children cumulated CPU time (s) 1530.42
Current children cumulated vsize (KiB) 268368

[startup+1604.93 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 30339
/proc/meminfo: memFree=1041480/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=83.56
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 800 89499 0 1 0 0 8270 86 17 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30339] ppid=30315 vsize=222792 CPUtime=1506.4
/proc/30339/stat : 30339 (minisat) R 30315 30315 29458 0 -1 4194304 53207 0 0 0 150586 54 0 0 25 0 1 0 165982886 228139008 53189 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30339/statm: 55698 53189 54 142 0 55554 0
Current children cumulated CPU time (s) 1589.96
Current children cumulated vsize (KiB) 270352

[startup+1665.03 s]
/proc/loadavg: 2.07 2.03 2.00 3/88 30339
/proc/meminfo: memFree=1023752/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=83.56
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 800 89499 0 1 0 0 8270 86 17 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30339] ppid=30315 vsize=224772 CPUtime=1565.94
/proc/30339/stat : 30339 (minisat) R 30315 30315 29458 0 -1 4194304 53715 0 0 0 156539 55 0 0 25 0 1 0 165982886 230166528 53697 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/30339/statm: 56193 53697 54 142 0 56049 0
Current children cumulated CPU time (s) 1649.5
Current children cumulated vsize (KiB) 272332

[startup+1725.12 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 30446
/proc/meminfo: memFree=1013840/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=83.56
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 800 89499 0 1 0 0 8270 86 17 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30339] ppid=30315 vsize=227156 CPUtime=1625.8
/proc/30339/stat : 30339 (minisat) R 30315 30315 29458 0 -1 4194304 54287 0 0 0 162521 59 0 0 25 0 1 0 165982886 232607744 54269 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/30339/statm: 56789 54269 54 142 0 56645 0
Current children cumulated CPU time (s) 1709.36
Current children cumulated vsize (KiB) 274716

[startup+1785.13 s]
/proc/loadavg: 2.01 2.02 2.00 4/88 30447
/proc/meminfo: memFree=1215816/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=83.56
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 800 89499 0 1 0 0 8270 86 17 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30339] ppid=30315 vsize=228740 CPUtime=1685.74
/proc/30339/stat : 30339 (minisat) R 30315 30315 29458 0 -1 4194304 54711 0 0 0 168514 60 0 0 25 0 1 0 165982886 234229760 54693 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/30339/statm: 57185 54693 54 142 0 57041 0
Current children cumulated CPU time (s) 1769.3
Current children cumulated vsize (KiB) 276300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.95 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 30447
/proc/meminfo: memFree=1214216/2055920 swapFree=4192812/4192956
[pid=30315] ppid=30313 vsize=47560 CPUtime=83.56
/proc/30315/stat : 30315 (galac.sh) S 30313 30315 29458 0 -1 4194304 800 89499 0 1 0 0 8270 86 17 0 1 0 165974432 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30315/statm: 11890 363 245 79 0 218 0
[pid=30339] ppid=30315 vsize=229664 CPUtime=1716.54
/proc/30339/stat : 30339 (minisat) R 30315 30315 29458 0 -1 4194304 54927 0 0 0 171593 61 0 0 25 0 1 0 165982886 235175936 54909 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/30339/statm: 57416 54909 54 142 0 57272 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 277224

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 30315 and gives childrusage.ru_utime.tv_sec=82 childrusage.ru_utime.tv_usec=712425 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=868867
CPU time returned by wait4() is 83.5813
while last known CPU time is 1800.1

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

Real time (s): 1815.96
CPU time (s): 1800.1
CPU user time (s): 1798.63
CPU system time (s): 1.47
CPU usage (%): 99.1265
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.7124
system time used= 0.868867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90299
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= 3592
involuntary context switches= 6736

runsolver used 2.06768 s user time and 5.98009 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Jan  7 13:16:28 UTC 2007


IDJOB= 206622
IDBENCH= 4222
FILE ID= node3/206622-1168175788

PBS_JOBID= 3478833

Free space on /tmp= 66505 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  9c2988b919be61521e5ef44d9654d6ef

RANDOM SEED= 52916672

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:       1473840 kB
Buffers:         38936 kB
Cached:         309904 kB
SwapCached:          0 kB
Active:         318660 kB
Inactive:       201920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8804 kB
Writeback:           0 kB
Mapped:         191812 kB
Slab:            46284 kB
Committed_AS:  4389736 kB
PageTables:       2344 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= 66472 MiB



End job on node3 on Sun Jan  7 13:46:44 UTC 2007