Trace number 333937

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

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d-0.02-s383740539.sat05-534.reshuffled-07.cnf
MD5SUM84c61ea490109e11c1f7afe1d2e5d438
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark643.332
Satisfiable
(Un)Satisfiability was proved
Number of variables1188
Number of clauses13833
Sum of the clauses size41796
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313536
Number of clauses of size 4297
Number of clauses of size 50
Number of clauses of size over 50

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.04	c ...done
0.00/0.04	c nbVar=1188 nbClause=13833
0.00/0.04	c nbVar=1188 nbClause=13833
0.00/0.04	c complete search running
0.00/0.04	c local search running
0.00/0.05	c flip 0 nbSat=11944 maxSat=0
0.14/0.16	c flip 10000 nbSat=13752 maxSat=13768
0.34/0.20	c nbDecision=10000 #clauses=15116
0.34/0.28	c flip 20000 nbSat=13771 maxSat=13782
0.54/0.33	c flip 0 nbSat=13865 maxSat=13782
0.94/0.52	c flip 10000 nbSat=15557 maxSat=15566
1.34/0.71	c flip 20000 nbSat=15557 maxSat=15572
1.34/0.78	c flip 0 nbSat=14835 maxSat=15572
1.95/1.09	c flip 10000 nbSat=16874 maxSat=16887
2.54/1.38	c flip 20000 nbSat=16887 maxSat=16897
2.94/1.50	c flip 0 nbSat=16829 maxSat=16901
3.73/1.96	c flip 10000 nbSat=18460 maxSat=18473
4.73/2.45	c flip 20000 nbSat=18455 maxSat=18483
5.13/2.64	c flip 0 nbSat=18767 maxSat=18488
6.54/3.39	c flip 10000 nbSat=20593 maxSat=20616
8.13/4.14	c flip 20000 nbSat=20593 maxSat=20618
8.72/4.46	c flip 0 nbSat=21280 maxSat=20618
9.11/4.66	c nbDecision=20000 #clauses=23459
10.91/5.54	c flip 10000 nbSat=23040 maxSat=23067
13.50/6.86	c flip 20000 nbSat=23048 maxSat=23069
14.71/7.40	c flip 0 nbSat=24861 maxSat=23069
18.90/9.50	c flip 10000 nbSat=26712 maxSat=26731
23.48/11.83	c flip 20000 nbSat=26692 maxSat=26733
25.08/12.61	c flip 0 nbSat=29210 maxSat=26733
27.87/14.01	c nbDecision=30000 #clauses=32471
32.47/16.31	c flip 10000 nbSat=31222 maxSat=31241
40.84/20.55	c flip 20000 nbSat=31215 maxSat=31244
44.24/22.21	c flip 0 nbSat=37784 maxSat=31244
47.43/23.85	c nbDecision=40000 #clauses=41035
57.81/29.04	c flip 10000 nbSat=39465 maxSat=39489
69.77/35.10	c nbDecision=50000 #clauses=49972
71.37/35.89	c flip 20000 nbSat=39468 maxSat=39495
76.57/38.44	c flip 0 nbSat=50059 maxSat=39495
96.91/48.67	c nbDecision=60000 #clauses=58415
100.10/50.22	c flip 10000 nbSat=51823 maxSat=51868
112.47/56.44	c nbDecision=70000 #clauses=65696
123.85/62.13	c flip 20000 nbSat=51853 maxSat=51881
131.83/66.12	c flip 0 nbSat=71018 maxSat=51881
137.42/68.90	c nbDecision=80000 #clauses=74402
168.15/84.30	c flip 10000 nbSat=72699 maxSat=72735
174.93/87.77	c nbDecision=90000 #clauses=83086
207.26/103.99	c flip 20000 nbSat=72687 maxSat=72742
221.22/110.99	c flip 0 nbSat=87824 maxSat=72742
233.40/117.04	c nbDecision=100000 #clauses=91929
273.51/137.12	c flip 10000 nbSat=90138 maxSat=90194
287.07/143.97	c nbDecision=110000 #clauses=99937
330.78/165.89	c flip 20000 nbSat=90155 maxSat=90195
349.53/175.25	c nbDecision=120000 #clauses=108326
353.33/177.12	c flip 0 nbSat=106721 maxSat=90200
422.37/211.79	c flip 10000 nbSat=108611 maxSat=108639
422.57/211.89	c nbDecision=130000 #clauses=116650
483.02/242.13	c nbDecision=140000 #clauses=124842
491.41/246.33	c flip 20000 nbSat=108613 maxSat=108653
520.15/260.76	c flip 0 nbSat=128164 maxSat=108653
539.49/270.48	c nbDecision=150000 #clauses=132830
606.14/303.88	c nbDecision=160000 #clauses=141060
607.95/304.76	c flip 10000 nbSat=130048 maxSat=130111
677.37/339.51	c nbDecision=170000 #clauses=149345
700.92/351.33	c flip 20000 nbSat=130054 maxSat=130111
738.02/369.99	c flip 0 nbSat=154132 maxSat=130111
749.81/375.82	c nbDecision=180000 #clauses=157362
833.20/417.65	c nbDecision=190000 #clauses=165775
855.16/428.65	c flip 10000 nbSat=155915 maxSat=155941
921.81/462.05	c nbDecision=200000 #clauses=174007
972.89/487.68	c flip 20000 nbSat=155912 maxSat=155941
1016.58/509.52	c nbDecision=210000 #clauses=182315
1018.19/510.30	c flip 0 nbSat=180768 maxSat=155941
1096.80/549.76	c nbDecision=220000 #clauses=190406
1157.67/580.23	c flip 10000 nbSat=182290 maxSat=182353
1195.37/599.15	c nbDecision=230000 #clauses=198713

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/node17/watcher-333937-1173540728 -o ROOT/results/node17/solver-333937-1173540728 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333937-1173540728/ornithorynque /tmp/evaluation/333937-1173540728/instance-333937-1173540728.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: 0.91 0.98 0.99 3/77 25847
/proc/meminfo: memFree=1381696/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=23220 CPUtime=0
/proc/25847/stat : 25847 (ornithorynque) R 25845 25847 25063 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 374027076 23777280 263 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245480068208 0 0 4096 0 0 0 0 17 1 0 0
/proc/25847/statm: 5805 266 219 42 0 45 0

