Trace number 203213

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1? (TO) 1800.01 1804.68

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-43_ext.xml
MD5SUM2ae7f7a6604a7867e7e4ad10acde61da
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 benchmark246.336
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.54	c start processing
5.54	c start relation processing
20.45	c start cnf exporting
84.00	c parsing time : 5.371
84.00	c preprocessing time : 83.838
84.00	
84.00	c Nary constraints - conflicts : 0 supports : 93
84.00	c Binary constraints - conflicts : 0 supports :0
84.00	c max arity constraint : 3
84.00	c Max Tuples generated 0
84.00	c relations : 93
84.00	c relations BDD: 93
84.00	c vars : 597909 - clauses :  1873589
84.00	
84.08	 
84.09	c --- Minisat Stats ---
84.09	 

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/node43/watcher-203213-1168157964 -o ROOT/results/node43/solver-203213-1168157964 -C 1800 -M 900 /tmp/evaluation/203213-1168157964/galac.sh /tmp/evaluation/203213-1168157964/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.99 2.00 1.83 5/85 5173
/proc/meminfo: memFree=760560/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=8560 CPUtime=0
/proc/5172/stat : 5172 (galac.sh) R 5170 5172 4541 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 164195493 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216849434511 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5172/statm: 2140 253 197 79 0 133 0

[startup+0.107416 s]
/proc/loadavg: 1.99 2.00 1.83 5/85 5173
/proc/meminfo: memFree=760560/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=0.01
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.517484 s]
/proc/loadavg: 1.99 2.00 1.83 5/85 5173
/proc/meminfo: memFree=760560/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=0.01
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33862 s]
/proc/loadavg: 1.99 2.00 1.83 3/93 5193
/proc/meminfo: memFree=683432/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=0.01
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5186] ppid=5172 vsize=861064 CPUtime=1.28
/proc/5186/stat : 5186 (java) R 5172 5172 4541 0 -1 0 21264 0 1 0 117 11 0 0 23 0 8 0 164195497 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073651534 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5186/statm: 215266 21017 1967 14 0 201471 0
[pid=5186/tid=5187] ppid=5172 vsize=861064 CPUtime=0.05
/proc/5186/task/5187/stat : 5187 (java) S 5172 5172 4541 0 -1 64 5510 0 0 0 4 1 0 0 16 0 8 0 164195501 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5188] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5188/stat : 5188 (java) S 5172 5172 4541 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164195501 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5189] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5189/stat : 5189 (java) S 5172 5172 4541 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164195501 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5190] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5190/stat : 5190 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164195505 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5191] ppid=5172 vsize=861064 CPUtime=0.13
/proc/5186/task/5191/stat : 5191 (java) S 5172 5172 4541 0 -1 64 892 0 0 0 12 1 0 0 16 0 8 0 164195505 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5192] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5192/stat : 5192 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164195505 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5193] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5193/stat : 5193 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164195505 881729536 21017 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908640

[startup+2.98268 s]
/proc/loadavg: 1.99 2.00 1.83 3/93 5193
/proc/meminfo: memFree=671976/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=0.01
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5186] ppid=5172 vsize=861064 CPUtime=2.9
/proc/5186/stat : 5186 (java) R 5172 5172 4541 0 -1 0 25332 0 1 0 277 13 0 0 25 0 8 0 164195497 881729536 25079 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073652494 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5186/statm: 215266 25079 1967 14 0 201471 0
[pid=5186/tid=5187] ppid=5172 vsize=861064 CPUtime=0.2
/proc/5186/task/5187/stat : 5187 (java) S 5172 5172 4541 0 -1 64 9563 0 0 0 17 3 0 0 16 0 8 0 164195501 881729536 25079 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5188] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5188/stat : 5188 (java) S 5172 5172 4541 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164195501 881729536 25079 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5189] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5189/stat : 5189 (java) S 5172 5172 4541 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164195501 881729536 25079 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5190] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5190/stat : 5190 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164195505 881729536 25079 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5191] ppid=5172 vsize=861064 CPUtime=0.15
/proc/5186/task/5191/stat : 5191 (java) S 5172 5172 4541 0 -1 64 901 0 0 0 14 1 0 0 16 0 8 0 164195505 881729536 25079 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5192] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5192/stat : 5192 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164195505 881729536 25079 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5193] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5193/stat : 5193 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164195505 881729536 25079 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908640

