Trace number 327948

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.17 601.525

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1257170129-13.UNSAT.shuffled.cnf
MD5SUM434b100eaaf4ba4e3a6e5e8b68e4e3ed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark913.565
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
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 52130
Number of clauses of size over 50

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.01	c ...done
0.00/0.01	c nbVar=100 nbClause=2130
0.00/0.01	c nbVar=100 nbClause=2130
0.00/0.01	c complete search running
0.00/0.01	c local search running
0.00/0.01	c flip 0 nbSat=2056 maxSat=0
0.05/0.06	c flip 0 nbSat=2849 maxSat=2111
0.18/0.18	c flip 0 nbSat=4129 maxSat=2908
0.78/0.43	c flip 0 nbSat=6316 maxSat=4172
1.57/0.85	c flip 0 nbSat=8870 maxSat=6369
2.38/1.20	c nbDecision=10000 #clauses=10702
2.78/1.48	c flip 0 nbSat=11792 maxSat=8907
4.77/2.47	c flip 0 nbSat=15159 maxSat=11834
7.96/4.04	c flip 0 nbSat=19241 maxSat=15199
7.96/4.06	c nbDecision=20000 #clauses=19364
12.75/6.49	c flip 0 nbSat=23847 maxSat=19284
17.35/8.76	c nbDecision=30000 #clauses=28143
19.34/9.76	c flip 0 nbSat=29618 maxSat=23896
28.51/14.33	c flip 0 nbSat=36021 maxSat=29662
29.50/14.83	c nbDecision=40000 #clauses=36812
40.27/20.25	c flip 0 nbSat=43458 maxSat=36078
44.46/22.34	c nbDecision=50000 #clauses=45432
55.04/27.65	c flip 0 nbSat=51014 maxSat=43528
62.43/31.36	c nbDecision=60000 #clauses=54230
72.60/36.47	c flip 0 nbSat=59968 maxSat=51058
76.81/38.59	c nbDecision=70000 #clauses=62867
93.75/47.04	c flip 0 nbSat=69044 maxSat=60033
99.95/50.13	c nbDecision=80000 #clauses=71535
118.30/59.39	c flip 0 nbSat=77790 maxSat=69128
125.28/62.88	c nbDecision=90000 #clauses=80302
147.23/73.80	c flip 0 nbSat=87186 maxSat=77837
154.21/77.34	c nbDecision=100000 #clauses=89091
179.96/90.22	c flip 0 nbSat=96509 maxSat=87243
184.15/92.33	c nbDecision=110000 #clauses=97677
215.07/107.88	c flip 0 nbSat=105114 maxSat=96551
218.85/109.80	c nbDecision=120000 #clauses=106380
253.17/126.97	c nbDecision=130000 #clauses=115104
253.97/127.37	c flip 0 nbSat=115134 maxSat=105180
297.28/149.07	c flip 0 nbSat=122232 maxSat=115216
304.06/152.42	c nbDecision=140000 #clauses=123801
343.76/172.37	c nbDecision=150000 #clauses=132500
343.95/172.43	c flip 0 nbSat=132421 maxSat=122283
376.08/188.52	c nbDecision=160000 #clauses=141184
391.86/196.43	c flip 0 nbSat=145207 maxSat=132490
415.58/208.35	c nbDecision=170000 #clauses=150032
444.32/222.72	c flip 0 nbSat=155517 maxSat=145265
461.88/231.53	c nbDecision=180000 #clauses=158837
503.77/252.51	c flip 0 nbSat=166515 maxSat=155561
507.97/254.68	c nbDecision=190000 #clauses=167645
558.26/279.80	c nbDecision=200000 #clauses=176478
564.64/283.02	c flip 0 nbSat=177720 maxSat=166566
604.14/302.82	c nbDecision=210000 #clauses=185224
631.08/316.32	c flip 0 nbSat=188645 maxSat=177750
666.79/334.27	c nbDecision=220000 #clauses=193945
702.11/351.94	c flip 0 nbSat=199785 maxSat=188709
720.87/361.32	c nbDecision=230000 #clauses=202747
777.12/389.50	c flip 0 nbSat=210412 maxSat=199850
786.50/394.28	c nbDecision=240000 #clauses=211475
855.74/428.98	c nbDecision=250000 #clauses=220259
857.73/429.96	c flip 0 nbSat=220283 maxSat=210461
926.78/464.53	c nbDecision=260000 #clauses=229163
940.14/471.20	c flip 0 nbSat=230001 maxSat=220370
1019.77/511.12	c nbDecision=270000 #clauses=238027
1021.56/512.07	c flip 0 nbSat=238091 maxSat=230077
1109.34/556.05	c flip 0 nbSat=246191 maxSat=238149
1114.53/558.69	c nbDecision=280000 #clauses=246839
1199.33/601.10	c flip 0 nbSat=254545 maxSat=246262

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/node42/watcher-327948-1173114999 -o ROOT/results/node42/solver-327948-1173114999 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/327948-1173114999/ornithorynque /tmp/evaluation/327948-1173114999/instance-327948-1173114999.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: 0.00 0.00 0.16 3/64 11534
/proc/meminfo: memFree=1179944/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=23220 CPUtime=0
/proc/11534/stat : 11534 (ornithorynque) R 11532 11534 11475 0 -1 4194304 275 0 0 0 0 0 0 0 18 0 1 0 37453299 23777280 256 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259412497307 0 0 4096 0 0 0 0 17 1 0 0
/proc/11534/statm: 5805 257 218 42 0 45 0

