Trace number 206323

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.09 1806.36

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-35_ext.xml
MD5SUMc30b577053b6708cb9fc80132f875f5d
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.26	c start processing
5.26	c start relation processing
20.01	c start cnf exporting
82.24	c parsing time : 5.053
82.24	c preprocessing time : 82.032
82.24	
82.24	c Nary constraints - conflicts : 0 supports : 93
82.24	c Binary constraints - conflicts : 0 supports :0
82.24	c max arity constraint : 3
82.24	c Max Tuples generated 0
82.24	c relations : 93
82.24	c relations BDD: 93
82.24	c vars : 598423 - clauses :  1875128
82.24	
82.30	 
82.30	c --- Minisat Stats ---
82.30	 

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/node60/watcher-206323-1168171575 -o ROOT/results/node60/solver-206323-1168171575 -C 1800 -M 900 /tmp/evaluation/206323-1168171575/galac.sh /tmp/evaluation/206323-1168171575/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.00 1.00 1.00 5/78 9435
/proc/meminfo: memFree=1529664/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=8560 CPUtime=0
/proc/9434/stat : 9434 (galac.sh) R 9430 9434 9299 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 165555380 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271894431631 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9434/statm: 2140 253 197 79 0 133 0

[startup+0.10509 s]
/proc/loadavg: 1.00 1.00 1.00 5/78 9435
/proc/meminfo: memFree=1529664/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=0.01
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.513132 s]
/proc/loadavg: 1.00 1.00 1.00 5/78 9435
/proc/meminfo: memFree=1529664/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=0.01
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33421 s]
/proc/loadavg: 1.24 1.05 1.02 4/92 9461
/proc/meminfo: memFree=1437896/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=0.01
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9454] ppid=9434 vsize=861064 CPUtime=1.23
/proc/9454/stat : 9454 (java) R 9434 9434 9299 0 -1 0 21605 0 1 0 112 11 0 0 25 0 8 0 165555383 881729536 21357 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073755535 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9454/statm: 215266 21357 1967 14 0 201471 0
[pid=9454/tid=9455] ppid=9434 vsize=861064 CPUtime=0.07
/proc/9454/task/9455/stat : 9455 (java) S 9434 9434 9299 0 -1 64 5850 0 0 0 5 2 0 0 16 0 8 0 165555387 881729536 21357 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9456] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9456/stat : 9456 (java) S 9434 9434 9299 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165555387 881729536 21357 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9457] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9457/stat : 9457 (java) S 9434 9434 9299 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 165555387 881729536 21357 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9458] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9458/stat : 9458 (java) S 9434 9434 9299 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165555391 881729536 21357 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9459] ppid=9434 vsize=861064 CPUtime=0.1
/proc/9454/task/9459/stat : 9459 (java) S 9434 9434 9299 0 -1 64 892 0 0 0 10 0 0 0 16 0 8 0 165555391 881729536 21357 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9460] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9460/stat : 9460 (java) S 9434 9434 9299 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165555391 881729536 21357 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9461] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9461/stat : 9461 (java) S 9434 9434 9299 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165555391 881729536 21357 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 908632

[startup+3.00738 s]
/proc/loadavg: 1.24 1.05 1.02 3/92 9461
/proc/meminfo: memFree=1362120/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=0.01
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9454] ppid=9434 vsize=861064 CPUtime=2.89
/proc/9454/stat : 9454 (java) R 9434 9434 9299 0 -1 0 26015 0 1 0 276 13 0 0 25 0 8 0 165555383 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073652494 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9454/statm: 215266 25761 1967 14 0 201471 0
[pid=9454/tid=9455] ppid=9434 vsize=861064 CPUtime=0.22
/proc/9454/task/9455/stat : 9455 (java) S 9434 9434 9299 0 -1 64 10242 0 0 0 18 4 0 0 16 0 8 0 165555387 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9456] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9456/stat : 9456 (java) S 9434 9434 9299 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165555387 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9457] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9457/stat : 9457 (java) S 9434 9434 9299 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 165555387 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9458] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9458/stat : 9458 (java) S 9434 9434 9299 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165555391 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9459] ppid=9434 vsize=861064 CPUtime=0.13
/proc/9454/task/9459/stat : 9459 (java) S 9434 9434 9299 0 -1 64 904 0 0 0 13 0 0 0 15 0 8 0 165555391 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9460] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9460/stat : 9460 (java) S 9434 9434 9299 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165555391 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9461] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9461/stat : 9461 (java) S 9434 9434 9299 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165555391 881729536 25761 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 908632

