Trace number 238570

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1? (TO) 1800.09 1802.07

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-h-7_ext.xml
MD5SUMcfdbf0bf28850a1803f64cc72d52db68
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.83	c start processing
0.83	c start relation processing
0.84	c start cnf exporting
2.94	c parsing time : 0.668
2.94	c preprocessing time : 2.78
2.94	
2.94	c Nary constraints - conflicts : 0 supports : 0
2.94	c Binary constraints - conflicts : 1162 supports :100
2.94	c max arity constraint : 2
2.94	c Max Tuples generated 0
2.94	c relations : 9
2.94	c relations BDD: 0
2.94	c vars : 2103 - clauses :  75988
2.94	
2.99	 
2.99	c --- Minisat Stats ---
2.99	 

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/node9/watcher-238570-1168356583 -o ROOT/results/node9/solver-238570-1168356583 -C 1800 -M 900 /tmp/evaluation/238570-1168356583/galac.sh /tmp/evaluation/238570-1168356583/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.16 2.03 1.97 2/89 22002
/proc/meminfo: memFree=1802624/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=8560 CPUtime=0
/proc/22001/stat : 22001 (galac.sh) R 21999 22001 20964 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 184053421 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215419176847 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22001/statm: 2140 253 197 79 0 133 0

[startup+0.102586 s]
/proc/loadavg: 2.16 2.03 1.97 2/89 22002
/proc/meminfo: memFree=1802624/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=0.01
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.510629 s]
/proc/loadavg: 2.16 2.03 1.97 2/89 22002
/proc/meminfo: memFree=1802624/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=0.01
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33173 s]
/proc/loadavg: 2.16 2.03 1.97 4/97 22022
/proc/meminfo: memFree=1762232/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=0.01
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22015] ppid=22001 vsize=861064 CPUtime=1.28
/proc/22015/stat : 22015 (java) R 22001 22001 20964 0 -1 0 15995 0 1 0 118 10 0 0 19 0 8 0 184053425 881729536 15748 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22015/statm: 215266 15748 1990 14 0 201471 0
[pid=22015/tid=22016] ppid=22001 vsize=861064 CPUtime=0
/proc/22015/task/22016/stat : 22016 (java) R 22001 22001 20964 0 -1 64 71 0 0 0 0 0 0 0 16 0 8 0 184053429 881729536 15748 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22015/tid=22017] ppid=22001 vsize=861064 CPUtime=0
/proc/22015/task/22017/stat : 22017 (java) S 22001 22001 20964 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 184053429 881729536 15748 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22015/tid=22018] ppid=22001 vsize=861064 CPUtime=0
/proc/22015/task/22018/stat : 22018 (java) S 22001 22001 20964 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 184053429 881729536 15748 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22015/tid=22019] ppid=22001 vsize=861064 CPUtime=0
/proc/22015/task/22019/stat : 22019 (java) S 22001 22001 20964 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 184053433 881729536 15748 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22015/tid=22020] ppid=22001 vsize=861064 CPUtime=0.27
/proc/22015/task/22020/stat : 22020 (java) S 22001 22001 20964 0 -1 64 1016 0 0 0 26 1 0 0 21 0 8 0 184053433 881729536 15748 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22015/tid=22021] ppid=22001 vsize=861064 CPUtime=0
/proc/22015/task/22021/stat : 22021 (java) S 22001 22001 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184053433 881729536 15748 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22015/tid=22022] ppid=22001 vsize=861064 CPUtime=0
/proc/22015/task/22022/stat : 22022 (java) S 22001 22001 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184053433 881729536 15748 18446744073709551615 134512640 134570532 4294956096 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.9689 s]
/proc/loadavg: 2.16 2.03 1.97 3/97 22022
/proc/meminfo: memFree=1727608/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=0.01
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22015] ppid=22001 vsize=861064 CPUtime=2.88
/proc/22015/stat : 22015 (java) S 22001 22001 20964 0 -1 0 20620 0 1 0 277 11 0 0 25 0 8 0 184053425 881729536 20371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22015/statm: 215266 20371 1996 14 0 201471 0
[pid=22015/tid=22016] ppid=22001 vsize=861064 CPUtime=0.03
/proc/22015/task/22016/stat : 22016 (java) S 22001 22001 20964 0 -1 64 4676 0 0 0 2 1 0 0 16 0 8 0 184053429 881729536 20371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22015/tid=22017] ppid=22001 vsize=861064 CPUtime=0
/proc/22015/task/22017/stat : 22017 (java) S 22001 22001 20964 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 184053429 881729536 20371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22015/tid=22018] ppid=22001 vsize=861064 CPUtime=0
/proc/22015/task/22018/stat : 22018 (java) S 22001 22001 20964 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184053429 881729536 20371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22015/tid=22019] ppid=22001 vsize=861064 CPUtime=0
/proc/22015/task/22019/stat : 22019 (java) S 22001 22001 20964 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 184053433 881729536 20371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22015/tid=22020] ppid=22001 vsize=861064 CPUtime=0.29
/proc/22015/task/22020/stat : 22020 (java) S 22001 22001 20964 0 -1 64 1026 0 0 0 28 1 0 0 16 0 8 0 184053433 881729536 20371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22015/tid=22021] ppid=22001 vsize=861064 CPUtime=0
/proc/22015/task/22021/stat : 22021 (java) S 22001 22001 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 184053433 881729536 20371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22015/tid=22022] ppid=22001 vsize=861064 CPUtime=0
/proc/22015/task/22022/stat : 22022 (java) S 22001 22001 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184053433 881729536 20371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 908640