[startup+0.0372341 s]
/proc/loadavg: 0.00 0.00 0.16 3/64 11534
/proc/meminfo: memFree=1179944/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=44196 CPUtime=0.05
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 594 0 0 0 5 0 0 0 18 0 3 0 37453299 45256704 555 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 11049 555 387 42 0 5301 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 44196

[startup+0.101248 s]
/proc/loadavg: 0.00 0.00 0.16 3/64 11534
/proc/meminfo: memFree=1179944/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=45352 CPUtime=0.18
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 663 0 0 0 18 0 0 0 18 0 3 0 37453299 46440448 624 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 11338 624 387 42 0 5590 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 45352

[startup+0.301286 s]
/proc/loadavg: 0.00 0.00 0.16 3/64 11534
/proc/meminfo: memFree=1179944/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=45676 CPUtime=0.58
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 793 0 0 0 58 0 0 0 18 0 3 0 37453299 46772224 754 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 11419 754 387 42 0 5671 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 45676

[startup+0.701363 s]
/proc/loadavg: 0.00 0.00 0.16 3/64 11534
/proc/meminfo: memFree=1179944/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=45948 CPUtime=1.37
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 998 0 0 0 137 0 0 0 18 0 3 0 37453299 47050752 959 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 11487 959 387 42 0 5739 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 45948

[startup+1.50152 s]
/proc/loadavg: 0.00 0.00 0.16 3/67 11537
/proc/meminfo: memFree=1176784/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=47840 CPUtime=2.98
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 1320 0 0 0 297 1 0 0 18 0 3 0 37453299 48988160 1281 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 11960 1281 387 42 0 6212 0
[pid=11534/tid=11536] ppid=11532 vsize=47840 CPUtime=1.47
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 397 0 0 0 147 0 0 0 22 0 3 0 37453301 48988160 1281 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=47840 CPUtime=1.47
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 351 0 0 0 147 0 0 0 25 0 3 0 37453301 48988160 1281 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242244 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 47840

[startup+3.10282 s]
/proc/loadavg: 0.00 0.00 0.16 3/67 11537
/proc/meminfo: memFree=1175632/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=49884 CPUtime=6.17
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 1719 0 0 0 616 1 0 0 18 0 3 0 37453299 51081216 1647 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 12471 1647 387 42 0 6723 0
[pid=11534/tid=11536] ppid=11532 vsize=49884 CPUtime=3.08
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 652 0 0 0 307 1 0 0 25 0 3 0 37453301 51081216 1647 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=49884 CPUtime=3.07
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 495 0 0 0 307 0 0 0 25 0 3 0 37453301 51081216 1647 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285232 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 49884

