Trace number 327991

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.15 601.629

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S1481196126-03.SAT.shuffled.cnf
MD5SUM636f3d664350f93be3762acecb2ac303
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.338948
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
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 55785

Solver Data (download as text)

0.00/0.01	c This is Ornithorynque version 0.1 alpha
0.00/0.01	c (c) roussel@cril.univ-artois.fr
0.00/0.01	c using unsigned short
0.00/0.01	c parsing...
0.00/0.03	c ...done
0.00/0.03	c nbVar=65 nbClause=5785
0.00/0.03	c nbVar=65 nbClause=5785
0.00/0.03	c complete search running
0.00/0.03	c local search running
0.00/0.03	c flip 0 nbSat=5740 maxSat=0
0.36/0.21	c flip 0 nbSat=7288 maxSat=5770
0.76/0.49	c flip 0 nbSat=9154 maxSat=7318
1.75/0.93	c flip 0 nbSat=11671 maxSat=9181
2.95/1.56	c flip 0 nbSat=14642 maxSat=11705
3.15/1.60	c nbDecision=10000 #clauses=14867
5.14/2.62	c flip 0 nbSat=18581 maxSat=14683
8.14/4.12	c flip 0 nbSat=22472 maxSat=18614
9.13/4.66	c nbDecision=20000 #clauses=23962
12.34/6.26	c flip 0 nbSat=28405 maxSat=22504
18.31/9.28	c nbDecision=30000 #clauses=33075
18.91/9.53	c flip 0 nbSat=33372 maxSat=28440
26.68/13.43	c flip 0 nbSat=38549 maxSat=33393
31.88/16.04	c nbDecision=40000 #clauses=42146
36.87/18.56	c flip 0 nbSat=44826 maxSat=38569
48.44/24.39	c flip 0 nbSat=51150 maxSat=44855
48.64/24.48	c nbDecision=50000 #clauses=51336
62.42/31.37	c flip 0 nbSat=56995 maxSat=51193
75.38/37.86	c nbDecision=60000 #clauses=60522
77.77/39.04	c flip 0 nbSat=61635 maxSat=57032
95.54/47.94	c flip 0 nbSat=67778 maxSat=61659
101.52/50.92	c nbDecision=70000 #clauses=69600
115.28/57.80	c flip 0 nbSat=73539 maxSat=67808
131.26/65.88	c nbDecision=80000 #clauses=78751
136.24/68.39	c flip 0 nbSat=79889 maxSat=73566
158.98/79.75	c flip 0 nbSat=84645 maxSat=79927
171.16/85.82	c nbDecision=90000 #clauses=87912
184.92/92.76	c flip 0 nbSat=91501 maxSat=84672
211.46/106.07	c flip 0 nbSat=96486 maxSat=91532
214.86/107.79	c nbDecision=100000 #clauses=97068
240.21/120.40	c flip 0 nbSat=102219 maxSat=96518
260.15/130.47	c nbDecision=110000 #clauses=106210
270.12/135.47	c flip 0 nbSat=107743 maxSat=102260
302.86/151.83	c flip 0 nbSat=113486 maxSat=107778
313.84/157.33	c nbDecision=120000 #clauses=115387
336.57/168.75	c flip 0 nbSat=118934 maxSat=113508
372.30/186.63	c flip 0 nbSat=124009 maxSat=118972
376.29/188.66	c nbDecision=130000 #clauses=124533
409.41/205.22	c flip 0 nbSat=130272 maxSat=124047
422.57/211.89	c nbDecision=140000 #clauses=133625
450.12/225.62	c flip 0 nbSat=138387 maxSat=130298
473.66/237.40	c nbDecision=150000 #clauses=142856
491.22/246.23	c flip 0 nbSat=145343 maxSat=138431
534.92/268.13	c flip 0 nbSat=151373 maxSat=145367
539.71/270.54	c nbDecision=160000 #clauses=151999
579.81/290.65	c flip 0 nbSat=157161 maxSat=151398
611.14/306.37	c nbDecision=170000 #clauses=161176
625.91/313.77	c flip 0 nbSat=163547 maxSat=157188
674.69/338.30	c flip 0 nbSat=169724 maxSat=163583
678.69/340.20	c nbDecision=180000 #clauses=170284
726.51/364.28	c flip 0 nbSat=176068 maxSat=169742
754.02/378.01	c nbDecision=190000 #clauses=179448
780.73/391.50	c flip 0 nbSat=183603 maxSat=176089
821.38/411.84	c nbDecision=200000 #clauses=188659
838.15/420.24	c flip 0 nbSat=190373 maxSat=183639
897.01/449.78	c nbDecision=210000 #clauses=197884
897.60/450.08	c flip 0 nbSat=197879 maxSat=190425
955.47/479.03	c flip 0 nbSat=203235 maxSat=197909
988.79/495.71	c nbDecision=220000 #clauses=207083
1017.53/510.12	c flip 0 nbSat=211190 maxSat=203258
1059.43/531.10	c nbDecision=230000 #clauses=216284
1081.58/542.21	c flip 0 nbSat=220403 maxSat=211220
1106.72/554.87	c nbDecision=240000 #clauses=225548
1146.42/574.72	c flip 0 nbSat=231248 maxSat=220442
1174.36/588.71	c nbDecision=250000 #clauses=234778

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/node24/watcher-327991-1173106535 -o ROOT/results/node24/solver-327991-1173106535 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/327991-1173106535/ornithorynque /tmp/evaluation/327991-1173106535/instance-327991-1173106535.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.99 1.77 1.87 3/77 17418
/proc/meminfo: memFree=1098896/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=23220 CPUtime=0
/proc/17418/stat : 17418 (ornithorynque) R 17416 17418 17317 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 330607780 23777280 267 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237785615633 0 0 4096 0 0 0 0 17 1 0 0
/proc/17418/statm: 5805 267 220 42 0 45 0

