Trace number 206297

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 1814.62

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-22_ext.xml
MD5SUMf389a856ba2f906d1947076a6426d645
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.51	c start processing
5.51	c start relation processing
19.92	c start cnf exporting
82.91	c parsing time : 5.345
82.91	c preprocessing time : 82.747
82.91	
82.91	c Nary constraints - conflicts : 0 supports : 93
82.91	c Binary constraints - conflicts : 0 supports :0
82.91	c max arity constraint : 3
82.91	c Max Tuples generated 0
82.91	c relations : 93
82.91	c relations BDD: 93
82.91	c vars : 598006 - clauses :  1873886
82.91	
82.97	 
82.97	c --- Minisat Stats ---
82.97	 

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/node40/watcher-206297-1168171074 -o ROOT/results/node40/solver-206297-1168171074 -C 1800 -M 900 /tmp/evaluation/206297-1168171074/galac.sh /tmp/evaluation/206297-1168171074/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 1.84 1.84 5/74 21462
/proc/meminfo: memFree=1350872/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=8560 CPUtime=0
/proc/21461/stat : 21461 (galac.sh) R 21459 21461 21246 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 165506718 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519796623 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21461/statm: 2140 253 197 79 0 133 0

[startup+0.105483 s]
/proc/loadavg: 2.00 1.84 1.84 5/74 21462
/proc/meminfo: memFree=1350872/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=0.01
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.513534 s]
/proc/loadavg: 2.00 1.84 1.84 5/74 21462
/proc/meminfo: memFree=1350872/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=0.01
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.33664 s]
/proc/loadavg: 2.00 1.84 1.84 3/82 21482
/proc/meminfo: memFree=1273688/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=0.01
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21475] ppid=21461 vsize=861064 CPUtime=1.27
/proc/21475/stat : 21475 (java) R 21461 21461 21246 0 -1 0 21265 0 1 0 116 11 0 0 23 0 8 0 165506722 881729536 21018 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073651577 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21475/statm: 215266 21018 1967 14 0 201471 0
[pid=21475/tid=21476] ppid=21461 vsize=861064 CPUtime=0.05
/proc/21475/task/21476/stat : 21476 (java) S 21461 21461 21246 0 -1 64 5511 0 0 0 3 2 0 0 16 0 8 0 165506725 881729536 21018 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21477] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21477/stat : 21477 (java) S 21461 21461 21246 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165506726 881729536 21018 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21478] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21478/stat : 21478 (java) S 21461 21461 21246 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165506726 881729536 21018 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21479] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21479/stat : 21479 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165506729 881729536 21018 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21480] ppid=21461 vsize=861064 CPUtime=0.12
/proc/21475/task/21480/stat : 21480 (java) S 21461 21461 21246 0 -1 64 892 0 0 0 12 0 0 0 16 0 8 0 165506729 881729536 21018 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21481] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21481/stat : 21481 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165506729 881729536 21018 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21482] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21482/stat : 21482 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165506729 881729536 21018 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908628

[startup+2.98986 s]
/proc/loadavg: 2.00 1.84 1.84 3/82 21482
/proc/meminfo: memFree=1262232/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=0.01
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21475] ppid=21461 vsize=861064 CPUtime=2.91
/proc/21475/stat : 21475 (java) R 21461 21461 21246 0 -1 0 25360 0 1 0 279 12 0 0 25 0 8 0 165506722 881729536 25107 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073715942 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21475/statm: 215266 25107 1967 14 0 201471 0
[pid=21475/tid=21476] ppid=21461 vsize=861064 CPUtime=0.2
/proc/21475/task/21476/stat : 21476 (java) S 21461 21461 21246 0 -1 64 9591 0 0 0 16 4 0 0 16 0 8 0 165506725 881729536 25107 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21477] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21477/stat : 21477 (java) S 21461 21461 21246 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165506726 881729536 25107 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21478] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21478/stat : 21478 (java) S 21461 21461 21246 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165506726 881729536 25107 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21479] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21479/stat : 21479 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165506729 881729536 25107 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21480] ppid=21461 vsize=861064 CPUtime=0.15
/proc/21475/task/21480/stat : 21480 (java) S 21461 21461 21246 0 -1 64 901 0 0 0 15 0 0 0 16 0 8 0 165506729 881729536 25107 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21481] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21481/stat : 21481 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165506729 881729536 25107 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21482] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21482/stat : 21482 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165506729 881729536 25107 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908628