[startup+6.30143 s]
/proc/loadavg: 0.16 0.03 0.17 3/67 11537
/proc/meminfo: memFree=1173392/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=51356 CPUtime=12.55
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 2118 0 0 0 1253 2 0 0 18 0 3 0 37453299 52588544 2013 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 12839 2013 387 42 0 7091 0
[pid=11534/tid=11536] ppid=11532 vsize=51356 CPUtime=6.27
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 938 0 0 0 626 1 0 0 25 0 3 0 37453301 52588544 2013 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259414987431 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=51356 CPUtime=6.25
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 608 0 0 0 625 0 0 0 25 0 3 0 37453301 52588544 2013 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 51356

[startup+12.7027 s]
/proc/loadavg: 0.31 0.07 0.18 3/67 11537
/proc/meminfo: memFree=1169936/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=54516 CPUtime=25.32
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 2992 0 0 0 2530 2 0 0 18 0 3 0 37453299 55824384 2789 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 13629 2789 387 42 0 7881 0
[pid=11534/tid=11536] ppid=11532 vsize=54516 CPUtime=12.67
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 1452 0 0 0 1266 1 0 0 25 0 3 0 37453301 55824384 2789 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311234 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=54516 CPUtime=12.63
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 968 0 0 0 1263 0 0 0 25 0 3 0 37453301 55824384 2789 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 54516

[startup+25.5011 s]
/proc/loadavg: 0.68 0.16 0.21 3/67 11537
/proc/meminfo: memFree=1165904/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=59048 CPUtime=50.85
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 4062 0 0 0 5082 3 0 0 18 0 3 0 37453299 60465152 3761 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 14762 3761 387 42 0 9014 0
[pid=11534/tid=11536] ppid=11532 vsize=59048 CPUtime=25.46
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 2098 0 0 0 2544 2 0 0 25 0 3 0 37453301 60465152 3761 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311255 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=59048 CPUtime=25.35
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 1392 0 0 0 2535 0 0 0 25 0 3 0 37453301 60465152 3761 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 59048

[startup+51.1019 s]
/proc/loadavg: 1.13 0.31 0.26 3/67 11537
/proc/meminfo: memFree=1158928/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=67720 CPUtime=101.94
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 6468 0 0 0 10188 6 0 0 18 0 3 0 37453299 69345280 5514 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 16930 5514 387 42 0 11182 0
[pid=11534/tid=11536] ppid=11532 vsize=67720 CPUtime=51.05
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 3326 0 0 0 5101 4 0 0 25 0 3 0 37453301 69345280 5514 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=67720 CPUtime=50.86
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 2570 0 0 0 5085 1 0 0 25 0 3 0 37453301 69345280 5514 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 67720

[startup+102.306 s]
/proc/loadavg: 1.69 0.58 0.35 3/67 11537
/proc/meminfo: memFree=1150928/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=77860 CPUtime=204.1
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 9333 0 0 0 20401 9 0 0 18 0 3 0 37453299 79728640 7466 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 19465 7466 387 42 0 13717 0
[pid=11534/tid=11536] ppid=11532 vsize=77860 CPUtime=102.24
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 4707 0 0 0 10217 7 0 0 25 0 3 0 37453301 79728640 7466 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=77860 CPUtime=101.83
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 4054 0 0 0 10182 1 0 0 25 0 3 0 37453301 79728640 7466 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 77860

[startup+162.301 s]
/proc/loadavg: 1.92 0.85 0.46 3/67 11537
/proc/meminfo: memFree=1144016/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=84524 CPUtime=323.8
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 11291 0 0 0 32369 11 0 0 18 0 3 0 37453299 86552576 9194 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 21131 9194 387 42 0 15383 0
[pid=11534/tid=11536] ppid=11532 vsize=84524 CPUtime=162.21
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 5840 0 0 0 16213 8 0 0 25 0 3 0 37453301 86552576 9194 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311234 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=84524 CPUtime=161.56
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 4879 0 0 0 16154 2 0 0 25 0 3 0 37453301 86552576 9194 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.8
Current children cumulated vsize (KiB) 84524