[startup+6.2527 s]
/proc/loadavg: 1.30 1.07 1.02 3/92 9461
/proc/meminfo: memFree=1305608/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=0.01
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9454] ppid=9434 vsize=861064 CPUtime=6.08
/proc/9454/stat : 9454 (java) R 9434 9434 9299 0 -1 0 32840 0 1 0 591 17 0 0 25 0 8 0 165555383 881729536 32576 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9454/statm: 215266 32577 1975 14 0 201471 0
[pid=9454/tid=9455] ppid=9434 vsize=861064 CPUtime=0.49
/proc/9454/task/9455/stat : 9455 (java) R 9434 9434 9299 0 -1 64 16990 0 0 0 42 7 0 0 16 0 8 0 165555387 881729536 32578 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9456] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9456/stat : 9456 (java) S 9434 9434 9299 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165555387 881729536 32579 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9457] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9457/stat : 9457 (java) S 9434 9434 9299 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 165555387 881729536 32580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9458] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9458/stat : 9458 (java) S 9434 9434 9299 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165555391 881729536 32582 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9459] ppid=9434 vsize=861064 CPUtime=0.2
/proc/9454/task/9459/stat : 9459 (java) S 9434 9434 9299 0 -1 64 947 0 0 0 19 1 0 0 15 0 8 0 165555391 881729536 32583 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9460] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9460/stat : 9460 (java) S 9434 9434 9299 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165555391 881729536 32584 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9461] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9461/stat : 9461 (java) S 9434 9434 9299 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165555391 881729536 32585 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 908632

[startup+12.7351 s]
/proc/loadavg: 1.36 1.08 1.03 3/93 9462
/proc/meminfo: memFree=1136576/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=0.01
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9454] ppid=9434 vsize=861064 CPUtime=12.26
/proc/9454/stat : 9454 (java) R 9434 9434 9299 0 -1 0 54674 0 1 0 1196 30 0 0 25 0 8 0 165555383 881729536 54408 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073930703 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9454/statm: 215266 54408 1975 14 0 201471 0
[pid=9454/tid=9455] ppid=9434 vsize=861064 CPUtime=1.49
/proc/9454/task/9455/stat : 9455 (java) S 9434 9434 9299 0 -1 64 38820 0 0 0 130 19 0 0 20 0 8 0 165555387 881729536 54408 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9456] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9456/stat : 9456 (java) S 9434 9434 9299 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165555387 881729536 54408 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9457] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9457/stat : 9457 (java) S 9434 9434 9299 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 165555387 881729536 54408 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9458] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9458/stat : 9458 (java) S 9434 9434 9299 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165555391 881729536 54408 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9459] ppid=9434 vsize=861064 CPUtime=0.2
/proc/9454/task/9459/stat : 9459 (java) S 9434 9434 9299 0 -1 64 947 0 0 0 19 1 0 0 15 0 8 0 165555391 881729536 54408 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9460] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9460/stat : 9460 (java) S 9434 9434 9299 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165555391 881729536 54408 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9461] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9461/stat : 9461 (java) S 9434 9434 9299 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165555391 881729536 54408 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 908632

[startup+25.6194 s]
/proc/loadavg: 1.45 1.11 1.04 3/93 9462
/proc/meminfo: memFree=1002184/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=0.01
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9454] ppid=9434 vsize=861064 CPUtime=25.14
/proc/9454/stat : 9454 (java) R 9434 9434 9299 0 -1 0 87681 0 1 0 2467 47 0 0 25 0 8 0 165555383 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073681503 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9454/statm: 215266 87402 1994 14 0 201471 0
[pid=9454/tid=9455] ppid=9434 vsize=861064 CPUtime=2.98
/proc/9454/task/9455/stat : 9455 (java) S 9434 9434 9299 0 -1 64 71740 0 0 0 263 35 0 0 16 0 8 0 165555387 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9456] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9456/stat : 9456 (java) S 9434 9434 9299 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165555387 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9457] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9457/stat : 9457 (java) S 9434 9434 9299 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 165555387 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9458] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9458/stat : 9458 (java) S 9434 9434 9299 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165555391 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9459] ppid=9434 vsize=861064 CPUtime=0.26
/proc/9454/task/9459/stat : 9459 (java) S 9434 9434 9299 0 -1 64 984 0 0 0 25 1 0 0 15 0 8 0 165555391 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9460] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9460/stat : 9460 (java) S 9434 9434 9299 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165555391 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9461] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9461/stat : 9461 (java) S 9434 9434 9299 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165555391 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 908632

