Trace number 328016

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/v70/
unif-k7-r89-v70-c6230-S1106151685-15.SAT.shuffled.cnf
MD5SUMd0e9faac9ab5495d7ef24108e4e226d5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.932857
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

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=70 nbClause=6230
0.00/0.03	c nbVar=70 nbClause=6230
0.00/0.03	c complete search running
0.00/0.03	c local search running
0.00/0.03	c flip 0 nbSat=6185 maxSat=0
0.36/0.22	c flip 0 nbSat=7706 maxSat=6209
0.95/0.54	c flip 0 nbSat=9829 maxSat=7744
1.95/1.02	c flip 0 nbSat=12153 maxSat=9863
3.34/1.73	c flip 0 nbSat=14820 maxSat=12184
3.55/1.84	c nbDecision=10000 #clauses=15247
5.35/2.79	c flip 0 nbSat=18459 maxSat=14849
8.55/4.39	c flip 0 nbSat=22498 maxSat=18501
10.33/5.28	c nbDecision=20000 #clauses=24294
13.72/6.90	c flip 0 nbSat=27801 maxSat=22551
20.31/10.21	c nbDecision=30000 #clauses=33421
20.51/10.40	c flip 0 nbSat=33600 maxSat=27827
29.47/14.86	c flip 0 nbSat=39108 maxSat=33617
35.26/17.76	c nbDecision=40000 #clauses=42548
40.66/20.44	c flip 0 nbSat=45079 maxSat=39134
54.43/27.36	c flip 0 nbSat=51195 maxSat=45114
55.42/27.82	c nbDecision=50000 #clauses=51646
69.55/34.94	c flip 0 nbSat=58009 maxSat=51235
76.09/38.22	c nbDecision=60000 #clauses=60743
88.05/44.29	c flip 0 nbSat=64988 maxSat=58036
104.40/52.40	c nbDecision=70000 #clauses=69867
109.20/54.85	c flip 0 nbSat=71178 maxSat=65013
132.88/66.75	c flip 0 nbSat=76261 maxSat=71210
147.05/73.85	c nbDecision=80000 #clauses=79028
157.82/79.26	c flip 0 nbSat=81175 maxSat=76295
184.91/92.88	c flip 0 nbSat=86116 maxSat=81207
196.47/98.65	c nbDecision=90000 #clauses=88126
212.43/106.69	c flip 0 nbSat=91656 maxSat=86137
235.15/118.01	c nbDecision=100000 #clauses=97189
243.12/122.06	c flip 0 nbSat=98762 maxSat=91698
276.24/138.61	c flip 0 nbSat=104533 maxSat=98796
285.82/143.40	c nbDecision=110000 #clauses=106298
311.55/156.36	c flip 0 nbSat=111010 maxSat=104568
336.49/168.86	c nbDecision=120000 #clauses=115392
349.27/175.23	c flip 0 nbSat=117342 maxSat=111042
389.37/195.36	c flip 0 nbSat=124226 maxSat=117367
390.56/195.91	c nbDecision=130000 #clauses=124463
431.89/216.65	c flip 0 nbSat=129721 maxSat=124257
472.59/237.10	c nbDecision=140000 #clauses=133553
475.58/238.51	c flip 0 nbSat=133862 maxSat=129748
518.27/259.92	c flip 0 nbSat=137458 maxSat=133886
564.78/283.22	c flip 0 nbSat=142548 maxSat=137497
566.17/283.97	c nbDecision=150000 #clauses=142733
612.45/307.12	c flip 0 nbSat=146812 maxSat=142559
663.94/332.97	c flip 0 nbSat=151615 maxSat=146858
666.53/334.20	c nbDecision=160000 #clauses=151929
714.02/358.05	c flip 0 nbSat=157311 maxSat=151644
742.76/372.43	c nbDecision=170000 #clauses=161108
768.49/385.38	c flip 0 nbSat=164478 maxSat=157339
819.18/410.74	c nbDecision=180000 #clauses=170285
824.58/413.43	c flip 0 nbSat=170929 maxSat=164506
882.43/442.41	c flip 0 nbSat=177993 maxSat=170971
895.61/449.04	c nbDecision=190000 #clauses=179413
942.30/472.41	c flip 0 nbSat=182758 maxSat=178026
1003.36/503.09	c flip 0 nbSat=187111 maxSat=182800
1020.91/511.90	c nbDecision=200000 #clauses=188500
1065.61/534.21	c flip 0 nbSat=192048 maxSat=187148
1128.67/565.86	c flip 0 nbSat=197082 maxSat=192091
1134.85/568.97	c nbDecision=210000 #clauses=197645
1194.12/598.66	c flip 0 nbSat=201668 maxSat=197136

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/node14/watcher-328016-1173106826 -o ROOT/results/node14/solver-328016-1173106826 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328016-1173106826/ornithorynque /tmp/evaluation/328016-1173106826/instance-328016-1173106826.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.69 1.67 1.39 3/77 25196
/proc/meminfo: memFree=1489344/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=23220 CPUtime=0
/proc/25196/stat : 25196 (ornithorynque) R 25194 25196 25097 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 330637056 23777280 263 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212231820400 0 0 4096 0 0 0 0 17 1 0 0
/proc/25196/statm: 5805 266 219 42 0 45 0