[startup+222.301 s]
/proc/loadavg: 1.97 1.06 0.55 3/67 11537
/proc/meminfo: memFree=1136784/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=94236 CPUtime=443.52
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 14014 0 0 0 44338 14 0 0 18 0 3 0 37453299 96497664 11012 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 23559 11012 387 42 0 17811 0
[pid=11534/tid=11536] ppid=11532 vsize=94236 CPUtime=222.19
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 7519 0 0 0 22208 11 0 0 25 0 3 0 37453301 96497664 11012 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=94236 CPUtime=221.3
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 5923 0 0 0 22128 2 0 0 25 0 3 0 37453301 96497664 11012 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.52
Current children cumulated vsize (KiB) 94236

[startup+282.303 s]
/proc/loadavg: 2.04 1.24 0.64 3/67 11537
/proc/meminfo: memFree=1131216/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=99960 CPUtime=563.25
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 15818 0 0 0 56309 16 0 0 18 0 3 0 37453299 102359040 12423 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 24990 12423 387 42 0 19242 0
[pid=11534/tid=11536] ppid=11532 vsize=99960 CPUtime=282.17
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 8540 0 0 0 28205 12 0 0 25 0 3 0 37453301 102359040 12423 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=99960 CPUtime=281.04
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 6706 0 0 0 28102 2 0 0 25 0 3 0 37453301 102359040 12423 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241645 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.25
Current children cumulated vsize (KiB) 99960

[startup+342.301 s]
/proc/loadavg: 2.07 1.39 0.73 3/67 11537
/proc/meminfo: memFree=1125776/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=108504 CPUtime=682.95
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 18464 0 0 0 68277 18 0 0 18 0 3 0 37453299 111108096 13742 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 27126 13742 387 42 0 21378 0
[pid=11534/tid=11536] ppid=11532 vsize=108504 CPUtime=342.14
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 9295 0 0 0 34200 14 0 0 25 0 3 0 37453301 111108096 13742 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=108504 CPUtime=340.77
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 8597 0 0 0 34074 3 0 0 25 0 3 0 37453301 111108096 13742 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242170 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.95
Current children cumulated vsize (KiB) 108504

[startup+402.302 s]
/proc/loadavg: 2.07 1.52 0.81 3/67 11537
/proc/meminfo: memFree=1120528/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=114592 CPUtime=802.67
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 20345 0 0 0 80248 19 0 0 18 0 3 0 37453299 117342208 15068 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 28648 15068 387 42 0 22900 0
[pid=11534/tid=11536] ppid=11532 vsize=114592 CPUtime=402.12
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 10248 0 0 0 40197 15 0 0 25 0 3 0 37453301 117342208 15068 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=114592 CPUtime=400.52
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 9525 0 0 0 40049 3 0 0 25 0 3 0 37453301 117342208 15068 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) 114592

[startup+462.301 s]
/proc/loadavg: 2.07 1.62 0.89 3/67 11537
/proc/meminfo: memFree=1117072/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=117736 CPUtime=922.39
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 21374 0 0 0 92218 21 0 0 18 0 3 0 37453299 120561664 15933 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 29434 15933 387 42 0 23686 0
[pid=11534/tid=11536] ppid=11532 vsize=117736 CPUtime=462.1
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 10939 0 0 0 46193 17 0 0 25 0 3 0 37453301 120561664 15933 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=117736 CPUtime=460.26
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 9863 0 0 0 46023 3 0 0 25 0 3 0 37453301 120561664 15933 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242557 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.39
Current children cumulated vsize (KiB) 117736

[startup+522.302 s]
/proc/loadavg: 2.06 1.70 0.96 3/67 11537
/proc/meminfo: memFree=1113360/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=119988 CPUtime=1042.09
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 22412 0 0 0 104187 22 0 0 18 0 3 0 37453299 122867712 16840 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 29997 16840 387 42 0 24249 0
[pid=11534/tid=11536] ppid=11532 vsize=119988 CPUtime=522.08
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 11454 0 0 0 52190 18 0 0 25 0 3 0 37453301 122867712 16840 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=119988 CPUtime=519.98
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 10386 0 0 0 51995 3 0 0 25 0 3 0 37453301 122867712 16840 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241593 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.09
Current children cumulated vsize (KiB) 119988

