Trace number 328009

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.06 601.63

General information on the benchmark

Namerandom/OnTreshold/7SAT/v70/
unif-k7-r89-v70-c6230-S1084572666-19.SAT.shuffled.cnf
MD5SUMea6c3c02564fa25b13cb9c95b3e90ee5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.68074
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=6193 maxSat=0
0.36/0.22	c flip 0 nbSat=7747 maxSat=6214
0.95/0.54	c flip 0 nbSat=9664 maxSat=7779
1.96/1.01	c flip 0 nbSat=11906 maxSat=9691
3.34/1.71	c flip 0 nbSat=14715 maxSat=11934
3.54/1.86	c nbDecision=10000 #clauses=15294
5.34/2.78	c flip 0 nbSat=18171 maxSat=14758
8.54/4.37	c flip 0 nbSat=22072 maxSat=18200
10.53/5.36	c nbDecision=20000 #clauses=24403
13.52/6.88	c flip 0 nbSat=27318 maxSat=22113
20.10/10.19	c flip 0 nbSat=32352 maxSat=27354
22.30/11.25	c nbDecision=30000 #clauses=33477
28.89/14.55	c flip 0 nbSat=37483 maxSat=32376
36.87/18.52	c nbDecision=40000 #clauses=42568
39.67/19.92	c flip 0 nbSat=44331 maxSat=37513
53.23/26.75	c flip 0 nbSat=50167 maxSat=44370
58.23/29.26	c nbDecision=50000 #clauses=51668
68.20/34.29	c flip 0 nbSat=54386 maxSat=50211
85.35/42.84	c flip 0 nbSat=60479 maxSat=54412
86.14/43.26	c nbDecision=60000 #clauses=60818
104.91/52.68	c flip 0 nbSat=66481 maxSat=60524
118.59/59.50	c nbDecision=70000 #clauses=70025
126.57/63.51	c flip 0 nbSat=72492 maxSat=66499
149.50/75.02	c nbDecision=80000 #clauses=79137
150.47/75.50	c flip 0 nbSat=79326 maxSat=72529
177.18/88.99	c flip 0 nbSat=87472 maxSat=79356
179.97/90.37	c nbDecision=90000 #clauses=88312
206.68/103.76	c flip 0 nbSat=95408 maxSat=87507
215.86/108.39	c nbDecision=100000 #clauses=97531
239.56/120.24	c flip 0 nbSat=101589 maxSat=95442
269.07/135.07	c nbDecision=110000 #clauses=106589
274.26/137.68	c flip 0 nbSat=107733 maxSat=101616
309.94/155.54	c flip 0 nbSat=112689 maxSat=107753
333.90/167.59	c nbDecision=120000 #clauses=115715
349.45/175.35	c flip 0 nbSat=117821 maxSat=112707
390.36/195.83	c flip 0 nbSat=123050 maxSat=117845
402.52/201.93	c nbDecision=130000 #clauses=124873
432.64/217.06	c flip 0 nbSat=129103 maxSat=123086
464.17/232.87	c nbDecision=140000 #clauses=134034
476.94/239.24	c flip 0 nbSat=135615 maxSat=129140
522.63/262.13	c flip 0 nbSat=142186 maxSat=135660
529.41/265.59	c nbDecision=150000 #clauses=143247
572.32/287.08	c flip 0 nbSat=148462 maxSat=142205
600.86/301.34	c nbDecision=160000 #clauses=152466
623.79/312.85	c flip 0 nbSat=156593 maxSat=148500
649.52/325.72	c nbDecision=170000 #clauses=161561
678.86/340.47	c flip 0 nbSat=168373 maxSat=156613
692.83/347.48	c nbDecision=180000 #clauses=170628
735.72/368.95	c flip 0 nbSat=175381 maxSat=168408
779.03/390.64	c nbDecision=190000 #clauses=179823
795.58/398.93	c flip 0 nbSat=181671 maxSat=175405
858.03/430.22	c flip 0 nbSat=188915 maxSat=181700
858.23/430.36	c nbDecision=200000 #clauses=189032
924.67/463.67	c flip 0 nbSat=194247 maxSat=188950
971.77/487.28	c nbDecision=210000 #clauses=198263
991.12/496.91	c flip 0 nbSat=200026 maxSat=194268
1058.95/530.97	c flip 0 nbSat=206092 maxSat=200054
1074.72/538.90	c nbDecision=220000 #clauses=207460
1128.59/565.85	c flip 0 nbSat=212261 maxSat=206118
1192.23/597.73	c nbDecision=230000 #clauses=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/node15/watcher-328009-1173106807 -o ROOT/results/node15/solver-328009-1173106807 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328009-1173106807/ornithorynque /tmp/evaluation/328009-1173106807/instance-328009-1173106807.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.69 1.22 3/77 14255
/proc/meminfo: memFree=1606920/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=23220 CPUtime=0
/proc/14255/stat : 14255 (ornithorynque) R 14253 14255 14156 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 330635104 23777280 267 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240469970193 0 0 4096 0 0 0 0 17 1 0 0
/proc/14255/statm: 5805 267 220 42 0 45 0