[startup+0.0119259 s]
/proc/loadavg: 1.69 1.67 1.39 3/77 25196
/proc/meminfo: memFree=1489344/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=23308 CPUtime=0
/proc/25196/stat : 25196 (ornithorynque) R 25194 25196 25097 0 -1 4194304 502 0 0 0 0 0 0 0 18 0 1 0 330637056 23867392 463 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212234310369 0 0 4096 1088 0 0 0 17 1 0 0
/proc/25196/statm: 5827 464 377 42 0 79 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23308

[startup+0.101936 s]
/proc/loadavg: 1.69 1.67 1.39 3/77 25196
/proc/meminfo: memFree=1489344/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=44924 CPUtime=0.16
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 790 0 0 0 16 0 0 0 18 0 3 0 330637056 46002176 751 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 11231 751 387 42 0 5483 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 44924

[startup+0.301956 s]
/proc/loadavg: 1.69 1.67 1.39 3/77 25196
/proc/meminfo: memFree=1489344/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=46496 CPUtime=0.55
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 947 0 0 0 55 0 0 0 18 0 3 0 330637056 47611904 908 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 11624 908 387 42 0 5876 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 46496

[startup+0.701994 s]
/proc/loadavg: 1.69 1.67 1.39 3/77 25196
/proc/meminfo: memFree=1489344/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=46900 CPUtime=1.35
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 1124 0 0 0 135 0 0 0 18 0 3 0 330637056 48025600 1085 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 11725 1085 387 42 0 5977 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 46900

[startup+1.50107 s]
/proc/loadavg: 1.69 1.67 1.39 3/80 25199
/proc/meminfo: memFree=1486184/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=48388 CPUtime=2.94
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 1382 0 0 0 294 0 0 0 18 0 3 0 330637056 49549312 1343 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 12097 1343 387 42 0 6349 0
[pid=25196/tid=25198] ppid=25194 vsize=48388 CPUtime=1.45
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 416 0 0 0 145 0 0 0 25 0 3 0 330637059 49549312 1343 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311286 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=48388 CPUtime=1.45
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 221 0 0 0 145 0 0 0 25 0 3 0 330637059 49549312 1343 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241705 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 48388

[startup+3.10222 s]
/proc/loadavg: 1.69 1.67 1.39 3/80 25199
/proc/meminfo: memFree=1484648/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=50596 CPUtime=6.15
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 1900 0 0 0 614 1 0 0 18 0 3 0 330637056 51810304 1795 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 12649 1795 387 42 0 6901 0
[pid=25196/tid=25198] ppid=25194 vsize=50596 CPUtime=3.05
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 685 0 0 0 305 0 0 0 25 0 3 0 330637059 51810304 1795 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311496 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=50596 CPUtime=3.05
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 470 0 0 0 305 0 0 0 25 0 3 0 330637059 51810304 1795 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241536 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 50596

