Trace number 203187

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.08 1812.08

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-13_ext.xml
MD5SUM09ed6e0d3778546675382686de961bcd
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark718.704
SatisfiableYES
(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.55	c start processing
5.55	c start relation processing
19.72	c start cnf exporting
82.46	c parsing time : 5.337
82.46	c preprocessing time : 82.247
82.46	
82.46	c Nary constraints - conflicts : 0 supports : 93
82.46	c Binary constraints - conflicts : 0 supports :0
82.46	c max arity constraint : 3
82.46	c Max Tuples generated 0
82.46	c relations : 93
82.46	c relations BDD: 93
82.46	c vars : 598450 - clauses :  1875186
82.46	
82.54	 
82.54	c --- Minisat Stats ---
82.54	 

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/node11/watcher-203187-1168157545 -o ROOT/results/node11/solver-203187-1168157545 -C 1800 -M 900 /tmp/evaluation/203187-1168157545/galac.sh /tmp/evaluation/203187-1168157545/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.00 2.00 2.00 5/86 27642
/proc/meminfo: memFree=1796608/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=8560 CPUtime=0
/proc/27641/stat : 27641 (galac.sh) R 27639 27641 26441 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 164149595 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262910232463 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27641/statm: 2140 253 197 79 0 133 0

[startup+0.105248 s]
/proc/loadavg: 2.00 2.00 2.00 5/86 27642
/proc/meminfo: memFree=1796608/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=0.01
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.513329 s]
/proc/loadavg: 2.00 2.00 2.00 5/86 27642
/proc/meminfo: memFree=1796608/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=0.01
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.3355 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 27662
/proc/meminfo: memFree=1719296/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=0.01
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27655] ppid=27641 vsize=861064 CPUtime=1.22
/proc/27655/stat : 27655 (java) R 27641 27641 26441 0 -1 0 21285 0 1 0 111 11 0 0 22 0 8 0 164149599 881729536 21038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073753124 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27655/statm: 215266 21038 1967 14 0 201471 0
[pid=27655/tid=27656] ppid=27641 vsize=861064 CPUtime=0.06
/proc/27655/task/27656/stat : 27656 (java) S 27641 27641 26441 0 -1 64 5531 0 0 0 4 2 0 0 16 0 8 0 164149603 881729536 21038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27657] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27657/stat : 27657 (java) S 27641 27641 26441 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164149603 881729536 21038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27658] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27658/stat : 27658 (java) S 27641 27641 26441 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164149603 881729536 21038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27659] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27659/stat : 27659 (java) S 27641 27641 26441 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164149612 881729536 21038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27660] ppid=27641 vsize=861064 CPUtime=0.11
/proc/27655/task/27660/stat : 27660 (java) S 27641 27641 26441 0 -1 64 892 0 0 0 11 0 0 0 16 0 8 0 164149612 881729536 21038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27661] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27661/stat : 27661 (java) S 27641 27641 26441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164149612 881729536 21038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27662] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27662/stat : 27662 (java) S 27641 27641 26441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164149612 881729536 21038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 908632

[startup+2.98882 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 27662
/proc/meminfo: memFree=1707840/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=0.01
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27655] ppid=27641 vsize=861064 CPUtime=2.85
/proc/27655/stat : 27655 (java) R 27641 27641 26441 0 -1 0 25350 0 1 0 272 13 0 0 25 0 8 0 164149599 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073702899 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27655/statm: 215266 25097 1967 14 0 201471 0
[pid=27655/tid=27656] ppid=27641 vsize=861064 CPUtime=0.2
/proc/27655/task/27656/stat : 27656 (java) S 27641 27641 26441 0 -1 64 9581 0 0 0 17 3 0 0 16 0 8 0 164149603 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27657] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27657/stat : 27657 (java) S 27641 27641 26441 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164149603 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27658] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27658/stat : 27658 (java) S 27641 27641 26441 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164149603 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27659] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27659/stat : 27659 (java) S 27641 27641 26441 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164149612 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27660] ppid=27641 vsize=861064 CPUtime=0.13
/proc/27655/task/27660/stat : 27660 (java) S 27641 27641 26441 0 -1 64 901 0 0 0 13 0 0 0 16 0 8 0 164149612 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27661] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27661/stat : 27661 (java) S 27641 27641 26441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164149612 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27662] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27662/stat : 27662 (java) S 27641 27641 26441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164149612 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 908632

