Trace number 328194

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
ornithorynque 0.1 alpha? (TO) 1200.19 601.526

General information on the benchmark

Namerandom/LargeSize/7SAT/v180/
unif-k7-r85-v180-c15300-S640027679-08.cnf
MD5SUM146b745b9914cd900644d53b6888b65c
Bench CategoryRANDOM (random instances)
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 variables180
Number of clauses15300
Sum of the clauses size107100
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515300

Solver Data (download as text)

0.00/0.00	c This is Ornithorynque version 0.1 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using unsigned short
0.00/0.00	c parsing...
0.00/0.07	c ...done
0.00/0.07	c nbVar=180 nbClause=15300
0.00/0.07	c nbVar=180 nbClause=15300
0.00/0.08	c complete search running
0.00/0.08	c local search running
0.00/0.08	c flip 0 nbSat=15159 maxSat=0
1.11/0.60	c flip 0 nbSat=17260 maxSat=15240
2.90/1.53	c flip 0 nbSat=19671 maxSat=17303
6.10/3.14	c flip 0 nbSat=23064 maxSat=19728
6.70/3.44	c nbDecision=10000 #clauses=23694
12.27/6.22	c flip 0 nbSat=27315 maxSat=23119
21.26/10.73	c nbDecision=20000 #clauses=32244
23.45/11.87	c flip 0 nbSat=33317 maxSat=27379
42.60/21.49	c flip 0 nbSat=39511 maxSat=33384
45.79/23.01	c nbDecision=30000 #clauses=40794
69.55/34.97	c flip 0 nbSat=47038 maxSat=39560
78.72/39.59	c nbDecision=40000 #clauses=49295
105.07/52.78	c flip 0 nbSat=54578 maxSat=47095
126.82/63.68	c nbDecision=50000 #clauses=57900
149.76/75.14	c flip 0 nbSat=60956 maxSat=54618
191.86/96.22	c nbDecision=60000 #clauses=66519
200.44/100.56	c flip 0 nbSat=67405 maxSat=60991
256.31/128.50	c flip 0 nbSat=74062 maxSat=67464
261.32/131.06	c nbDecision=70000 #clauses=74945
324.16/162.57	c flip 0 nbSat=82808 maxSat=74134
330.14/165.51	c nbDecision=80000 #clauses=83551
401.38/201.23	c flip 0 nbSat=91337 maxSat=82881
406.36/203.71	c nbDecision=90000 #clauses=92191
474.02/237.61	c nbDecision=100000 #clauses=100824
486.80/244.04	c flip 0 nbSat=101883 maxSat=91387
568.60/285.03	c nbDecision=110000 #clauses=109453
584.76/293.19	c flip 0 nbSat=111094 maxSat=101958
648.02/324.88	c nbDecision=120000 #clauses=118055
693.91/347.86	c flip 0 nbSat=121869 maxSat=111158
743.40/372.68	c nbDecision=130000 #clauses=126647
813.85/407.94	c flip 0 nbSat=133096 maxSat=121955
835.98/419.10	c nbDecision=140000 #clauses=135173
935.56/468.92	c nbDecision=150000 #clauses=143827
945.14/473.78	c flip 0 nbSat=144736 maxSat=133169
1008.40/505.44	c nbDecision=160000 #clauses=152472
1091.60/547.11	c flip 0 nbSat=158365 maxSat=144795
1131.51/567.17	c nbDecision=170000 #clauses=161053

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node67/watcher-328194-1173108804 -o ROOT/results/node67/solver-328194-1173108804 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328194-1173108804/ornithorynque /tmp/evaluation/328194-1173108804/instance-328194-1173108804.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.94 1.90 3/64 14886
/proc/meminfo: memFree=645104/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=23220 CPUtime=0
/proc/14886/stat : 14886 (ornithorynque) R 14884 14886 14419 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 330838030 23777280 257 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271635745493 0 0 4096 0 0 0 0 17 1 0 0
/proc/14886/statm: 5805 261 218 42 0 45 0

[startup+0.102841 s]
/proc/loadavg: 1.83 1.94 1.90 3/64 14886
/proc/meminfo: memFree=645104/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=46540 CPUtime=0.11
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 1160 0 0 0 11 0 0 0 18 0 3 0 330838030 47656960 1121 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 11635 1121 387 42 0 5887 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 46540

[startup+0.201851 s]
/proc/loadavg: 1.83 1.94 1.90 3/64 14886
/proc/meminfo: memFree=645104/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=46672 CPUtime=0.31
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 1198 0 0 0 31 0 0 0 18 0 3 0 330838030 47792128 1159 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 11668 1159 387 42 0 5920 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 46672

