Trace number 336625

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

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
MD5SUMede19899bb8c427d8a34daa9d239a276
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 variables1815
Number of clauses301256
Sum of the clauses size895230
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29750
Number of clauses of size 3291450
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 556

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.69/0.73	c ...done
0.69/0.73	c nbVar=1815 nbClause=301256
0.69/0.78	c nbVar=1815 nbClause=301256
0.79/0.89	c complete search running
0.79/0.89	c local search running
0.90/0.94	c flip 0 nbSat=259771 maxSat=0
9.27/5.16	c flip 10000 nbSat=301242 maxSat=301250
15.86/8.41	c nbDecision=10000 #clauses=308751
16.46/8.80	c flip 20000 nbSat=301249 maxSat=301250
23.84/12.45	c flip 30000 nbSat=301250 maxSat=301250
28.42/14.78	c flip 0 nbSat=268917 maxSat=301250
74.87/38.07	c nbDecision=20000 #clauses=318506
79.46/40.40	c flip 10000 nbSat=311836 maxSat=311837
117.97/59.68	c flip 20000 nbSat=311837 maxSat=311837
123.36/62.35	c flip 30000 nbSat=311837 maxSat=311837
127.35/64.35	c flip 0 nbSat=288229 maxSat=311837
133.54/67.48	c nbDecision=30000 #clauses=328242
224.12/112.87	c nbDecision=40000 #clauses=338016
255.64/128.66	c flip 10000 nbSat=327536 maxSat=327539
334.66/168.22	c nbDecision=50000 #clauses=347849
374.76/188.35	c flip 20000 nbSat=327540 maxSat=327540
472.33/237.23	c flip 30000 nbSat=327540 maxSat=327540
473.52/237.87	c nbDecision=60000 #clauses=357622
553.73/278.05	c flip 0 nbSat=326924 maxSat=327540
682.24/342.45	c nbDecision=70000 #clauses=367411
908.30/455.77	c nbDecision=80000 #clauses=377166
946.22/474.76	c flip 10000 nbSat=361918 maxSat=361918
994.49/498.91	c nbDecision=90000 #clauses=386909
1123.39/563.55	c nbDecision=100000 #clauses=396683

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/node65/watcher-336625-1173650522 -o ROOT/results/node65/solver-336625-1173650522 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336625-1173650522/ornithorynque /tmp/evaluation/336625-1173650522/instance-336625-1173650522.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.97 0.98 3/70 32302
/proc/meminfo: memFree=1897872/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=23220 CPUtime=0
/proc/32302/stat : 32302 (ornithorynque) R 32300 32302 31294 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 385009843 23777280 268 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257201050523 0 0 4096 0 0 0 0 17 1 0 0
/proc/32302/statm: 5805 269 222 42 0 45 0

[startup+0.0958751 s]
/proc/loadavg: 0.91 0.97 0.98 3/70 32302
/proc/meminfo: memFree=1897872/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=26772 CPUtime=0.09
/proc/32302/stat : 32302 (ornithorynque) R 32300 32302 31294 0 -1 4194304 1391 0 0 0 9 0 0 0 18 0 1 0 385009843 27414528 1254 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257203540705 0 0 4096 1088 0 0 0 17 1 0 0
/proc/32302/statm: 6693 1254 377 42 0 945 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26772

[startup+0.101876 s]
/proc/loadavg: 0.91 0.97 0.98 3/70 32302
/proc/meminfo: memFree=1897872/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=26904 CPUtime=0.09
/proc/32302/stat : 32302 (ornithorynque) R 32300 32302 31294 0 -1 4194304 1446 0 0 0 9 0 0 0 18 0 1 0 385009843 27549696 1309 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257203540705 0 0 4096 1088 0 0 0 17 1 0 0
/proc/32302/statm: 6726 1309 377 42 0 978 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26904

[startup+0.301907 s]
/proc/loadavg: 0.91 0.97 0.98 3/70 32302
/proc/meminfo: memFree=1897872/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=34148 CPUtime=0.29
/proc/32302/stat : 32302 (ornithorynque) R 32300 32302 31294 0 -1 4194304 3414 0 0 0 28 1 0 0 19 0 1 0 385009843 34967552 3148 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257203540705 0 0 4096 1088 0 0 0 17 1 0 0
/proc/32302/statm: 8537 3149 377 42 0 2789 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34148

[startup+0.701972 s]
/proc/loadavg: 0.91 0.97 0.98 3/70 32302
/proc/meminfo: memFree=1897872/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=50420 CPUtime=0.69
/proc/32302/stat : 32302 (ornithorynque) R 32300 32302 31294 0 -1 4194304 7837 0 0 0 66 3 0 0 22 0 1 0 385009843 51630080 6801 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257203540705 0 0 4096 1088 0 0 0 17 1 0 0
/proc/32302/statm: 12605 6801 377 42 0 6857 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50420