[startup+0.049867 s]
/proc/loadavg: 1.99 1.77 1.87 3/77 17418
/proc/meminfo: memFree=1098896/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=44812 CPUtime=0.06
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 750 0 0 0 6 0 0 0 18 0 3 0 330607780 45887488 711 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 11203 711 387 42 0 5455 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 44812

[startup+0.10187 s]
/proc/loadavg: 1.99 1.77 1.87 3/77 17418
/proc/meminfo: memFree=1098896/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=44944 CPUtime=0.16
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 773 0 0 0 16 0 0 0 18 0 3 0 330607780 46022656 734 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 11236 734 387 42 0 5488 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 44944

[startup+0.301894 s]
/proc/loadavg: 1.99 1.77 1.87 3/77 17418
/proc/meminfo: memFree=1098896/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=46236 CPUtime=0.56
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 903 0 0 0 56 0 0 0 18 0 3 0 330607780 47345664 864 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 11559 864 387 42 0 5811 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 46236

[startup+0.701937 s]
/proc/loadavg: 1.99 1.77 1.87 3/77 17418
/proc/meminfo: memFree=1098896/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=46632 CPUtime=1.36
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 1073 0 0 0 136 0 0 0 18 0 3 0 330607780 47751168 1034 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 11658 1034 387 42 0 5910 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 46632

[startup+1.50103 s]
/proc/loadavg: 1.99 1.77 1.87 3/80 17421
/proc/meminfo: memFree=1095480/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=48096 CPUtime=2.95
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 1337 0 0 0 295 0 0 0 18 0 3 0 330607780 49250304 1298 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 12024 1298 387 42 0 6276 0
[pid=17418/tid=17420] ppid=17416 vsize=48096 CPUtime=1.46
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 423 0 0 0 146 0 0 0 25 0 3 0 330607783 49250304 1298 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=48096 CPUtime=1.45
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 187 0 0 0 145 0 0 0 23 0 3 0 330607783 49250304 1298 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241035 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 48096