[startup+6.25028 s]
/proc/loadavg: 2.15 2.03 1.97 3/90 22023
/proc/meminfo: memFree=1787952/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=15332 CPUtime=3.23
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 3697 0 0 0 321 2 0 0 25 0 1 0 184053721 15699968 3679 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134528655 0 0 4096 3 0 0 0 17 1 0 0
/proc/22023/statm: 3833 3679 54 142 0 3689 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 62908

[startup+12.722 s]
/proc/loadavg: 2.14 2.03 1.97 3/90 22023
/proc/meminfo: memFree=1775480/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=26800 CPUtime=9.67
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 6558 0 0 0 962 5 0 0 25 0 1 0 184053721 27443200 6540 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22023/statm: 6700 6540 54 142 0 6556 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 74376

[startup+25.5585 s]
/proc/loadavg: 2.11 2.03 1.97 4/87 22064
/proc/meminfo: memFree=1763976/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=35772 CPUtime=22.46
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 8808 0 0 0 2238 8 0 0 25 0 1 0 184053721 36630528 8790 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 8943 8790 54 142 0 8799 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 83348

[startup+51.2154 s]
/proc/loadavg: 2.07 2.03 1.97 3/87 22064
/proc/meminfo: memFree=1759432/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=40396 CPUtime=48.1
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 9962 0 0 0 4801 9 0 0 25 0 1 0 184053721 41365504 9944 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529446 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 10099 9944 54 142 0 9955 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 87972

[startup+102.421 s]
/proc/loadavg: 2.03 2.02 1.97 3/87 22064
/proc/meminfo: memFree=1751496/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=48448 CPUtime=99.26
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 11968 0 0 0 9915 11 0 0 25 0 1 0 184053721 49610752 11950 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 12112 11950 54 142 0 11968 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 96024

[startup+162.457 s]
/proc/loadavg: 2.09 2.05 1.98 3/87 22064
/proc/meminfo: memFree=1747080/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=52996 CPUtime=159.22
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 13069 0 0 0 15910 12 0 0 25 0 1 0 184053721 54267904 13051 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 13249 13051 54 142 0 13105 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 100572

[startup+222.498 s]
/proc/loadavg: 2.08 2.05 1.99 3/87 22064
/proc/meminfo: memFree=1746952/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=52996 CPUtime=219.2
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 13069 0 0 0 21908 12 0 0 25 0 1 0 184053721 54267904 13051 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 13249 13051 54 142 0 13105 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 100572

[startup+282.532 s]
/proc/loadavg: 2.03 2.04 1.99 3/87 22064
/proc/meminfo: memFree=1741832/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=58108 CPUtime=279.19
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 14347 0 0 0 27906 13 0 0 25 0 1 0 184053721 59502592 14329 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 14527 14329 54 142 0 14383 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 105684

[startup+342.567 s]
/proc/loadavg: 2.01 2.03 1.99 3/87 22064
/proc/meminfo: memFree=1741768/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=58108 CPUtime=339.15
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 14352 0 0 0 33902 13 0 0 25 0 1 0 184053721 59502592 14334 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529340 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 14527 14334 54 142 0 14383 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 105684

[startup+402.602 s]
/proc/loadavg: 2.00 2.02 1.99 3/87 22064
/proc/meminfo: memFree=1739464/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0

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

/proc/loadavg: 2.00 2.00 1.99 4/87 22064
/proc/meminfo: memFree=1715016/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=84404 CPUtime=1118.88
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 20842 0 0 0 111865 23 0 0 25 0 1 0 184053721 86429696 20824 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 21101 20824 54 142 0 20957 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 131980