[startup+1.50111 s]
/proc/loadavg: 0.91 0.97 0.98 3/73 32305
/proc/meminfo: memFree=1857208/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=88800 CPUtime=2.09
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 12887 0 0 0 204 5 0 0 24 0 3 0 385009843 90931200 10559 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 22200 10559 387 42 0 16452 0
[pid=32302/tid=32304] ppid=32300 vsize=88800 CPUtime=0.6
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 452 0 0 0 60 0 0 0 25 0 3 0 385009932 90931200 10559 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257203540705 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=88800 CPUtime=0.6
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 2 0 0 0 60 0 0 0 25 0 3 0 385009932 90931200 10559 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241176 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 88800

[startup+3.10238 s]
/proc/loadavg: 0.91 0.97 0.98 3/73 32307
/proc/meminfo: memFree=1856248/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=89988 CPUtime=5.29
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 13183 0 0 0 523 6 0 0 24 0 3 0 385009843 92147712 10855 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 22497 10855 387 42 0 16749 0
[pid=32302/tid=32304] ppid=32300 vsize=89988 CPUtime=2.2
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 748 0 0 0 220 0 0 0 25 0 3 0 385009932 92147712 10855 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311218 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=89988 CPUtime=2.19
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 2 0 0 0 219 0 0 0 25 0 3 0 385009932 92147712 10855 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283709 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 89988

[startup+6.3019 s]
/proc/loadavg: 1.00 0.98 0.99 3/73 32309
/proc/meminfo: memFree=1853944/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=91972 CPUtime=11.67
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 13682 0 0 0 1161 6 0 0 24 0 3 0 385009843 94179328 11354 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 22993 11354 387 42 0 17245 0
[pid=32302/tid=32304] ppid=32300 vsize=91972 CPUtime=5.4
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 1247 0 0 0 539 1 0 0 25 0 3 0 385009932 94179328 11354 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4289527 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=91972 CPUtime=5.38
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 2 0 0 0 538 0 0 0 25 0 3 0 385009932 94179328 11354 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285886 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.67
Current children cumulated vsize (KiB) 91972

[startup+12.7019 s]
/proc/loadavg: 1.08 1.00 0.99 3/73 32313
/proc/meminfo: memFree=1851328/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=94384 CPUtime=24.44
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 14275 0 0 0 2436 8 0 0 24 0 3 0 385009843 96649216 11947 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 23596 11947 387 42 0 17848 0
[pid=32302/tid=32304] ppid=32300 vsize=94384 CPUtime=11.79
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 1840 0 0 0 1178 1 0 0 25 0 3 0 385009932 96649216 11947 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311234 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=94384 CPUtime=11.75
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 2 0 0 0 1174 1 0 0 25 0 3 0 385009932 96649216 11947 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285871 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.44
Current children cumulated vsize (KiB) 94384

[startup+25.501 s]
/proc/loadavg: 1.28 1.05 1.01 3/67 32339
/proc/meminfo: memFree=1838448/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=109336 CPUtime=49.94
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 17902 0 0 0 4981 13 0 0 24 0 3 0 385009843 111960064 15426 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 27334 15426 387 42 0 21586 0
[pid=32302/tid=32304] ppid=32300 vsize=109336 CPUtime=24.55
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 2688 0 0 0 2452 3 0 0 25 0 3 0 385009932 111960064 15426 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311229 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=109336 CPUtime=24.49
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 2781 0 0 0 2444 5 0 0 25 0 3 0 385009932 111960064 15426 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241611 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.94
Current children cumulated vsize (KiB) 109336

[startup+51.1012 s]
/proc/loadavg: 1.53 1.12 1.03 3/67 32339
/proc/meminfo: memFree=1832248/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=116504 CPUtime=101.01
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 19471 0 0 0 10086 15 0 0 24 0 3 0 385009843 119300096 16995 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 29126 16995 387 42 0 23378 0
[pid=32302/tid=32304] ppid=32300 vsize=116504 CPUtime=50.15
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 4257 0 0 0 5010 5 0 0 25 0 3 0 385009932 119300096 16995 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257203540705 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=116504 CPUtime=49.97
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 2781 0 0 0 4992 5 0 0 25 0 3 0 385009932 119300096 16995 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241193 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.01
Current children cumulated vsize (KiB) 116504

