Trace number 328564

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.21 601.631

General information on the benchmark

Nameindustrial/grieu/
vmpc_27.cnf
MD5SUM10c81d53b34b643d8b1b980e2d3fede8
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.9223
Satisfiable
(Un)Satisfiability was proved
Number of variables729
Number of clauses96849
Sum of the clauses size253854
Maximum clause length27
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 237989
Number of clauses of size 358806
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 554

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.18/0.20	c ...done
0.18/0.20	c nbVar=729 nbClause=96849
0.18/0.22	c nbVar=729 nbClause=96849
0.18/0.24	c complete search running
0.18/0.24	c local search running
0.18/0.26	c flip 0 nbSat=78425 maxSat=0
2.14/1.29	c flip 10000 nbSat=96787 maxSat=96820
3.14/1.79	c flip 0 nbSat=85046 maxSat=96820
6.52/3.43	c flip 10000 nbSat=100285 maxSat=100337
8.13/4.20	c flip 0 nbSat=86056 maxSat=100338
11.72/6.04	c flip 10000 nbSat=101251 maxSat=101352
13.51/6.92	c flip 0 nbSat=88956 maxSat=101352
15.51/7.90	c nbDecision=10000 #clauses=105306
17.90/9.16	c flip 10000 nbSat=103690 maxSat=103745
20.10/10.21	c flip 0 nbSat=92551 maxSat=103745
26.28/13.38	c flip 10000 nbSat=108196 maxSat=108303
29.28/14.89	c flip 0 nbSat=96916 maxSat=108303
30.48/15.48	c nbDecision=20000 #clauses=113979
38.46/19.40	c flip 10000 nbSat=113331 maxSat=113369
42.45/21.45	c flip 0 nbSat=99852 maxSat=113369
52.43/26.48	c nbDecision=30000 #clauses=122629
54.22/27.33	c flip 10000 nbSat=118713 maxSat=118920
59.81/30.10	c flip 0 nbSat=105911 maxSat=118920
75.16/37.86	c flip 10000 nbSat=124657 maxSat=124840
82.55/41.52	c flip 0 nbSat=113651 maxSat=124840
83.75/42.11	c nbDecision=40000 #clauses=131305
102.51/51.58	c flip 10000 nbSat=130930 maxSat=130988
112.08/56.34	c flip 0 nbSat=123008 maxSat=130988
116.28/58.42	c nbDecision=50000 #clauses=140283
136.43/68.54	c flip 10000 nbSat=138962 maxSat=139037
148.00/74.34	c flip 0 nbSat=130872 maxSat=139037
154.79/77.70	c nbDecision=60000 #clauses=149191
177.72/89.23	c flip 10000 nbSat=147661 maxSat=147737
191.70/96.24	c flip 0 nbSat=140372 maxSat=147737
203.08/101.93	c nbDecision=70000 #clauses=158314
227.63/114.20	c flip 10000 nbSat=155951 maxSat=156225
243.78/122.33	c flip 0 nbSat=147821 maxSat=156225
258.55/129.74	c nbDecision=80000 #clauses=167193
286.09/143.56	c flip 10000 nbSat=164875 maxSat=164951
305.85/153.44	c flip 0 nbSat=156478 maxSat=164951
325.19/163.15	c nbDecision=90000 #clauses=176211
355.33/178.21	c flip 10000 nbSat=173224 maxSat=173430
378.07/189.69	c flip 0 nbSat=166398 maxSat=173430
435.73/218.59	c nbDecision=100000 #clauses=185407
436.73/219.01	c flip 10000 nbSat=182395 maxSat=182532
463.67/232.55	c flip 0 nbSat=169087 maxSat=182532
525.52/263.57	c flip 10000 nbSat=186014 maxSat=186211
554.66/278.13	c flip 0 nbSat=177323 maxSat=186211
566.24/283.99	c nbDecision=110000 #clauses=194405
624.90/313.35	c flip 10000 nbSat=192813 maxSat=193178
656.83/329.33	c flip 0 nbSat=185137 maxSat=193178
672.59/337.25	c nbDecision=120000 #clauses=203440
735.84/368.98	c flip 10000 nbSat=201795 maxSat=202049
772.17/387.12	c flip 0 nbSat=194683 maxSat=202049
777.95/390.02	c nbDecision=130000 #clauses=212410
864.56/433.43	c flip 10000 nbSat=211431 maxSat=211805
907.04/454.79	c flip 0 nbSat=203129 maxSat=211819
967.72/485.10	c nbDecision=140000 #clauses=221654
1006.61/504.62	c flip 10000 nbSat=220239 maxSat=220317
1053.32/528.05	c flip 0 nbSat=208829 maxSat=220318
1103.60/553.27	c nbDecision=150000 #clauses=230805
1159.85/581.47	c flip 10000 nbSat=226772 maxSat=227004

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/node21/watcher-328564-1173112486 -o ROOT/results/node21/solver-328564-1173112486 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328564-1173112486/ornithorynque /tmp/evaluation/328564-1173112486/instance-328564-1173112486.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.84 1.94 1.94 3/77 19152
/proc/meminfo: memFree=1470624/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=23220 CPUtime=0
/proc/19152/stat : 19152 (ornithorynque) R 19150 19152 18233 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 37219416 23777280 263 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221233838038 0 0 4096 0 0 0 0 17 1 0 0
/proc/19152/statm: 5805 266 219 42 0 45 0

