Trace number 335365

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

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-icl001.sat05-3822.reshuffled-07.cnf
MD5SUMec57f256b9d77cc498e6804764ea407d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2441
Number of clauses16065
Sum of the clauses size113111
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 2392
Number of clauses of size 32214
Number of clauses of size 4305
Number of clauses of size 5454
Number of clauses of size over 512665

Solver Data (download as text)

0.00/0.06	c This is Ornithorynque version 0.1 alpha
0.00/0.06	c (c) roussel@cril.univ-artois.fr
0.00/0.06	c using unsigned short
0.00/0.06	c parsing...
0.03/0.14	c ...done
0.03/0.14	c nbVar=2441 nbClause=16065
0.03/0.14	c nbVar=2441 nbClause=16065
0.03/0.16	c complete search running
0.03/0.16	c local search running
0.03/0.16	c flip 0 nbSat=15609 maxSat=0
0.16/0.27	c nbDecision=10000 #clauses=17250
0.56/0.40	c flip 10000 nbSat=15943 maxSat=15980
0.76/0.52	c nbDecision=20000 #clauses=19748
0.96/0.64	c flip 20000 nbSat=15969 maxSat=15981
1.36/0.87	c flip 30000 nbSat=15958 maxSat=15984
1.57/0.98	c nbDecision=30000 #clauses=23277
1.97/1.11	c flip 40000 nbSat=15961 maxSat=15984
2.36/1.34	c flip 0 nbSat=24878 maxSat=15984
3.56/1.90	c nbDecision=40000 #clauses=27891
3.97/2.15	c flip 10000 nbSat=25280 maxSat=25310
4.17/2.29	c nbDecision=50000 #clauses=28916
5.56/2.90	c flip 20000 nbSat=25247 maxSat=25310
6.55/3.45	c nbDecision=60000 #clauses=32095
6.96/3.64	c flip 30000 nbSat=25277 maxSat=25310
8.56/4.42	c flip 40000 nbSat=25253 maxSat=25310
8.56/4.48	c nbDecision=70000 #clauses=34133
9.95/5.18	c flip 0 nbSat=34677 maxSat=25310
13.54/6.98	c flip 10000 nbSat=35203 maxSat=35255
16.53/8.48	c nbDecision=80000 #clauses=40227
17.34/8.87	c flip 20000 nbSat=35216 maxSat=35256
21.12/10.78	c flip 30000 nbSat=35144 maxSat=35256
23.72/12.06	c nbDecision=90000 #clauses=45805
24.71/12.57	c flip 40000 nbSat=35225 maxSat=35258
28.51/14.42	c flip 0 nbSat=48870 maxSat=35258
33.29/16.84	c nbDecision=100000 #clauses=52383
37.09/18.78	c flip 10000 nbSat=49294 maxSat=49337
40.88/20.67	c nbDecision=110000 #clauses=57784
46.25/23.33	c flip 20000 nbSat=49235 maxSat=49343
47.25/23.84	c nbDecision=120000 #clauses=62630
55.24/27.87	c flip 30000 nbSat=49280 maxSat=49343
58.03/29.28	c nbDecision=130000 #clauses=68206
64.42/32.44	c flip 40000 nbSat=49282 maxSat=49343
71.40/35.95	c nbDecision=140000 #clauses=73581
72.39/36.49	c flip 0 nbSat=73330 maxSat=49343
85.76/43.11	c nbDecision=150000 #clauses=78913
92.15/46.31	c flip 10000 nbSat=73814 maxSat=73840
104.53/52.55	c nbDecision=160000 #clauses=84891
110.52/55.58	c flip 20000 nbSat=73793 maxSat=73852
129.08/64.84	c flip 30000 nbSat=73810 maxSat=73852
135.45/68.00	c nbDecision=170000 #clauses=91513
147.62/74.18	c flip 40000 nbSat=73741 maxSat=73852
155.21/77.92	c nbDecision=180000 #clauses=94798
163.78/82.28	c flip 0 nbSat=95864 maxSat=73852
197.31/99.01	c flip 10000 nbSat=96281 maxSat=96350
201.10/100.90	c nbDecision=190000 #clauses=102449
223.25/112.04	c nbDecision=200000 #clauses=106296
230.24/115.56	c flip 20000 nbSat=96319 maxSat=96363
261.55/131.23	c nbDecision=210000 #clauses=112646
261.55/131.23	c flip 30000 nbSat=96325 maxSat=96363
294.28/147.67	c flip 40000 nbSat=96326 maxSat=96363
306.66/153.83	c nbDecision=220000 #clauses=120119
322.62/161.84	c flip 0 nbSat=120729 maxSat=96367
370.10/185.67	c flip 10000 nbSat=121070 maxSat=121105
419.19/210.23	c flip 20000 nbSat=121019 maxSat=121105
466.68/234.04	c flip 30000 nbSat=121052 maxSat=121115
515.96/258.77	c flip 40000 nbSat=121056 maxSat=121115
527.52/264.54	c nbDecision=230000 #clauses=125453
547.69/274.64	c nbDecision=240000 #clauses=127506
559.27/280.49	c flip 0 nbSat=127011 maxSat=121115
614.13/307.93	c flip 10000 nbSat=127553 maxSat=127586
616.52/309.10	c nbDecision=250000 #clauses=134184
665.02/333.49	c flip 20000 nbSat=127537 maxSat=127590
693.15/347.57	c nbDecision=260000 #clauses=141595
717.29/359.67	c flip 30000 nbSat=127513 maxSat=127590
771.76/386.94	c flip 40000 nbSat=127507 maxSat=127605
797.69/399.90	c nbDecision=270000 #clauses=149607
820.65/411.40	c flip 0 nbSat=150823 maxSat=127605
888.08/445.23	c nbDecision=280000 #clauses=156521
890.27/446.33	c flip 10000 nbSat=151327 maxSat=151407
957.32/479.92	c flip 20000 nbSat=151358 maxSat=151408
980.67/491.65	c nbDecision=290000 #clauses=164264
1025.57/514.19	c flip 30000 nbSat=151290 maxSat=151417
1061.47/532.10	c nbDecision=300000 #clauses=170485
1093.80/548.35	c flip 40000 nbSat=151306 maxSat=151417
1153.65/578.32	c flip 0 nbSat=176403 maxSat=151417
1164.23/583.64	c nbDecision=310000 #clauses=178017

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/node10/watcher-335365-1173625837 -o ROOT/results/node10/solver-335365-1173625837 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335365-1173625837/ornithorynque /tmp/evaluation/335365-1173625837/instance-335365-1173625837.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.00 1.00 1.03 3/77 3153
/proc/meminfo: memFree=1689400/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=1364 CPUtime=0
/proc/3153/stat : 3153 (ornithorynque) D 3151 3153 1725 0 -1 4194304 48 0 0 0 0 0 0 0 18 0 1 0 382538705 1396736 32 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214917248393 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/3153/statm: 341 32 25 42 0 3 0

