Trace number 328028

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.522

General information on the benchmark

Namerandom/OnTreshold/7SAT/v60/
unif-k7-r89-v60-c5340-S148460961-17.UNSAT.shuffled.cnf
MD5SUMcba836d3415c03e5feb448d639b83adc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark816.733
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

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.03	c ...done
0.00/0.03	c nbVar=60 nbClause=5340
0.00/0.03	c nbVar=60 nbClause=5340
0.00/0.03	c complete search running
0.00/0.03	c local search running
0.00/0.03	c flip 0 nbSat=5299 maxSat=0
0.16/0.19	c flip 0 nbSat=6732 maxSat=5326
0.76/0.45	c flip 0 nbSat=8503 maxSat=6762
1.56/0.85	c flip 0 nbSat=10510 maxSat=8524
2.55/1.36	c flip 0 nbSat=12790 maxSat=10547
3.35/1.76	c nbDecision=10000 #clauses=14483
3.95/2.05	c flip 0 nbSat=15534 maxSat=12816
5.94/3.04	c flip 0 nbSat=18607 maxSat=15565
8.75/4.48	c flip 0 nbSat=21776 maxSat=18625
10.54/5.34	c nbDecision=20000 #clauses=23614
12.74/6.49	c flip 0 nbSat=26673 maxSat=21814
18.72/9.40	c flip 0 nbSat=31439 maxSat=26695
20.91/10.57	c nbDecision=30000 #clauses=32780
25.30/12.77	c flip 0 nbSat=35384 maxSat=31463
33.88/17.01	c flip 0 nbSat=39684 maxSat=35409
37.68/18.94	c nbDecision=40000 #clauses=41914
43.26/21.73	c flip 0 nbSat=44675 maxSat=39714
54.44/27.31	c flip 0 nbSat=50747 maxSat=44702
55.04/27.60	c nbDecision=50000 #clauses=51132
66.60/33.47	c flip 0 nbSat=56057 maxSat=50781
75.38/37.84	c nbDecision=60000 #clauses=60321
81.77/41.04	c flip 0 nbSat=63292 maxSat=56084
97.73/49.03	c flip 0 nbSat=68887 maxSat=63332
99.52/49.95	c nbDecision=70000 #clauses=69545
116.09/58.23	c flip 0 nbSat=73652 maxSat=68900
136.44/68.44	c flip 0 nbSat=78306 maxSat=73670
138.04/69.24	c nbDecision=80000 #clauses=78698
157.99/79.25	c flip 0 nbSat=82961 maxSat=78334
176.95/88.74	c nbDecision=90000 #clauses=87946
180.53/90.54	c flip 0 nbSat=88631 maxSat=82988
204.48/102.54	c flip 0 nbSat=93735 maxSat=88658
222.64/111.66	c nbDecision=100000 #clauses=97092
230.02/115.32	c flip 0 nbSat=98758 maxSat=93773
256.76/128.77	c flip 0 nbSat=104823 maxSat=98794
262.54/131.66	c nbDecision=110000 #clauses=106298
286.08/143.47	c flip 0 nbSat=111838 maxSat=104857
303.05/151.97	c nbDecision=120000 #clauses=115540
317.82/159.30	c flip 0 nbSat=118503 maxSat=111863
349.93/175.44	c nbDecision=130000 #clauses=124786
350.13/175.55	c flip 0 nbSat=124771 maxSat=118531
385.65/193.37	c flip 0 nbSat=130465 maxSat=124801
407.20/204.17	c nbDecision=140000 #clauses=133983
421.76/211.45	c flip 0 nbSat=136987 maxSat=130494
458.87/230.03	c flip 0 nbSat=142216 maxSat=137007
466.46/233.86	c nbDecision=150000 #clauses=143169
497.20/249.29	c flip 0 nbSat=147007 maxSat=142236
537.71/269.55	c flip 0 nbSat=151499 maxSat=147041
545.88/273.60	c nbDecision=160000 #clauses=152420
579.40/290.45	c flip 0 nbSat=156102 maxSat=151542
621.49/311.50	c nbDecision=170000 #clauses=161644
622.90/312.22	c flip 0 nbSat=161766 maxSat=156121
668.59/335.19	c flip 0 nbSat=170119 maxSat=161793
672.57/337.14	c nbDecision=180000 #clauses=170833
714.48/358.13	c flip 0 nbSat=176938 maxSat=170152
741.82/371.86	c nbDecision=190000 #clauses=180096
764.76/383.32	c flip 0 nbSat=182407 maxSat=176974
814.44/408.28	c flip 0 nbSat=188176 maxSat=182440
823.41/412.70	c nbDecision=200000 #clauses=189216
866.53/434.35	c flip 0 nbSat=194530 maxSat=188200
906.83/454.57	c nbDecision=210000 #clauses=198426
919.60/460.93	c flip 0 nbSat=199965 maxSat=194554
975.47/488.97	c flip 0 nbSat=206029 maxSat=199994
991.03/496.71	c nbDecision=220000 #clauses=207612
1032.33/517.48	c flip 0 nbSat=211278 maxSat=206056
1090.40/546.58	c flip 0 nbSat=216620 maxSat=211317
1091.79/547.25	c nbDecision=230000 #clauses=216835
1147.45/575.17	c flip 0 nbSat=221667 maxSat=216661

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/node48/watcher-328028-1173106997 -o ROOT/results/node48/solver-328028-1173106997 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328028-1173106997/ornithorynque /tmp/evaluation/328028-1173106997/instance-328028-1173106997.cnf 

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