[startup+3.1012 s]
/proc/loadavg: 1.99 1.77 1.87 3/80 17421
/proc/meminfo: memFree=1094264/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=50264 CPUtime=6.14
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 1855 0 0 0 614 0 0 0 18 0 3 0 330607780 51470336 1750 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 12566 1750 387 42 0 6818 0
[pid=17418/tid=17420] ppid=17416 vsize=50264 CPUtime=3.05
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 689 0 0 0 305 0 0 0 20 0 3 0 330607783 51470336 1750 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4312054 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=50264 CPUtime=3.05
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 439 0 0 0 305 0 0 0 25 0 3 0 330607783 51470336 1750 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 50264

[startup+6.30255 s]
/proc/loadavg: 1.99 1.78 1.87 3/80 17421
/proc/meminfo: memFree=1091640/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=53148 CPUtime=12.54
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 2569 0 0 0 1253 1 0 0 18 0 3 0 330607780 54423552 2464 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 13287 2464 387 42 0 7539 0
[pid=17418/tid=17420] ppid=17416 vsize=53148 CPUtime=6.25
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 1057 0 0 0 625 0 0 0 25 0 3 0 330607783 54423552 2464 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238096 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=53148 CPUtime=6.23
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 785 0 0 0 623 0 0 0 25 0 3 0 330607783 54423552 2464 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241590 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 53148

[startup+12.7012 s]
/proc/loadavg: 1.99 1.78 1.87 3/80 17421
/proc/meminfo: memFree=1088312/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=55068 CPUtime=25.29
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 3179 0 0 0 2528 1 0 0 18 0 3 0 330607780 56389632 2944 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 13767 2944 387 42 0 8019 0
[pid=17418/tid=17420] ppid=17416 vsize=55068 CPUtime=12.65
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 1484 0 0 0 1264 1 0 0 25 0 3 0 330607783 56389632 2944 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311221 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=55068 CPUtime=12.6
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 968 0 0 0 1260 0 0 0 25 0 3 0 330607783 56389632 2944 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242557 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 55068

[startup+25.5016 s]
/proc/loadavg: 1.99 1.79 1.87 3/80 17421
/proc/meminfo: memFree=1083640/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=61600 CPUtime=50.84
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 4654 0 0 0 5082 2 0 0 18 0 3 0 330607780 63078400 4110 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 15400 4110 387 42 0 9652 0
[pid=17418/tid=17420] ppid=17416 vsize=61600 CPUtime=25.45
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 2160 0 0 0 2544 1 0 0 25 0 3 0 330607783 63078400 4110 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=61600 CPUtime=25.35
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 1767 0 0 0 2534 1 0 0 25 0 3 0 330607783 63078400 4110 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241775 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 61600

[startup+51.1014 s]
/proc/loadavg: 1.99 1.81 1.87 3/80 17421
/proc/meminfo: memFree=1078840/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=66564 CPUtime=101.92
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 6144 0 0 0 10188 4 0 0 18 0 3 0 330607780 68161536 5309 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 16641 5309 387 42 0 10893 0
[pid=17418/tid=17420] ppid=17416 vsize=66564 CPUtime=51.04
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 3070 0 0 0 5101 3 0 0 25 0 3 0 330607783 68161536 5309 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=66564 CPUtime=50.84
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 2347 0 0 0 5083 1 0 0 25 0 3 0 330607783 68161536 5309 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285227 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 66564

[startup+102.306 s]
/proc/loadavg: 1.99 1.83 1.88 3/80 17421
/proc/meminfo: memFree=1071928/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=75440 CPUtime=204.09
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 8559 0 0 0 20403 6 0 0 18 0 3 0 330607780 77250560 6985 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 18860 6985 387 42 0 13112 0
[pid=17418/tid=17420] ppid=17416 vsize=75440 CPUtime=102.23
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 4189 0 0 0 10219 4 0 0 25 0 3 0 330607783 77250560 6985 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=75440 CPUtime=101.81
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 3643 0 0 0 10180 1 0 0 25 0 3 0 330607783 77250560 6985 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 75440