[startup+6.19027 s]
/proc/loadavg: 2.08 1.86 1.84 4/82 21482
/proc/meminfo: memFree=1235480/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=0.01
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21475] ppid=21461 vsize=861064 CPUtime=6.07
/proc/21475/stat : 21475 (java) R 21461 21461 21246 0 -1 0 30859 0 1 0 591 16 0 0 25 0 8 0 165506722 881729536 30597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073922372 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21475/statm: 215266 30597 1975 14 0 201471 0
[pid=21475/tid=21476] ppid=21461 vsize=861064 CPUtime=0.4
/proc/21475/task/21476/stat : 21476 (java) S 21461 21461 21246 0 -1 64 15017 0 0 0 34 6 0 0 16 0 8 0 165506725 881729536 30597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21477] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21477/stat : 21477 (java) S 21461 21461 21246 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165506726 881729536 30597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21478] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21478/stat : 21478 (java) S 21461 21461 21246 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165506726 881729536 30597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21479] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21479/stat : 21479 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165506729 881729536 30597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21480] ppid=21461 vsize=861064 CPUtime=0.23
/proc/21475/task/21480/stat : 21480 (java) S 21461 21461 21246 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 165506729 881729536 30597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21481] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21481/stat : 21481 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165506729 881729536 30597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21482] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21482/stat : 21482 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165506729 881729536 30597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 908628

[startup+12.6821 s]
/proc/loadavg: 2.07 1.86 1.84 3/82 21482
/proc/meminfo: memFree=1139928/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=0.01
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21475] ppid=21461 vsize=861064 CPUtime=12.5
/proc/21475/stat : 21475 (java) R 21461 21461 21246 0 -1 0 54712 0 1 0 1223 27 0 0 25 0 8 0 165506722 881729536 54446 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073980108 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21475/statm: 215266 54446 1975 14 0 201471 0
[pid=21475/tid=21476] ppid=21461 vsize=861064 CPUtime=1.47
/proc/21475/task/21476/stat : 21476 (java) S 21461 21461 21246 0 -1 64 38866 0 0 0 130 17 0 0 20 0 8 0 165506725 881729536 54446 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21477] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21477/stat : 21477 (java) S 21461 21461 21246 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165506726 881729536 54446 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21478] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21478/stat : 21478 (java) S 21461 21461 21246 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165506726 881729536 54446 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21479] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21479/stat : 21479 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165506729 881729536 54446 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21480] ppid=21461 vsize=861064 CPUtime=0.23
/proc/21475/task/21480/stat : 21480 (java) S 21461 21461 21246 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 165506729 881729536 54446 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21481] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21481/stat : 21481 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165506729 881729536 54446 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21482] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21482/stat : 21482 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165506729 881729536 54446 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 908628

[startup+25.5508 s]
/proc/loadavg: 2.06 1.86 1.85 3/82 21482
/proc/meminfo: memFree=1005720/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=0.01
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21475] ppid=21461 vsize=861064 CPUtime=25.26
/proc/21475/stat : 21475 (java) R 21461 21461 21246 0 -1 0 87657 0 1 0 2480 46 0 0 25 0 8 0 165506722 881729536 87378 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073454322 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21475/statm: 215266 87378 1994 14 0 201471 0
[pid=21475/tid=21476] ppid=21461 vsize=861064 CPUtime=2.94
/proc/21475/task/21476/stat : 21476 (java) S 21461 21461 21246 0 -1 64 71725 0 0 0 260 34 0 0 16 0 8 0 165506725 881729536 87378 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21477] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21477/stat : 21477 (java) S 21461 21461 21246 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165506726 881729536 87378 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21478] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21478/stat : 21478 (java) S 21461 21461 21246 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165506726 881729536 87378 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21479] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21479/stat : 21479 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165506729 881729536 87378 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21480] ppid=21461 vsize=861064 CPUtime=0.3
/proc/21475/task/21480/stat : 21480 (java) S 21461 21461 21246 0 -1 64 982 0 0 0 29 1 0 0 15 0 8 0 165506729 881729536 87378 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21481] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21481/stat : 21481 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165506729 881729536 87378 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21482] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21482/stat : 21482 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165506729 881729536 87378 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 908628