[startup+0.040978 s]
/proc/loadavg: 1.83 1.69 1.22 3/77 14255
/proc/meminfo: memFree=1606920/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=44928 CPUtime=0.03
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 765 0 0 0 3 0 0 0 18 0 3 0 330635104 46006272 726 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 11232 726 387 42 0 5484 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 44928

[startup+0.101989 s]
/proc/loadavg: 1.83 1.69 1.22 3/77 14255
/proc/meminfo: memFree=1606920/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=44928 CPUtime=0.16
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 793 0 0 0 16 0 0 0 18 0 3 0 330635104 46006272 754 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 11232 754 387 42 0 5484 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 44928

[startup+0.302024 s]
/proc/loadavg: 1.83 1.69 1.22 3/77 14255
/proc/meminfo: memFree=1606920/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=46616 CPUtime=0.56
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 945 0 0 0 56 0 0 0 18 0 3 0 330635104 47734784 906 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 11654 906 387 42 0 5906 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 46616

[startup+0.701094 s]
/proc/loadavg: 1.83 1.69 1.22 3/77 14255
/proc/meminfo: memFree=1606920/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=46896 CPUtime=1.35
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 1120 0 0 0 135 0 0 0 18 0 3 0 330635104 48021504 1081 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 11724 1081 387 42 0 5976 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 46896

[startup+1.50123 s]
/proc/loadavg: 1.83 1.69 1.22 3/80 14258
/proc/meminfo: memFree=1603696/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=48384 CPUtime=2.94
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 1380 0 0 0 294 0 0 0 18 0 3 0 330635104 49545216 1341 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 12096 1341 387 42 0 6348 0
[pid=14255/tid=14257] ppid=14253 vsize=48384 CPUtime=1.45
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 410 0 0 0 145 0 0 0 20 0 3 0 330635108 49545216 1341 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=48384 CPUtime=1.45
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 227 0 0 0 145 0 0 0 25 0 3 0 330635108 49545216 1341 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285268 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 48384

[startup+3.10151 s]
/proc/loadavg: 1.85 1.70 1.22 3/80 14258
/proc/meminfo: memFree=1602160/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=50660 CPUtime=6.14
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 1876 0 0 0 613 1 0 0 18 0 3 0 330635104 51875840 1804 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 12665 1804 387 42 0 6917 0
[pid=14255/tid=14257] ppid=14253 vsize=50660 CPUtime=3.05
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 682 0 0 0 305 0 0 0 25 0 3 0 330635108 51875840 1804 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311145 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=50660 CPUtime=3.04
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 451 0 0 0 304 0 0 0 25 0 3 0 330635108 51875840 1804 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241583 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 50660

[startup+6.30106 s]
/proc/loadavg: 1.85 1.70 1.22 3/80 14258
/proc/meminfo: memFree=1599536/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=52200 CPUtime=12.52
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 2281 0 0 0 1251 1 0 0 18 0 3 0 330635104 53452800 2209 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 13050 2209 387 42 0 7302 0
[pid=14255/tid=14257] ppid=14253 vsize=52200 CPUtime=6.25
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 997 0 0 0 625 0 0 0 25 0 3 0 330635108 53452800 2209 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311171 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=52200 CPUtime=6.23
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 541 0 0 0 623 0 0 0 25 0 3 0 330635108 53452800 2209 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 52200

[startup+12.7022 s]
/proc/loadavg: 1.87 1.70 1.23 3/80 14258
/proc/meminfo: memFree=1596208/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=55244 CPUtime=25.3
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 3094 0 0 0 2528 2 0 0 18 0 3 0 330635104 56569856 2957 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 13811 2957 387 42 0 8063 0
[pid=14255/tid=14257] ppid=14253 vsize=55244 CPUtime=12.65
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 1452 0 0 0 1264 1 0 0 25 0 3 0 330635108 56569856 2957 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=55244 CPUtime=12.6
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 899 0 0 0 1260 0 0 0 25 0 3 0 330635108 56569856 2957 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 55244

[startup+25.5014 s]
/proc/loadavg: 1.89 1.71 1.23 3/80 14258
/proc/meminfo: memFree=1592368/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=59016 CPUtime=50.84
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 4166 0 0 0 5081 3 0 0 18 0 3 0 330635104 60432384 3915 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 14754 3915 387 42 0 9006 0
[pid=14255/tid=14257] ppid=14253 vsize=59016 CPUtime=25.44
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 2124 0 0 0 2542 2 0 0 25 0 3 0 330635108 60432384 3915 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=59016 CPUtime=25.35
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 1299 0 0 0 2535 0 0 0 25 0 3 0 330635108 60432384 3915 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241176 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 59016