[startup+6.30153 s]
/proc/loadavg: 1.71 1.67 1.39 3/80 25199
/proc/meminfo: memFree=1482152/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=51976 CPUtime=12.53
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 2316 0 0 0 1252 1 0 0 18 0 3 0 330637056 53223424 2211 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 12994 2211 387 42 0 7246 0
[pid=25196/tid=25198] ppid=25194 vsize=51976 CPUtime=6.25
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 1017 0 0 0 625 0 0 0 25 0 3 0 330637059 53223424 2211 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=51976 CPUtime=6.23
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 554 0 0 0 623 0 0 0 25 0 3 0 330637059 53223424 2211 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 51976

[startup+12.7021 s]
/proc/loadavg: 1.73 1.68 1.39 3/80 25199
/proc/meminfo: memFree=1478504/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=55452 CPUtime=25.3
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 3274 0 0 0 2528 2 0 0 18 0 3 0 330637056 56782848 3039 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 13863 3039 387 42 0 8115 0
[pid=25196/tid=25198] ppid=25194 vsize=55452 CPUtime=12.65
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 1507 0 0 0 1264 1 0 0 25 0 3 0 330637059 56782848 3039 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311151 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=55452 CPUtime=12.61
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 1022 0 0 0 1261 0 0 0 25 0 3 0 330637059 56782848 3039 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241402 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 55452

[startup+25.5013 s]
/proc/loadavg: 1.79 1.69 1.40 3/80 25199
/proc/meminfo: memFree=1474856/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=58720 CPUtime=50.82
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 4203 0 0 0 5079 3 0 0 18 0 3 0 330637056 60129280 3919 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 14680 3919 387 42 0 8932 0
[pid=25196/tid=25198] ppid=25194 vsize=58720 CPUtime=25.44
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 2143 0 0 0 2542 2 0 0 25 0 3 0 330637059 60129280 3919 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311264 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=58720 CPUtime=25.34
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 1315 0 0 0 2534 0 0 0 25 0 3 0 330637059 60129280 3919 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 58720

[startup+51.1017 s]
/proc/loadavg: 1.86 1.72 1.42 3/86 25281
/proc/meminfo: memFree=1467672/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=66184 CPUtime=101.81
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 6100 0 0 0 10170 11 0 0 18 0 3 0 330637056 67772416 5357 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 16546 5357 387 42 0 10798 0
[pid=25196/tid=25198] ppid=25194 vsize=66184 CPUtime=50.96
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 3071 0 0 0 5092 4 0 0 25 0 3 0 330637059 67772416 5357 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=66184 CPUtime=50.81
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 2284 0 0 0 5075 6 0 0 25 0 3 0 330637059 67772416 5357 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 66184

[startup+102.307 s]
/proc/loadavg: 1.94 1.76 1.44 3/86 25367
/proc/meminfo: memFree=1461688/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=73352 CPUtime=203.87
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 7917 0 0 0 20366 21 0 0 18 0 3 0 330637056 75112448 6850 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 18338 6850 387 42 0 12590 0
[pid=25196/tid=25198] ppid=25194 vsize=73352 CPUtime=102.07
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 3991 0 0 0 10201 6 0 0 25 0 3 0 330637059 75112448 6850 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311279 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=73352 CPUtime=101.75
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 3181 0 0 0 10161 14 0 0 25 0 3 0 330637059 75112448 6850 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 73352