[startup+0.301861 s]
/proc/loadavg: 1.83 1.94 1.90 3/64 14886
/proc/meminfo: memFree=645104/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=46804 CPUtime=0.51
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 1230 0 0 0 51 0 0 0 18 0 3 0 330838030 47927296 1191 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 11701 1191 387 42 0 5953 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 46804

[startup+0.701905 s]
/proc/loadavg: 1.83 1.94 1.90 3/64 14886
/proc/meminfo: memFree=645104/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=49016 CPUtime=1.3
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 1570 0 0 0 130 0 0 0 18 0 3 0 330838030 50192384 1465 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 12254 1465 387 42 0 6506 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 49016

[startup+1.50299 s]
/proc/loadavg: 1.83 1.94 1.90 3/67 14889
/proc/meminfo: memFree=640280/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=49016 CPUtime=2.9
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 1720 0 0 0 290 0 0 0 18 0 3 0 330838030 50192384 1615 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 12254 1615 387 42 0 6506 0
[pid=14886/tid=14888] ppid=14884 vsize=49016 CPUtime=1.41
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 384 0 0 0 141 0 0 0 24 0 3 0 330838038 50192384 1615 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311260 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=49016 CPUtime=1.41
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 211 0 0 0 141 0 0 0 25 0 3 0 330838038 50192384 1615 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285623 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 49016

[startup+3.10115 s]
/proc/loadavg: 1.83 1.94 1.90 3/67 14889
/proc/meminfo: memFree=638616/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=50904 CPUtime=6.1
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 2154 0 0 0 609 1 0 0 18 0 3 0 330838030 52125696 2049 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 12726 2049 387 42 0 6978 0
[pid=14886/tid=14888] ppid=14884 vsize=50904 CPUtime=3
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 625 0 0 0 300 0 0 0 25 0 3 0 330838038 52125696 2049 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311068 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=50904 CPUtime=3
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 404 0 0 0 300 0 0 0 25 0 3 0 330838038 52125696 2049 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241825 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 50904

[startup+6.30149 s]
/proc/loadavg: 1.85 1.94 1.90 3/67 14889
/proc/meminfo: memFree=635872/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=54296 CPUtime=12.47
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 2999 0 0 0 1246 1 0 0 18 0 3 0 330838030 55599104 2894 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 13574 2894 387 42 0 7826 0
[pid=14886/tid=14888] ppid=14884 vsize=54296 CPUtime=6.2
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 933 0 0 0 620 0 0 0 25 0 3 0 330838038 55599104 2894 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311262 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=54296 CPUtime=6.18
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 941 0 0 0 618 0 0 0 25 0 3 0 330838038 55599104 2894 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241539 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 54296

[startup+12.7011 s]
/proc/loadavg: 1.86 1.94 1.90 3/67 14889
/proc/meminfo: memFree=631008/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=59016 CPUtime=25.24
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 4060 0 0 0 2522 2 0 0 18 0 3 0 330838030 60432384 3825 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 14754 3825 387 42 0 9006 0
[pid=14886/tid=14888] ppid=14884 vsize=59016 CPUtime=12.6
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 1488 0 0 0 1259 1 0 0 25 0 3 0 330838038 60432384 3825 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=59016 CPUtime=12.55
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 1447 0 0 0 1255 0 0 0 25 0 3 0 330838038 60432384 3825 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241611 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 59016

[startup+25.5025 s]
/proc/loadavg: 1.89 1.94 1.90 3/67 14889
/proc/meminfo: memFree=626656/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=63204 CPUtime=50.78
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 5123 0 0 0 5075 3 0 0 18 0 3 0 330838030 64720896 4888 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 15801 4888 387 42 0 10053 0
[pid=14886/tid=14888] ppid=14884 vsize=63204 CPUtime=25.4
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 2095 0 0 0 2538 2 0 0 25 0 3 0 330838038 64720896 4888 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311279 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=63204 CPUtime=25.29
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 1903 0 0 0 2529 0 0 0 25 0 3 0 330838038 64720896 4888 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 63204

