Trace number 327998

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.07 601.628

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S1142219800-20.UNSAT.shuffled.cnf
MD5SUMd1ba06d6a0dc1ac49e6129f3be220436
Bench CategoryRANDOM (random 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 variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55785

Solver Data (download as text)

0.00/0.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=65 nbClause=5785
0.00/0.03	c nbVar=65 nbClause=5785
0.00/0.03	c complete search running
0.00/0.03	c local search running
0.00/0.03	c flip 0 nbSat=5743 maxSat=0
0.36/0.21	c flip 0 nbSat=7290 maxSat=5768
0.96/0.50	c flip 0 nbSat=9169 maxSat=7327
1.76/0.93	c flip 0 nbSat=11293 maxSat=9194
2.95/1.56	c flip 0 nbSat=13593 maxSat=11330
3.75/1.96	c nbDecision=10000 #clauses=14798
4.95/2.52	c flip 0 nbSat=16445 maxSat=13617
7.34/3.74	c flip 0 nbSat=19217 maxSat=16474
10.74/5.48	c flip 0 nbSat=23253 maxSat=19239
11.54/5.87	c nbDecision=20000 #clauses=24025
15.33/7.75	c flip 0 nbSat=27105 maxSat=23285
21.51/10.80	c flip 0 nbSat=30976 maxSat=27132
24.51/12.37	c nbDecision=30000 #clauses=33174
29.29/14.70	c flip 0 nbSat=35727 maxSat=31015
38.28/19.21	c flip 0 nbSat=40369 maxSat=35768
41.47/20.87	c nbDecision=40000 #clauses=42236
48.85/24.51	c flip 0 nbSat=45252 maxSat=40396
60.43/30.35	c flip 0 nbSat=49359 maxSat=45290
67.01/33.69	c nbDecision=50000 #clauses=51350
74.19/37.27	c flip 0 nbSat=53148 maxSat=49385
88.75/44.50	c flip 0 nbSat=57853 maxSat=53194
96.72/48.59	c nbDecision=60000 #clauses=60506
104.71/52.54	c flip 0 nbSat=62808 maxSat=57884
121.87/61.19	c flip 0 nbSat=67943 maxSat=62836
129.85/65.16	c nbDecision=70000 #clauses=69635
140.82/70.66	c flip 0 nbSat=71706 maxSat=67956
160.77/80.60	c flip 0 nbSat=77242 maxSat=71733
166.37/83.46	c nbDecision=80000 #clauses=78778
182.52/91.58	c flip 0 nbSat=82274 maxSat=77272
206.07/103.38	c flip 0 nbSat=87482 maxSat=82310
207.66/104.19	c nbDecision=90000 #clauses=87929
231.61/116.19	c flip 0 nbSat=93656 maxSat=87521
245.19/122.91	c nbDecision=100000 #clauses=97056
260.14/130.42	c flip 0 nbSat=99894 maxSat=93703
289.27/145.06	c flip 0 nbSat=105407 maxSat=99928
293.46/147.12	c nbDecision=110000 #clauses=106200
321.60/161.23	c flip 0 nbSat=111278 maxSat=105440
341.15/171.05	c nbDecision=120000 #clauses=115261
354.72/177.82	c flip 0 nbSat=117185 maxSat=111307
390.03/195.57	c flip 0 nbSat=121863 maxSat=117234
409.39/205.27	c nbDecision=130000 #clauses=124472
425.76/213.44	c flip 0 nbSat=126407 maxSat=121894
464.65/232.91	c flip 0 nbSat=131099 maxSat=126424
484.01/242.62	c nbDecision=140000 #clauses=133689
502.54/251.99	c flip 0 nbSat=136178 maxSat=131134
543.74/272.60	c flip 0 nbSat=141979 maxSat=136191
550.91/276.22	c nbDecision=150000 #clauses=142897
586.01/293.86	c flip 0 nbSat=146392 maxSat=142012
630.65/316.23	c flip 0 nbSat=150856 maxSat=146418
640.22/321.09	c nbDecision=160000 #clauses=152047
676.88/339.47	c flip 0 nbSat=156581 maxSat=150912
714.18/358.14	c nbDecision=170000 #clauses=161162
725.36/363.71	c flip 0 nbSat=162633 maxSat=156618
773.05/387.63	c flip 0 nbSat=168380 maxSat=162665
787.43/394.83	c nbDecision=180000 #clauses=170317
823.92/413.11	c flip 0 nbSat=175779 maxSat=168407
847.47/424.93	c nbDecision=190000 #clauses=179530
878.00/440.20	c flip 0 nbSat=183434 maxSat=175819
933.26/467.95	c flip 0 nbSat=188067 maxSat=183463
939.85/471.25	c nbDecision=200000 #clauses=188725
989.92/496.35	c flip 0 nbSat=193688 maxSat=188105
1031.83/517.31	c nbDecision=210000 #clauses=197903
1049.18/526.02	c flip 0 nbSat=199199 maxSat=193721
1107.85/555.45	c flip 0 nbSat=203788 maxSat=199220
1153.93/578.60	c nbDecision=220000 #clauses=207071
1170.70/586.91	c flip 0 nbSat=208211 maxSat=203821

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/node66/watcher-327998-1173106610 -o ROOT/results/node66/solver-327998-1173106610 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/327998-1173106610/ornithorynque /tmp/evaluation/327998-1173106610/instance-327998-1173106610.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.23 3/64 8599
/proc/meminfo: memFree=1684184/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=23220 CPUtime=0
/proc/8599/stat : 8599 (ornithorynque) R 8597 8599 8500 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 330618552 23777280 261 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227604993125 0 0 4096 0 0 0 0 17 1 0 0
/proc/8599/statm: 5805 263 218 42 0 45 0

[startup+0.088186 s]
/proc/loadavg: 1.83 1.69 1.23 3/64 8599
/proc/meminfo: memFree=1684184/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=44940 CPUtime=0.13
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 767 0 0 0 13 0 0 0 18 0 3 0 330618552 46018560 728 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 11235 728 387 42 0 5487 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 44940

[startup+0.101187 s]
/proc/loadavg: 1.83 1.69 1.23 3/64 8599
/proc/meminfo: memFree=1684184/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=44940 CPUtime=0.16
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 772 0 0 0 16 0 0 0 18 0 3 0 330618552 46018560 733 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 11235 733 387 42 0 5487 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 44940

[startup+0.301229 s]
/proc/loadavg: 1.83 1.69 1.23 3/64 8599
/proc/meminfo: memFree=1684184/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=46228 CPUtime=0.56
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 906 0 0 0 56 0 0 0 18 0 3 0 330618552 47337472 867 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 11557 867 387 42 0 5809 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 46228

[startup+0.70131 s]
/proc/loadavg: 1.83 1.69 1.23 3/64 8599
/proc/meminfo: memFree=1684184/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=46632 CPUtime=1.36
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 1080 0 0 0 136 0 0 0 18 0 3 0 330618552 47751168 1041 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 11658 1041 387 42 0 5910 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 46632

[startup+1.50147 s]
/proc/loadavg: 1.83 1.69 1.23 3/67 8602
/proc/meminfo: memFree=1680832/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=48096 CPUtime=2.95
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 1315 0 0 0 295 0 0 0 18 0 3 0 330618552 49250304 1276 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 12024 1276 387 42 0 6276 0
[pid=8599/tid=8601] ppid=8597 vsize=48096 CPUtime=1.46
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 385 0 0 0 146 0 0 0 25 0 3 0 330618555 49250304 1276 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311267 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=48096 CPUtime=1.46
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 205 0 0 0 146 0 0 0 25 0 3 0 330618555 49250304 1276 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241839 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 48096

[startup+3.1018 s]
/proc/loadavg: 1.83 1.69 1.23 3/67 8602
/proc/meminfo: memFree=1679872/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=49384 CPUtime=6.15
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 1782 0 0 0 615 0 0 0 18 0 3 0 330618552 50569216 1677 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 12346 1677 387 42 0 6598 0
[pid=8599/tid=8601] ppid=8597 vsize=49384 CPUtime=3.05
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 612 0 0 0 305 0 0 0 21 0 3 0 330618555 50569216 1677 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227607483047 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=49384 CPUtime=3.05
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 445 0 0 0 305 0 0 0 25 0 3 0 330618555 50569216 1677 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242305 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 49384

[startup+6.30144 s]
/proc/loadavg: 1.85 1.70 1.23 3/67 8602
/proc/meminfo: memFree=1677568/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=50952 CPUtime=12.53
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 2217 0 0 0 1252 1 0 0 18 0 3 0 330618552 52174848 2112 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 12738 2112 387 42 0 6990 0
[pid=8599/tid=8601] ppid=8597 vsize=50952 CPUtime=6.26
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 906 0 0 0 625 1 0 0 25 0 3 0 330618555 52174848 2112 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=50952 CPUtime=6.24
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 586 0 0 0 624 0 0 0 25 0 3 0 330618555 52174848 2112 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240896 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 50952

[startup+12.7017 s]
/proc/loadavg: 1.86 1.70 1.24 3/67 8602
/proc/meminfo: memFree=1674432/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=54796 CPUtime=25.31
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 2917 0 0 0 2529 2 0 0 18 0 3 0 330618552 56111104 2747 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 13699 2747 387 42 0 7951 0
[pid=8599/tid=8601] ppid=8597 vsize=54796 CPUtime=12.65
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 1335 0 0 0 1264 1 0 0 25 0 3 0 330618555 56111104 2747 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=54796 CPUtime=12.61
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 857 0 0 0 1261 0 0 0 25 0 3 0 330618555 56111104 2747 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 54796

[startup+25.5013 s]
/proc/loadavg: 1.89 1.71 1.25 3/67 8602
/proc/meminfo: memFree=1670720/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=58572 CPUtime=50.84
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 3921 0 0 0 5082 2 0 0 18 0 3 0 330618552 59977728 3641 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 14643 3641 387 42 0 8895 0
[pid=8599/tid=8601] ppid=8597 vsize=58572 CPUtime=25.45
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 1903 0 0 0 2543 2 0 0 25 0 3 0 330618555 59977728 3641 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=58572 CPUtime=25.35
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 1293 0 0 0 2535 0 0 0 25 0 3 0 330618555 59977728 3641 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285353 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 58572

[startup+51.1014 s]
/proc/loadavg: 1.93 1.74 1.27 3/67 8602
/proc/meminfo: memFree=1666496/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=63452 CPUtime=101.92
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 5264 0 0 0 10188 4 0 0 18 0 3 0 330618552 64974848 4720 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 15863 4720 387 42 0 10115 0
[pid=8599/tid=8601] ppid=8597 vsize=63452 CPUtime=51.04
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 2541 0 0 0 5101 3 0 0 25 0 3 0 330618555 64974848 4720 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=63452 CPUtime=50.83
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 1998 0 0 0 5083 0 0 0 25 0 3 0 330618555 64974848 4720 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 63452

[startup+102.306 s]
/proc/loadavg: 1.97 1.77 1.30 3/67 8602
/proc/meminfo: memFree=1659584/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=70852 CPUtime=204.08
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 7281 0 0 0 20403 5 0 0 18 0 3 0 330618552 72552448 6379 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 17713 6379 387 42 0 11965 0
[pid=8599/tid=8601] ppid=8597 vsize=70852 CPUtime=102.22
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 3755 0 0 0 10218 4 0 0 25 0 3 0 330618555 72552448 6379 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=70852 CPUtime=101.81
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 2801 0 0 0 10181 0 0 0 25 0 3 0 330618555 72552448 6379 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 70852

[startup+162.302 s]
/proc/loadavg: 1.99 1.81 1.34 3/67 8602
/proc/meminfo: memFree=1652352/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=80368 CPUtime=323.79
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 9976 0 0 0 32371 8 0 0 18 0 3 0 330618552 82296832 8204 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 20092 8204 387 42 0 14344 0
[pid=8599/tid=8601] ppid=8597 vsize=80368 CPUtime=162.19
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 4877 0 0 0 16213 6 0 0 25 0 3 0 330618555 82296832 8204 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=80368 CPUtime=161.56
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 4374 0 0 0 16155 1 0 0 25 0 3 0 330618555 82296832 8204 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.79
Current children cumulated vsize (KiB) 80368

[startup+222.303 s]
/proc/loadavg: 1.99 1.84 1.38 3/67 8602
/proc/meminfo: memFree=1648064/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=84244 CPUtime=443.5
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 11107 0 0 0 44340 10 0 0 18 0 3 0 330618552 86265856 9269 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 21061 9269 387 42 0 15313 0
[pid=8599/tid=8601] ppid=8597 vsize=84244 CPUtime=222.17
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 5584 0 0 0 22209 8 0 0 25 0 3 0 330618555 86265856 9269 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=84244 CPUtime=221.29
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 4798 0 0 0 22128 1 0 0 25 0 3 0 330618555 86265856 9269 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.5
Current children cumulated vsize (KiB) 84244

[startup+282.302 s]
/proc/loadavg: 1.99 1.87 1.42 3/73 8714
/proc/meminfo: memFree=1641968/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=90672 CPUtime=563.07
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 13039 0 0 0 56287 20 0 0 18 0 3 0 330618552 92848128 10425 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 22668 10425 387 42 0 16920 0
[pid=8599/tid=8601] ppid=8597 vsize=90672 CPUtime=282.03
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 6750 0 0 0 28193 10 0 0 25 0 3 0 330618555 92848128 10425 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311286 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=90672 CPUtime=281
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 5564 0 0 0 28090 10 0 0 25 0 3 0 330618555 92848128 10425 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242604 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.07
Current children cumulated vsize (KiB) 90672

[startup+342.302 s]
/proc/loadavg: 1.99 1.89 1.45 3/67 8800
/proc/meminfo: memFree=1639592/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=93896 CPUtime=682.66
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 13988 0 0 0 68236 30 0 0 18 0 3 0 330618552 96149504 11275 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 23474 11275 387 42 0 17726 0
[pid=8599/tid=8601] ppid=8597 vsize=93896 CPUtime=341.9
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 7248 0 0 0 34179 11 0 0 25 0 3 0 330618555 96149504 11275 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311264 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=93896 CPUtime=340.71
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 6015 0 0 0 34053 18 0 0 25 0 3 0 330618555 96149504 11275 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242170 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.66
Current children cumulated vsize (KiB) 93896

[startup+402.302 s]
/proc/loadavg: 1.99 1.91 1.48 3/67 8800
/proc/meminfo: memFree=1635968/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=99944 CPUtime=802.38
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 15588 0 0 0 80206 32 0 0 18 0 3 0 330618552 102342656 12230 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 24986 12230 387 42 0 19238 0
[pid=8599/tid=8601] ppid=8597 vsize=99944 CPUtime=401.87
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 7839 0 0 0 40175 12 0 0 25 0 3 0 330618555 102342656 12230 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=99944 CPUtime=400.45
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 7024 0 0 0 40026 19 0 0 25 0 3 0 330618555 102342656 12230 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.38
Current children cumulated vsize (KiB) 99944

[startup+462.302 s]
/proc/loadavg: 1.99 1.92 1.51 3/67 8800
/proc/meminfo: memFree=1632064/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=106816 CPUtime=922.08
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 17842 0 0 0 92175 33 0 0 18 0 3 0 330618552 109379584 13205 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 26704 13205 387 42 0 20956 0
[pid=8599/tid=8601] ppid=8597 vsize=106816 CPUtime=461.85
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 8668 0 0 0 46172 13 0 0 25 0 3 0 330618555 109379584 13205 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4289517 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=106816 CPUtime=460.18
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 8449 0 0 0 45999 19 0 0 25 0 3 0 330618555 109379584 13205 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.08
Current children cumulated vsize (KiB) 106816

[startup+522.303 s]
/proc/loadavg: 1.99 1.93 1.54 3/67 8800
/proc/meminfo: memFree=1628800/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=110692 CPUtime=1041.81
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 18749 0 0 0 104146 35 0 0 18 0 3 0 330618552 113348608 14013 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 27673 14013 387 42 0 21925 0
[pid=8599/tid=8601] ppid=8597 vsize=110692 CPUtime=521.84
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 9125 0 0 0 52169 15 0 0 25 0 3 0 330618555 113348608 14013 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311157 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=110692 CPUtime=519.93
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 8899 0 0 0 51973 20 0 0 25 0 3 0 330618555 113348608 14013 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241619 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.81
Current children cumulated vsize (KiB) 110692

[startup+582.303 s]
/proc/loadavg: 1.99 1.94 1.57 3/67 8800
/proc/meminfo: memFree=1626496/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=112236 CPUtime=1161.52
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 19373 0 0 0 116115 37 0 0 18 0 3 0 330618552 114929664 14604 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 28059 14604 387 42 0 22311 0
[pid=8599/tid=8601] ppid=8597 vsize=112236 CPUtime=581.81
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 9483 0 0 0 58165 16 0 0 25 0 3 0 330618555 114929664 14604 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238096 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=112236 CPUtime=579.66
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 9165 0 0 0 57946 20 0 0 25 0 3 0 330618555 114929664 14604 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.52
Current children cumulated vsize (KiB) 112236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.602 s]
/proc/loadavg: 1.99 1.94 1.57 3/67 8800
/proc/meminfo: memFree=1625408/2055920 swapFree=4183296/4192956
[pid=8599] ppid=8597 vsize=112624 CPUtime=1200.03
/proc/8599/stat : 8599 (ornithorynque) S 8597 8599 8500 0 -1 4194304 19672 0 0 0 119966 37 0 0 18 0 3 0 330618552 115326976 14837 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227616518011 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8599/statm: 28156 14837 387 42 0 22408 0
[pid=8599/tid=8601] ppid=8597 vsize=112624 CPUtime=601.11
/proc/8599/task/8601/stat : 8601 (ornithorynque) R 8597 8599 8500 0 -1 4194368 9703 0 0 0 60095 16 0 0 25 0 3 0 330618555 115326976 14837 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311137 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8599/tid=8602] ppid=8597 vsize=112624 CPUtime=598.88
/proc/8599/task/8602/stat : 8602 (ornithorynque) R 8597 8599 8500 0 -1 4194368 9244 0 0 0 59868 20 0 0 25 0 3 0 330618555 115326976 14837 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 112624

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.628
CPU time (s): 1200.07
CPU user time (s): 1199.68
CPU system time (s): 0.383941
CPU usage (%): 199.47
Max. virtual memory (cumulated for all children) (KiB): 112624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.68
system time used= 0.383941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19672
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= 15
involuntary context switches= 9446

runsolver used 0.615906 second user time and 1.58576 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Mon Mar  5 14:56:50 UTC 2007

IDJOB= 327998
IDBENCH= 19906
IDSOLVER= 139
FILE ID= node66/327998-1173106610

PBS_JOBID= 4013921

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  d1ba06d6a0dc1ac49e6129f3be220436

RANDOM SEED= 183548301

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1684656 kB
Buffers:         24264 kB
Cached:         273248 kB
SwapCached:       3660 kB
Active:          46632 kB
Inactive:       260392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684656 kB
SwapTotal:     4192956 kB
SwapFree:      4183296 kB
Dirty:             400 kB
Writeback:           0 kB
Mapped:          15476 kB
Slab:            50284 kB
Committed_AS:   766960 kB
PageTables:       1376 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= 66560 MiB

End job on node66 on Mon Mar  5 15:06:54 UTC 2007