Trace number 206817

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.07 1810.54

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-40_ext.xml
MD5SUM6644b39b9e1f82baa1b6c3b1e2ebc974
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.45	c start processing
5.45	c start relation processing
19.48	c start cnf exporting
78.17	c parsing time : 5.285
78.17	c preprocessing time : 78.004
78.17	
78.17	c Nary constraints - conflicts : 0 supports : 93
78.17	c Binary constraints - conflicts : 0 supports :0
78.17	c max arity constraint : 3
78.17	c Max Tuples generated 0
78.17	c relations : 93
78.17	c relations BDD: 93
78.17	c vars : 598074 - clauses :  1874092
78.17	
78.25	 
78.25	c --- Minisat Stats ---
78.25	 

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/node25/watcher-206817-1168178359 -o ROOT/results/node25/solver-206817-1168178359 -C 1800 -M 900 /tmp/evaluation/206817-1168178359/galac.sh /tmp/evaluation/206817-1168178359/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.03 2.03 2.00 5/86 1132
/proc/meminfo: memFree=1329992/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=8560 CPUtime=0
/proc/1131/stat : 1131 (galac.sh) R 1129 1131 347 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 166228367 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781984143 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1131/statm: 2140 253 197 79 0 133 0

[startup+0.105937 s]
/proc/loadavg: 2.03 2.03 2.00 5/86 1132
/proc/meminfo: memFree=1329992/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=0.01
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 759 1704 0 0 0 0 0 1 18 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.514004 s]
/proc/loadavg: 2.03 2.03 2.00 5/86 1132
/proc/meminfo: memFree=1329992/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=0.01
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 759 1704 0 0 0 0 0 1 18 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.33515 s]
/proc/loadavg: 2.11 2.04 2.01 3/94 1152
/proc/meminfo: memFree=1252872/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=0.01
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 759 1704 0 0 0 0 0 1 18 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1145] ppid=1131 vsize=861064 CPUtime=1.27
/proc/1145/stat : 1145 (java) R 1131 1131 347 0 -1 0 21257 0 1 0 117 10 0 0 23 0 8 0 166228370 881729536 21009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1145/statm: 215266 21009 1966 14 0 201471 0
[pid=1145/tid=1146] ppid=1131 vsize=861064 CPUtime=0.06
/proc/1145/task/1146/stat : 1146 (java) R 1131 1131 347 0 -1 64 5504 0 0 0 4 2 0 0 16 0 8 0 166228374 881729536 21009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153823315 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1147] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1147/stat : 1147 (java) S 1131 1131 347 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166228375 881729536 21009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1148] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1148/stat : 1148 (java) S 1131 1131 347 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166228375 881729536 21009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1149] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1149/stat : 1149 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166228378 881729536 21009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1150] ppid=1131 vsize=861064 CPUtime=0.12
/proc/1145/task/1150/stat : 1150 (java) S 1131 1131 347 0 -1 64 892 0 0 0 12 0 0 0 16 0 8 0 166228378 881729536 21009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1151] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1151/stat : 1151 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166228378 881729536 21009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1152] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1152/stat : 1152 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166228378 881729536 21009 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) 908616

[startup+2.98342 s]
/proc/loadavg: 2.11 2.04 2.01 3/94 1152
/proc/meminfo: memFree=1241416/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=0.01
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 759 1704 0 0 0 0 0 1 18 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1145] ppid=1131 vsize=861064 CPUtime=2.91
/proc/1145/stat : 1145 (java) R 1131 1131 347 0 -1 0 25357 0 1 0 278 13 0 0 25 0 8 0 166228370 881729536 25104 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073651631 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1145/statm: 215266 25104 1966 14 0 201471 0
[pid=1145/tid=1146] ppid=1131 vsize=861064 CPUtime=0.2
/proc/1145/task/1146/stat : 1146 (java) S 1131 1131 347 0 -1 64 9588 0 0 0 16 4 0 0 16 0 8 0 166228374 881729536 25104 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1147] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1147/stat : 1147 (java) S 1131 1131 347 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166228375 881729536 25104 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1148] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1148/stat : 1148 (java) S 1131 1131 347 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166228375 881729536 25104 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1149] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1149/stat : 1149 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166228378 881729536 25104 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1150] ppid=1131 vsize=861064 CPUtime=0.14
/proc/1145/task/1150/stat : 1150 (java) S 1131 1131 347 0 -1 64 903 0 0 0 14 0 0 0 16 0 8 0 166228378 881729536 25104 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1151] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1151/stat : 1151 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166228378 881729536 25104 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1152] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1152/stat : 1152 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166228378 881729536 25104 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) 908616