[startup+51.1017 s]
/proc/loadavg: 1.93 1.74 1.25 3/80 14258
/proc/meminfo: memFree=1587504/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=65988 CPUtime=101.91
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 5837 0 0 0 10186 5 0 0 18 0 3 0 330635104 67571712 5127 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 16497 5127 387 42 0 10749 0
[pid=14255/tid=14257] ppid=14253 vsize=65988 CPUtime=51.03
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 2959 0 0 0 5100 3 0 0 25 0 3 0 330635108 67571712 5127 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=65988 CPUtime=50.83
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 2135 0 0 0 5082 1 0 0 25 0 3 0 330635108 67571712 5127 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 65988

[startup+102.306 s]
/proc/loadavg: 1.97 1.78 1.29 3/86 14382
/proc/meminfo: memFree=1577456/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=74468 CPUtime=203.91
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 8281 0 0 0 20372 19 0 0 18 0 3 0 330635104 76255232 7243 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 18617 7243 387 42 0 12869 0
[pid=14255/tid=14257] ppid=14253 vsize=74468 CPUtime=102.1
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 4280 0 0 0 10203 7 0 0 25 0 3 0 330635108 76255232 7243 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=74468 CPUtime=101.76
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 3258 0 0 0 10165 11 0 0 25 0 3 0 330635108 76255232 7243 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241539 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 74468

[startup+162.302 s]
/proc/loadavg: 1.99 1.81 1.33 3/80 14456
/proc/meminfo: memFree=1572400/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=83400 CPUtime=323.51
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 10840 0 0 0 32325 26 0 0 18 0 3 0 330635104 85401600 8825 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 20850 8825 387 42 0 15102 0
[pid=14255/tid=14257] ppid=14253 vsize=83400 CPUtime=162
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 5324 0 0 0 16191 9 0 0 25 0 3 0 330635108 85401600 8825 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=83400 CPUtime=161.47
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 4773 0 0 0 16130 17 0 0 25 0 3 0 330635108 85401600 8825 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242587 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.51
Current children cumulated vsize (KiB) 83400

[startup+222.302 s]
/proc/loadavg: 1.99 1.85 1.37 3/80 14456
/proc/meminfo: memFree=1567472/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=88104 CPUtime=443.23
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 12351 0 0 0 44294 29 0 0 18 0 3 0 330635104 90218496 10073 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 22026 10073 387 42 0 16278 0
[pid=14255/tid=14257] ppid=14253 vsize=88104 CPUtime=221.97
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 6275 0 0 0 22187 10 0 0 25 0 3 0 330635108 90218496 10073 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=88104 CPUtime=221.2
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 5333 0 0 0 22103 17 0 0 25 0 3 0 330635108 90218496 10073 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.23
Current children cumulated vsize (KiB) 88104

[startup+282.302 s]
/proc/loadavg: 1.99 1.87 1.41 3/80 14456
/proc/meminfo: memFree=1563184/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=94520 CPUtime=562.94
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 14060 0 0 0 56263 31 0 0 18 0 3 0 330635104 96788480 11136 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 23630 11136 387 42 0 17882 0
[pid=14255/tid=14257] ppid=14253 vsize=94520 CPUtime=281.96
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 7217 0 0 0 28184 12 0 0 25 0 3 0 330635108 96788480 11136 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4312385 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=94520 CPUtime=280.93
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 6100 0 0 0 28075 18 0 0 25 0 3 0 330635108 96788480 11137 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.94
Current children cumulated vsize (KiB) 94520

[startup+342.303 s]
/proc/loadavg: 1.99 1.89 1.45 3/80 14456
/proc/meminfo: memFree=1556400/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=101360 CPUtime=682.66
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 16275 0 0 0 68232 34 0 0 18 0 3 0 330635104 103792640 12792 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 25340 12792 387 42 0 19592 0
[pid=14255/tid=14257] ppid=14253 vsize=101360 CPUtime=341.93
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 8161 0 0 0 34179 14 0 0 25 0 3 0 330635108 103792640 12792 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311218 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=101360 CPUtime=340.68
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 7371 0 0 0 34049 19 0 0 25 0 3 0 330635108 103792640 12792 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242562 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.66
Current children cumulated vsize (KiB) 101360

[startup+402.302 s]
/proc/loadavg: 1.99 1.91 1.47 3/80 14456
/proc/meminfo: memFree=1552304/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=110224 CPUtime=802.37
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 19055 0 0 0 80200 37 0 0 18 0 3 0 330635104 112869376 13855 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 27556 13855 387 42 0 21808 0
[pid=14255/tid=14257] ppid=14253 vsize=110224 CPUtime=401.91
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 8981 0 0 0 40175 16 0 0 25 0 3 0 330635108 112869376 13855 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=110224 CPUtime=400.41
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 9331 0 0 0 40021 20 0 0 25 0 3 0 330635108 112869376 13855 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.37
Current children cumulated vsize (KiB) 110224