[startup+162.301 s]
/proc/loadavg: 1.98 1.80 1.48 3/80 25397
/proc/meminfo: memFree=1455784/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=82204 CPUtime=323.52
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 10571 0 0 0 32326 26 0 0 18 0 3 0 330637056 84176896 8615 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 20551 8615 387 42 0 14803 0
[pid=25196/tid=25198] ppid=25194 vsize=82204 CPUtime=162.01
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 5168 0 0 0 16192 9 0 0 25 0 3 0 330637059 84176896 8615 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311260 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=82204 CPUtime=161.46
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 4658 0 0 0 16130 16 0 0 25 0 3 0 330637059 84176896 8615 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238103 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.52
Current children cumulated vsize (KiB) 82204

[startup+222.302 s]
/proc/loadavg: 1.99 1.83 1.51 3/80 25397
/proc/meminfo: memFree=1450600/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=87052 CPUtime=443.25
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 12100 0 0 0 44297 28 0 0 18 0 3 0 330637056 89141248 9913 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 21763 9913 387 42 0 16015 0
[pid=25196/tid=25198] ppid=25194 vsize=87052 CPUtime=221.99
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 5981 0 0 0 22189 10 0 0 25 0 3 0 330637059 89141248 9913 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=87052 CPUtime=221.21
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 5374 0 0 0 22104 17 0 0 25 0 3 0 330637059 89141248 9913 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.25
Current children cumulated vsize (KiB) 87052

[startup+282.301 s]
/proc/loadavg: 1.99 1.86 1.53 3/80 25397
/proc/meminfo: memFree=1447720/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=92588 CPUtime=562.98
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 13439 0 0 0 56269 29 0 0 18 0 3 0 330637056 94810112 10639 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 23147 10639 387 42 0 17399 0
[pid=25196/tid=25198] ppid=25194 vsize=92588 CPUtime=281.99
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 6775 0 0 0 28187 12 0 0 25 0 3 0 330637059 94810112 10639 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=92588 CPUtime=280.95
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 5919 0 0 0 28078 17 0 0 25 0 3 0 330637059 94810112 10639 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.98
Current children cumulated vsize (KiB) 92588

[startup+342.301 s]
/proc/loadavg: 1.99 1.88 1.56 3/80 25397
/proc/meminfo: memFree=1443880/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=95048 CPUtime=682.68
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 14540 0 0 0 68237 31 0 0 18 0 3 0 330637056 97329152 11609 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 23762 11609 387 42 0 18014 0
[pid=25196/tid=25198] ppid=25194 vsize=95048 CPUtime=341.97
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 7460 0 0 0 34184 13 0 0 25 0 3 0 330637059 97329152 11609 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=95048 CPUtime=340.68
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 6335 0 0 0 34050 18 0 0 25 0 3 0 330637059 97329152 11609 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283786 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.68
Current children cumulated vsize (KiB) 95048

[startup+402.302 s]
/proc/loadavg: 1.99 1.90 1.58 3/80 25397
/proc/meminfo: memFree=1440040/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=100052 CPUtime=802.42
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 15849 0 0 0 80208 34 0 0 18 0 3 0 330637056 102453248 12559 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 25013 12559 387 42 0 19265 0
[pid=25196/tid=25198] ppid=25194 vsize=100052 CPUtime=401.95
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 8105 0 0 0 40181 14 0 0 25 0 3 0 330637059 102453248 12559 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=100052 CPUtime=400.42
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 6999 0 0 0 40024 18 0 0 25 0 3 0 330637059 102453248 12559 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241796 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.42
Current children cumulated vsize (KiB) 100052

[startup+462.301 s]
/proc/loadavg: 1.99 1.92 1.61 3/80 25397
/proc/meminfo: memFree=1436520/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=107432 CPUtime=922.15
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 18200 0 0 0 92179 36 0 0 18 0 3 0 330637056 110010368 13437 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 26858 13437 387 42 0 21110 0
[pid=25196/tid=25198] ppid=25194 vsize=107432 CPUtime=461.94
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 8633 0 0 0 46178 16 0 0 25 0 3 0 330637059 110010368 13437 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=107432 CPUtime=460.17
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 8822 0 0 0 45998 19 0 0 25 0 3 0 330637059 110010368 13437 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240896 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.15
Current children cumulated vsize (KiB) 107432