[startup+6.28199 s]
/proc/loadavg: 2.11 2.04 2.01 3/94 1152
/proc/meminfo: memFree=1212424/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=0.01
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 759 1704 0 0 0 0 0 1 18 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1145] ppid=1131 vsize=861064 CPUtime=6.18
/proc/1145/stat : 1145 (java) R 1131 1131 347 0 -1 0 31392 0 1 0 602 16 0 0 25 0 8 0 166228370 881729536 31129 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073980442 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1145/statm: 215266 31129 1974 14 0 201471 0
[pid=1145/tid=1146] ppid=1131 vsize=861064 CPUtime=0.4
/proc/1145/task/1146/stat : 1146 (java) S 1131 1131 347 0 -1 64 15551 0 0 0 34 6 0 0 17 0 8 0 166228374 881729536 31129 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1147] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1147/stat : 1147 (java) S 1131 1131 347 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166228375 881729536 31129 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1148] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1148/stat : 1148 (java) S 1131 1131 347 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166228375 881729536 31129 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1149] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1149/stat : 1149 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166228378 881729536 31129 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1150] ppid=1131 vsize=861064 CPUtime=0.21
/proc/1145/task/1150/stat : 1150 (java) S 1131 1131 347 0 -1 64 946 0 0 0 21 0 0 0 15 0 8 0 166228378 881729536 31129 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1151] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1151/stat : 1151 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166228378 881729536 31129 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1152] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1152/stat : 1152 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166228378 881729536 31129 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 908616

[startup+12.7731 s]
/proc/loadavg: 2.01 2.03 2.00 3/105 1204
/proc/meminfo: memFree=1115440/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=0.01
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 759 1704 0 0 0 0 0 1 18 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1145] ppid=1131 vsize=861064 CPUtime=12.63
/proc/1145/stat : 1145 (java) R 1131 1131 347 0 -1 0 54760 0 1 0 1237 26 0 0 25 0 8 0 166228370 881729536 54494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073922723 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1145/statm: 215266 54494 1974 14 0 201471 0
[pid=1145/tid=1146] ppid=1131 vsize=861064 CPUtime=1.43
/proc/1145/task/1146/stat : 1146 (java) S 1131 1131 347 0 -1 64 38916 0 0 0 127 16 0 0 16 0 8 0 166228374 881729536 54494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1145/tid=1147] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1147/stat : 1147 (java) S 1131 1131 347 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166228375 881729536 54494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1148] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1148/stat : 1148 (java) S 1131 1131 347 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166228375 881729536 54494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1149] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1149/stat : 1149 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166228378 881729536 54494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1150] ppid=1131 vsize=861064 CPUtime=0.21
/proc/1145/task/1150/stat : 1150 (java) S 1131 1131 347 0 -1 64 946 0 0 0 21 0 0 0 15 0 8 0 166228378 881729536 54494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1151] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1151/stat : 1151 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166228378 881729536 54494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1152] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1152/stat : 1152 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166228378 881729536 54494 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 908616

[startup+25.5833 s]
/proc/loadavg: 2.23 2.07 2.01 3/106 1205
/proc/meminfo: memFree=810552/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=0.01
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 759 1704 0 0 0 0 0 1 18 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1145] ppid=1131 vsize=861064 CPUtime=25.14
/proc/1145/stat : 1145 (java) R 1131 1131 347 0 -1 0 87664 0 1 0 2469 45 0 0 25 0 8 0 166228370 881729536 87384 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155213124 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1145/statm: 215266 87384 1993 14 0 201471 0
[pid=1145/tid=1146] ppid=1131 vsize=861064 CPUtime=2.85
/proc/1145/task/1146/stat : 1146 (java) S 1131 1131 347 0 -1 64 71733 0 0 0 253 32 0 0 16 0 8 0 166228374 881729536 87384 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1145/tid=1147] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1147/stat : 1147 (java) S 1131 1131 347 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166228375 881729536 87384 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1145/tid=1148] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1148/stat : 1148 (java) S 1131 1131 347 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166228375 881729536 87384 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1149] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1149/stat : 1149 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166228378 881729536 87384 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1150] ppid=1131 vsize=861064 CPUtime=0.28
/proc/1145/task/1150/stat : 1150 (java) S 1131 1131 347 0 -1 64 982 0 0 0 27 1 0 0 15 0 8 0 166228378 881729536 87384 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1145/tid=1151] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1151/stat : 1151 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166228378 881729536 87384 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1152] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1152/stat : 1152 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166228378 881729536 87384 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) 908616