[startup+462.301 s]
/proc/loadavg: 1.99 1.92 1.50 3/80 14456
/proc/meminfo: memFree=1549488/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=113944 CPUtime=922.07
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 20100 0 0 0 92169 38 0 0 18 0 3 0 330635104 116678656 14576 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 28486 14576 387 42 0 22738 0
[pid=14255/tid=14257] ppid=14253 vsize=113944 CPUtime=461.89
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 9573 0 0 0 46172 17 0 0 25 0 3 0 330635108 116678656 14576 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311127 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=113944 CPUtime=460.14
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 9784 0 0 0 45994 20 0 0 25 0 3 0 330635108 116678656 14576 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241190 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.07
Current children cumulated vsize (KiB) 113944

[startup+522.301 s]
/proc/loadavg: 1.99 1.93 1.53 3/80 14456
/proc/meminfo: memFree=1546288/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=117800 CPUtime=1041.8
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 21174 0 0 0 104140 40 0 0 18 0 3 0 330635104 120627200 15358 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 29450 15358 387 42 0 23702 0
[pid=14255/tid=14257] ppid=14253 vsize=117800 CPUtime=521.87
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 10298 0 0 0 52168 19 0 0 25 0 3 0 330635108 120627200 15358 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=117800 CPUtime=519.88
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 10133 0 0 0 51968 20 0 0 25 0 3 0 330635108 120627200 15358 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.8
Current children cumulated vsize (KiB) 117800

[startup+582.302 s]
/proc/loadavg: 1.99 1.94 1.56 3/80 14456
/proc/meminfo: memFree=1543600/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=119472 CPUtime=1161.51
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 21945 0 0 0 116109 42 0 0 18 0 3 0 330635104 122339328 16031 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 29868 16031 387 42 0 24120 0
[pid=14255/tid=14257] ppid=14253 vsize=119472 CPUtime=581.85
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 10688 0 0 0 58164 21 0 0 25 0 3 0 330635108 122339328 16031 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311371 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=119472 CPUtime=579.62
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 10514 0 0 0 57941 21 0 0 25 0 3 0 330635108 122339328 16031 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.51
Current children cumulated vsize (KiB) 119472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.603 s]
/proc/loadavg: 1.99 1.94 1.57 3/80 14456
/proc/meminfo: memFree=1542256/2055920 swapFree=4152980/4192956
[pid=14255] ppid=14253 vsize=120888 CPUtime=1200.03
/proc/14255/stat : 14255 (ornithorynque) S 14253 14255 14156 0 -1 4194304 22566 0 0 0 119960 43 0 0 18 0 3 0 330635104 123789312 16359 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 240481496955 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 30222 16359 387 42 0 24474 0
[pid=14255/tid=14257] ppid=14253 vsize=120888 CPUtime=601.15
/proc/14255/task/14257/stat : 14257 (ornithorynque) R 14253 14255 14156 0 -1 4194368 11309 0 0 0 60093 22 0 0 25 0 3 0 330635108 123789312 16359 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=120888 CPUtime=598.83
/proc/14255/task/14258/stat : 14258 (ornithorynque) R 14253 14255 14156 0 -1 4194368 10514 0 0 0 59862 21 0 0 25 0 3 0 330635108 123789312 16359 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 120888

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.63
CPU time (s): 1200.06
CPU user time (s): 1199.61
CPU system time (s): 0.449931
CPU usage (%): 199.469
Max. virtual memory (cumulated for all children) (KiB): 120888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.61
system time used= 0.449931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22566
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= 22
involuntary context switches= 23022

runsolver used 0.598908 second user time and 1.61675 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Mar  5 15:00:07 UTC 2007

IDJOB= 328009
IDBENCH= 19917
IDSOLVER= 139
FILE ID= node15/328009-1173106807

PBS_JOBID= 4013932

Free space on /tmp= 66482 MiB

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

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  ea6c3c02564fa25b13cb9c95b3e90ee5

RANDOM SEED= 376671471

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1607392 kB
Buffers:         36540 kB
Cached:         330860 kB
SwapCached:       2384 kB
Active:          75532 kB
Inactive:       314684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607392 kB
SwapTotal:     4192956 kB
SwapFree:      4152980 kB
Dirty:             424 kB
Writeback:           0 kB
Mapped:          30616 kB
Slab:            43856 kB
Committed_AS:  1242040 kB
PageTables:       1800 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= 66482 MiB

End job on node15 on Mon Mar  5 15:10:11 UTC 2007