[startup+0.0557249 s]
/proc/loadavg: 1.84 1.94 1.94 3/77 19152
/proc/meminfo: memFree=1470624/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=25456 CPUtime=0.04
/proc/19152/stat : 19152 (ornithorynque) R 19150 19152 18233 0 -1 4194304 1033 0 0 0 4 0 0 0 18 0 1 0 37219416 26066944 961 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221236335329 0 0 4096 1088 0 0 0 17 1 0 0
/proc/19152/statm: 6364 962 377 42 0 616 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25456

[startup+0.10173 s]
/proc/loadavg: 1.84 1.94 1.94 3/77 19152
/proc/meminfo: memFree=1470624/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=27428 CPUtime=0.09
/proc/19152/stat : 19152 (ornithorynque) R 19150 19152 18233 0 -1 4194304 1588 0 0 0 9 0 0 0 18 0 1 0 37219416 28086272 1451 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221236335329 0 0 4096 1088 0 0 0 17 1 0 0
/proc/19152/statm: 6857 1451 377 42 0 1109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27428

[startup+0.30176 s]
/proc/loadavg: 1.84 1.94 1.94 3/77 19152
/proc/meminfo: memFree=1470624/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=58384 CPUtime=0.34
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 4480 0 0 0 33 1 0 0 19 0 3 0 37219416 59785216 3894 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 14596 3894 387 42 0 8848 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 58384

[startup+0.701803 s]
/proc/loadavg: 1.84 1.94 1.94 3/77 19152
/proc/meminfo: memFree=1470624/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=58384 CPUtime=1.14
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 4483 0 0 0 113 1 0 0 19 0 3 0 37219416 59785216 3897 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 14596 3897 387 42 0 8848 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 58384

[startup+1.50189 s]
/proc/loadavg: 1.84 1.94 1.94 3/80 19155
/proc/meminfo: memFree=1456456/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=58648 CPUtime=2.74
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 4538 0 0 0 273 1 0 0 19 0 3 0 37219416 60055552 3952 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 14662 3952 387 42 0 8914 0
[pid=19152/tid=19154] ppid=19150 vsize=58648 CPUtime=1.24
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 325 0 0 0 124 0 0 0 25 0 3 0 37219441 60055552 3952 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4314353 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=58648 CPUtime=1.24
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 2 0 0 0 124 0 0 0 25 0 3 0 37219441 60055552 3952 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240905 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 58648