[startup+51.2416 s]
/proc/loadavg: 2.14 2.07 2.01 3/106 1205
/proc/meminfo: memFree=775352/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=0.01
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 759 1704 0 0 0 0 0 1 18 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1145] ppid=1131 vsize=861064 CPUtime=50.55
/proc/1145/stat : 1145 (java) R 1131 1131 347 0 -1 0 87711 0 1 0 5000 55 0 0 25 0 8 0 166228370 881729536 87385 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4152032656 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1145/statm: 215266 87385 1994 14 0 201471 0
[pid=1145/tid=1146] ppid=1131 vsize=861064 CPUtime=2.94
/proc/1145/task/1146/stat : 1146 (java) S 1131 1131 347 0 -1 64 71734 0 0 0 261 33 0 0 16 0 8 0 166228374 881729536 87385 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1145/tid=1147] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1147/stat : 1147 (java) S 1131 1131 347 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 166228375 881729536 87385 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1145/tid=1148] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1148/stat : 1148 (java) S 1131 1131 347 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166228375 881729536 87385 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1149] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1149/stat : 1149 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166228378 881729536 87385 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1150] ppid=1131 vsize=861064 CPUtime=0.28
/proc/1145/task/1150/stat : 1150 (java) S 1131 1131 347 0 -1 64 982 0 0 0 27 1 0 0 15 0 8 0 166228378 881729536 87385 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1145/tid=1151] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1151/stat : 1151 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166228378 881729536 87385 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1145/tid=1152] ppid=1131 vsize=861064 CPUtime=0
/proc/1145/task/1152/stat : 1152 (java) S 1131 1131 347 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166228378 881729536 87385 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 908616

[startup+102.47 s]
/proc/loadavg: 2.06 2.05 2.01 3/101 1210
/proc/meminfo: memFree=964312/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=77.41
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 797 89472 0 1 0 0 7669 72 17 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1206] ppid=1131 vsize=122864 CPUtime=24.06
/proc/1206/stat : 1206 (minisat) R 1131 1131 347 0 -1 4194304 28299 0 0 0 2387 19 0 0 25 0 1 0 166236192 125812736 28281 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/1206/statm: 30716 28281 54 142 0 30572 0
Current children cumulated CPU time (s) 101.47

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

/proc/loadavg: 2.00 2.01 2.00 3/99 1406
/proc/meminfo: memFree=605936/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=77.41
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 797 89472 0 1 0 0 7669 72 17 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1206] ppid=1131 vsize=226288 CPUtime=1039.49
/proc/1206/stat : 1206 (minisat) R 1131 1131 347 0 -1 4194304 54004 0 0 0 103896 53 0 0 25 0 1 0 166236192 231718912 53986 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/1206/statm: 56572 53986 54 142 0 56428 0
Current children cumulated CPU time (s) 1116.9
Current children cumulated vsize (KiB) 273840

[startup+1184 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 1406
/proc/meminfo: memFree=567984/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=77.41
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 797 89472 0 1 0 0 7669 72 17 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1206] ppid=1131 vsize=235248 CPUtime=1099.19
/proc/1206/stat : 1206 (minisat) R 1131 1131 347 0 -1 4194304 56237 0 0 0 109864 55 0 0 25 0 1 0 166236192 240893952 56219 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/1206/statm: 58812 56219 54 142 0 58668 0
Current children cumulated CPU time (s) 1176.6
Current children cumulated vsize (KiB) 282800