[startup+51.2659 s]
/proc/loadavg: 1.67 1.19 1.06 3/93 9462
/proc/meminfo: memFree=968008/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=0.01
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9454] ppid=9434 vsize=861064 CPUtime=50.76
/proc/9454/stat : 9454 (java) R 9434 9434 9299 0 -1 0 87724 0 1 0 5019 57 0 0 25 0 8 0 165555383 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9454/statm: 215266 87402 1994 14 0 201471 0
[pid=9454/tid=9455] ppid=9434 vsize=861064 CPUtime=3.06
/proc/9454/task/9455/stat : 9455 (java) S 9434 9434 9299 0 -1 64 71740 0 0 0 271 35 0 0 16 0 8 0 165555387 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9456] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9456/stat : 9456 (java) S 9434 9434 9299 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165555387 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9457] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9457/stat : 9457 (java) S 9434 9434 9299 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 165555387 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9454/tid=9458] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9458/stat : 9458 (java) S 9434 9434 9299 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165555391 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9459] ppid=9434 vsize=861064 CPUtime=0.26
/proc/9454/task/9459/stat : 9459 (java) S 9434 9434 9299 0 -1 64 984 0 0 0 25 1 0 0 15 0 8 0 165555391 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9460] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9460/stat : 9460 (java) S 9434 9434 9299 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165555391 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9454/tid=9461] ppid=9434 vsize=861064 CPUtime=0
/proc/9454/task/9461/stat : 9461 (java) S 9434 9434 9299 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165555391 881729536 87402 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 908632

[startup+102.526 s]
/proc/loadavg: 1.85 1.32 1.11 3/86 9463
/proc/meminfo: memFree=1157824/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=81.78
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 798 89488 0 1 0 0 8103 75 17 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9463] ppid=9434 vsize=121708 CPUtime=20.2
/proc/9463/stat : 9463 (minisat) R 9434 9434 9299 0 -1 4194304 27959 0 0 0 2001 19 0 0 25 0 1 0 165563610 124628992 27941 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/9463/statm: 30427 27941 54 142 0 30283 0
Current children cumulated CPU time (s) 101.98

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

/proc/loadavg: 2.02 2.00 1.69 3/86 9465
/proc/meminfo: memFree=825472/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=81.78
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 798 89488 0 1 0 0 8103 75 17 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9463] ppid=9434 vsize=199808 CPUtime=1038.6
/proc/9463/stat : 9463 (minisat) R 9434 9434 9299 0 -1 4194304 47376 0 0 0 103821 39 0 0 25 0 1 0 165563610 204603392 47358 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/9463/statm: 49952 47358 54 142 0 49808 0
Current children cumulated CPU time (s) 1120.38
Current children cumulated vsize (KiB) 247376

[startup+1183.31 s]
/proc/loadavg: 2.00 2.00 1.71 3/86 9465
/proc/meminfo: memFree=821760/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=81.78
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 798 89488 0 1 0 0 8103 75 17 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9463] ppid=9434 vsize=203384 CPUtime=1098.59
/proc/9463/stat : 9463 (minisat) R 9434 9434 9299 0 -1 4194304 48274 0 0 0 109819 40 0 0 25 0 1 0 165563610 208265216 48256 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/9463/statm: 50846 48256 54 142 0 50702 0
Current children cumulated CPU time (s) 1180.37
Current children cumulated vsize (KiB) 250952