[startup+51.1951 s]
/proc/loadavg: 2.04 1.87 1.85 3/82 21482
/proc/meminfo: memFree=991576/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=0.01
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21475] ppid=21461 vsize=861064 CPUtime=50.65
/proc/21475/stat : 21475 (java) R 21461 21461 21246 0 -1 0 87700 0 1 0 5009 56 0 0 25 0 8 0 165506722 881729536 87379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073656704 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21475/statm: 215266 87379 1995 14 0 201471 0
[pid=21475/tid=21476] ppid=21461 vsize=861064 CPUtime=3.01
/proc/21475/task/21476/stat : 21476 (java) S 21461 21461 21246 0 -1 64 71726 0 0 0 267 34 0 0 16 0 8 0 165506725 881729536 87379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21477] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21477/stat : 21477 (java) S 21461 21461 21246 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165506726 881729536 87379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21478] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21478/stat : 21478 (java) S 21461 21461 21246 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165506726 881729536 87379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21479] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21479/stat : 21479 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165506729 881729536 87379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21480] ppid=21461 vsize=861064 CPUtime=0.3
/proc/21475/task/21480/stat : 21480 (java) S 21461 21461 21246 0 -1 64 982 0 0 0 29 1 0 0 15 0 8 0 165506729 881729536 87379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21481] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21481/stat : 21481 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165506729 881729536 87379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21475/tid=21482] ppid=21461 vsize=861064 CPUtime=0
/proc/21475/task/21482/stat : 21482 (java) S 21461 21461 21246 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165506729 881729536 87379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 908628

[startup+102.44 s]
/proc/loadavg: 2.01 1.89 1.85 3/75 21483
/proc/meminfo: memFree=1204176/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=82.14
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 800 89465 0 1 0 0 8140 74 17 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21483] ppid=21461 vsize=122900 CPUtime=19.27
/proc/21483/stat : 21483 (minisat) R 21461 21461 21246 0 -1 4194304 28132 0 0 0 1911 16 0 0 25 0 1 0 165515015 125849600 28114 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/21483/statm: 30725 28114 54 142 0 30581 0
Current children cumulated CPU time (s) 101.41

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

/proc/loadavg: 2.04 1.99 1.91 3/76 21682
/proc/meminfo: memFree=1123080/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=82.14
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 800 89465 0 1 0 0 8140 74 17 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21483] ppid=21461 vsize=203124 CPUtime=1030.93
/proc/21483/stat : 21483 (minisat) R 21461 21461 21246 0 -1 4194304 48268 0 0 0 103057 36 0 0 25 0 1 0 165515015 207998976 48250 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21483/statm: 50781 48250 54 142 0 50637 0
Current children cumulated CPU time (s) 1113.07
Current children cumulated vsize (KiB) 250688

[startup+1183.72 s]
/proc/loadavg: 2.02 1.99 1.91 3/76 21682
/proc/meminfo: memFree=1117512/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=82.14
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 800 89465 0 1 0 0 8140 74 17 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21483] ppid=21461 vsize=208688 CPUtime=1090.46
/proc/21483/stat : 21483 (minisat) R 21461 21461 21246 0 -1 4194304 49659 0 0 0 109008 38 0 0 25 0 1 0 165515015 213696512 49641 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/21483/statm: 52172 49641 54 142 0 52028 0
Current children cumulated CPU time (s) 1172.6
Current children cumulated vsize (KiB) 256252