[startup+102.306 s]
/proc/loadavg: 1.79 1.26 1.08 3/67 32339
/proc/meminfo: memFree=1804280/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=151292 CPUtime=203.17
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 26436 0 0 0 20296 21 0 0 24 0 3 0 385009843 154923008 23960 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 37823 23960 387 42 0 32075 0
[pid=32302/tid=32304] ppid=32300 vsize=151292 CPUtime=101.33
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 6530 0 0 0 10124 9 0 0 25 0 3 0 385009932 154923008 23960 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=151292 CPUtime=100.94
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 7473 0 0 0 10087 7 0 0 25 0 3 0 385009932 154923008 23960 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241572 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.17
Current children cumulated vsize (KiB) 151292

[startup+162.301 s]
/proc/loadavg: 1.92 1.39 1.14 3/67 32339
/proc/meminfo: memFree=1796728/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=159416 CPUtime=322.89
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 28320 0 0 0 32265 24 0 0 24 0 3 0 385009843 163241984 25844 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 39854 25844 387 42 0 34106 0
[pid=32302/tid=32304] ppid=32300 vsize=159416 CPUtime=161.31
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 8414 0 0 0 16119 12 0 0 25 0 3 0 385009932 163241984 25844 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311234 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=159416 CPUtime=160.68
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 7473 0 0 0 16061 7 0 0 25 0 3 0 385009932 163241984 25844 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240880 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 322.89
Current children cumulated vsize (KiB) 159416

[startup+222.301 s]
/proc/loadavg: 1.97 1.50 1.19 3/67 32339
/proc/meminfo: memFree=1790264/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=165192 CPUtime=442.6
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 29942 0 0 0 44232 28 0 0 24 0 3 0 385009843 169156608 27433 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 41298 27433 387 42 0 35550 0
[pid=32302/tid=32304] ppid=32300 vsize=165192 CPUtime=221.29
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 10036 0 0 0 22114 15 0 0 25 0 3 0 385009932 169156608 27433 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=165192 CPUtime=220.41
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 7473 0 0 0 22034 7 0 0 25 0 3 0 385009932 169156608 27433 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241616 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 442.6
Current children cumulated vsize (KiB) 165192

[startup+282.302 s]
/proc/loadavg: 1.99 1.59 1.24 3/67 32339
/proc/meminfo: memFree=1753080/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=218932 CPUtime=562.32
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 44664 0 0 0 56196 36 0 0 24 0 3 0 385009843 224186368 36710 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 54733 36710 387 42 0 48985 0
[pid=32302/tid=32304] ppid=32300 vsize=218932 CPUtime=281.27
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 11610 0 0 0 28110 17 0 0 25 0 3 0 385009932 224186368 36710 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311234 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=218932 CPUtime=280.15
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 20621 0 0 0 28002 13 0 0 25 0 3 0 385009932 224186368 36710 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241402 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.32
Current children cumulated vsize (KiB) 218932

[startup+342.302 s]
/proc/loadavg: 1.99 1.66 1.28 3/67 32339
/proc/meminfo: memFree=1749240/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=222916 CPUtime=682.04
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 45703 0 0 0 68167 37 0 0 24 0 3 0 385009843 228265984 37650 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 55729 37650 387 42 0 49981 0
[pid=32302/tid=32304] ppid=32300 vsize=222916 CPUtime=341.25
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 12649 0 0 0 34106 19 0 0 25 0 3 0 385009932 228265984 37650 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=222916 CPUtime=339.89
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 20621 0 0 0 33976 13 0 0 25 0 3 0 385009932 228265984 37650 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241539 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.04
Current children cumulated vsize (KiB) 222916

[startup+402.302 s]
/proc/loadavg: 1.99 1.72 1.32 3/67 32339
/proc/meminfo: memFree=1746040/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=227292 CPUtime=801.75
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 46642 0 0 0 80136 39 0 0 24 0 3 0 385009843 232747008 38457 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 56823 38457 387 42 0 51075 0
[pid=32302/tid=32304] ppid=32300 vsize=227292 CPUtime=401.23
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 13588 0 0 0 40103 20 0 0 25 0 3 0 385009932 232747008 38457 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4312479 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=227292 CPUtime=399.62
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 20621 0 0 0 39949 13 0 0 25 0 3 0 385009932 232747008 38457 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241038 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 801.75
Current children cumulated vsize (KiB) 227292

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.36 3/67 32339
/proc/meminfo: memFree=1740216/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=232820 CPUtime=921.47
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 48250 0 0 0 92105 42 0 0 24 0 3 0 385009843 238407680 39900 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 58205 39900 387 42 0 52457 0
[pid=32302/tid=32304] ppid=32300 vsize=232820 CPUtime=461.21
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 15196 0 0 0 46098 23 0 0 25 0 3 0 385009932 238407680 39900 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4312381 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=232820 CPUtime=459.36
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 20621 0 0 0 45923 13 0 0 25 0 3 0 385009932 238407680 39900 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241539 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 921.47
Current children cumulated vsize (KiB) 232820