[startup+162.301 s]
/proc/loadavg: 1.99 1.86 1.88 3/80 17421
/proc/meminfo: memFree=1066104/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=81000 CPUtime=323.81
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 10119 0 0 0 32372 9 0 0 18 0 3 0 330607780 82944000 8430 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 20250 8430 387 42 0 14502 0
[pid=17418/tid=17420] ppid=17416 vsize=81000 CPUtime=162.2
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 5059 0 0 0 16214 6 0 0 25 0 3 0 330607783 82944000 8430 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4312381 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=81000 CPUtime=161.56
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 4333 0 0 0 16154 2 0 0 25 0 3 0 330607783 82944000 8430 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.81
Current children cumulated vsize (KiB) 81000

[startup+222.302 s]
/proc/loadavg: 1.99 1.88 1.89 3/80 17421
/proc/meminfo: memFree=1060728/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=87444 CPUtime=443.53
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 11900 0 0 0 44341 12 0 0 18 0 3 0 330607780 89542656 9790 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 21861 9790 387 42 0 16113 0
[pid=17418/tid=17420] ppid=17416 vsize=87444 CPUtime=222.19
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 6304 0 0 0 22210 9 0 0 25 0 3 0 330607783 89542656 9790 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238096 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=87444 CPUtime=221.29
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 4869 0 0 0 22127 2 0 0 25 0 3 0 330607783 89542656 9790 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283786 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.53
Current children cumulated vsize (KiB) 87444

[startup+282.301 s]
/proc/loadavg: 1.99 1.90 1.89 3/80 17421
/proc/meminfo: memFree=1056056/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=92192 CPUtime=563.26
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 13605 0 0 0 56312 14 0 0 18 0 3 0 330607780 94404608 10941 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 23048 10941 387 42 0 17300 0
[pid=17418/tid=17420] ppid=17416 vsize=92192 CPUtime=282.17
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 7143 0 0 0 28207 10 0 0 25 0 3 0 330607783 94404608 10941 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=92192 CPUtime=281.05
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 5735 0 0 0 28102 3 0 0 25 0 3 0 330607783 94404608 10941 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.26
Current children cumulated vsize (KiB) 92192

[startup+342.302 s]
/proc/loadavg: 1.99 1.92 1.90 3/86 17503
/proc/meminfo: memFree=1049904/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=99660 CPUtime=682.86
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 15720 0 0 0 68267 19 0 0 18 0 3 0 330607780 102051840 12115 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 24915 12115 387 42 0 19167 0
[pid=17418/tid=17420] ppid=17416 vsize=99660 CPUtime=342.08
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 7824 0 0 0 34196 12 0 0 25 0 3 0 330607783 102051840 12115 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=99660 CPUtime=340.75
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 7169 0 0 0 34068 7 0 0 25 0 3 0 330607783 102051840 12115 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241705 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.86
Current children cumulated vsize (KiB) 99660

[startup+402.301 s]
/proc/loadavg: 1.99 1.93 1.91 3/86 17593
/proc/meminfo: memFree=1046264/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=106652 CPUtime=802.46
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 17745 0 0 0 80216 30 0 0 18 0 3 0 330607780 109211648 13058 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 26663 13058 387 42 0 20915 0
[pid=17418/tid=17420] ppid=17416 vsize=106652 CPUtime=401.97
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 8669 0 0 0 40184 13 0 0 25 0 3 0 330607783 109211648 13058 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=106652 CPUtime=400.45
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 8349 0 0 0 40029 16 0 0 25 0 3 0 330607783 109211648 13058 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240922 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.46
Current children cumulated vsize (KiB) 106652

[startup+462.302 s]
/proc/loadavg: 1.99 1.94 1.91 3/80 17619
/proc/meminfo: memFree=1044152/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=110116 CPUtime=922.15
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 18895 0 0 0 92182 33 0 0 18 0 3 0 330607780 112758784 13911 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 27529 13911 387 42 0 21781 0
[pid=17418/tid=17420] ppid=17416 vsize=110116 CPUtime=461.91
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 9237 0 0 0 46177 14 0 0 25 0 3 0 330607783 112758784 13911 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311171 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=110116 CPUtime=460.2
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 8931 0 0 0 46001 19 0 0 25 0 3 0 330607783 112758784 13911 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.15
Current children cumulated vsize (KiB) 110116