[startup+6.27948 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 27662
/proc/meminfo: memFree=1678912/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=0.01
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27655] ppid=27641 vsize=861064 CPUtime=6.11
/proc/27655/stat : 27655 (java) R 27641 27641 26441 0 -1 0 31395 0 1 0 595 16 0 0 25 0 8 0 164149599 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073922372 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27655/statm: 215266 31133 1975 14 0 201471 0
[pid=27655/tid=27656] ppid=27641 vsize=861064 CPUtime=0.41
/proc/27655/task/27656/stat : 27656 (java) S 27641 27641 26441 0 -1 64 15553 0 0 0 36 5 0 0 16 0 8 0 164149603 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27657] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27657/stat : 27657 (java) S 27641 27641 26441 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164149603 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27658] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27658/stat : 27658 (java) S 27641 27641 26441 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164149603 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27659] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27659/stat : 27659 (java) S 27641 27641 26441 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164149612 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27660] ppid=27641 vsize=861064 CPUtime=0.22
/proc/27655/task/27660/stat : 27660 (java) S 27641 27641 26441 0 -1 64 946 0 0 0 21 1 0 0 15 0 8 0 164149612 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27661] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27661/stat : 27661 (java) S 27641 27641 26441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164149612 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27662] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27662/stat : 27662 (java) S 27641 27641 26441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164149612 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 908632

[startup+12.7788 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 27662
/proc/meminfo: memFree=1585536/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=0.01
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27655] ppid=27641 vsize=861064 CPUtime=12.55
/proc/27655/stat : 27655 (java) R 27641 27641 26441 0 -1 0 54673 0 1 0 1230 25 0 0 25 0 8 0 164149599 881729536 54407 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073978198 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27655/statm: 215266 54407 1975 14 0 201471 0
[pid=27655/tid=27656] ppid=27641 vsize=861064 CPUtime=1.46
/proc/27655/task/27656/stat : 27656 (java) S 27641 27641 26441 0 -1 64 38827 0 0 0 132 14 0 0 16 0 8 0 164149603 881729536 54407 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27657] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27657/stat : 27657 (java) S 27641 27641 26441 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164149603 881729536 54407 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27658] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27658/stat : 27658 (java) S 27641 27641 26441 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164149603 881729536 54407 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27659] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27659/stat : 27659 (java) S 27641 27641 26441 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164149612 881729536 54407 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27660] ppid=27641 vsize=861064 CPUtime=0.22
/proc/27655/task/27660/stat : 27660 (java) S 27641 27641 26441 0 -1 64 946 0 0 0 21 1 0 0 15 0 8 0 164149612 881729536 54407 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27661] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27661/stat : 27661 (java) S 27641 27641 26441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164149612 881729536 54407 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27662] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27662/stat : 27662 (java) S 27641 27641 26441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164149612 881729536 54407 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 908632

[startup+25.6555 s]
/proc/loadavg: 2.06 2.01 2.00 3/94 27662
/proc/meminfo: memFree=1451136/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=0.01
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27655] ppid=27641 vsize=861064 CPUtime=25.31
/proc/27655/stat : 27655 (java) R 27641 27641 26441 0 -1 0 87681 0 1 0 2490 41 0 0 25 0 8 0 164149599 881729536 87402 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073681429 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27655/statm: 215266 87402 1994 14 0 201471 0
[pid=27655/tid=27656] ppid=27641 vsize=861064 CPUtime=2.91
/proc/27655/task/27656/stat : 27656 (java) S 27641 27641 26441 0 -1 64 71749 0 0 0 263 28 0 0 16 0 8 0 164149603 881729536 87402 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27657] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27657/stat : 27657 (java) S 27641 27641 26441 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164149603 881729536 87402 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27658] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27658/stat : 27658 (java) S 27641 27641 26441 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164149603 881729536 87402 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27659] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27659/stat : 27659 (java) S 27641 27641 26441 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164149612 881729536 87402 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27660] ppid=27641 vsize=861064 CPUtime=0.28
/proc/27655/task/27660/stat : 27660 (java) S 27641 27641 26441 0 -1 64 982 0 0 0 27 1 0 0 15 0 8 0 164149612 881729536 87402 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27661] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27661/stat : 27661 (java) S 27641 27641 26441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164149612 881729536 87402 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27662] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27662/stat : 27662 (java) S 27641 27641 26441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164149612 881729536 87402 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 908632