[startup+1244.08 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 1408
/proc/meminfo: memFree=560816/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=77.41
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 797 89472 0 1 0 0 7669 72 17 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1206] ppid=1131 vsize=242048 CPUtime=1158.98
/proc/1206/stat : 1206 (minisat) R 1131 1131 347 0 -1 4194304 57965 0 0 0 115842 56 0 0 25 0 1 0 166236192 247857152 57947 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/1206/statm: 60512 57947 54 142 0 60368 0
Current children cumulated CPU time (s) 1236.39
Current children cumulated vsize (KiB) 289600

[startup+1304.16 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 1408
/proc/meminfo: memFree=526448/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=77.41
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 797 89472 0 1 0 0 7669 72 17 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1206] ppid=1131 vsize=247236 CPUtime=1218.77
/proc/1206/stat : 1206 (minisat) R 1131 1131 347 0 -1 4194304 59246 0 0 0 121820 57 0 0 25 0 1 0 166236192 253169664 59228 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529767 0 0 4096 3 0 0 0 17 1 0 0
/proc/1206/statm: 61809 59228 54 142 0 61665 0
Current children cumulated CPU time (s) 1296.18
Current children cumulated vsize (KiB) 294788

[startup+1364.25 s]
/proc/loadavg: 2.07 2.02 2.00 3/99 1408
/proc/meminfo: memFree=521392/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=77.41
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 797 89472 0 1 0 0 7669 72 17 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1206] ppid=1131 vsize=252028 CPUtime=1278.57
/proc/1206/stat : 1206 (minisat) R 1131 1131 347 0 -1 4194304 60507 0 0 0 127799 58 0 0 25 0 1 0 166236192 258076672 60489 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/1206/statm: 63007 60489 54 142 0 62863 0
Current children cumulated CPU time (s) 1355.98
Current children cumulated vsize (KiB) 299580

[startup+1424.33 s]
/proc/loadavg: 2.02 2.01 2.00 3/99 1408
/proc/meminfo: memFree=516272/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=77.41
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 797 89472 0 1 0 0 7669 72 17 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1206] ppid=1131 vsize=257336 CPUtime=1338.37
/proc/1206/stat : 1206 (minisat) R 1131 1131 347 0 -1 4194304 61784 0 0 0 133776 61 0 0 25 0 1 0 166236192 263512064 61766 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/1206/statm: 64334 61766 54 142 0 64190 0
Current children cumulated CPU time (s) 1415.78
Current children cumulated vsize (KiB) 304888

[startup+1484.42 s]
/proc/loadavg: 2.04 2.02 2.00 3/99 1408
/proc/meminfo: memFree=480880/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=77.41
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 797 89472 0 1 0 0 7669 72 17 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1206] ppid=1131 vsize=263600 CPUtime=1398.17
/proc/1206/stat : 1206 (minisat) R 1131 1131 347 0 -1 4194304 63343 0 0 0 139754 63 0 0 25 0 1 0 166236192 269926400 63325 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/1206/statm: 65900 63325 54 142 0 65756 0
Current children cumulated CPU time (s) 1475.58
Current children cumulated vsize (KiB) 311152

[startup+1544.51 s]
/proc/loadavg: 2.01 2.01 2.00 3/99 1408
/proc/meminfo: memFree=475824/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=77.41
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 797 89472 0 1 0 0 7669 72 17 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1206] ppid=1131 vsize=268768 CPUtime=1457.97
/proc/1206/stat : 1206 (minisat) R 1131 1131 347 0 -1 4194304 64623 0 0 0 145732 65 0 0 25 0 1 0 166236192 275218432 64605 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/1206/statm: 67192 64605 54 142 0 67048 0
Current children cumulated CPU time (s) 1535.38
Current children cumulated vsize (KiB) 316320

[startup+1604.59 s]
/proc/loadavg: 2.00 2.01 2.00 3/99 1408
/proc/meminfo: memFree=468528/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=77.41
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 797 89472 0 1 0 0 7669 72 17 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1206] ppid=1131 vsize=275836 CPUtime=1517.77
/proc/1206/stat : 1206 (minisat) R 1131 1131 347 0 -1 4194304 66422 0 0 0 151710 67 0 0 25 0 1 0 166236192 282456064 66404 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/1206/statm: 68959 66404 54 142 0 68815 0
Current children cumulated CPU time (s) 1595.18
Current children cumulated vsize (KiB) 323388