[startup+0 s]
/proc/loadavg: 1.83 1.92 1.97 3/64 12521
/proc/meminfo: memFree=1114040/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=23220 CPUtime=0
/proc/12521/stat : 12521 (ornithorynque) R 12519 12521 12180 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 36493651 23777280 257 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255536986249 0 0 4096 0 0 0 0 17 1 0 0
/proc/12521/statm: 5805 258 217 42 0 45 0

[startup+0.052537 s]
/proc/loadavg: 1.83 1.92 1.97 3/64 12521
/proc/meminfo: memFree=1114040/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=44788 CPUtime=0.06
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 733 0 0 0 6 0 0 0 18 0 3 0 36493651 45862912 694 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 11197 694 387 42 0 5449 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 44788

[startup+0.101546 s]
/proc/loadavg: 1.83 1.92 1.97 3/64 12521
/proc/meminfo: memFree=1114040/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=44788 CPUtime=0.16
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 756 0 0 0 16 0 0 0 18 0 3 0 36493651 45862912 717 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 11197 717 387 42 0 5449 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 44788

[startup+0.301581 s]
/proc/loadavg: 1.83 1.92 1.97 3/64 12521
/proc/meminfo: memFree=1114040/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=46212 CPUtime=0.56
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 882 0 0 0 56 0 0 0 18 0 3 0 36493651 47321088 843 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 11553 843 387 42 0 5805 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 46212

[startup+0.70165 s]
/proc/loadavg: 1.83 1.92 1.97 3/64 12521
/proc/meminfo: memFree=1114040/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=46612 CPUtime=1.35
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 1046 0 0 0 135 0 0 0 18 0 3 0 36493651 47730688 1007 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 11653 1007 387 42 0 5905 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 46612

[startup+1.5028 s]
/proc/loadavg: 1.83 1.92 1.97 3/67 12524
/proc/meminfo: memFree=1110816/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=48084 CPUtime=2.95
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 1322 0 0 0 295 0 0 0 18 0 3 0 36493651 49238016 1283 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 12021 1283 387 42 0 6273 0
[pid=12521/tid=12523] ppid=12519 vsize=48084 CPUtime=1.46
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 400 0 0 0 146 0 0 0 25 0 3 0 36493654 49238016 1283 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=48084 CPUtime=1.46
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 214 0 0 0 146 0 0 0 25 0 3 0 36493654 49238016 1283 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240947 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 48084