[startup+3.10106 s]
/proc/loadavg: 1.84 1.94 1.94 3/80 19155
/proc/meminfo: memFree=1455112/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=60516 CPUtime=5.93
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 4851 0 0 0 592 1 0 0 19 0 3 0 37219416 61968384 4217 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 15129 4217 387 42 0 9381 0
[pid=19152/tid=19154] ppid=19150 vsize=60516 CPUtime=2.84
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 400 0 0 0 284 0 0 0 25 0 3 0 37219441 61968384 4217 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238096 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=60516 CPUtime=2.84
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 240 0 0 0 284 0 0 0 25 0 3 0 37219441 61968384 4217 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240905 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 60516

[startup+6.30241 s]
/proc/loadavg: 1.85 1.94 1.94 3/80 19155
/proc/meminfo: memFree=1454664/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=60780 CPUtime=12.32
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 4973 0 0 0 1230 2 0 0 19 0 3 0 37219416 62238720 4339 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 15195 4339 387 42 0 9447 0
[pid=19152/tid=19154] ppid=19150 vsize=60780 CPUtime=6.04
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 475 0 0 0 604 0 0 0 25 0 3 0 37219441 62238720 4339 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311432 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=60780 CPUtime=6.02
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 287 0 0 0 602 0 0 0 25 0 3 0 37219441 62238720 4339 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 60780

[startup+12.7011 s]
/proc/loadavg: 1.86 1.94 1.94 3/80 19155
/proc/meminfo: memFree=1451144/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=64024 CPUtime=25.09
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 5835 0 0 0 2506 3 0 0 19 0 3 0 37219416 65560576 5201 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 16006 5201 387 42 0 10258 0
[pid=19152/tid=19154] ppid=19150 vsize=64024 CPUtime=12.44
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 1020 0 0 0 1243 1 0 0 25 0 3 0 37219441 65560576 5201 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4314353 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=64024 CPUtime=12.39
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 604 0 0 0 1239 0 0 0 25 0 3 0 37219441 65560576 5201 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 64024

[startup+25.5015 s]
/proc/loadavg: 1.89 1.94 1.94 3/80 19155
/proc/meminfo: memFree=1445960/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=69120 CPUtime=50.63
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 7120 0 0 0 5058 5 0 0 19 0 3 0 37219416 70778880 6486 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 17280 6486 387 42 0 11532 0
[pid=19152/tid=19154] ppid=19150 vsize=69120 CPUtime=25.23
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 1798 0 0 0 2521 2 0 0 25 0 3 0 37219441 70778880 6486 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=69120 CPUtime=25.13
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 1111 0 0 0 2513 0 0 0 25 0 3 0 37219441 70778880 6486 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241190 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 69120

[startup+51.1013 s]
/proc/loadavg: 1.93 1.95 1.94 3/80 19155
/proc/meminfo: memFree=1438920/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=76900 CPUtime=101.71
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 9129 0 0 0 10162 9 0 0 19 0 3 0 37219416 78745600 8238 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 19225 8238 387 42 0 13477 0
[pid=19152/tid=19154] ppid=19150 vsize=76900 CPUtime=50.83
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 3183 0 0 0 5077 6 0 0 25 0 3 0 37219441 78745600 8238 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=76900 CPUtime=50.62
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 1735 0 0 0 5061 1 0 0 25 0 3 0 37219441 78745600 8238 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 76900

[startup+102.306 s]
/proc/loadavg: 1.97 1.95 1.94 3/80 19155
/proc/meminfo: memFree=1428104/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=89040 CPUtime=203.88
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 12067 0 0 0 20375 13 0 0 19 0 3 0 37219416 91176960 10919 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 22260 10919 387 42 0 16512 0
[pid=19152/tid=19154] ppid=19150 vsize=89040 CPUtime=102.01
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 4720 0 0 0 10192 9 0 0 25 0 3 0 37219441 91176960 10919 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311371 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=89040 CPUtime=101.61
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 3136 0 0 0 10159 2 0 0 25 0 3 0 37219441 91176960 10919 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 89040

