Trace number 238494

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.03 1815.58

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-e-1_ext.xml
MD5SUMcdf544ed6a8c5347dd7f9f2ab3b26d82
Bench Category2-ARY-EXT (binary 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 variables112
Number of constraints1262
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1262
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 ---
0.86	c start processing
0.86	c start relation processing
0.86	c start cnf exporting
3.01	c parsing time : 0.689
3.01	c preprocessing time : 2.837
3.01	
3.01	c Nary constraints - conflicts : 0 supports : 0
3.01	c Binary constraints - conflicts : 1162 supports :100
3.01	c max arity constraint : 2
3.01	c Max Tuples generated 0
3.01	c relations : 9
3.01	c relations BDD: 0
3.01	c vars : 2103 - clauses :  75988
3.01	
3.05	 
3.05	c --- Minisat Stats ---
3.05	 

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/node5/watcher-238494-1168355527 -o ROOT/results/node5/solver-238494-1168355527 -C 1800 -M 900 /tmp/evaluation/238494-1168355527/galac.sh /tmp/evaluation/238494-1168355527/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.92 1.98 1.99 4/93 27215
/proc/meminfo: memFree=1651696/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=8652 CPUtime=0
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 347 0 0 0 0 0 0 0 17 0 1 0 164167205 8859648 280 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27214/statm: 2163 280 208 79 0 156 0
[pid=27216] ppid=27214 vsize=8688 CPUtime=0
/proc/27216/stat : 27216 (galac.sh) R 27214 27214 27144 0 -1 4194368 50 244 0 0 0 0 0 0 18 0 1 0 164167206 8896512 288 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913479327 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/27216/statm: 2172 288 210 79 0 165 0
[pid=27218] ppid=27216 vsize=128 CPUtime=0
/proc/27218/stat : 27218 (id) R 27216 27214 27144 0 -1 4194304 48 0 0 0 0 0 0 0 18 0 1 0 164167206 131072 22 18446744073709551615 4194304 4211724 548682069312 18446744073709551615 226910860681 0 0 3674112 0 0 0 0 17 0 0 0
/proc/27218/statm: 32 22 16 4 0 3 0

[startup+0.11071 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 27215
/proc/meminfo: memFree=1651696/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=0.01
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.521758 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 27215
/proc/meminfo: memFree=1651696/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=0.01
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.34285 s]
/proc/loadavg: 1.92 1.98 1.99 4/101 27235
/proc/meminfo: memFree=1612976/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=0.01
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27228] ppid=27214 vsize=861064 CPUtime=1.27
/proc/27228/stat : 27228 (java) R 27214 27214 27144 0 -1 0 15561 0 1 0 115 12 0 0 19 0 8 0 164167208 881729536 15315 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 215266 15315 1982 14 0 201471 0
[pid=27228/tid=27229] ppid=27214 vsize=861064 CPUtime=0
/proc/27228/task/27229/stat : 27229 (java) S 27214 27214 27144 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 164167213 881729536 15315 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27228/tid=27230] ppid=27214 vsize=861064 CPUtime=0
/proc/27228/task/27230/stat : 27230 (java) S 27214 27214 27144 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 164167214 881729536 15315 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27228/tid=27231] ppid=27214 vsize=861064 CPUtime=0
/proc/27228/task/27231/stat : 27231 (java) S 27214 27214 27144 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 164167214 881729536 15315 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27228/tid=27232] ppid=27214 vsize=861064 CPUtime=0
/proc/27228/task/27232/stat : 27232 (java) S 27214 27214 27144 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164167217 881729536 15315 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27214 vsize=861064 CPUtime=0.3
/proc/27228/task/27233/stat : 27233 (java) S 27214 27214 27144 0 -1 64 1016 0 0 0 28 2 0 0 22 0 8 0 164167217 881729536 15315 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27214 vsize=861064 CPUtime=0
/proc/27228/task/27234/stat : 27234 (java) S 27214 27214 27144 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 164167217 881729536 15315 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27214 vsize=861064 CPUtime=0
/proc/27228/task/27235/stat : 27235 (java) S 27214 27214 27144 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164167217 881729536 15315 18446744073709551615 134512640 134570532 4294956096 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) 908624