[startup+1243.37 s]
/proc/loadavg: 2.00 2.00 1.73 3/86 9465
/proc/meminfo: memFree=789696/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=81.78
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 798 89488 0 1 0 0 8103 75 17 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9463] ppid=9434 vsize=206960 CPUtime=1158.36
/proc/9463/stat : 9463 (minisat) R 9434 9434 9299 0 -1 4194304 49163 0 0 0 115794 42 0 0 25 0 1 0 165563610 211927040 49145 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/9463/statm: 51740 49145 54 142 0 51596 0
Current children cumulated CPU time (s) 1240.14
Current children cumulated vsize (KiB) 254528

[startup+1303.45 s]
/proc/loadavg: 2.00 2.00 1.74 3/86 9465
/proc/meminfo: memFree=786112/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=81.78
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 798 89488 0 1 0 0 8103 75 17 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9463] ppid=9434 vsize=210400 CPUtime=1218.12
/proc/9463/stat : 9463 (minisat) R 9434 9434 9299 0 -1 4194304 50050 0 0 0 121768 44 0 0 25 0 1 0 165563610 215449600 50032 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/9463/statm: 52600 50032 54 142 0 52456 0
Current children cumulated CPU time (s) 1299.9
Current children cumulated vsize (KiB) 257968

[startup+1363.52 s]
/proc/loadavg: 2.00 2.00 1.75 3/86 9465
/proc/meminfo: memFree=754560/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=81.78
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 798 89488 0 1 0 0 8103 75 17 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9463] ppid=9434 vsize=213180 CPUtime=1277.86
/proc/9463/stat : 9463 (minisat) R 9434 9434 9299 0 -1 4194304 50754 0 0 0 127741 45 0 0 25 0 1 0 165563610 218296320 50736 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/9463/statm: 53295 50736 54 142 0 53151 0
Current children cumulated CPU time (s) 1359.64
Current children cumulated vsize (KiB) 260748

[startup+1423.6 s]
/proc/loadavg: 2.00 2.00 1.76 3/86 9465
/proc/meminfo: memFree=749312/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=81.78
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 798 89488 0 1 0 0 8103 75 17 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9463] ppid=9434 vsize=218468 CPUtime=1337.63
/proc/9463/stat : 9463 (minisat) R 9434 9434 9299 0 -1 4194304 52056 0 0 0 133716 47 0 0 25 0 1 0 165563610 223711232 52038 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/9463/statm: 54617 52038 54 142 0 54473 0
Current children cumulated CPU time (s) 1419.41
Current children cumulated vsize (KiB) 266036

[startup+1483.68 s]
/proc/loadavg: 2.00 2.00 1.77 3/86 9465
/proc/meminfo: memFree=743680/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=81.78
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 798 89488 0 1 0 0 8103 75 17 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9463] ppid=9434 vsize=223916 CPUtime=1397.4
/proc/9463/stat : 9463 (minisat) R 9434 9434 9299 0 -1 4194304 53448 0 0 0 139691 49 0 0 25 0 1 0 165563610 229289984 53430 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/9463/statm: 55979 53430 54 142 0 55835 0
Current children cumulated CPU time (s) 1479.18
Current children cumulated vsize (KiB) 271484

[startup+1543.76 s]
/proc/loadavg: 2.00 2.00 1.79 3/86 9465
/proc/meminfo: memFree=711424/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=81.78
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 798 89488 0 1 0 0 8103 75 17 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9463] ppid=9434 vsize=226688 CPUtime=1457.14
/proc/9463/stat : 9463 (minisat) R 9434 9434 9299 0 -1 4194304 54140 0 0 0 145664 50 0 0 25 0 1 0 165563610 232128512 54122 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/9463/statm: 56672 54122 54 142 0 56528 0
Current children cumulated CPU time (s) 1538.92
Current children cumulated vsize (KiB) 274256

[startup+1603.84 s]
/proc/loadavg: 2.07 2.01 1.80 3/86 9465
/proc/meminfo: memFree=708544/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=81.78
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 798 89488 0 1 0 0 8103 75 17 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9463] ppid=9434 vsize=229732 CPUtime=1516.91
/proc/9463/stat : 9463 (minisat) R 9434 9434 9299 0 -1 4194304 54834 0 0 0 151639 52 0 0 25 0 1 0 165563610 235245568 54816 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/9463/statm: 57433 54816 54 142 0 57289 0
Current children cumulated CPU time (s) 1598.69
Current children cumulated vsize (KiB) 277300