[startup+582.303 s]
/proc/loadavg: 2.06 1.76 1.03 3/67 11537
/proc/meminfo: memFree=1110864/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=123076 CPUtime=1161.82
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 23137 0 0 0 116159 23 0 0 18 0 3 0 37453299 126029824 17466 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 30769 17466 387 42 0 25021 0
[pid=11534/tid=11536] ppid=11532 vsize=123076 CPUtime=582.06
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 11908 0 0 0 58188 18 0 0 25 0 3 0 37453301 126029824 17466 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=123076 CPUtime=579.72
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 10657 0 0 0 57969 3 0 0 25 0 3 0 37453301 126029824 17466 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.82
Current children cumulated vsize (KiB) 123076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.502 s]
/proc/loadavg: 2.11 1.79 1.05 3/67 11537
/proc/meminfo: memFree=1109456/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=123208 CPUtime=1200.14
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 23475 0 0 0 119991 23 0 0 18 0 3 0 37453299 126164992 17804 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 30802 17804 387 42 0 25054 0
[pid=11534/tid=11536] ppid=11532 vsize=123208 CPUtime=601.26
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 12065 0 0 0 60107 19 0 0 25 0 3 0 37453301 126164992 17804 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311518 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=123208 CPUtime=598.85
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 10838 0 0 0 59882 3 0 0 25 0 3 0 37453301 126164992 17804 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242378 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 123208

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

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

[startup+601.502 s]
/proc/loadavg: 2.11 1.79 1.05 3/67 11537
/proc/meminfo: memFree=1109456/2055920 swapFree=4191892/4192956
[pid=11534] ppid=11532 vsize=123208 CPUtime=1200.14
/proc/11534/stat : 11534 (ornithorynque) S 11532 11534 11475 0 -1 4194304 23475 0 0 0 119991 23 0 0 18 0 3 0 37453299 126164992 17804 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 259424022395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/11534/statm: 30802 17804 387 42 0 25054 0
[pid=11534/tid=11536] ppid=11532 vsize=123208 CPUtime=601.26
/proc/11534/task/11536/stat : 11536 (ornithorynque) R 11532 11534 11475 0 -1 4194368 12065 0 0 0 60107 19 0 0 25 0 3 0 37453301 126164992 17804 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311518 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=11534/tid=11537] ppid=11532 vsize=123208 CPUtime=598.85
/proc/11534/task/11537/stat : 11537 (ornithorynque) R 11532 11534 11475 0 -1 4194368 10838 0 0 0 59882 3 0 0 25 0 3 0 37453301 126164992 17804 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242378 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 123208

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.525
CPU time (s): 1200.17
CPU user time (s): 1199.92
CPU system time (s): 0.246962
CPU usage (%): 199.521
Max. virtual memory (cumulated for all children) (KiB): 123208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.92
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23475
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= 18
involuntary context switches= 9156

runsolver used 0.527919 second user time and 1.67674 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Mar  5 17:16:39 UTC 2007

IDJOB= 327948
IDBENCH= 19856
IDSOLVER= 139
FILE ID= node42/327948-1173114999

PBS_JOBID= 4014765

Free space on /tmp= 66528 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S1257170129-13.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/327948-1173114999/ornithorynque /tmp/evaluation/327948-1173114999/instance-327948-1173114999.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-327948-1173114999 -o ROOT/results/node42/solver-327948-1173114999 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/327948-1173114999/ornithorynque /tmp/evaluation/327948-1173114999/instance-327948-1173114999.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  434b100eaaf4ba4e3a6e5e8b68e4e3ed

RANDOM SEED= 913912125

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.263
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.263
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:       1180352 kB
Buffers:         25972 kB
Cached:         771116 kB
SwapCached:        416 kB
Active:          50076 kB
Inactive:       761636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1180352 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:             300 kB
Writeback:           0 kB
Mapped:          23456 kB
Slab:            49912 kB
Committed_AS:    91392 kB
PageTables:       1408 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= 66528 MiB

End job on node42 on Mon Mar  5 17:26:42 UTC 2007