[startup+6.18443 s]
/proc/loadavg: 1.99 2.00 1.83 3/93 5193
/proc/meminfo: memFree=645160/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=0.01
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5186] ppid=5172 vsize=861064 CPUtime=6.06
/proc/5186/stat : 5186 (java) R 5172 5172 4541 0 -1 0 30831 0 1 0 589 17 0 0 25 0 8 0 164195497 881729536 30569 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073930344 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5186/statm: 215266 30569 1975 14 0 201471 0
[pid=5186/tid=5187] ppid=5172 vsize=861064 CPUtime=0.43
/proc/5186/task/5187/stat : 5187 (java) S 5172 5172 4541 0 -1 64 14989 0 0 0 36 7 0 0 16 0 8 0 164195501 881729536 30569 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5188] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5188/stat : 5188 (java) S 5172 5172 4541 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164195501 881729536 30569 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5189] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5189/stat : 5189 (java) S 5172 5172 4541 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164195501 881729536 30569 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5190] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5190/stat : 5190 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164195505 881729536 30569 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5191] ppid=5172 vsize=861064 CPUtime=0.23
/proc/5186/task/5191/stat : 5191 (java) S 5172 5172 4541 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 164195505 881729536 30569 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5192] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5192/stat : 5192 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164195505 881729536 30569 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5193] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5193/stat : 5193 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164195505 881729536 30569 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 908640

[startup+12.6725 s]
/proc/loadavg: 1.99 2.00 1.84 3/93 5193
/proc/meminfo: memFree=549680/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=0.01
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5186] ppid=5172 vsize=861064 CPUtime=12.49
/proc/5186/stat : 5186 (java) R 5172 5172 4541 0 -1 0 54677 0 1 0 1219 30 0 0 25 0 8 0 164195497 881729536 54411 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073924463 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5186/statm: 215266 54411 1975 14 0 201471 0
[pid=5186/tid=5187] ppid=5172 vsize=861064 CPUtime=1.52
/proc/5186/task/5187/stat : 5187 (java) S 5172 5172 4541 0 -1 64 38831 0 0 0 133 19 0 0 20 0 8 0 164195501 881729536 54411 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5188] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5188/stat : 5188 (java) S 5172 5172 4541 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164195501 881729536 54411 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5189] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5189/stat : 5189 (java) S 5172 5172 4541 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164195501 881729536 54411 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5190] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5190/stat : 5190 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164195505 881729536 54411 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5191] ppid=5172 vsize=861064 CPUtime=0.23
/proc/5186/task/5191/stat : 5191 (java) S 5172 5172 4541 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 164195505 881729536 54411 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5192] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5192/stat : 5192 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164195505 881729536 54411 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5193] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5193/stat : 5193 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164195505 881729536 54411 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 908640

[startup+25.5637 s]
/proc/loadavg: 1.99 2.00 1.84 3/93 5193
/proc/meminfo: memFree=415856/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=0.01
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5186] ppid=5172 vsize=861064 CPUtime=25.26
/proc/5186/stat : 5186 (java) R 5172 5172 4541 0 -1 0 87633 0 1 0 2477 49 0 0 25 0 8 0 164195497 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073775312 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5186/statm: 215266 87355 1994 14 0 201471 0
[pid=5186/tid=5187] ppid=5172 vsize=861064 CPUtime=3.03
/proc/5186/task/5187/stat : 5187 (java) S 5172 5172 4541 0 -1 64 71702 0 0 0 267 36 0 0 16 0 8 0 164195501 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5188] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5188/stat : 5188 (java) S 5172 5172 4541 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164195501 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5189] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5189/stat : 5189 (java) S 5172 5172 4541 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164195501 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5190] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5190/stat : 5190 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164195505 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5191] ppid=5172 vsize=861064 CPUtime=0.3
/proc/5186/task/5191/stat : 5191 (java) S 5172 5172 4541 0 -1 64 982 0 0 0 28 2 0 0 15 0 8 0 164195505 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5192] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5192/stat : 5192 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164195505 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5193] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5193/stat : 5193 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164195505 881729536 87355 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) 908640