[startup+3.10107 s]
/proc/loadavg: 1.83 1.92 1.97 3/67 12524
/proc/meminfo: memFree=1109216/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=49220 CPUtime=6.14
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 1809 0 0 0 614 0 0 0 18 0 3 0 36493651 50401280 1704 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 12305 1704 387 42 0 6557 0
[pid=12521/tid=12523] ppid=12519 vsize=49220 CPUtime=3.06
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 652 0 0 0 306 0 0 0 25 0 3 0 36493654 50401280 1704 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=49220 CPUtime=3.05
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 449 0 0 0 305 0 0 0 25 0 3 0 36493654 50401280 1704 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) 49220

[startup+6.30262 s]
/proc/loadavg: 1.85 1.93 1.97 3/67 12524
/proc/meminfo: memFree=1107304/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=51592 CPUtime=12.54
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 2182 0 0 0 1253 1 0 0 18 0 3 0 36493651 52830208 2077 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 12898 2077 387 42 0 7150 0
[pid=12521/tid=12523] ppid=12519 vsize=51592 CPUtime=6.25
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 958 0 0 0 625 0 0 0 25 0 3 0 36493654 52830208 2077 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311171 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=51592 CPUtime=6.24
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 516 0 0 0 624 0 0 0 25 0 3 0 36493654 52830208 2077 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241651 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 51592

[startup+12.7017 s]
/proc/loadavg: 1.86 1.93 1.97 3/67 12524
/proc/meminfo: memFree=1104360/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=54364 CPUtime=25.3
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 2903 0 0 0 2529 1 0 0 18 0 3 0 36493651 55668736 2733 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 13591 2733 387 42 0 7843 0
[pid=12521/tid=12523] ppid=12519 vsize=54364 CPUtime=12.66
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 1384 0 0 0 1265 1 0 0 25 0 3 0 36493654 55668736 2733 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311883 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=54364 CPUtime=12.61
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 811 0 0 0 1261 0 0 0 25 0 3 0 36493654 55668736 2733 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 54364

[startup+25.5019 s]
/proc/loadavg: 1.89 1.93 1.97 3/67 12524
/proc/meminfo: memFree=1100712/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=58092 CPUtime=50.85
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 3930 0 0 0 5082 3 0 0 18 0 3 0 36493651 59486208 3621 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 14523 3621 387 42 0 8775 0
[pid=12521/tid=12523] ppid=12519 vsize=58092 CPUtime=25.45
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 2026 0 0 0 2543 2 0 0 25 0 3 0 36493654 59486208 3621 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=58092 CPUtime=25.36
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 1196 0 0 0 2536 0 0 0 25 0 3 0 36493654 59486208 3621 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 58092

[startup+51.1023 s]
/proc/loadavg: 1.93 1.93 1.97 3/67 12524
/proc/meminfo: memFree=1094696/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=66044 CPUtime=101.92
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 5996 0 0 0 10188 4 0 0 18 0 3 0 36493651 67629056 5132 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 16511 5132 387 42 0 10763 0
[pid=12521/tid=12523] ppid=12519 vsize=66044 CPUtime=51.04
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 2987 0 0 0 5101 3 0 0 25 0 3 0 36493654 67629056 5132 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=66044 CPUtime=50.84
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 2301 0 0 0 5084 0 0 0 25 0 3 0 36493654 67629056 5132 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242600 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 66044

[startup+102.306 s]
/proc/loadavg: 1.97 1.94 1.97 3/67 12524
/proc/meminfo: memFree=1088488/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=73388 CPUtime=204.09
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 8076 0 0 0 20403 6 0 0 18 0 3 0 36493651 75149312 6609 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 18347 6609 387 42 0 12599 0
[pid=12521/tid=12523] ppid=12519 vsize=73388 CPUtime=102.23
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 4091 0 0 0 10218 5 0 0 25 0 3 0 36493654 75149312 6609 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=73388 CPUtime=101.81
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 3277 0 0 0 10181 0 0 0 25 0 3 0 36493654 75149312 6609 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240947 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 73388

[startup+162.301 s]
/proc/loadavg: 1.99 1.95 1.97 3/67 12524
/proc/meminfo: memFree=1081640/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=80432 CPUtime=323.8
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 10187 0 0 0 32372 8 0 0 18 0 3 0 36493651 82362368 8360 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 20108 8360 387 42 0 14360 0
[pid=12521/tid=12523] ppid=12519 vsize=80432 CPUtime=162.2
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 5105 0 0 0 16214 6 0 0 25 0 3 0 36493654 82362368 8360 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311218 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=80432 CPUtime=161.56
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 4374 0 0 0 16155 1 0 0 25 0 3 0 36493654 82362368 8360 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.8
Current children cumulated vsize (KiB) 80432