[startup+1183.12 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1714952/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=84404 CPUtime=1178.86
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 20844 0 0 0 117863 23 0 0 25 0 1 0 184053721 86429696 20826 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 21101 20826 54 142 0 20957 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 131980

[startup+1243.16 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1714888/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=84392 CPUtime=1238.84
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 20844 0 0 0 123860 24 0 0 25 0 1 0 184053721 86417408 20826 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529658 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 21098 20826 54 142 0 20954 0
Current children cumulated CPU time (s) 1241.75
Current children cumulated vsize (KiB) 131968

[startup+1303.2 s]
/proc/loadavg: 2.05 2.01 1.99 3/87 22064
/proc/meminfo: memFree=1714760/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=84392 CPUtime=1298.82
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 20844 0 0 0 129858 24 0 0 25 0 1 0 184053721 86417408 20826 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 21098 20826 54 142 0 20954 0
Current children cumulated CPU time (s) 1301.73
Current children cumulated vsize (KiB) 131968

[startup+1363.23 s]
/proc/loadavg: 2.02 2.01 1.99 4/87 22064
/proc/meminfo: memFree=1714696/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=84392 CPUtime=1358.79
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 20844 0 0 0 135855 24 0 0 25 0 1 0 184053721 86417408 20826 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 21098 20826 54 142 0 20954 0
Current children cumulated CPU time (s) 1361.7
Current children cumulated vsize (KiB) 131968

[startup+1423.26 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1714696/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=84392 CPUtime=1418.75
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 20844 0 0 0 141851 24 0 0 25 0 1 0 184053721 86417408 20826 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 21098 20826 54 142 0 20954 0
Current children cumulated CPU time (s) 1421.66
Current children cumulated vsize (KiB) 131968

[startup+1483.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1714568/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=84392 CPUtime=1478.74
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 20845 0 0 0 147850 24 0 0 25 0 1 0 184053721 86417408 20827 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 21098 20827 54 142 0 20954 0
Current children cumulated CPU time (s) 1481.65
Current children cumulated vsize (KiB) 131968

[startup+1543.34 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1714504/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=84392 CPUtime=1538.73
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 20846 0 0 0 153849 24 0 0 25 0 1 0 184053721 86417408 20828 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 21098 20828 54 142 0 20954 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 131968

[startup+1603.38 s]
/proc/loadavg: 2.06 2.01 2.00 3/87 22064
/proc/meminfo: memFree=1714440/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=84392 CPUtime=1598.69
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 20860 0 0 0 159844 25 0 0 25 0 1 0 184053721 86417408 20842 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 21098 20842 54 142 0 20954 0
Current children cumulated CPU time (s) 1601.6
Current children cumulated vsize (KiB) 131968

[startup+1663.42 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 22064
/proc/meminfo: memFree=1714312/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=84392 CPUtime=1658.67
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 20860 0 0 0 165842 25 0 0 25 0 1 0 184053721 86417408 20842 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525927 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 21098 20842 54 142 0 20954 0
Current children cumulated CPU time (s) 1661.58
Current children cumulated vsize (KiB) 131968

[startup+1723.45 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22064
/proc/meminfo: memFree=1714312/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=84392 CPUtime=1718.65
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 20860 0 0 0 171840 25 0 0 25 0 1 0 184053721 86417408 20842 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525637 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 21098 20842 54 142 0 20954 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 131968

[startup+1783.49 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22064
/proc/meminfo: memFree=1714312/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=84392 CPUtime=1778.61
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 20860 0 0 0 177836 25 0 0 25 0 1 0 184053721 86417408 20842 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 21098 20842 54 142 0 20954 0
Current children cumulated CPU time (s) 1781.52
Current children cumulated vsize (KiB) 131968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.06 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22064
/proc/meminfo: memFree=1714248/2055920 swapFree=4191880/4192956
[pid=22001] ppid=21999 vsize=47576 CPUtime=2.91
/proc/22001/stat : 22001 (galac.sh) S 21999 22001 20964 0 -1 4194304 799 22330 0 1 0 0 277 14 17 0 1 0 184053421 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22001/statm: 11894 363 245 79 0 218 0
[pid=22023] ppid=22001 vsize=84392 CPUtime=1797.18
/proc/22023/stat : 22023 (minisat) R 22001 22001 20964 0 -1 4194304 20860 0 0 0 179693 25 0 0 25 0 1 0 184053721 86417408 20842 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22023/statm: 21098 20842 54 142 0 20954 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 131968

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 22001 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=779577 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=156976
CPU time returned by wait4() is 2.93655
while last known CPU time is 1800.09

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

Real time (s): 1802.07
CPU time (s): 1800.09
CPU user time (s): 1799.7
CPU system time (s): 0.39
CPU usage (%): 99.8899
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.77958
system time used= 0.156976
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= 924
involuntary context switches= 933

runsolver used 2.75558 s user time and 5.20021 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Jan  9 15:29:43 UTC 2007


IDJOB= 238570
IDBENCH= 7009
FILE ID= node9/238570-1168356583

PBS_JOBID= 3503715

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  cfdbf0bf28850a1803f64cc72d52db68

RANDOM SEED= 789397267

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.231
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.231
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:       1803232 kB
Buffers:         25520 kB
Cached:         132988 kB
SwapCached:        408 kB
Active:         128368 kB
Inactive:        80060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803232 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3012 kB
Writeback:           0 kB
Mapped:          62768 kB
Slab:            29096 kB
Committed_AS:  5549448 kB
PageTables:       2268 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= 66545 MiB



End job on node9 on Tue Jan  9 15:59:45 UTC 2007