[startup+1664.68 s]
/proc/loadavg: 2.06 2.02 2.00 3/99 1408
/proc/meminfo: memFree=434224/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=77.41
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 797 89472 0 1 0 0 7669 72 17 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1206] ppid=1131 vsize=280888 CPUtime=1577.51
/proc/1206/stat : 1206 (minisat) R 1131 1131 347 0 -1 4194304 67679 0 0 0 157683 68 0 0 25 0 1 0 166236192 287629312 67661 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/1206/statm: 70222 67661 54 142 0 70078 0
Current children cumulated CPU time (s) 1654.92
Current children cumulated vsize (KiB) 328440

[startup+1724.77 s]
/proc/loadavg: 2.02 2.01 2.00 3/99 1408
/proc/meminfo: memFree=429296/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=77.41
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 797 89472 0 1 0 0 7669 72 17 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1206] ppid=1131 vsize=285916 CPUtime=1637.31
/proc/1206/stat : 1206 (minisat) R 1131 1131 347 0 -1 4194304 68927 0 0 0 163661 70 0 0 25 0 1 0 166236192 292777984 68909 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/1206/statm: 71479 68909 54 142 0 71335 0
Current children cumulated CPU time (s) 1714.72
Current children cumulated vsize (KiB) 333468

[startup+1784.85 s]
/proc/loadavg: 2.01 2.01 2.00 3/99 1408
/proc/meminfo: memFree=422000/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=77.41
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 797 89472 0 1 0 0 7669 72 17 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1206] ppid=1131 vsize=293100 CPUtime=1697.11
/proc/1206/stat : 1206 (minisat) R 1131 1131 347 0 -1 4194304 70725 0 0 0 169639 72 0 0 25 0 1 0 166236192 300134400 70707 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/1206/statm: 73275 70707 54 142 0 73131 0
Current children cumulated CPU time (s) 1774.52
Current children cumulated vsize (KiB) 340652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.53 s]
/proc/loadavg: 2.00 2.01 2.00 3/99 1408
/proc/meminfo: memFree=420208/2055920 swapFree=4170848/4192956
[pid=1131] ppid=1129 vsize=47552 CPUtime=77.41
/proc/1131/stat : 1131 (galac.sh) S 1129 1131 347 0 -1 4194304 797 89472 0 1 0 0 7669 72 17 0 1 0 166228367 48693248 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 215781403482 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1131/statm: 11888 362 244 79 0 218 0
[pid=1206] ppid=1131 vsize=294820 CPUtime=1722.66
/proc/1206/stat : 1206 (minisat) R 1131 1131 347 0 -1 4194304 71164 0 0 0 172194 72 0 0 25 0 1 0 166236192 301895680 71146 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134525725 0 0 4096 3 0 0 0 17 1 0 0
/proc/1206/statm: 73705 71146 54 142 0 73561 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 342372

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 1131 and gives childrusage.ru_utime.tv_sec=76 childrusage.ru_utime.tv_usec=703339 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=724889
CPU time returned by wait4() is 77.4282
while last known CPU time is 1800.07

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

Real time (s): 1810.54
CPU time (s): 1800.07
CPU user time (s): 1798.63
CPU system time (s): 1.44
CPU usage (%): 99.4216
Max. virtual memory (cumulated for all children) (KiB): 908616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.7033
system time used= 0.724889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90269
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= 3453
involuntary context switches= 3482

runsolver used 1.88371 s user time and 6.14607 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sun Jan  7 13:59:20 UTC 2007


IDJOB= 206817
IDBENCH= 4237
FILE ID= node25/206817-1168178359

PBS_JOBID= 3479029

Free space on /tmp= 66542 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  6644b39b9e1f82baa1b6c3b1e2ebc974

RANDOM SEED= 417303729

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1330408 kB
Buffers:         49772 kB
Cached:         551832 kB
SwapCached:       2576 kB
Active:         153060 kB
Inactive:       494916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1330408 kB
SwapTotal:     4192956 kB
SwapFree:      4170848 kB
Dirty:            8688 kB
Writeback:           0 kB
Mapped:          58584 kB
Slab:            62308 kB
Committed_AS:  3353432 kB
PageTables:       2296 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= 66509 MiB



End job on node25 on Sun Jan  7 14:29:30 UTC 2007