[startup+51.1021 s]
/proc/loadavg: 1.93 1.94 1.90 3/67 14889
/proc/meminfo: memFree=620896/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=69576 CPUtime=101.87
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 6570 0 0 0 10182 5 0 0 18 0 3 0 330838030 71245824 6335 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 17394 6335 387 42 0 11646 0
[pid=14886/tid=14888] ppid=14884 vsize=69576 CPUtime=50.99
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 2927 0 0 0 5096 3 0 0 25 0 3 0 330838038 71245824 6335 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311842 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=69576 CPUtime=50.78
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 2518 0 0 0 5078 0 0 0 25 0 3 0 330838038 71245824 6335 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 69576

[startup+102.302 s]
/proc/loadavg: 1.97 1.95 1.91 3/67 14889
/proc/meminfo: memFree=611424/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=84132 CPUtime=204.04
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 10250 0 0 0 20397 7 0 0 18 0 3 0 330838030 86151168 8674 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 21033 8674 387 42 0 15285 0
[pid=14886/tid=14888] ppid=14884 vsize=84132 CPUtime=102.19
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 4139 0 0 0 10214 5 0 0 25 0 3 0 330838038 86151168 8674 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=84132 CPUtime=101.77
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 4986 0 0 0 10175 2 0 0 25 0 3 0 330838038 86151168 8674 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 84132

[startup+162.302 s]
/proc/loadavg: 1.99 1.95 1.91 3/67 14889
/proc/meminfo: memFree=605920/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=89776 CPUtime=323.76
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 11811 0 0 0 32366 10 0 0 18 0 3 0 330838030 91930624 10037 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 22444 10037 387 42 0 16696 0
[pid=14886/tid=14888] ppid=14884 vsize=89776 CPUtime=162.16
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 5134 0 0 0 16209 7 0 0 25 0 3 0 330838038 91930624 10037 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311234 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=89776 CPUtime=161.5
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 5552 0 0 0 16148 2 0 0 25 0 3 0 330838038 91930624 10037 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.76
Current children cumulated vsize (KiB) 89776

[startup+222.307 s]
/proc/loadavg: 1.99 1.96 1.91 3/67 14889
/proc/meminfo: memFree=597984/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=96256 CPUtime=443.5
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 13935 0 0 0 44337 13 0 0 18 0 3 0 330838030 98566144 11996 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 24064 11996 387 42 0 18316 0
[pid=14886/tid=14888] ppid=14884 vsize=96256 CPUtime=222.15
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 6238 0 0 0 22206 9 0 0 25 0 3 0 330838038 98566144 11996 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311218 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=96256 CPUtime=221.26
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 6572 0 0 0 22123 3 0 0 25 0 3 0 330838038 98566144 11996 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241715 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.5
Current children cumulated vsize (KiB) 96256

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14889
/proc/meminfo: memFree=592608/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=101264 CPUtime=563.21
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 15789 0 0 0 56306 15 0 0 18 0 3 0 330838030 103694336 13330 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 25316 13330 387 42 0 19568 0
[pid=14886/tid=14888] ppid=14884 vsize=101264 CPUtime=282.13
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 7015 0 0 0 28202 11 0 0 25 0 3 0 330838038 103694336 13330 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311264 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=101264 CPUtime=280.98
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 7649 0 0 0 28095 3 0 0 25 0 3 0 330838038 103694336 13330 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.21
Current children cumulated vsize (KiB) 101264

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14889
/proc/meminfo: memFree=586144/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=110728 CPUtime=682.94
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 18443 0 0 0 68276 18 0 0 18 0 3 0 330838030 113385472 14926 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 27682 14926 387 42 0 21934 0
[pid=14886/tid=14888] ppid=14884 vsize=110728 CPUtime=342.12
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 7935 0 0 0 34198 14 0 0 25 0 3 0 330838038 113385472 14926 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311264 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=110728 CPUtime=340.72
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 9383 0 0 0 34069 3 0 0 25 0 3 0 330838038 113385472 14926 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.94
Current children cumulated vsize (KiB) 110728

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14889
/proc/meminfo: memFree=580832/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=122416 CPUtime=802.67
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 21754 0 0 0 80247 20 0 0 18 0 3 0 330838030 125353984 16300 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 30604 16300 387 42 0 24856 0
[pid=14886/tid=14888] ppid=14884 vsize=122416 CPUtime=402.1
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 9081 0 0 0 40195 15 0 0 25 0 3 0 330838038 125353984 16300 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=122416 CPUtime=400.47
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 11548 0 0 0 40043 4 0 0 25 0 3 0 330838038 125353984 16300 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.67
Current children cumulated vsize (KiB) 122416