[startup+0.0310669 s]
/proc/loadavg: 1.00 1.00 1.03 3/77 3153
/proc/meminfo: memFree=1689400/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=5968 CPUtime=0
/proc/3153/stat : 3153 (ornithorynque) D 3151 3153 1725 0 -1 4194304 63 0 0 0 0 0 0 0 18 0 1 0 382538705 6111232 47 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214917248489 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/3153/statm: 1492 47 36 42 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5968

[startup+0.101078 s]
/proc/loadavg: 1.00 1.00 1.03 3/77 3153
/proc/meminfo: memFree=1689400/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=23968 CPUtime=0.03
/proc/3153/stat : 3153 (ornithorynque) R 3151 3153 1725 0 -1 4194304 651 0 1 0 3 0 0 0 18 0 1 0 382538705 24543232 613 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214919713505 0 0 4096 1088 0 0 0 17 1 0 0
/proc/3153/statm: 5992 613 377 42 0 244 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23968

[startup+0.301107 s]
/proc/loadavg: 1.00 1.00 1.03 3/77 3153
/proc/meminfo: memFree=1689400/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=47404 CPUtime=0.36
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 1391 0 1 0 36 0 0 0 18 0 3 0 382538705 48541696 1320 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 11851 1320 387 42 0 6103 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 47404

[startup+0.701162 s]
/proc/loadavg: 1.00 1.00 1.03 3/77 3153
/proc/meminfo: memFree=1689400/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=48052 CPUtime=1.16
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 1554 0 1 0 116 0 0 0 18 0 3 0 382538705 49205248 1483 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 12013 1483 387 42 0 6265 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 48052