[startup+522.301 s]
/proc/loadavg: 1.99 1.81 1.40 3/67 32339
/proc/meminfo: memFree=1733112/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=239988 CPUtime=1041.2
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 50022 0 0 0 104074 46 0 0 24 0 3 0 385009843 245747712 41672 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 59997 41672 387 42 0 54249 0
[pid=32302/tid=32304] ppid=32300 vsize=239988 CPUtime=521.19
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 16968 0 0 0 52092 27 0 0 25 0 3 0 385009932 245747712 41672 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311496 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=239988 CPUtime=519.1
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 20621 0 0 0 51897 13 0 0 25 0 3 0 385009932 245747712 41672 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241162 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.2
Current children cumulated vsize (KiB) 239988

[startup+582.302 s]
/proc/loadavg: 1.99 1.84 1.43 3/67 32339
/proc/meminfo: memFree=1728184/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=244988 CPUtime=1160.91
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 51391 0 0 0 116043 48 0 0 24 0 3 0 385009843 250867712 42876 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 61247 42876 387 42 0 55499 0
[pid=32302/tid=32304] ppid=32300 vsize=244988 CPUtime=581.17
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 18337 0 0 0 58088 29 0 0 25 0 3 0 385009932 250867712 42876 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238096 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=244988 CPUtime=578.83
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 20621 0 0 0 57870 13 0 0 25 0 3 0 385009932 250867712 42876 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241600 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1160.91
Current children cumulated vsize (KiB) 244988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.902 s]
/proc/loadavg: 1.99 1.85 1.45 3/67 32339
/proc/meminfo: memFree=1726840/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=246144 CPUtime=1200.02
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 51724 0 0 0 119953 49 0 0 24 0 3 0 385009843 252051456 43209 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 61536 43209 387 42 0 55788 0
[pid=32302/tid=32304] ppid=32300 vsize=246144 CPUtime=600.77
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 18670 0 0 0 60047 30 0 0 25 0 3 0 385009932 252051456 43209 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=246144 CPUtime=598.34
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 20621 0 0 0 59821 13 0 0 25 0 3 0 385009932 252051456 43209 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241035 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 246144

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

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

[startup+601.902 s]
/proc/loadavg: 1.99 1.85 1.45 3/67 32339
/proc/meminfo: memFree=1726840/2055920 swapFree=4176700/4192956
[pid=32302] ppid=32300 vsize=246144 CPUtime=1200.02
/proc/32302/stat : 32302 (ornithorynque) S 32300 32302 31294 0 -1 4194304 51724 0 0 0 119953 49 0 0 24 0 3 0 385009843 252051456 43209 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 257212575611 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 61536 43209 387 42 0 55788 0
[pid=32302/tid=32304] ppid=32300 vsize=246144 CPUtime=600.77
/proc/32302/task/32304/stat : 32304 (ornithorynque) R 32300 32302 31294 0 -1 4194368 18670 0 0 0 60047 30 0 0 25 0 3 0 385009932 252051456 43209 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=246144 CPUtime=598.34
/proc/32302/task/32305/stat : 32305 (ornithorynque) R 32300 32302 31294 0 -1 4194368 20621 0 0 0 59821 13 0 0 25 0 3 0 385009932 252051456 43209 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241035 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 246144

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.939
CPU time (s): 1200.07
CPU user time (s): 1199.55
CPU system time (s): 0.52092
CPU usage (%): 199.367
Max. virtual memory (cumulated for all children) (KiB): 246144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.55
system time used= 0.52092
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51725
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= 18
involuntary context switches= 9097

runsolver used 0.59191 second user time and 1.61375 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Sun Mar 11 22:02:03 UTC 2007

IDJOB= 336625
IDBENCH= 24679
IDSOLVER= 139
FILE ID= node65/336625-1173650522

PBS_JOBID= 4101373

Free space on /tmp= 66527 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336625-1173650522/ornithorynque /tmp/evaluation/336625-1173650522/instance-336625-1173650522.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-336625-1173650522 -o ROOT/results/node65/solver-336625-1173650522 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336625-1173650522/ornithorynque /tmp/evaluation/336625-1173650522/instance-336625-1173650522.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  ede19899bb8c427d8a34daa9d239a276

RANDOM SEED= 736943143

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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	: 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.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:       1898344 kB
Buffers:         17432 kB
Cached:          95880 kB
SwapCached:      10312 kB
Active:          47024 kB
Inactive:        83540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1898344 kB
SwapTotal:     4192956 kB
SwapFree:      4176700 kB
Dirty:            5144 kB
Writeback:           0 kB
Mapped:          16612 kB
Slab:            12624 kB
Committed_AS:   799080 kB
PageTables:       1692 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= 66527 MiB

End job on node65 on Sun Mar 11 22:12:07 UTC 2007