[startup+2.98003 s]
/proc/loadavg: 1.93 1.98 1.99 4/101 27235
/proc/meminfo: memFree=1576560/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=0.01
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27228] ppid=27214 vsize=861064 CPUtime=2.89
/proc/27228/stat : 27228 (java) R 27214 27214 27144 0 -1 0 20617 0 1 0 275 14 0 0 25 0 8 0 164167208 881729536 20368 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073514676 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 215266 20368 1996 14 0 201471 0
[pid=27228/tid=27229] ppid=27214 vsize=861064 CPUtime=0.03
/proc/27228/task/27229/stat : 27229 (java) S 27214 27214 27144 0 -1 64 4676 0 0 0 2 1 0 0 16 0 8 0 164167213 881729536 20368 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27228/tid=27230] ppid=27214 vsize=861064 CPUtime=0
/proc/27228/task/27230/stat : 27230 (java) S 27214 27214 27144 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164167214 881729536 20368 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27228/tid=27231] ppid=27214 vsize=861064 CPUtime=0
/proc/27228/task/27231/stat : 27231 (java) S 27214 27214 27144 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164167214 881729536 20368 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27228/tid=27232] ppid=27214 vsize=861064 CPUtime=0
/proc/27228/task/27232/stat : 27232 (java) S 27214 27214 27144 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164167217 881729536 20368 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27214 vsize=861064 CPUtime=0.31
/proc/27228/task/27233/stat : 27233 (java) S 27214 27214 27144 0 -1 64 1026 0 0 0 29 2 0 0 16 0 8 0 164167217 881729536 20368 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27214 vsize=861064 CPUtime=0
/proc/27228/task/27234/stat : 27234 (java) S 27214 27214 27144 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 164167217 881729536 20368 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27214 vsize=861064 CPUtime=0
/proc/27228/task/27235/stat : 27235 (java) S 27214 27214 27144 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 164167217 881729536 20368 18446744073709551615 134512640 134570532 4294956096 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) 908624

[startup+6.26041 s]
/proc/loadavg: 1.93 1.98 1.99 3/94 27236
/proc/meminfo: memFree=1636456/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=16132 CPUtime=3.17
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 3898 0 0 0 315 2 0 0 25 0 1 0 164167511 16519168 3880 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 4033 3880 54 142 0 3889 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 63692

[startup+12.7391 s]
/proc/loadavg: 1.94 1.98 1.99 3/94 27236
/proc/meminfo: memFree=1624872/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=26144 CPUtime=9.58
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 6416 0 0 0 954 4 0 0 25 0 1 0 164167511 26771456 6398 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 6536 6398 54 142 0 6392 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 73704

[startup+25.5856 s]
/proc/loadavg: 1.95 1.98 1.99 3/94 27236
/proc/meminfo: memFree=1613928/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=36972 CPUtime=22.32
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 9102 0 0 0 2225 7 0 0 25 0 1 0 164167511 37859328 9084 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 9243 9084 54 142 0 9099 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 84532

[startup+51.2595 s]
/proc/loadavg: 1.97 1.98 1.99 3/94 27236
/proc/meminfo: memFree=1585704/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=40844 CPUtime=47.75
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 10072 0 0 0 4768 7 0 0 25 0 1 0 164167511 41824256 10054 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 10211 10054 54 142 0 10067 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 88404

[startup+102.514 s]
/proc/loadavg: 1.98 1.98 1.99 3/94 27236
/proc/meminfo: memFree=1571944/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=54392 CPUtime=98.55
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 13449 0 0 0 9844 11 0 0 25 0 1 0 164167511 55697408 13431 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525811 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 13598 13431 54 142 0 13454 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 101952

[startup+162.596 s]
/proc/loadavg: 2.04 2.00 2.00 3/94 27236
/proc/meminfo: memFree=1545320/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=57300 CPUtime=158.08
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 14181 0 0 0 15796 12 0 0 25 0 1 0 164167511 58675200 14163 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 14325 14163 54 142 0 14181 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 104860