[startup+51.3014 s]
/proc/loadavg: 2.03 2.01 2.00 3/94 27662
/proc/meminfo: memFree=1437120/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=0.01
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27655] ppid=27641 vsize=861064 CPUtime=50.71
/proc/27655/stat : 27655 (java) R 27641 27641 26441 0 -1 0 87725 0 1 0 5020 51 0 0 25 0 8 0 164149599 881729536 87403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074091715 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27655/statm: 215266 87403 1995 14 0 201471 0
[pid=27655/tid=27656] ppid=27641 vsize=861064 CPUtime=2.99
/proc/27655/task/27656/stat : 27656 (java) S 27641 27641 26441 0 -1 64 71750 0 0 0 271 28 0 0 16 0 8 0 164149603 881729536 87403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27657] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27657/stat : 27657 (java) S 27641 27641 26441 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164149603 881729536 87403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27658] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27658/stat : 27658 (java) S 27641 27641 26441 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164149603 881729536 87403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27659] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27659/stat : 27659 (java) S 27641 27641 26441 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164149612 881729536 87403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27660] ppid=27641 vsize=861064 CPUtime=0.28
/proc/27655/task/27660/stat : 27660 (java) S 27641 27641 26441 0 -1 64 982 0 0 0 27 1 0 0 15 0 8 0 164149612 881729536 87403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27661] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27661/stat : 27661 (java) S 27641 27641 26441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164149612 881729536 87403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27655/tid=27662] ppid=27641 vsize=861064 CPUtime=0
/proc/27655/task/27662/stat : 27662 (java) S 27641 27641 26441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164149612 881729536 87403 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 908632

[startup+102.536 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 27663
/proc/meminfo: memFree=1649336/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=81.65
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 799 89489 0 1 0 0 8095 70 17 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27663] ppid=27641 vsize=122980 CPUtime=19.8
/proc/27663/stat : 27663 (minisat) R 27641 27641 26441 0 -1 4194304 28243 0 0 0 1964 16 0 0 25 0 1 0 164157850 125931520 28225 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 30745 28225 54 142 0 30601 0
Current children cumulated CPU time (s) 101.45

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

/proc/loadavg: 2.01 2.02 2.00 3/99 27718
/proc/meminfo: memFree=1072416/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=81.65
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 799 89489 0 1 0 0 8095 70 17 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27663] ppid=27641 vsize=242604 CPUtime=1030.59
/proc/27663/stat : 27663 (minisat) R 27641 27641 26441 0 -1 4194304 58145 0 0 0 102999 60 0 0 25 0 1 0 164157850 248426496 58127 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/27663/statm: 60651 58127 54 142 0 60507 0
Current children cumulated CPU time (s) 1112.24
Current children cumulated vsize (KiB) 290172

[startup+1183.42 s]
/proc/loadavg: 2.00 2.02 2.00 3/99 27718
/proc/meminfo: memFree=1069920/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=81.65
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 799 89489 0 1 0 0 8095 70 17 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27663] ppid=27641 vsize=244980 CPUtime=1090.57
/proc/27663/stat : 27663 (minisat) R 27641 27641 26441 0 -1 4194304 58753 0 0 0 108996 61 0 0 25 0 1 0 164157850 250859520 58735 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/27663/statm: 61245 58735 54 142 0 61101 0
Current children cumulated CPU time (s) 1172.22
Current children cumulated vsize (KiB) 292548