[startup+162.301 s]
/proc/loadavg: 1.99 1.96 1.94 3/80 19155
/proc/meminfo: memFree=1419336/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=97812 CPUtime=323.6
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 14254 0 0 0 32343 17 0 0 19 0 3 0 37219416 100159488 13106 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 24453 13106 387 42 0 18705 0
[pid=19152/tid=19154] ppid=19150 vsize=97812 CPUtime=162
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 6040 0 0 0 16187 13 0 0 25 0 3 0 37219441 100159488 13106 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=97812 CPUtime=161.35
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 4003 0 0 0 16133 2 0 0 25 0 3 0 37219441 100159488 13106 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.6
Current children cumulated vsize (KiB) 97812

[startup+222.302 s]
/proc/loadavg: 1.99 1.96 1.94 3/80 19155
/proc/meminfo: memFree=1413576/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=103400 CPUtime=443.31
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 15669 0 0 0 44312 19 0 0 19 0 3 0 37219416 105881600 14521 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 25850 14521 387 42 0 20102 0
[pid=19152/tid=19154] ppid=19150 vsize=103400 CPUtime=221.97
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 6877 0 0 0 22183 14 0 0 25 0 3 0 37219441 105881600 14521 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242970 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=103400 CPUtime=221.08
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 4581 0 0 0 22105 3 0 0 25 0 3 0 37219441 105881600 14521 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.31
Current children cumulated vsize (KiB) 103400

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.94 3/80 19155
/proc/meminfo: memFree=1409096/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=109280 CPUtime=563.05
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 16988 0 0 0 56283 22 0 0 19 0 3 0 37219416 111902720 15651 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 27320 15651 387 42 0 21572 0
[pid=19152/tid=19154] ppid=19150 vsize=109280 CPUtime=281.96
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 7711 0 0 0 28180 16 0 0 25 0 3 0 37219441 111902720 15651 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238096 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=109280 CPUtime=280.82
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 5066 0 0 0 28079 3 0 0 25 0 3 0 37219441 111902720 15651 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285255 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.05
Current children cumulated vsize (KiB) 109280

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.94 3/80 19155
/proc/meminfo: memFree=1403784/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=114796 CPUtime=682.77
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 18456 0 0 0 68253 24 0 0 19 0 3 0 37219416 117551104 16991 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 28699 16991 387 42 0 22951 0
[pid=19152/tid=19154] ppid=19150 vsize=114796 CPUtime=341.95
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 8601 0 0 0 34176 19 0 0 25 0 3 0 37219441 117551104 16991 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311226 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=114796 CPUtime=340.57
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 5644 0 0 0 34053 4 0 0 25 0 3 0 37219441 117551104 16991 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.77
Current children cumulated vsize (KiB) 114796

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.94 3/80 19155
/proc/meminfo: memFree=1397768/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=121604 CPUtime=802.48
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 19956 0 0 0 80222 26 0 0 19 0 3 0 37219416 124522496 18491 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 30401 18491 387 42 0 24653 0
[pid=19152/tid=19154] ppid=19150 vsize=121604 CPUtime=401.92
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 9512 0 0 0 40172 20 0 0 25 0 3 0 37219441 124522496 18491 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=121604 CPUtime=400.3
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 6233 0 0 0 40026 4 0 0 25 0 3 0 37219441 124522496 18491 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241162 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.48
Current children cumulated vsize (KiB) 121604

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.94 3/80 19155
/proc/meminfo: memFree=1393096/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=126820 CPUtime=922.2
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 21094 0 0 0 92192 28 0 0 19 0 3 0 37219416 129863680 19629 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 31705 19629 387 42 0 25957 0
[pid=19152/tid=19154] ppid=19150 vsize=126820 CPUtime=461.91
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 10228 0 0 0 46169 22 0 0 25 0 3 0 37219441 129863680 19629 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4243017 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=126820 CPUtime=460.04
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 6655 0 0 0 46000 4 0 0 25 0 3 0 37219441 129863680 19629 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242463 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.2
Current children cumulated vsize (KiB) 126820

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.94 3/80 19155
/proc/meminfo: memFree=1391688/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=127976 CPUtime=1041.94
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 21461 0 0 0 104164 30 0 0 19 0 3 0 37219416 131047424 19996 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 31994 19996 387 42 0 26246 0
[pid=19152/tid=19154] ppid=19150 vsize=127976 CPUtime=521.89
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 10595 0 0 0 52166 23 0 0 25 0 3 0 37219441 131047424 19996 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311262 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=127976 CPUtime=519.79
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 6655 0 0 0 51974 5 0 0 25 0 3 0 37219441 131047424 19996 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.94
Current children cumulated vsize (KiB) 127976

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.94 3/80 19155
/proc/meminfo: memFree=1387528/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=132684 CPUtime=1161.65
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 22481 0 0 0 116133 32 0 0 19 0 3 0 37219416 135868416 21016 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 33171 21016 387 42 0 27423 0
[pid=19152/tid=19154] ppid=19150 vsize=132684 CPUtime=581.88
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 11310 0 0 0 58163 25 0 0 25 0 3 0 37219441 135868416 21016 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=132684 CPUtime=579.51
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 6960 0 0 0 57946 5 0 0 25 0 3 0 37219441 135868416 21016 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241539 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.65
Current children cumulated vsize (KiB) 132684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.601 s]
/proc/loadavg: 1.99 1.97 1.94 3/80 19155
/proc/meminfo: memFree=1386632/2055920 swapFree=4175384/4192956
[pid=19152] ppid=19150 vsize=133708 CPUtime=1200.17
/proc/19152/stat : 19152 (ornithorynque) S 19150 19152 18233 0 -1 4194304 22702 0 0 0 119985 32 0 0 19 0 3 0 37219416 136916992 21237 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221245370235 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/19152/statm: 33427 21237 387 42 0 27679 0
[pid=19152/tid=19154] ppid=19150 vsize=133708 CPUtime=601.17
/proc/19152/task/19154/stat : 19154 (ornithorynque) R 19150 19152 18233 0 -1 4194368 11531 0 0 0 60092 25 0 0 25 0 3 0 37219441 136916992 21237 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=19152/tid=19155] ppid=19150 vsize=133708 CPUtime=598.74
/proc/19152/task/19155/stat : 19155 (ornithorynque) R 19150 19152 18233 0 -1 4194368 6960 0 0 0 59869 5 0 0 25 0 3 0 37219441 136916992 21237 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240899 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 133708

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.631
CPU time (s): 1200.21
CPU user time (s): 1199.87
CPU system time (s): 0.341948
CPU usage (%): 199.493
Max. virtual memory (cumulated for all children) (KiB): 133708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.87
system time used= 0.341948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22703
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= 15
involuntary context switches= 22734

runsolver used 0.418936 second user time and 1.78473 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Mar  5 16:34:47 UTC 2007

IDJOB= 328564
IDBENCH= 20486
IDSOLVER= 139
FILE ID= node21/328564-1173112486

PBS_JOBID= 4013902

Free space on /tmp= 66534 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/industrial/grieu/vmpc_27.cnf
COMMAND LINE= /tmp/evaluation/328564-1173112486/ornithorynque /tmp/evaluation/328564-1173112486/instance-328564-1173112486.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-328564-1173112486 -o ROOT/results/node21/solver-328564-1173112486 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328564-1173112486/ornithorynque /tmp/evaluation/328564-1173112486/instance-328564-1173112486.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  10c81d53b34b643d8b1b980e2d3fede8

RANDOM SEED= 420870242

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.234
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.234
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:       1471160 kB
Buffers:         45672 kB
Cached:         424380 kB
SwapCached:       2616 kB
Active:         164312 kB
Inactive:       349156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1471160 kB
SwapTotal:     4192956 kB
SwapFree:      4175384 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          58008 kB
Slab:            56864 kB
Committed_AS:   208416 kB
PageTables:       1772 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= 66534 MiB

End job on node21 on Mon Mar  5 16:44:50 UTC 2007