[startup+51.2199 s]
/proc/loadavg: 1.99 2.00 1.84 3/93 5193
/proc/meminfo: memFree=401840/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=0.01
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5186] ppid=5172 vsize=861064 CPUtime=50.67
/proc/5186/stat : 5186 (java) R 5172 5172 4541 0 -1 0 87675 0 1 0 5009 58 0 0 25 0 8 0 164195497 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073656712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5186/statm: 215266 87355 1994 14 0 201471 0
[pid=5186/tid=5187] ppid=5172 vsize=861064 CPUtime=3.1
/proc/5186/task/5187/stat : 5187 (java) S 5172 5172 4541 0 -1 64 71702 0 0 0 274 36 0 0 16 0 8 0 164195501 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5188] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5188/stat : 5188 (java) S 5172 5172 4541 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164195501 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5189] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5189/stat : 5189 (java) S 5172 5172 4541 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 164195501 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5190] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5190/stat : 5190 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164195505 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5191] ppid=5172 vsize=861064 CPUtime=0.3
/proc/5186/task/5191/stat : 5191 (java) S 5172 5172 4541 0 -1 64 982 0 0 0 28 2 0 0 15 0 8 0 164195505 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5192] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5192/stat : 5192 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164195505 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5186/tid=5193] ppid=5172 vsize=861064 CPUtime=0
/proc/5186/task/5193/stat : 5193 (java) S 5172 5172 4541 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164195505 881729536 87355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 908640

[startup+102.471 s]
/proc/loadavg: 2.07 2.02 1.85 3/86 5194
/proc/meminfo: memFree=614056/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=83.19
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 798 89443 0 1 0 0 8240 79 17 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5194] ppid=5172 vsize=121960 CPUtime=18.21
/proc/5194/stat : 5194 (minisat) R 5172 5172 4541 0 -1 4194304 28055 0 0 0 1803 18 0 0 25 0 1 0 164203902 124887040 28037 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/5194/statm: 30490 28037 54 142 0 30346 0
Current children cumulated CPU time (s) 101.4

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

/proc/loadavg: 2.00 2.00 1.91 3/74 5423
/proc/meminfo: memFree=1140552/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=83.19
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 798 89443 0 1 0 0 8240 79 17 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5194] ppid=5172 vsize=204396 CPUtime=1036.08
/proc/5194/stat : 5194 (minisat) R 5172 5172 4541 0 -1 4194304 48464 0 0 0 103563 45 0 0 25 0 1 0 164203902 209301504 48446 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/5194/statm: 51099 48446 54 142 0 50955 0
Current children cumulated CPU time (s) 1119.27
Current children cumulated vsize (KiB) 251972

[startup+1183.33 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 5423
/proc/meminfo: memFree=1136136/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=83.19
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 798 89443 0 1 0 0 8240 79 17 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5194] ppid=5172 vsize=208624 CPUtime=1096.13
/proc/5194/stat : 5194 (minisat) R 5172 5172 4541 0 -1 4194304 49563 0 0 0 109566 47 0 0 25 0 1 0 164203902 213630976 49545 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/5194/statm: 52156 49545 54 142 0 52012 0
Current children cumulated CPU time (s) 1179.32
Current children cumulated vsize (KiB) 256200