[startup+222.684 s]
/proc/loadavg: 2.01 2.00 2.00 3/94 27238
/proc/meminfo: memFree=1518248/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=57448 CPUtime=217.61
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 14190 0 0 0 21749 12 0 0 25 0 1 0 164167511 58826752 14172 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 14362 14172 54 142 0 14218 0
Current children cumulated CPU time (s) 220.57
Current children cumulated vsize (KiB) 105008

[startup+282.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 27238
/proc/meminfo: memFree=1494952/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=57448 CPUtime=277.09
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 14199 0 0 0 27696 13 0 0 25 0 1 0 164167511 58826752 14181 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 14362 14181 54 142 0 14218 0
Current children cumulated CPU time (s) 280.05
Current children cumulated vsize (KiB) 105008

[startup+342.731 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 27238
/proc/meminfo: memFree=1464752/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=61692 CPUtime=336.56
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 15261 0 0 0 33642 14 0 0 25 0 1 0 164167511 63172608 15243 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 15423 15243 54 142 0 15279 0
Current children cumulated CPU time (s) 339.52
Current children cumulated vsize (KiB) 109252


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

/proc/loadavg: 2.00 2.01 2.00 3/94 27238
/proc/meminfo: memFree=1124464/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=71988 CPUtime=1110.04
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 17741 0 0 0 110981 23 0 0 25 0 1 0 164167511 73715712 17723 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 17997 17723 54 142 0 17853 0
Current children cumulated CPU time (s) 1113
Current children cumulated vsize (KiB) 119548

[startup+1183.38 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 27238
/proc/meminfo: memFree=1097584/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=73176 CPUtime=1169.56
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 18031 0 0 0 116932 24 0 0 25 0 1 0 164167511 74932224 18013 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 18294 18013 54 142 0 18150 0
Current children cumulated CPU time (s) 1172.52
Current children cumulated vsize (KiB) 120736

[startup+1243.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 27238
/proc/meminfo: memFree=1097456/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=73176 CPUtime=1229.03
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 18031 0 0 0 122879 24 0 0 25 0 1 0 164167511 74932224 18013 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 18294 18013 54 142 0 18150 0
Current children cumulated CPU time (s) 1231.99
Current children cumulated vsize (KiB) 120736

[startup+1303.41 s]
/proc/loadavg: 2.04 2.01 2.00 3/94 27238
/proc/meminfo: memFree=1072304/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=73176 CPUtime=1288.5
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 18031 0 0 0 128825 25 0 0 25 0 1 0 164167511 74932224 18013 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 18294 18013 54 142 0 18150 0
Current children cumulated CPU time (s) 1291.46
Current children cumulated vsize (KiB) 120736

[startup+1363.43 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 27238
/proc/meminfo: memFree=1069936/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=75428 CPUtime=1347.96
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 18596 0 0 0 134771 25 0 0 25 0 1 0 164167511 77238272 18578 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529611 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 18857 18578 54 142 0 18713 0
Current children cumulated CPU time (s) 1350.92
Current children cumulated vsize (KiB) 122988

[startup+1423.44 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 27238
/proc/meminfo: memFree=1069872/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=75428 CPUtime=1407.44
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 18596 0 0 0 140718 26 0 0 25 0 1 0 164167511 77238272 18578 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 18857 18578 54 142 0 18713 0
Current children cumulated CPU time (s) 1410.4
Current children cumulated vsize (KiB) 122988

[startup+1483.46 s]
/proc/loadavg: 2.06 2.03 2.01 3/94 27238
/proc/meminfo: memFree=1067184/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=77980 CPUtime=1466.91
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 19236 0 0 0 146664 27 0 0 25 0 1 0 164167511 79851520 19218 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 19495 19218 54 142 0 19351 0
Current children cumulated CPU time (s) 1469.87
Current children cumulated vsize (KiB) 125540

[startup+1543.48 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 27238
/proc/meminfo: memFree=1064176/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=80884 CPUtime=1526.38
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 19965 0 0 0 152610 28 0 0 25 0 1 0 164167511 82825216 19947 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529450 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 20221 19947 54 142 0 20077 0
Current children cumulated CPU time (s) 1529.34
Current children cumulated vsize (KiB) 128444

[startup+1603.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 27238
/proc/meminfo: memFree=1064176/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=80884 CPUtime=1585.85
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 19965 0 0 0 158556 29 0 0 25 0 1 0 164167511 82825216 19947 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 20221 19947 54 142 0 20077 0
Current children cumulated CPU time (s) 1588.81
Current children cumulated vsize (KiB) 128444

[startup+1663.57 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 27238
/proc/meminfo: memFree=1063984/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=81280 CPUtime=1645.37
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 20057 0 0 0 164508 29 0 0 25 0 1 0 164167511 83230720 20039 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27236/statm: 20320 20039 54 142 0 20176 0
Current children cumulated CPU time (s) 1648.33
Current children cumulated vsize (KiB) 128840

[startup+1723.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27277
/proc/meminfo: memFree=1670248/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=83612 CPUtime=1705.2
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 20647 0 0 0 170489 31 0 0 25 0 1 0 164167511 85618688 20629 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 0 0 0
/proc/27236/statm: 20903 20629 54 142 0 20759 0
Current children cumulated CPU time (s) 1708.16
Current children cumulated vsize (KiB) 131172

[startup+1783.65 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27277
/proc/meminfo: memFree=1670184/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=83612 CPUtime=1765.16
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 20648 0 0 0 176485 31 0 0 25 0 1 0 164167511 85618688 20630 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134522150 0 0 4096 3 0 0 0 17 0 0 0
/proc/27236/statm: 20903 20630 54 142 0 20759 0
Current children cumulated CPU time (s) 1768.12
Current children cumulated vsize (KiB) 131172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.56 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 27277
/proc/meminfo: memFree=1670184/2055920 swapFree=4192812/4192956
[pid=27214] ppid=27212 vsize=47560 CPUtime=2.96
/proc/27214/stat : 27214 (galac.sh) S 27212 27214 27144 0 -1 4194304 800 22329 0 1 0 0 279 17 17 0 1 0 164167205 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27214/statm: 11890 363 245 79 0 218 0
[pid=27236] ppid=27214 vsize=83604 CPUtime=1797.07
/proc/27236/stat : 27236 (minisat) R 27214 27214 27144 0 -1 4194304 20648 0 0 0 179676 31 0 0 25 0 1 0 164167511 85610496 20630 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/27236/statm: 20901 20630 54 142 0 20757 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 131164

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 27214 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=795575 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=178972
CPU time returned by wait4() is 2.97455
while last known CPU time is 1800.03

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

Real time (s): 1815.58
CPU time (s): 1800.03
CPU user time (s): 1799.55
CPU system time (s): 0.48
CPU usage (%): 99.1438
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.79557
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23129
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= 929
involuntary context switches= 1016

runsolver used 2.14967 s user time and 5.8861 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Tue Jan  9 15:12:08 UTC 2007


IDJOB= 238494
IDBENCH= 7005
FILE ID= node5/238494-1168355527

PBS_JOBID= 3503730

Free space on /tmp= 66555 MiB

BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-7/BlackHole-4-7-e-1_ext.xml
COMMAND LINE= /tmp/evaluation/238494-1168355527/galac.sh /tmp/evaluation/238494-1168355527/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-238494-1168355527 -o ROOT/results/node5/solver-238494-1168355527 -C 1800 -M 900  /tmp/evaluation/238494-1168355527/galac.sh /tmp/evaluation/238494-1168355527/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  cdf544ed6a8c5347dd7f9f2ab3b26d82

RANDOM SEED= 391474205

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.240
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.240
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:       1652304 kB
Buffers:         26900 kB
Cached:         167648 kB
SwapCached:          0 kB
Active:         238100 kB
Inactive:       112064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3132 kB
Writeback:           0 kB
Mapped:         184612 kB
Slab:            38168 kB
Committed_AS:  5452136 kB
PageTables:       2420 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= 66555 MiB



End job on node5 on Tue Jan  9 15:42:23 UTC 2007