[startup+222.302 s]
/proc/loadavg: 1.99 1.95 1.97 3/67 12524
/proc/meminfo: memFree=1076200/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=87912 CPUtime=443.52
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 12171 0 0 0 44342 10 0 0 18 0 3 0 36493651 90021888 9731 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 21978 9731 387 42 0 16230 0
[pid=12521/tid=12523] ppid=12519 vsize=87912 CPUtime=222.18
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 6251 0 0 0 22210 8 0 0 25 0 3 0 36493654 90021888 9731 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238096 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=87912 CPUtime=221.29
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 5212 0 0 0 22128 1 0 0 25 0 3 0 36493654 90021888 9731 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.52
Current children cumulated vsize (KiB) 87912

[startup+282.301 s]
/proc/loadavg: 1.99 1.96 1.97 3/67 12524
/proc/meminfo: memFree=1072808/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=90748 CPUtime=563.23
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 13088 0 0 0 56311 12 0 0 18 0 3 0 36493651 92925952 10581 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 22687 10581 387 42 0 16939 0
[pid=12521/tid=12523] ppid=12519 vsize=90748 CPUtime=282.16
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 6802 0 0 0 28206 10 0 0 25 0 3 0 36493654 92925952 10581 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=90748 CPUtime=281.03
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 5578 0 0 0 28102 1 0 0 25 0 3 0 36493654 92925952 10581 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241619 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.23
Current children cumulated vsize (KiB) 90748

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/67 12524
/proc/meminfo: memFree=1067624/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=99616 CPUtime=682.95
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 15761 0 0 0 68281 14 0 0 18 0 3 0 36493651 102006784 11862 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 24904 11862 387 42 0 19156 0
[pid=12521/tid=12523] ppid=12519 vsize=99616 CPUtime=342.14
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 7941 0 0 0 34202 12 0 0 25 0 3 0 36493654 102006784 11862 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311048 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=99616 CPUtime=340.78
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 7112 0 0 0 34076 2 0 0 25 0 3 0 36493654 102006784 11862 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241616 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.95
Current children cumulated vsize (KiB) 99616

[startup+402.303 s]
/proc/loadavg: 1.99 1.97 1.97 3/67 12524
/proc/meminfo: memFree=1064552/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=104244 CPUtime=802.67
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 17011 0 0 0 80252 15 0 0 18 0 3 0 36493651 106745856 12623 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 26061 12623 387 42 0 20313 0
[pid=12521/tid=12523] ppid=12519 vsize=104244 CPUtime=402.11
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 8498 0 0 0 40199 12 0 0 25 0 3 0 36493654 106745856 12623 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=104244 CPUtime=400.51
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 7805 0 0 0 40049 2 0 0 25 0 3 0 36493654 106745856 12623 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241651 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.67
Current children cumulated vsize (KiB) 104244

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/67 12524
/proc/meminfo: memFree=1060904/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=106564 CPUtime=922.38
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 18130 0 0 0 92221 17 0 0 18 0 3 0 36493651 109121536 13546 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 26641 13546 387 42 0 20893 0
[pid=12521/tid=12523] ppid=12519 vsize=106564 CPUtime=462.1
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 9134 0 0 0 46196 14 0 0 25 0 3 0 36493654 109121536 13546 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=106564 CPUtime=460.24
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 8288 0 0 0 46022 2 0 0 25 0 3 0 36493654 109121536 13546 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.38
Current children cumulated vsize (KiB) 106564

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/67 12524
/proc/meminfo: memFree=1058152/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=109524 CPUtime=1042.11
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 18910 0 0 0 104193 18 0 0 18 0 3 0 36493651 112152576 14228 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 27381 14228 387 42 0 21633 0
[pid=12521/tid=12523] ppid=12519 vsize=109524 CPUtime=522.08
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 9580 0 0 0 52193 15 0 0 25 0 3 0 36493654 112152576 14228 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311185 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=109524 CPUtime=520
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 8622 0 0 0 51997 3 0 0 25 0 3 0 36493654 112152576 14228 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240961 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.11
Current children cumulated vsize (KiB) 109524

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/67 12524
/proc/meminfo: memFree=1055336/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=113268 CPUtime=1161.83
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 19993 0 0 0 116163 20 0 0 18 0 3 0 36493651 115986432 14950 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 28317 14950 387 42 0 22569 0
[pid=12521/tid=12523] ppid=12519 vsize=113268 CPUtime=582.06
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 10180 0 0 0 58190 16 0 0 25 0 3 0 36493654 115986432 14950 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=113268 CPUtime=579.73
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 9105 0 0 0 57970 3 0 0 25 0 3 0 36493654 115986432 14950 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241556 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.83
Current children cumulated vsize (KiB) 113268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.501 s]
/proc/loadavg: 1.99 1.97 1.97 3/67 12524
/proc/meminfo: memFree=1054888/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=113528 CPUtime=1200.14
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 20133 0 0 0 119994 20 0 0 18 0 3 0 36493651 116252672 15057 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 28382 15057 387 42 0 22634 0
[pid=12521/tid=12523] ppid=12519 vsize=113528 CPUtime=601.25
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 10320 0 0 0 60109 16 0 0 25 0 3 0 36493654 116252672 15057 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=113528 CPUtime=598.84
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 9105 0 0 0 59881 3 0 0 25 0 3 0 36493654 116252672 15057 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 113528

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

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