[startup+1243.34 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 5423
/proc/meminfo: memFree=1133064/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=83.19
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 798 89443 0 1 0 0 8240 79 17 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5194] ppid=5172 vsize=211796 CPUtime=1156.05
/proc/5194/stat : 5194 (minisat) R 5172 5172 4541 0 -1 4194304 50335 0 0 0 115557 48 0 0 25 0 1 0 164203902 216879104 50317 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/5194/statm: 52949 50317 54 142 0 52805 0
Current children cumulated CPU time (s) 1239.24
Current children cumulated vsize (KiB) 259372

[startup+1303.44 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 5423
/proc/meminfo: memFree=1130120/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=83.19
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 798 89443 0 1 0 0 8240 79 17 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5194] ppid=5172 vsize=214700 CPUtime=1216.09
/proc/5194/stat : 5194 (minisat) R 5172 5172 4541 0 -1 4194304 51077 0 0 0 121560 49 0 0 25 0 1 0 164203902 219852800 51059 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/5194/statm: 53675 51059 54 142 0 53531 0
Current children cumulated CPU time (s) 1299.28
Current children cumulated vsize (KiB) 262276

[startup+1363.44 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 5423
/proc/meminfo: memFree=1126600/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=83.19
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 798 89443 0 1 0 0 8240 79 17 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5194] ppid=5172 vsize=218132 CPUtime=1276.04
/proc/5194/stat : 5194 (minisat) R 5172 5172 4541 0 -1 4194304 51931 0 0 0 127554 50 0 0 25 0 1 0 164203902 223367168 51913 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/5194/statm: 54533 51913 54 142 0 54389 0
Current children cumulated CPU time (s) 1359.23
Current children cumulated vsize (KiB) 265708

[startup+1423.54 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 5423
/proc/meminfo: memFree=1122440/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=83.19
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 798 89443 0 1 0 0 8240 79 17 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5194] ppid=5172 vsize=222248 CPUtime=1336.07
/proc/5194/stat : 5194 (minisat) R 5172 5172 4541 0 -1 4194304 52962 0 0 0 133555 52 0 0 25 0 1 0 164203902 227581952 52944 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/5194/statm: 55562 52944 54 142 0 55418 0
Current children cumulated CPU time (s) 1419.26
Current children cumulated vsize (KiB) 269824

[startup+1483.54 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 5423
/proc/meminfo: memFree=1119304/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=83.19
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 798 89443 0 1 0 0 8240 79 17 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5194] ppid=5172 vsize=225308 CPUtime=1396.01
/proc/5194/stat : 5194 (minisat) R 5172 5172 4541 0 -1 4194304 53754 0 0 0 139549 52 0 0 25 0 1 0 164203902 230715392 53736 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/5194/statm: 56327 53736 54 142 0 56183 0
Current children cumulated CPU time (s) 1479.2
Current children cumulated vsize (KiB) 272884

[startup+1543.64 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 5423
/proc/meminfo: memFree=1116232/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=83.19
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 798 89443 0 1 0 0 8240 79 17 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5194] ppid=5172 vsize=228348 CPUtime=1456.05
/proc/5194/stat : 5194 (minisat) R 5172 5172 4541 0 -1 4194304 54514 0 0 0 145551 54 0 0 25 0 1 0 164203902 233828352 54496 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/5194/statm: 57087 54496 54 142 0 56943 0
Current children cumulated CPU time (s) 1539.24
Current children cumulated vsize (KiB) 275924

[startup+1603.74 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 5423
/proc/meminfo: memFree=1113928/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=83.19
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 798 89443 0 1 0 0 8240 79 17 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5194] ppid=5172 vsize=230640 CPUtime=1516.08
/proc/5194/stat : 5194 (minisat) R 5172 5172 4541 0 -1 4194304 55071 0 0 0 151553 55 0 0 25 0 1 0 164203902 236175360 55053 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/5194/statm: 57660 55053 54 142 0 57516 0
Current children cumulated CPU time (s) 1599.27
Current children cumulated vsize (KiB) 278216