[startup+1663.91 s]
/proc/loadavg: 2.02 2.01 1.81 3/86 9465
/proc/meminfo: memFree=706368/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=81.78
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 798 89488 0 1 0 0 8103 75 17 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9463] ppid=9434 vsize=231844 CPUtime=1576.65
/proc/9463/stat : 9463 (minisat) R 9434 9434 9299 0 -1 4194304 55377 0 0 0 157612 53 0 0 25 0 1 0 165563610 237408256 55359 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 0 0 0
/proc/9463/statm: 57961 55359 54 142 0 57817 0
Current children cumulated CPU time (s) 1658.43
Current children cumulated vsize (KiB) 279412

[startup+1723.98 s]
/proc/loadavg: 2.01 2.00 1.82 3/86 9465
/proc/meminfo: memFree=674688/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=81.78
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 798 89488 0 1 0 0 8103 75 17 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9463] ppid=9434 vsize=234352 CPUtime=1636.32
/proc/9463/stat : 9463 (minisat) R 9434 9434 9299 0 -1 4194304 55983 0 0 0 163578 54 0 0 25 0 1 0 165563610 239976448 55965 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525790 0 0 4096 3 0 0 0 17 1 0 0
/proc/9463/statm: 58588 55965 54 142 0 58444 0
Current children cumulated CPU time (s) 1718.1
Current children cumulated vsize (KiB) 281920

[startup+1784.06 s]
/proc/loadavg: 2.00 2.00 1.83 3/86 9465
/proc/meminfo: memFree=672576/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=81.78
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 798 89488 0 1 0 0 8103 75 17 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9463] ppid=9434 vsize=236332 CPUtime=1696.11
/proc/9463/stat : 9463 (minisat) R 9434 9434 9299 0 -1 4194304 56481 0 0 0 169557 54 0 0 25 0 1 0 165563610 242003968 56463 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/9463/statm: 59083 56463 54 142 0 58939 0
Current children cumulated CPU time (s) 1777.89
Current children cumulated vsize (KiB) 283900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.35 s]
/proc/loadavg: 2.00 2.00 1.83 3/86 9465
/proc/meminfo: memFree=671808/2055920 swapFree=4192812/4192956
[pid=9434] ppid=9430 vsize=47568 CPUtime=81.78
/proc/9434/stat : 9434 (galac.sh) S 9430 9434 9299 0 -1 4194304 798 89488 0 1 0 0 8103 75 17 0 1 0 165555380 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9434/statm: 11892 363 245 79 0 218 0
[pid=9463] ppid=9434 vsize=236992 CPUtime=1718.31
/proc/9463/stat : 9463 (minisat) R 9434 9434 9299 0 -1 4194304 56663 0 0 0 171776 55 0 0 25 0 1 0 165563610 242679808 56645 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/9463/statm: 59248 56645 54 142 0 59104 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 284560

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 9434 and gives childrusage.ru_utime.tv_sec=81 childrusage.ru_utime.tv_usec=39680 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=755885
CPU time returned by wait4() is 81.7956
while last known CPU time is 1800.09

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

Real time (s): 1806.36
CPU time (s): 1800.09
CPU user time (s): 1798.79
CPU system time (s): 1.3
CPU usage (%): 99.6528
Max. virtual memory (cumulated for all children) (KiB): 908632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.0397
system time used= 0.755885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90286
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= 3624
involuntary context switches= 3733

runsolver used 2.09468 s user time and 5.35618 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sun Jan  7 12:06:15 UTC 2007


IDJOB= 206323
IDBENCH= 4199
FILE ID= node60/206323-1168171575

PBS_JOBID= 3479078

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  c30b577053b6708cb9fc80132f875f5d

RANDOM SEED= 290587245

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.236
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.236
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:       1530416 kB
Buffers:         31636 kB
Cached:         410228 kB
SwapCached:          0 kB
Active:         142396 kB
Inactive:       324848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1530416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           17116 kB
Writeback:           0 kB
Mapped:          41468 kB
Slab:            43612 kB
Committed_AS:  4418440 kB
PageTables:       1852 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= 66510 MiB



End job on node60 on Sun Jan  7 12:36:21 UTC 2007