[startup+462.303 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14889
/proc/meminfo: memFree=575136/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=130444 CPUtime=922.39
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 24110 0 0 0 92216 23 0 0 18 0 3 0 330838030 133574656 17683 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 32611 17683 387 42 0 26863 0
[pid=14886/tid=14888] ppid=14884 vsize=130444 CPUtime=462.09
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 9868 0 0 0 46192 17 0 0 25 0 3 0 330838038 133574656 17683 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311234 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=130444 CPUtime=460.21
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 13117 0 0 0 46016 5 0 0 25 0 3 0 330838038 133574656 17683 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.39
Current children cumulated vsize (KiB) 130444

[startup+522.303 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14889
/proc/meminfo: memFree=568800/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=136364 CPUtime=1042.13
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 26155 0 0 0 104187 26 0 0 18 0 3 0 330838030 139636736 19303 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 34091 19303 387 42 0 28343 0
[pid=14886/tid=14888] ppid=14884 vsize=136364 CPUtime=522.07
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 10947 0 0 0 52188 19 0 0 25 0 3 0 330838038 139636736 19303 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311064 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=136364 CPUtime=519.96
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 14083 0 0 0 51990 6 0 0 25 0 3 0 330838038 139636736 19303 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.13
Current children cumulated vsize (KiB) 136364

[startup+582.303 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14891
/proc/meminfo: memFree=562976/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=140296 CPUtime=1161.84
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 27735 0 0 0 116156 28 0 0 18 0 3 0 330838030 143663104 20719 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 35074 20719 387 42 0 29326 0
[pid=14886/tid=14888] ppid=14884 vsize=140296 CPUtime=582.05
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 11529 0 0 0 58185 20 0 0 25 0 3 0 330838038 143663104 20719 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311174 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=140296 CPUtime=579.69
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 15081 0 0 0 57963 6 0 0 25 0 3 0 330838038 143663104 20719 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241825 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.84
Current children cumulated vsize (KiB) 140296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.502 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14891
/proc/meminfo: memFree=562080/2055920 swapFree=4183980/4192956
[pid=14886] ppid=14884 vsize=141320 CPUtime=1200.16
/proc/14886/stat : 14886 (ornithorynque) S 14884 14886 14419 0 -1 4194304 27940 0 0 0 119988 28 0 0 18 0 3 0 330838030 144711680 20924 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 271647272827 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14886/statm: 35330 20924 387 42 0 29582 0
[pid=14886/tid=14888] ppid=14884 vsize=141320 CPUtime=601.26
/proc/14886/task/14888/stat : 14888 (ornithorynque) R 14884 14886 14419 0 -1 4194368 11734 0 0 0 60105 21 0 0 25 0 3 0 330838038 144711680 20924 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14886/tid=14889] ppid=14884 vsize=141320 CPUtime=598.8
/proc/14886/task/14889/stat : 14889 (ornithorynque) R 14884 14886 14419 0 -1 4194368 15081 0 0 0 59874 6 0 0 25 0 3 0 330838038 144711680 20924 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241162 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 141320

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.526
CPU time (s): 1200.19
CPU user time (s): 1199.89
CPU system time (s): 0.297954
CPU usage (%): 199.524
Max. virtual memory (cumulated for all children) (KiB): 141320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.89
system time used= 0.297954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27941
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 9130

runsolver used 0.449931 second user time and 1.74973 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Mon Mar  5 15:33:24 UTC 2007

IDJOB= 328194
IDBENCH= 20102
IDSOLVER= 139
FILE ID= node67/328194-1173108804

PBS_JOBID= 4013893

Free space on /tmp= 66549 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v180/unif-k7-r85-v180-c15300-S640027679-08.cnf
COMMAND LINE= /tmp/evaluation/328194-1173108804/ornithorynque /tmp/evaluation/328194-1173108804/instance-328194-1173108804.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-328194-1173108804 -o ROOT/results/node67/solver-328194-1173108804 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328194-1173108804/ornithorynque /tmp/evaluation/328194-1173108804/instance-328194-1173108804.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  146b745b9914cd900644d53b6888b65c

RANDOM SEED= 811383008

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        645512 kB
Buffers:         49876 kB
Cached:        1262748 kB
SwapCached:       3312 kB
Active:         813864 kB
Inactive:       508684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        645512 kB
SwapTotal:     4192956 kB
SwapFree:      4183980 kB
Dirty:             696 kB
Writeback:           0 kB
Mapped:          15564 kB
Slab:            73832 kB
Committed_AS:   874604 kB
PageTables:       1452 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= 66549 MiB

End job on node67 on Mon Mar  5 15:43:28 UTC 2007