[startup+1.50127 s]
/proc/loadavg: 1.08 1.02 1.03 3/80 3156
/proc/meminfo: memFree=1684192/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=51048 CPUtime=2.76
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 2106 0 1 0 275 1 0 0 18 0 3 0 382538705 52273152 2035 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 12762 2035 387 42 0 7014 0
[pid=3153/tid=3155] ppid=3151 vsize=51048 CPUtime=1.33
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 530 0 0 0 133 0 0 0 18 0 3 0 382538722 52273152 2035 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311308 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=51048 CPUtime=1.33
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 296 0 0 0 133 0 0 0 25 0 3 0 382538722 52273152 2035 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242269 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 51048

[startup+3.10149 s]
/proc/loadavg: 1.08 1.02 1.03 3/80 3156
/proc/meminfo: memFree=1681696/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=52072 CPUtime=5.95
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 2394 0 1 0 594 1 0 0 18 0 3 0 382538705 53321728 2323 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 13018 2323 387 42 0 7270 0
[pid=3153/tid=3155] ppid=3151 vsize=52072 CPUtime=2.92
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 818 0 0 0 292 0 0 0 25 0 3 0 382538722 53321728 2323 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311260 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=52072 CPUtime=2.92
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 296 0 0 0 292 0 0 0 25 0 3 0 382538722 53321728 2323 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241190 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 52072

[startup+6.30192 s]
/proc/loadavg: 1.08 1.02 1.03 3/80 3156
/proc/meminfo: memFree=1678240/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=55240 CPUtime=12.35
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 3315 0 1 0 1232 3 0 0 18 0 3 0 382538705 56565760 3114 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 13810 3114 387 42 0 8062 0
[pid=3153/tid=3155] ppid=3151 vsize=55240 CPUtime=6.13
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 1314 0 0 0 611 2 0 0 25 0 3 0 382538722 56565760 3114 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=55240 CPUtime=6.11
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 721 0 0 0 611 0 0 0 25 0 3 0 382538722 56565760 3114 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 55240

[startup+12.7028 s]
/proc/loadavg: 1.22 1.05 1.04 4/80 3156
/proc/meminfo: memFree=1675424/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=58312 CPUtime=25.11
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 3965 0 1 0 2508 3 0 0 18 0 3 0 382538705 59711488 3764 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 14578 3764 387 42 0 8830 0
[pid=3153/tid=3155] ppid=3151 vsize=58312 CPUtime=12.52
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 1964 0 0 0 1250 2 0 0 25 0 3 0 382538722 59711488 3764 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242944 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=58312 CPUtime=12.48
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 721 0 0 0 1248 0 0 0 25 0 3 0 382538722 59711488 3764 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241572 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 58312

[startup+25.5015 s]
/proc/loadavg: 1.34 1.08 1.05 3/80 3156
/proc/meminfo: memFree=1668960/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=64308 CPUtime=50.64
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 5575 0 1 0 5059 5 0 0 18 0 3 0 382538705 65851392 5311 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 16077 5311 387 42 0 10329 0
[pid=3153/tid=3155] ppid=3151 vsize=64308 CPUtime=25.32
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 3003 0 0 0 2528 4 0 0 25 0 3 0 382538722 65851392 5311 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=64308 CPUtime=25.22
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 1292 0 0 0 2522 0 0 0 25 0 3 0 382538722 65851392 5311 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 64308

[startup+51.102 s]
/proc/loadavg: 1.56 1.15 1.08 3/80 3156
/proc/meminfo: memFree=1661600/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=73768 CPUtime=101.74
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 7700 0 1 0 10165 9 0 0 18 0 3 0 382538705 75538432 7178 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 18442 7178 387 42 0 12694 0
[pid=3153/tid=3155] ppid=3151 vsize=73768 CPUtime=50.91
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 4237 0 0 0 5084 7 0 0 25 0 3 0 382538722 75538432 7178 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=73768 CPUtime=50.71
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 2183 0 0 0 5071 0 0 0 25 0 3 0 382538722 75538432 7178 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 73768