[startup+522.301 s]
/proc/loadavg: 2.06 1.94 1.64 3/80 25397
/proc/meminfo: memFree=1433896/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=111440 CPUtime=1041.86
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 19244 0 0 0 104149 37 0 0 18 0 3 0 330637056 114114560 14124 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 27860 14124 387 42 0 22112 0
[pid=25196/tid=25198] ppid=25194 vsize=111440 CPUtime=521.93
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 9002 0 0 0 52176 17 0 0 25 0 3 0 330637059 114114560 14124 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=111440 CPUtime=519.89
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 9497 0 0 0 51970 19 0 0 25 0 3 0 330637059 114114560 14124 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.86
Current children cumulated vsize (KiB) 111440

[startup+582.302 s]
/proc/loadavg: 2.02 1.95 1.65 3/80 25397
/proc/meminfo: memFree=1431144/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=115176 CPUtime=1161.59
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 20156 0 0 0 116121 38 0 0 18 0 3 0 330637056 117940224 14810 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 28794 14810 387 42 0 23046 0
[pid=25196/tid=25198] ppid=25194 vsize=115176 CPUtime=581.91
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 9591 0 0 0 58173 18 0 0 25 0 3 0 330637059 117940224 14810 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311432 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=115176 CPUtime=579.64
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 9820 0 0 0 57944 20 0 0 25 0 3 0 330637059 117940224 14810 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241170 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.59
Current children cumulated vsize (KiB) 115176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.603 s]
/proc/loadavg: 2.01 1.95 1.66 3/80 25397
/proc/meminfo: memFree=1430248/2055920 swapFree=4172616/4192956
[pid=25196] ppid=25194 vsize=115560 CPUtime=1200.12
/proc/25196/stat : 25196 (ornithorynque) S 25194 25196 25097 0 -1 4194304 20465 0 0 0 119973 39 0 0 18 0 3 0 330637056 118333440 15021 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 212243345275 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 28890 15021 387 42 0 23142 0
[pid=25196/tid=25198] ppid=25194 vsize=115560 CPUtime=601.21
/proc/25196/task/25198/stat : 25198 (ornithorynque) R 25194 25196 25097 0 -1 4194368 9738 0 0 0 60103 18 0 0 25 0 3 0 330637059 118333440 15021 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25194 vsize=115560 CPUtime=598.86
/proc/25196/task/25199/stat : 25199 (ornithorynque) R 25194 25196 25097 0 -1 4194368 9982 0 0 0 59866 20 0 0 25 0 3 0 330637059 118333440 15021 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241556 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 115560

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.75
CPU system time (s): 0.400939
CPU usage (%): 199.483
Max. virtual memory (cumulated for all children) (KiB): 115560

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

runsolver used 0.498924 second user time and 1.70974 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Mar  5 15:00:26 UTC 2007

IDJOB= 328016
IDBENCH= 19924
IDSOLVER= 139
FILE ID= node14/328016-1173106826

PBS_JOBID= 4013939

Free space on /tmp= 66540 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v70/unif-k7-r89-v70-c6230-S1106151685-15.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/328016-1173106826/ornithorynque /tmp/evaluation/328016-1173106826/instance-328016-1173106826.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-328016-1173106826 -o ROOT/results/node14/solver-328016-1173106826 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328016-1173106826/ornithorynque /tmp/evaluation/328016-1173106826/instance-328016-1173106826.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  d0e9faac9ab5495d7ef24108e4e226d5

RANDOM SEED= 303272834

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1489816 kB
Buffers:         38216 kB
Cached:         439924 kB
SwapCached:       2416 kB
Active:         101028 kB
Inactive:       413288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1489816 kB
SwapTotal:     4192956 kB
SwapFree:      4172616 kB
Dirty:             520 kB
Writeback:           0 kB
Mapped:          44216 kB
Slab:            37404 kB
Committed_AS:  1179080 kB
PageTables:       1736 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 node14 on Mon Mar  5 15:10:30 UTC 2007