[startup+1243.44 s]
/proc/loadavg: 2.07 2.03 2.00 3/99 27718
/proc/meminfo: memFree=1066208/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=81.65
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 799 89489 0 1 0 0 8095 70 17 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27663] ppid=27641 vsize=248552 CPUtime=1150.52
/proc/27663/stat : 27663 (minisat) R 27641 27641 26441 0 -1 4194304 59646 0 0 0 114990 62 0 0 25 0 1 0 164157850 254517248 59628 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/27663/statm: 62138 59628 54 142 0 61994 0
Current children cumulated CPU time (s) 1232.17
Current children cumulated vsize (KiB) 296120

[startup+1303.46 s]
/proc/loadavg: 2.02 2.02 2.00 3/99 27718
/proc/meminfo: memFree=1033312/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=81.65
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 799 89489 0 1 0 0 8095 70 17 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27663] ppid=27641 vsize=253472 CPUtime=1210.41
/proc/27663/stat : 27663 (minisat) R 27641 27641 26441 0 -1 4194304 60829 0 0 0 120978 63 0 0 25 0 1 0 164157850 259555328 60811 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/27663/statm: 63368 60811 54 142 0 63224 0
Current children cumulated CPU time (s) 1292.06
Current children cumulated vsize (KiB) 301040

[startup+1363.55 s]
/proc/loadavg: 2.01 2.02 2.00 3/99 27718
/proc/meminfo: memFree=1021856/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=81.65
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 799 89489 0 1 0 0 8095 70 17 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27663] ppid=27641 vsize=264952 CPUtime=1270.45
/proc/27663/stat : 27663 (minisat) R 27641 27641 26441 0 -1 4194304 63682 0 0 0 126979 66 0 0 25 0 1 0 164157850 271310848 63664 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/27663/statm: 66238 63664 54 142 0 66094 0
Current children cumulated CPU time (s) 1352.1
Current children cumulated vsize (KiB) 312520

[startup+1423.62 s]
/proc/loadavg: 2.05 2.03 2.00 3/99 27718
/proc/meminfo: memFree=1011488/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=81.65
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 799 89489 0 1 0 0 8095 70 17 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27663] ppid=27641 vsize=275112 CPUtime=1330.45
/proc/27663/stat : 27663 (minisat) R 27641 27641 26441 0 -1 4194304 66234 0 0 0 132976 69 0 0 25 0 1 0 164157850 281714688 66216 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/27663/statm: 68778 66216 54 142 0 68634 0
Current children cumulated CPU time (s) 1412.1
Current children cumulated vsize (KiB) 322680

[startup+1483.64 s]
/proc/loadavg: 2.09 2.05 2.01 3/99 27718
/proc/meminfo: memFree=975968/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=81.65
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 799 89489 0 1 0 0 8095 70 17 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27663] ppid=27641 vsize=282288 CPUtime=1390.36
/proc/27663/stat : 27663 (minisat) R 27641 27641 26441 0 -1 4194304 68017 0 0 0 138965 71 0 0 25 0 1 0 164157850 289062912 67999 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/27663/statm: 70572 67999 54 142 0 70428 0
Current children cumulated CPU time (s) 1472.01
Current children cumulated vsize (KiB) 329856

[startup+1543.73 s]
/proc/loadavg: 2.14 2.07 2.01 3/99 27718
/proc/meminfo: memFree=969760/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=81.65
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 799 89489 0 1 0 0 8095 70 17 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27663] ppid=27641 vsize=288308 CPUtime=1450.39
/proc/27663/stat : 27663 (minisat) R 27641 27641 26441 0 -1 4194304 69534 0 0 0 144967 72 0 0 25 0 1 0 164157850 295227392 69516 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/27663/statm: 72077 69516 54 142 0 71933 0
Current children cumulated CPU time (s) 1532.04
Current children cumulated vsize (KiB) 335876

[startup+1603.75 s]
/proc/loadavg: 2.05 2.05 2.01 3/99 27718
/proc/meminfo: memFree=934816/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=81.65
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 799 89489 0 1 0 0 8095 70 17 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27663] ppid=27641 vsize=294060 CPUtime=1510.36
/proc/27663/stat : 27663 (minisat) R 27641 27641 26441 0 -1 4194304 70995 0 0 0 150961 75 0 0 25 0 1 0 164157850 301117440 70977 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/27663/statm: 73515 70977 54 142 0 73371 0
Current children cumulated CPU time (s) 1592.01
Current children cumulated vsize (KiB) 341628