[startup+1663.84 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 5423
/proc/meminfo: memFree=1112008/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=83.19
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 798 89443 0 1 0 0 8240 79 17 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5194] ppid=5172 vsize=232628 CPUtime=1576.12
/proc/5194/stat : 5194 (minisat) R 5172 5172 4541 0 -1 4194304 55556 0 0 0 157557 55 0 0 25 0 1 0 164203902 238211072 55538 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/5194/statm: 58157 55538 54 142 0 58013 0
Current children cumulated CPU time (s) 1659.31
Current children cumulated vsize (KiB) 280204

[startup+1723.85 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 5423
/proc/meminfo: memFree=1109832/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=83.19
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 798 89443 0 1 0 0 8240 79 17 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5194] ppid=5172 vsize=234940 CPUtime=1636.08
/proc/5194/stat : 5194 (minisat) R 5172 5172 4541 0 -1 4194304 56090 0 0 0 163552 56 0 0 25 0 1 0 164203902 240578560 56072 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/5194/statm: 58735 56072 54 142 0 58591 0
Current children cumulated CPU time (s) 1719.27
Current children cumulated vsize (KiB) 282516

[startup+1783.85 s]
/proc/loadavg: 2.05 2.01 1.92 3/74 5423
/proc/meminfo: memFree=1106440/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=83.19
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 798 89443 0 1 0 0 8240 79 17 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5194] ppid=5172 vsize=238372 CPUtime=1696
/proc/5194/stat : 5194 (minisat) R 5172 5172 4541 0 -1 4194304 56930 0 0 0 169543 57 0 0 25 0 1 0 164203902 244092928 56912 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/5194/statm: 59593 56912 54 142 0 59449 0
Current children cumulated CPU time (s) 1779.19
Current children cumulated vsize (KiB) 285948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.67 s]
/proc/loadavg: 2.03 2.01 1.92 3/74 5423
/proc/meminfo: memFree=1104904/2055920 swapFree=4192812/4192956
[pid=5172] ppid=5170 vsize=47576 CPUtime=83.19
/proc/5172/stat : 5172 (galac.sh) S 5170 5172 4541 0 -1 4194304 798 89443 0 1 0 0 8240 79 17 0 1 0 164195493 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5172/statm: 11894 363 245 79 0 218 0
[pid=5194] ppid=5172 vsize=239712 CPUtime=1716.82
/proc/5194/stat : 5194 (minisat) R 5172 5172 4541 0 -1 4194304 57306 0 0 0 171624 58 0 0 25 0 1 0 164203902 245465088 57288 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/5194/statm: 59928 57288 54 142 0 59784 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 287288

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 5172 and gives childrusage.ru_utime.tv_sec=82 childrusage.ru_utime.tv_usec=412471 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=799878
CPU time returned by wait4() is 83.2123
while last known CPU time is 1800.01

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

Real time (s): 1804.68
CPU time (s): 1800.01
CPU user time (s): 1798.64
CPU system time (s): 1.37
CPU usage (%): 99.7411
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.4125
system time used= 0.799878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90241
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= 3579
involuntary context switches= 5697

runsolver used 1.54976 s user time and 5.16221 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sun Jan  7 08:19:24 UTC 2007


IDJOB= 203213
IDBENCH= 3929
FILE ID= node43/203213-1168157964

PBS_JOBID= 3478528

Free space on /tmp= 66478 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  2ae7f7a6604a7867e7e4ad10acde61da

RANDOM SEED= 204629581

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.278
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.278
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:        761040 kB
Buffers:         66016 kB
Cached:         514432 kB
SwapCached:          0 kB
Active:         898664 kB
Inactive:       332076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        761040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8656 kB
Writeback:           0 kB
Mapped:         670444 kB
Slab:            48260 kB
Committed_AS:  4053484 kB
PageTables:       3024 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= 66444 MiB



End job on node43 on Sun Jan  7 08:49:29 UTC 2007