[startup+1243.79 s]
/proc/loadavg: 2.00 1.99 1.91 3/77 21683
/proc/meminfo: memFree=1113152/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=82.14
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 800 89465 0 1 0 0 8140 74 17 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21483] ppid=21461 vsize=213064 CPUtime=1149.98
/proc/21483/stat : 21483 (minisat) R 21461 21461 21246 0 -1 4194304 50765 0 0 0 114959 39 0 0 25 0 1 0 165515015 218177536 50747 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/21483/statm: 53266 50747 54 142 0 53122 0
Current children cumulated CPU time (s) 1232.12
Current children cumulated vsize (KiB) 260628

[startup+1303.87 s]
/proc/loadavg: 2.00 1.99 1.91 3/77 21685
/proc/meminfo: memFree=1107200/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=82.14
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 800 89465 0 1 0 0 8140 74 17 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21483] ppid=21461 vsize=218804 CPUtime=1209.49
/proc/21483/stat : 21483 (minisat) R 21461 21461 21246 0 -1 4194304 52197 0 0 0 120909 40 0 0 25 0 1 0 165515015 224055296 52179 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/21483/statm: 54701 52179 54 142 0 54557 0
Current children cumulated CPU time (s) 1291.63
Current children cumulated vsize (KiB) 266368

[startup+1363.94 s]
/proc/loadavg: 2.00 1.99 1.91 3/77 21685
/proc/meminfo: memFree=1104256/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=82.14
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 800 89465 0 1 0 0 8140 74 17 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21483] ppid=21461 vsize=221720 CPUtime=1269.02
/proc/21483/stat : 21483 (minisat) R 21461 21461 21246 0 -1 4194304 52921 0 0 0 126861 41 0 0 25 0 1 0 165515015 227041280 52903 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/21483/statm: 55430 52903 54 142 0 55286 0
Current children cumulated CPU time (s) 1351.16
Current children cumulated vsize (KiB) 269284

[startup+1424.01 s]
/proc/loadavg: 2.00 1.99 1.91 3/77 21685
/proc/meminfo: memFree=1101184/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=82.14
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 800 89465 0 1 0 0 8140 74 17 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21483] ppid=21461 vsize=225024 CPUtime=1328.55
/proc/21483/stat : 21483 (minisat) R 21461 21461 21246 0 -1 4194304 53701 0 0 0 132813 42 0 0 25 0 1 0 165515015 230424576 53683 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/21483/statm: 56256 53683 54 142 0 56112 0
Current children cumulated CPU time (s) 1410.69
Current children cumulated vsize (KiB) 272588

[startup+1484.09 s]
/proc/loadavg: 2.00 1.99 1.91 3/77 21685
/proc/meminfo: memFree=1099136/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=82.14
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 800 89465 0 1 0 0 8140 74 17 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21483] ppid=21461 vsize=227008 CPUtime=1388.08
/proc/21483/stat : 21483 (minisat) R 21461 21461 21246 0 -1 4194304 54197 0 0 0 138765 43 0 0 25 0 1 0 165515015 232456192 54179 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21483/statm: 56752 54179 54 142 0 56608 0
Current children cumulated CPU time (s) 1470.22
Current children cumulated vsize (KiB) 274572

[startup+1544.1 s]
/proc/loadavg: 1.94 1.97 1.91 3/73 21744
/proc/meminfo: memFree=1191200/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=82.14
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 800 89465 0 1 0 0 8140 74 17 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21483] ppid=21461 vsize=228724 CPUtime=1447.7
/proc/21483/stat : 21483 (minisat) R 21461 21461 21246 0 -1 4194304 54620 0 0 0 144721 49 0 0 25 0 1 0 165515015 234213376 54602 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21483/statm: 57181 54602 54 142 0 57037 0
Current children cumulated CPU time (s) 1529.84
Current children cumulated vsize (KiB) 276288

[startup+1604.2 s]
/proc/loadavg: 1.98 1.97 1.91 3/74 21751
/proc/meminfo: memFree=1361368/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=82.14
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 800 89465 0 1 0 0 8140 74 17 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21483] ppid=21461 vsize=231100 CPUtime=1507.75
/proc/21483/stat : 21483 (minisat) R 21461 21461 21246 0 -1 4194304 55217 0 0 0 150724 51 0 0 25 0 1 0 165515015 236646400 55199 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21483/statm: 57775 55199 54 142 0 57631 0
Current children cumulated CPU time (s) 1589.89
Current children cumulated vsize (KiB) 278664