[startup+522.301 s]
/proc/loadavg: 1.99 1.95 1.91 3/80 17619
/proc/meminfo: memFree=1039928/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=114496 CPUtime=1041.88
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 20390 0 0 0 104153 35 0 0 18 0 3 0 330607780 117243904 14947 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 28624 14947 387 42 0 22876 0
[pid=17418/tid=17420] ppid=17416 vsize=114496 CPUtime=521.89
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 10231 0 0 0 52174 15 0 0 25 0 3 0 330607783 117243904 14947 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4289960 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=114496 CPUtime=519.93
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 9432 0 0 0 51974 19 0 0 25 0 3 0 330607783 117243904 14947 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.88
Current children cumulated vsize (KiB) 114496

[startup+582.302 s]
/proc/loadavg: 1.99 1.95 1.91 3/80 17619
/proc/meminfo: memFree=1035128/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=118228 CPUtime=1161.59
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 21809 0 0 0 116123 36 0 0 18 0 3 0 330607780 121065472 16138 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 29557 16138 387 42 0 23809 0
[pid=17418/tid=17420] ppid=17416 vsize=118228 CPUtime=581.88
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 10970 0 0 0 58172 16 0 0 25 0 3 0 330607783 121065472 16138 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=118228 CPUtime=579.66
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 10112 0 0 0 57947 19 0 0 25 0 3 0 330607783 121065472 16138 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.59
Current children cumulated vsize (KiB) 118228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.602 s]
/proc/loadavg: 1.99 1.95 1.91 3/80 17619
/proc/meminfo: memFree=1034424/2055920 swapFree=4144152/4192956
[pid=17418] ppid=17416 vsize=119252 CPUtime=1200.12
/proc/17418/stat : 17418 (ornithorynque) S 17416 17418 17317 0 -1 4194304 21977 0 0 0 119976 36 0 0 18 0 3 0 330607780 122114048 16306 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237797142395 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 29813 16306 387 42 0 24065 0
[pid=17418/tid=17420] ppid=17416 vsize=119252 CPUtime=601.18
/proc/17418/task/17420/stat : 17420 (ornithorynque) R 17416 17418 17317 0 -1 4194368 11138 0 0 0 60102 16 0 0 25 0 3 0 330607783 122114048 16306 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=119252 CPUtime=598.89
/proc/17418/task/17421/stat : 17421 (ornithorynque) R 17416 17418 17317 0 -1 4194368 10112 0 0 0 59870 19 0 0 25 0 3 0 330607783 122114048 16306 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 119252

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.629
CPU time (s): 1200.15
CPU user time (s): 1199.78
CPU system time (s): 0.376942
CPU usage (%): 199.484
Max. virtual memory (cumulated for all children) (KiB): 119252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.78
system time used= 0.376942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21977
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= 26
involuntary context switches= 9508

runsolver used 0.477927 second user time and 1.72874 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Mar  5 14:55:35 UTC 2007

IDJOB= 327991
IDBENCH= 19899
IDSOLVER= 139
FILE ID= node24/327991-1173106535

PBS_JOBID= 4013905

Free space on /tmp= 66540 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v65/unif-k7-r89-v65-c5785-S1481196126-03.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/327991-1173106535/ornithorynque /tmp/evaluation/327991-1173106535/instance-327991-1173106535.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-327991-1173106535 -o ROOT/results/node24/solver-327991-1173106535 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/327991-1173106535/ornithorynque /tmp/evaluation/327991-1173106535/instance-327991-1173106535.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  636f3d664350f93be3762acecb2ac303

RANDOM SEED= 884964613

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.232
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.232
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:       1099368 kB
Buffers:         37920 kB
Cached:         845988 kB
SwapCached:       3764 kB
Active:         192940 kB
Inactive:       700444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1099368 kB
SwapTotal:     4192956 kB
SwapFree:      4144152 kB
Dirty:             392 kB
Writeback:           0 kB
Mapped:          15576 kB
Slab:            48728 kB
Committed_AS:   906996 kB
PageTables:       1732 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= 66540 MiB

End job on node24 on Mon Mar  5 15:05:39 UTC 2007