[startup+102.306 s]
/proc/loadavg: 1.82 1.29 1.13 3/80 3156
/proc/meminfo: memFree=1652832/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=82732 CPUtime=203.9
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 9844 0 1 0 20379 11 0 0 18 0 3 0 382538705 84717568 9322 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 20683 9322 387 42 0 14935 0
[pid=3153/tid=3155] ppid=3151 vsize=82732 CPUtime=102.09
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 5473 0 0 0 10200 9 0 0 25 0 3 0 382538722 84717568 9322 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=82732 CPUtime=101.7
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 3091 0 0 0 10169 1 0 0 25 0 3 0 382538722 84717568 9322 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242170 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 82732

[startup+162.302 s]
/proc/loadavg: 1.93 1.42 1.18 3/80 3156
/proc/meminfo: memFree=1648032/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=92376 CPUtime=323.62
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 12250 0 1 0 32347 15 0 0 18 0 3 0 382538705 94593024 11680 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 23094 11680 387 42 0 17346 0
[pid=3153/tid=3155] ppid=3151 vsize=92376 CPUtime=162.07
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 6654 0 0 0 16195 12 0 0 25 0 3 0 382538722 94593024 11680 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242944 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=92376 CPUtime=161.42
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 4316 0 0 0 16141 1 0 0 25 0 3 0 382538722 94593024 11680 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.62
Current children cumulated vsize (KiB) 92376

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.23 3/80 3156
/proc/meminfo: memFree=1643168/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=92376 CPUtime=443.32
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 12252 0 1 0 44317 15 0 0 18 0 3 0 382538705 94593024 11682 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 23094 11682 387 42 0 17346 0
[pid=3153/tid=3155] ppid=3151 vsize=92376 CPUtime=222.05
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 6656 0 0 0 22193 12 0 0 25 0 3 0 382538722 94593024 11682 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242950 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=92376 CPUtime=221.16
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 4316 0 0 0 22114 2 0 0 25 0 3 0 382538722 94593024 11682 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285398 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.32
Current children cumulated vsize (KiB) 92376

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.27 3/80 3156
/proc/meminfo: memFree=1640096/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=96688 CPUtime=563.05
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 13145 0 1 0 56289 16 0 0 18 0 3 0 382538705 99008512 12450 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 24172 12450 387 42 0 18424 0
[pid=3153/tid=3155] ppid=3151 vsize=96688 CPUtime=282.03
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 7206 0 0 0 28190 13 0 0 25 0 3 0 382538722 99008512 12450 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311518 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=96688 CPUtime=280.91
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 4659 0 0 0 28089 2 0 0 25 0 3 0 382538722 99008512 12450 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.05
Current children cumulated vsize (KiB) 96688

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.31 3/80 3156
/proc/meminfo: memFree=1636384/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=100784 CPUtime=682.77
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 14336 0 1 0 68258 19 0 0 18 0 3 0 382538705 103202816 13384 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 25196 13384 387 42 0 19448 0
[pid=3153/tid=3155] ppid=3151 vsize=100784 CPUtime=342.02
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 8397 0 0 0 34186 16 0 0 25 0 3 0 382538722 103202816 13384 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311011 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=100784 CPUtime=340.64
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 4659 0 0 0 34062 2 0 0 25 0 3 0 382538722 103202816 13384 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241539 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.77
Current children cumulated vsize (KiB) 100784

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.36 4/80 3156
/proc/meminfo: memFree=1633376/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=103856 CPUtime=802.48
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 15076 0 1 0 80227 21 0 0 18 0 3 0 382538705 106348544 14124 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 25964 14124 387 42 0 20216 0
[pid=3153/tid=3155] ppid=3151 vsize=103856 CPUtime=402
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 9137 0 0 0 40182 18 0 0 25 0 3 0 382538722 106348544 14124 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=103856 CPUtime=400.37
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 4659 0 0 0 40035 2 0 0 25 0 3 0 382538722 106348544 14124 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.48
Current children cumulated vsize (KiB) 103856

[startup+462.302 s]
/proc/loadavg: 1.99 1.78 1.39 3/80 3156
/proc/meminfo: memFree=1626144/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=113364 CPUtime=922.2
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 17276 0 1 0 92197 23 0 0 18 0 3 0 382538705 116084736 15902 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 28341 15902 387 42 0 22593 0
[pid=3153/tid=3155] ppid=3151 vsize=113364 CPUtime=461.97
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 9801 0 0 0 46178 19 0 0 25 0 3 0 382538722 116084736 15902 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=113364 CPUtime=460.12
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 6195 0 0 0 46009 3 0 0 25 0 3 0 382538722 116084736 15902 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.2
Current children cumulated vsize (KiB) 113364