[startup+601.501 s]
/proc/loadavg: 1.99 1.97 1.97 3/67 12524
/proc/meminfo: memFree=1054888/2055920 swapFree=4192812/4192956
[pid=12521] ppid=12519 vsize=113528 CPUtime=1200.14
/proc/12521/stat : 12521 (ornithorynque) S 12519 12521 12180 0 -1 4194304 20133 0 0 0 119994 20 0 0 18 0 3 0 36493651 116252672 15057 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 28382 15057 387 42 0 22634 0
[pid=12521/tid=12523] ppid=12519 vsize=113528 CPUtime=601.25
/proc/12521/task/12523/stat : 12523 (ornithorynque) R 12519 12521 12180 0 -1 4194368 10320 0 0 0 60109 16 0 0 25 0 3 0 36493654 116252672 15057 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12519 vsize=113528 CPUtime=598.84
/proc/12521/task/12524/stat : 12524 (ornithorynque) R 12519 12521 12180 0 -1 4194368 9105 0 0 0 59881 3 0 0 25 0 3 0 36493654 116252672 15057 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 113528

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.522
CPU time (s): 1200.17
CPU user time (s): 1199.96
CPU system time (s): 0.211967
CPU usage (%): 199.522
Max. virtual memory (cumulated for all children) (KiB): 113528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.96
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20133
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= 20
involuntary context switches= 9138

runsolver used 0.436933 second user time and 1.76873 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon Mar  5 15:03:17 UTC 2007

IDJOB= 328028
IDBENCH= 19936
IDSOLVER= 139
FILE ID= node48/328028-1173106997

PBS_JOBID= 4013896

Free space on /tmp= 66521 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v60/unif-k7-r89-v60-c5340-S148460961-17.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/328028-1173106997/ornithorynque /tmp/evaluation/328028-1173106997/instance-328028-1173106997.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-328028-1173106997 -o ROOT/results/node48/solver-328028-1173106997 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328028-1173106997/ornithorynque /tmp/evaluation/328028-1173106997/instance-328028-1173106997.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  cba836d3415c03e5feb448d639b83adc

RANDOM SEED= 86300624

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.259
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.259
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:       1114448 kB
Buffers:         33956 kB
Cached:         826780 kB
SwapCached:        144 kB
Active:         256456 kB
Inactive:       619780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1114448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             388 kB
Writeback:           0 kB
Mapped:          25548 kB
Slab:            51204 kB
Committed_AS:    85856 kB
PageTables:       1388 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= 66521 MiB

End job on node48 on Mon Mar  5 15:13:21 UTC 2007