[startup+1664.28 s]
/proc/loadavg: 1.99 1.97 1.91 3/74 21751
/proc/meminfo: memFree=1161240/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=82.14
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 800 89465 0 1 0 0 8140 74 17 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21483] ppid=21461 vsize=235324 CPUtime=1567.77
/proc/21483/stat : 21483 (minisat) R 21461 21461 21246 0 -1 4194304 56287 0 0 0 156725 52 0 0 25 0 1 0 165515015 240971776 56269 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21483/statm: 58831 56269 54 142 0 58687 0
Current children cumulated CPU time (s) 1649.91
Current children cumulated vsize (KiB) 282888

[startup+1724.35 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 21752
/proc/meminfo: memFree=1080400/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=82.14
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 800 89465 0 1 0 0 8140 74 17 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21483] ppid=21461 vsize=239812 CPUtime=1627.78
/proc/21483/stat : 21483 (minisat) R 21461 21461 21246 0 -1 4194304 57390 0 0 0 162724 54 0 0 25 0 1 0 165515015 245567488 57372 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 0 0 0
/proc/21483/statm: 59953 57372 54 142 0 59809 0
Current children cumulated CPU time (s) 1709.92
Current children cumulated vsize (KiB) 287376

[startup+1784.42 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 21752
/proc/meminfo: memFree=1075984/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=82.14
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 800 89465 0 1 0 0 8140 74 17 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21483] ppid=21461 vsize=244060 CPUtime=1687.78
/proc/21483/stat : 21483 (minisat) R 21461 21461 21246 0 -1 4194304 58478 0 0 0 168724 54 0 0 25 0 1 0 165515015 249917440 58460 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 0 0 0
/proc/21483/statm: 61015 58460 54 142 0 60871 0
Current children cumulated CPU time (s) 1769.92
Current children cumulated vsize (KiB) 291624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.6 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 21752
/proc/meminfo: memFree=1073296/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21459 vsize=47564 CPUtime=82.14
/proc/21461/stat : 21461 (galac.sh) S 21459 21461 21246 0 -1 4194304 800 89465 0 1 0 0 8140 74 17 0 1 0 165506718 48705536 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264519215962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21461/statm: 11891 363 245 79 0 218 0
[pid=21483] ppid=21461 vsize=246704 CPUtime=1717.94
/proc/21483/stat : 21483 (minisat) R 21461 21461 21246 0 -1 4194304 59131 0 0 0 171739 55 0 0 25 0 1 0 165515015 252624896 59113 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/21483/statm: 61676 59113 54 142 0 61532 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 294268

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 21461 and gives childrusage.ru_utime.tv_sec=81 childrusage.ru_utime.tv_usec=402624 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=752885
CPU time returned by wait4() is 82.1555
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): 1814.62
CPU time (s): 1800.08
CPU user time (s): 1798.79
CPU system time (s): 1.29
CPU usage (%): 99.199
Max. virtual memory (cumulated for all children) (KiB): 908628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.4026
system time used= 0.752885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90265
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= 3563
involuntary context switches= 5222

runsolver used 2.6106 s user time and 5.40518 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Jan  7 11:57:54 UTC 2007


IDJOB= 206297
IDBENCH= 4197
FILE ID= node40/206297-1168171074

PBS_JOBID= 3479074

Free space on /tmp= 66532 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  f389a856ba2f906d1947076a6426d645

RANDOM SEED= 394758001

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.239
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.239
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:       1351352 kB
Buffers:          8116 kB
Cached:         133460 kB
SwapCached:          0 kB
Active:         581560 kB
Inactive:        67896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1351352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8680 kB
Writeback:           0 kB
Mapped:         519312 kB
Slab:            39052 kB
Committed_AS:  3927832 kB
PageTables:       3236 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= 66499 MiB



End job on node40 on Sun Jan  7 12:28:09 UTC 2007