[startup+522.302 s]
/proc/loadavg: 1.99 1.81 1.43 3/80 3156
/proc/meminfo: memFree=1623456/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=115544 CPUtime=1041.93
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 17944 0 1 0 104169 24 0 0 18 0 3 0 382538705 118317056 16570 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 28886 16570 387 42 0 23138 0
[pid=3153/tid=3155] ppid=3151 vsize=115544 CPUtime=521.96
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 10469 0 0 0 52176 20 0 0 25 0 3 0 382538722 118317056 16570 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311171 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=115544 CPUtime=519.86
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 6195 0 0 0 51983 3 0 0 25 0 3 0 382538722 118317056 16570 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.93
Current children cumulated vsize (KiB) 115544

[startup+582.302 s]
/proc/loadavg: 1.99 1.85 1.46 3/80 3156
/proc/meminfo: memFree=1615648/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=125072 CPUtime=1161.63
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 19923 0 1 0 116137 26 0 0 18 0 3 0 382538705 128073728 18483 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 31268 18483 387 42 0 25520 0
[pid=3153/tid=3155] ppid=3151 vsize=125072 CPUtime=581.94
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 11118 0 0 0 58173 21 0 0 25 0 3 0 382538722 128073728 18483 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=125072 CPUtime=579.58
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 7525 0 0 0 57954 4 0 0 25 0 3 0 382538722 128073728 18483 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241651 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.63
Current children cumulated vsize (KiB) 125072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.601 s]
/proc/loadavg: 1.99 1.85 1.47 3/80 3156
/proc/meminfo: memFree=1614816/2055920 swapFree=4168764/4192956
[pid=3153] ppid=3151 vsize=125204 CPUtime=1200.16
/proc/3153/stat : 3153 (ornithorynque) S 3151 3153 1725 0 -1 4194304 20103 0 1 0 119989 27 0 0 18 0 3 0 382538705 128208896 18663 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 214928748411 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/3153/statm: 31301 18663 387 42 0 25553 0
[pid=3153/tid=3155] ppid=3151 vsize=125204 CPUtime=601.24
/proc/3153/task/3155/stat : 3155 (ornithorynque) R 3151 3153 1725 0 -1 4194368 11298 0 0 0 60102 22 0 0 25 0 3 0 382538722 128208896 18663 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=3153/tid=3156] ppid=3151 vsize=125204 CPUtime=598.81
/proc/3153/task/3156/stat : 3156 (ornithorynque) R 3151 3153 1725 0 -1 4194368 7525 0 0 0 59877 4 0 0 25 0 3 0 382538722 128208896 18663 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242170 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 125204

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.2
CPU user time (s): 1199.91
CPU system time (s): 0.287956
CPU usage (%): 199.492
Max. virtual memory (cumulated for all children) (KiB): 125204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.91
system time used= 0.287956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20103
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 22483

runsolver used 0.475927 second user time and 1.73274 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Mar 11 15:10:37 UTC 2007

IDJOB= 335365
IDBENCH= 24649
IDSOLVER= 139
FILE ID= node10/335365-1173625837

PBS_JOBID= 4101267

Free space on /tmp= 66434 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/QG/QG7a-gensys-icl001.sat05-3822.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335365-1173625837/ornithorynque /tmp/evaluation/335365-1173625837/instance-335365-1173625837.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-335365-1173625837 -o ROOT/results/node10/solver-335365-1173625837 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335365-1173625837/ornithorynque /tmp/evaluation/335365-1173625837/instance-335365-1173625837.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  ec57f256b9d77cc498e6804764ea407d

RANDOM SEED= 677968981

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1689872 kB
Buffers:         24104 kB
Cached:         263124 kB
SwapCached:       2520 kB
Active:         172048 kB
Inactive:       138288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689872 kB
SwapTotal:     4192956 kB
SwapFree:      4168764 kB
Dirty:             864 kB
Writeback:           0 kB
Mapped:          30692 kB
Slab:            41220 kB
Committed_AS:  1725232 kB
PageTables:       1832 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= 66434 MiB

End job on node10 on Sun Mar 11 15:20:41 UTC 2007