[startup+1663.8 s]
/proc/loadavg: 2.02 2.04 2.00 3/99 27718
/proc/meminfo: memFree=930336/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=81.65
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 799 89489 0 1 0 0 8095 70 17 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27663] ppid=27641 vsize=298584 CPUtime=1570.32
/proc/27663/stat : 27663 (minisat) R 27641 27641 26441 0 -1 4194304 72100 0 0 0 156956 76 0 0 25 0 1 0 164157850 305750016 72082 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/27663/statm: 74646 72082 54 142 0 74502 0
Current children cumulated CPU time (s) 1651.97
Current children cumulated vsize (KiB) 346152

[startup+1723.81 s]
/proc/loadavg: 2.08 2.05 2.00 3/99 27718
/proc/meminfo: memFree=891808/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=81.65
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 799 89489 0 1 0 0 8095 70 17 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27663] ppid=27641 vsize=307196 CPUtime=1630.27
/proc/27663/stat : 27663 (minisat) R 27641 27641 26441 0 -1 4194304 74268 0 0 0 162949 78 0 0 25 0 1 0 164157850 314568704 74250 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/27663/statm: 76799 74250 54 142 0 76655 0
Current children cumulated CPU time (s) 1711.92
Current children cumulated vsize (KiB) 354764

[startup+1783.84 s]
/proc/loadavg: 2.03 2.03 2.00 3/99 27718
/proc/meminfo: memFree=886624/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=81.65
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 799 89489 0 1 0 0 8095 70 17 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27663] ppid=27641 vsize=312224 CPUtime=1690.23
/proc/27663/stat : 27663 (minisat) R 27641 27641 26441 0 -1 4194304 75533 0 0 0 168944 79 0 0 25 0 1 0 164157850 319717376 75515 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/27663/statm: 78056 75515 54 142 0 77912 0
Current children cumulated CPU time (s) 1771.88
Current children cumulated vsize (KiB) 359792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.06 s]
/proc/loadavg: 2.02 2.03 2.00 3/99 27718
/proc/meminfo: memFree=883232/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=47568 CPUtime=81.65
/proc/27641/stat : 27641 (galac.sh) S 27639 27641 26441 0 -1 4194304 799 89489 0 1 0 0 8095 70 17 0 1 0 164149595 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27641/statm: 11892 363 245 79 0 218 0
[pid=27663] ppid=27641 vsize=315568 CPUtime=1718.43
/proc/27663/stat : 27663 (minisat) R 27641 27641 26441 0 -1 4194304 76381 0 0 0 171763 80 0 0 25 0 1 0 164157850 323141632 76363 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/27663/statm: 78892 76363 54 142 0 78748 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 363136

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 27641 and gives childrusage.ru_utime.tv_sec=80 childrusage.ru_utime.tv_usec=958692 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=712891
CPU time returned by wait4() is 81.6716
while last known CPU time is 1800.08

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

Real time (s): 1812.08
CPU time (s): 1800.08
CPU user time (s): 1798.58
CPU system time (s): 1.5
CPU usage (%): 99.3379
Max. virtual memory (cumulated for all children) (KiB): 908632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.9587
system time used= 0.712891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90288
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= 3552
involuntary context switches= 6396

runsolver used 2.01069 s user time and 6.33704 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Jan  7 08:12:26 UTC 2007


IDJOB= 203187
IDBENCH= 3926
FILE ID= node11/203187-1168157545

PBS_JOBID= 3478245

Free space on /tmp= 66326 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  09ed6e0d3778546675382686de961bcd

RANDOM SEED= 604619531

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.261
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	: 5931.00
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.261
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:       1797024 kB
Buffers:         35156 kB
Cached:          90916 kB
SwapCached:          0 kB
Active:         141236 kB
Inactive:        61996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8688 kB
Writeback:           0 kB
Mapped:          99528 kB
Slab:            40428 kB
Committed_AS:  4735136 kB
PageTables:       2364 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= 66293 MiB



End job on node11 on Sun Jan  7 08:42:38 UTC 2007