[startup+0.0658941 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 25847
/proc/meminfo: memFree=1381696/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=46124 CPUtime=0.07
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 1053 0 0 0 7 0 0 0 18 0 3 0 374027076 47230976 1014 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 11531 1014 387 42 0 5783 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 46124

[startup+0.101899 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 25847
/proc/meminfo: memFree=1381696/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=46124 CPUtime=0.14
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 1061 0 0 0 14 0 0 0 18 0 3 0 374027076 47230976 1022 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 11531 1022 387 42 0 5783 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 46124

[startup+0.301918 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 25847
/proc/meminfo: memFree=1381696/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=46252 CPUtime=0.54
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 1095 0 0 0 54 0 0 0 18 0 3 0 374027076 47362048 1056 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 11563 1056 387 42 0 5815 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 46252

[startup+0.701963 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 25847
/proc/meminfo: memFree=1381696/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=48428 CPUtime=1.34
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 1273 0 0 0 134 0 0 0 18 0 3 0 374027076 49590272 1201 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 12107 1201 387 42 0 6359 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 48428

[startup+1.50205 s]
/proc/loadavg: 0.91 0.98 0.99 3/80 25850
/proc/meminfo: memFree=1377640/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=48688 CPUtime=2.94
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 1576 0 0 0 294 0 0 0 18 0 3 0 374027076 49856512 1504 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 12172 1505 387 42 0 6424 0
[pid=25847/tid=25849] ppid=25845 vsize=48688 CPUtime=1.45
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 290 0 0 0 145 0 0 0 22 0 3 0 374027081 49856512 1505 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245482558119 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=48688 CPUtime=1.44
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 255 0 0 0 144 0 0 0 25 0 3 0 374027081 49856512 1505 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4281373 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 48688

[startup+3.10122 s]
/proc/loadavg: 0.91 0.98 0.99 3/80 25850
/proc/meminfo: memFree=1376488/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=50736 CPUtime=6.14
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 1911 0 0 0 613 1 0 0 18 0 3 0 374027076 51953664 1839 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 12684 1839 387 42 0 6936 0
[pid=25847/tid=25849] ppid=25845 vsize=50736 CPUtime=3.04
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 474 0 0 0 304 0 0 0 25 0 3 0 374027081 51953664 1839 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311048 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=50736 CPUtime=3.03
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 405 0 0 0 303 0 0 0 25 0 3 0 374027081 51953664 1839 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285232 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 50736

[startup+6.30155 s]
/proc/loadavg: 1.08 1.02 1.00 3/80 25850
/proc/meminfo: memFree=1373928/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=52784 CPUtime=12.5
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 2379 0 0 0 1249 1 0 0 18 0 3 0 374027076 54050816 2307 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 13196 2307 387 42 0 7448 0
[pid=25847/tid=25849] ppid=25845 vsize=52784 CPUtime=6.23
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 777 0 0 0 623 0 0 0 25 0 3 0 374027081 54050816 2307 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311635 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=52784 CPUtime=6.21
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 570 0 0 0 621 0 0 0 25 0 3 0 374027081 54050816 2307 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241113 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 52784

[startup+12.7012 s]
/proc/loadavg: 1.15 1.03 1.01 3/80 25850
/proc/meminfo: memFree=1370992/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=58120 CPUtime=25.28
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 3438 0 0 0 2526 2 0 0 18 0 3 0 374027076 59514880 3366 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 14530 3366 387 42 0 8782 0
[pid=25847/tid=25849] ppid=25845 vsize=58120 CPUtime=12.64
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 1244 0 0 0 1263 1 0 0 25 0 3 0 374027081 59514880 3366 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=58120 CPUtime=12.58
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 1162 0 0 0 1258 0 0 0 25 0 3 0 374027081 59514880 3366 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 58120

[startup+25.5015 s]
/proc/loadavg: 1.34 1.08 1.02 3/80 25850
/proc/meminfo: memFree=1364080/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=63652 CPUtime=50.83
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 4903 0 0 0 5078 5 0 0 18 0 3 0 374027076 65179648 4701 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 15913 4701 387 42 0 10165 0
[pid=25847/tid=25849] ppid=25845 vsize=63652 CPUtime=25.43
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 2099 0 0 0 2540 3 0 0 25 0 3 0 374027081 65179648 4701 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=63652 CPUtime=25.33
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 1772 0 0 0 2533 0 0 0 25 0 3 0 374027081 65179648 4701 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 63652

[startup+51.1012 s]
/proc/loadavg: 1.56 1.15 1.04 3/80 25850
/proc/meminfo: memFree=1355888/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=72152 CPUtime=101.9
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 7034 0 0 0 10183 7 0 0 18 0 3 0 374027076 73883648 6778 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 18038 6778 387 42 0 12290 0
[pid=25847/tid=25849] ppid=25845 vsize=72152 CPUtime=51.02
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 3482 0 0 0 5097 5 0 0 25 0 3 0 374027081 73883648 6778 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=72152 CPUtime=50.82
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 2520 0 0 0 5081 1 0 0 25 0 3 0 374027081 73883648 6778 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 72152

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.09 3/80 25850
/proc/meminfo: memFree=1342960/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=86796 CPUtime=204.07
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 10568 0 0 0 20396 11 0 0 18 0 3 0 374027076 88879104 9922 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 21699 9922 387 42 0 15951 0
[pid=25847/tid=25849] ppid=25845 vsize=86796 CPUtime=102.22
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 5591 0 0 0 10213 9 0 0 25 0 3 0 374027081 88879104 9922 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=86796 CPUtime=101.8
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 3945 0 0 0 10179 1 0 0 25 0 3 0 374027081 88879104 9922 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283723 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 86796

[startup+162.302 s]
/proc/loadavg: 1.98 1.42 1.15 3/80 25850
/proc/meminfo: memFree=1333104/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=98504 CPUtime=323.79
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 13393 0 0 0 32364 15 0 0 18 0 3 0 374027076 100868096 12384 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 24626 12384 387 42 0 18878 0
[pid=25847/tid=25849] ppid=25845 vsize=98504 CPUtime=162.2
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 6848 0 0 0 16208 12 0 0 25 0 3 0 374027081 100868096 12384 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=98504 CPUtime=161.54
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 5513 0 0 0 16152 2 0 0 25 0 3 0 374027081 100868096 12384 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.79
Current children cumulated vsize (KiB) 98504

[startup+222.302 s]
/proc/loadavg: 2.04 1.54 1.21 4/80 25850
/proc/meminfo: memFree=1324656/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=108080 CPUtime=443.51
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 16078 0 0 0 44333 18 0 0 18 0 3 0 374027076 110673920 14488 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 27020 14488 387 42 0 21272 0
[pid=25847/tid=25849] ppid=25845 vsize=108080 CPUtime=222.18
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 8060 0 0 0 22203 15 0 0 25 0 3 0 374027081 110673920 14488 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=108080 CPUtime=221.28
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 6986 0 0 0 22125 3 0 0 25 0 3 0 374027081 110673920 14488 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.51
Current children cumulated vsize (KiB) 108080

[startup+282.301 s]
/proc/loadavg: 2.01 1.62 1.25 3/80 25850
/proc/meminfo: memFree=1314672/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=120324 CPUtime=563.23
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 19680 0 0 0 56300 23 0 0 18 0 3 0 374027076 123211776 16980 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 30081 16980 387 42 0 24333 0
[pid=25847/tid=25849] ppid=25845 vsize=120324 CPUtime=282.17
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 9440 0 0 0 28199 18 0 0 25 0 3 0 374027081 123211776 16980 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=120324 CPUtime=281.01
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 9208 0 0 0 28097 4 0 0 25 0 3 0 374027081 123211776 16980 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.23
Current children cumulated vsize (KiB) 120324

[startup+342.301 s]
/proc/loadavg: 2.00 1.69 1.30 3/80 25850
/proc/meminfo: memFree=1310256/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=124420 CPUtime=682.96
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 20760 0 0 0 68271 25 0 0 18 0 3 0 374027076 127406080 18060 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 31105 18060 387 42 0 25357 0
[pid=25847/tid=25849] ppid=25845 vsize=124420 CPUtime=342.15
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 10520 0 0 0 34195 20 0 0 25 0 3 0 374027081 127406080 18060 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=124420 CPUtime=340.75
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 9208 0 0 0 34071 4 0 0 25 0 3 0 374027081 127406080 18060 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242327 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.96
Current children cumulated vsize (KiB) 124420

[startup+402.302 s]
/proc/loadavg: 2.00 1.74 1.34 4/80 25850
/proc/meminfo: memFree=1300016/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=139088 CPUtime=802.68
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 24816 0 0 0 80240 28 0 0 18 0 3 0 374027076 142426112 20619 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 34772 20619 387 42 0 29024 0
[pid=25847/tid=25849] ppid=25845 vsize=139088 CPUtime=402.14
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 11487 0 0 0 40192 22 0 0 25 0 3 0 374027081 142426112 20619 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311267 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=139088 CPUtime=400.48
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 12297 0 0 0 40043 5 0 0 25 0 3 0 374027081 142426112 20619 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.68
Current children cumulated vsize (KiB) 139088

[startup+462.302 s]
/proc/loadavg: 2.00 1.79 1.38 3/80 25850
/proc/meminfo: memFree=1296432/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=142292 CPUtime=922.4
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 25690 0 0 0 92210 30 0 0 18 0 3 0 374027076 145707008 21493 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 35573 21493 387 42 0 29825 0
[pid=25847/tid=25849] ppid=25845 vsize=142292 CPUtime=462.12
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 12361 0 0 0 46189 23 0 0 25 0 3 0 374027081 145707008 21493 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311432 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=142292 CPUtime=460.22
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 12297 0 0 0 46017 5 0 0 25 0 3 0 374027081 145707008 21493 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.4
Current children cumulated vsize (KiB) 142292

[startup+522.301 s]
/proc/loadavg: 2.00 1.82 1.41 3/80 25850
/proc/meminfo: memFree=1286640/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=154140 CPUtime=1042.13
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 29521 0 0 0 104180 33 0 0 18 0 3 0 374027076 157839360 23942 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 38535 23942 387 42 0 32787 0
[pid=25847/tid=25849] ppid=25845 vsize=154140 CPUtime=522.1
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 13209 0 0 0 52185 25 0 0 25 0 3 0 374027081 157839360 23942 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=154140 CPUtime=519.96
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 15280 0 0 0 51990 6 0 0 25 0 3 0 374027081 157839360 23942 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.13
Current children cumulated vsize (KiB) 154140

[startup+582.301 s]
/proc/loadavg: 2.00 1.85 1.45 3/80 25850
/proc/meminfo: memFree=1283248/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=157212 CPUtime=1161.85
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 30352 0 0 0 116149 36 0 0 18 0 3 0 374027076 160985088 24773 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 39303 24773 387 42 0 33555 0
[pid=25847/tid=25849] ppid=25845 vsize=157212 CPUtime=582.09
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 14040 0 0 0 58181 28 0 0 25 0 3 0 374027081 160985088 24773 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=157212 CPUtime=579.7
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 15280 0 0 0 57963 7 0 0 25 0 3 0 374027081 160985088 24773 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.85
Current children cumulated vsize (KiB) 157212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.502 s]
/proc/loadavg: 2.00 1.86 1.46 3/80 25850
/proc/meminfo: memFree=1282288/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=158236 CPUtime=1200.16
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 30588 0 0 0 119980 36 0 0 18 0 3 0 374027076 162033664 25009 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 39559 25009 387 42 0 33811 0
[pid=25847/tid=25849] ppid=25845 vsize=158236 CPUtime=601.29
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 14276 0 0 0 60100 29 0 0 25 0 3 0 374027081 162033664 25009 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311264 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=158236 CPUtime=598.82
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 15280 0 0 0 59875 7 0 0 25 0 3 0 374027081 162033664 25009 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 158236

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

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

[startup+601.502 s]
/proc/loadavg: 2.00 1.86 1.46 3/80 25850
/proc/meminfo: memFree=1282288/2055920 swapFree=4168576/4192956
[pid=25847] ppid=25845 vsize=158236 CPUtime=1200.16
/proc/25847/stat : 25847 (ornithorynque) S 25845 25847 25063 0 -1 4194304 30588 0 0 0 119980 36 0 0 18 0 3 0 374027076 162033664 25009 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 245491593083 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/25847/statm: 39559 25009 387 42 0 33811 0
[pid=25847/tid=25849] ppid=25845 vsize=158236 CPUtime=601.29
/proc/25847/task/25849/stat : 25849 (ornithorynque) R 25845 25847 25063 0 -1 4194368 14276 0 0 0 60100 29 0 0 25 0 3 0 374027081 162033664 25009 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311264 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=25847/tid=25850] ppid=25845 vsize=158236 CPUtime=598.82
/proc/25847/task/25850/stat : 25850 (ornithorynque) R 25845 25847 25063 0 -1 4194368 15280 0 0 0 59875 7 0 0 25 0 3 0 374027081 162033664 25009 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 158236

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.53
CPU time (s): 1200.2
CPU user time (s): 1199.82
CPU system time (s): 0.382941
CPU usage (%): 199.525
Max. virtual memory (cumulated for all children) (KiB): 158236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.82
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30588
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= 30
involuntary context switches= 22564

runsolver used 0.636903 second user time and 1.56576 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Mar 10 15:32:08 UTC 2007

IDJOB= 333937
IDBENCH= 24615
IDSOLVER= 139
FILE ID= node17/333937-1173540728

PBS_JOBID= 4101157

Free space on /tmp= 66533 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d-0.02-s383740539.sat05-534.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333937-1173540728/ornithorynque /tmp/evaluation/333937-1173540728/instance-333937-1173540728.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-333937-1173540728 -o ROOT/results/node17/solver-333937-1173540728 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333937-1173540728/ornithorynque /tmp/evaluation/333937-1173540728/instance-333937-1173540728.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  84c61ea490109e11c1f7afe1d2e5d438

RANDOM SEED= 140495105

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1382168 kB
Buffers:         52276 kB
Cached:         527020 kB
SwapCached:       2172 kB
Active:         292872 kB
Inactive:       308964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1382168 kB
SwapTotal:     4192956 kB
SwapFree:      4168576 kB
Dirty:             488 kB
Writeback:           0 kB
Mapped:          30388 kB
Slab:            57492 kB
Committed_AS:  1468552 kB
PageTables:       1748 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= 66533 MiB

End job on node17 on Sat Mar 10 15:42:12 UTC 2007