Trace number 337549

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.05 601.637

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-18-4.sat05-443.reshuffled-07.cnf
MD5SUMef7f419fe4e145465fe8ec684a206f9b
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 variables1296
Number of clauses95904
Sum of the clauses size379728
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21944
Number of clauses of size 30
Number of clauses of size 493960
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.06	c This is Ornithorynque version 0.1 alpha
0.00/0.06	c (c) roussel@cril.univ-artois.fr
0.00/0.06	c using unsigned short
0.00/0.06	c parsing...
0.24/0.32	c ...done
0.24/0.32	c nbVar=1296 nbClause=95904
0.24/0.33	c nbVar=1296 nbClause=95904
0.24/0.37	c complete search running
0.24/0.37	c local search running
0.24/0.39	c flip 0 nbSat=89507 maxSat=0
2.95/1.71	c flip 10000 nbSat=95803 maxSat=95821
5.55/3.01	c flip 20000 nbSat=95818 maxSat=95831
7.14/3.84	c flip 0 nbSat=96058 maxSat=95831
9.33/4.99	c nbDecision=10000 #clauses=103468
12.53/6.53	c flip 10000 nbSat=101816 maxSat=101831
17.72/9.12	c flip 20000 nbSat=101810 maxSat=101831
21.11/10.80	c flip 0 nbSat=102263 maxSat=101833
31.67/16.16	c nbDecision=20000 #clauses=111504
31.87/16.27	c flip 10000 nbSat=108327 maxSat=108336
42.65/21.69	c flip 20000 nbSat=108310 maxSat=108336
49.23/24.93	c flip 0 nbSat=109908 maxSat=108336
63.61/32.15	c nbDecision=30000 #clauses=119543
69.40/35.05	c flip 10000 nbSat=116163 maxSat=116169
88.55/44.66	c flip 20000 nbSat=116161 maxSat=116172
100.12/50.41	c flip 0 nbSat=120298 maxSat=116172
108.91/54.88	c nbDecision=40000 #clauses=127712
132.84/66.80	c flip 10000 nbSat=126270 maxSat=126289
163.38/82.15	c flip 20000 nbSat=126265 maxSat=126289
169.16/85.06	c nbDecision=50000 #clauses=136071
183.74/92.37	c flip 0 nbSat=134942 maxSat=126289
197.49/99.26	c nbDecision=60000 #clauses=144034
230.22/115.69	c flip 10000 nbSat=140414 maxSat=140426
250.58/125.86	c nbDecision=70000 #clauses=152125
279.91/140.50	c flip 20000 nbSat=140410 maxSat=140434
307.04/154.15	c flip 0 nbSat=152220 maxSat=140434
318.01/159.60	c nbDecision=80000 #clauses=160310
373.30/187.32	c flip 10000 nbSat=158685 maxSat=158700
385.67/193.59	c nbDecision=90000 #clauses=168544
444.34/222.94	c flip 20000 nbSat=158670 maxSat=158700
484.03/242.89	c nbDecision=100000 #clauses=176555
490.22/245.96	c flip 0 nbSat=170447 maxSat=158700
582.01/291.91	c flip 10000 nbSat=176903 maxSat=176928
584.41/293.10	c nbDecision=110000 #clauses=184915
658.64/330.36	c nbDecision=120000 #clauses=193234
678.99/340.59	c flip 20000 nbSat=176893 maxSat=176931
730.49/366.38	c flip 0 nbSat=192079 maxSat=176931
767.79/385.06	c nbDecision=130000 #clauses=201437
837.63/420.03	c flip 10000 nbSat=198341 maxSat=198365
881.34/441.97	c nbDecision=140000 #clauses=209630
946.77/474.76	c flip 20000 nbSat=198349 maxSat=198366
1008.24/505.56	c flip 0 nbSat=211278 maxSat=198367
1021.00/511.99	c nbDecision=150000 #clauses=217888
1142.53/572.84	c flip 10000 nbSat=216879 maxSat=216895
1165.27/584.23	c nbDecision=160000 #clauses=226311

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/node47/watcher-337549-1173669452 -o ROOT/results/node47/solver-337549-1173669452 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337549-1173669452/ornithorynque /tmp/evaluation/337549-1173669452/instance-337549-1173669452.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.97 1.02 0.98 3/64 12980
/proc/meminfo: memFree=1820368/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=5968 CPUtime=0
/proc/12980/stat : 12980 (ornithorynque) D 12978 12980 12221 0 -1 4194304 63 0 0 0 0 0 0 0 18 0 1 0 92920428 6111232 47 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208714921449 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12980/statm: 1492 47 36 42 0 9 0

[startup+0.0929301 s]
/proc/loadavg: 0.97 1.02 0.98 3/64 12980
/proc/meminfo: memFree=1820368/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=24280 CPUtime=0.03
/proc/12980/stat : 12980 (ornithorynque) R 12978 12980 12221 0 -1 4194304 728 0 1 0 3 0 0 0 18 0 1 0 92920428 24862720 690 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 220991016279 0 0 4096 1088 0 0 0 17 0 0 0
/proc/12980/statm: 6070 690 377 42 0 322 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24280

[startup+0.101927 s]
/proc/loadavg: 0.97 1.02 0.98 3/64 12980
/proc/meminfo: memFree=1820368/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=24544 CPUtime=0.04
/proc/12980/stat : 12980 (ornithorynque) R 12978 12980 12221 0 -1 4194304 799 0 1 0 4 0 0 0 18 0 1 0 92920428 25133056 761 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 220991044753 0 0 4096 1088 0 0 0 17 0 0 0
/proc/12980/statm: 6136 761 377 42 0 388 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24544

[startup+0.301956 s]
/proc/loadavg: 0.97 1.02 0.98 3/64 12980
/proc/meminfo: memFree=1820368/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=31512 CPUtime=0.24
/proc/12980/stat : 12980 (ornithorynque) R 12978 12980 12221 0 -1 4194304 2680 0 1 0 23 1 0 0 19 0 1 0 92920428 32268288 2415 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 220991018438 0 0 4096 1088 0 0 0 17 0 0 0
/proc/12980/statm: 7878 2415 377 42 0 2130 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 31512

[startup+0.701999 s]
/proc/loadavg: 0.97 1.02 0.98 3/64 12980
/proc/meminfo: memFree=1820368/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=59112 CPUtime=0.96
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 4659 0 1 0 95 1 0 0 20 0 3 0 92920428 60530688 4075 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 14778 4075 387 42 0 9030 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 59112

[startup+1.50109 s]
/proc/loadavg: 0.97 1.02 0.98 3/67 12983
/proc/meminfo: memFree=1804984/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=59772 CPUtime=2.55
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 4817 0 1 0 254 1 0 0 20 0 3 0 92920428 61206528 4233 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 14943 4233 387 42 0 9195 0
[pid=12980/tid=12982] ppid=12978 vsize=59772 CPUtime=1.11
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 371 0 0 0 111 0 0 0 25 0 3 0 92920465 61206528 4233 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=59772 CPUtime=1.12
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 2 0 0 0 112 0 0 0 25 0 3 0 92920465 61206528 4233 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 59772

[startup+3.10126 s]
/proc/loadavg: 1.05 1.03 0.99 3/67 12983
/proc/meminfo: memFree=1804088/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=60696 CPUtime=5.75
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 5066 0 1 0 573 2 0 0 20 0 3 0 92920428 62152704 4482 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 15174 4482 387 42 0 9426 0
[pid=12980/tid=12982] ppid=12978 vsize=60696 CPUtime=2.71
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 620 0 0 0 271 0 0 0 25 0 3 0 92920465 62152704 4482 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=60696 CPUtime=2.72
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 2 0 0 0 272 0 0 0 25 0 3 0 92920465 62152704 4482 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241393 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 60696

[startup+6.3016 s]
/proc/loadavg: 1.05 1.03 0.99 3/67 12983
/proc/meminfo: memFree=1799672/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=66300 CPUtime=12.12
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 6170 0 1 0 1210 2 0 0 20 0 3 0 92920428 67891200 5539 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 16575 5539 387 42 0 10827 0
[pid=12980/tid=12982] ppid=12978 vsize=66300 CPUtime=5.88
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 945 0 0 0 588 0 0 0 25 0 3 0 92920465 67891200 5539 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=66300 CPUtime=5.92
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 781 0 0 0 592 0 0 0 25 0 3 0 92920465 67891200 5539 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241190 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 66300

[startup+12.7023 s]
/proc/loadavg: 1.20 1.07 1.00 3/67 12983
/proc/meminfo: memFree=1794624/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=71088 CPUtime=24.9
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 7355 0 1 0 2487 3 0 0 20 0 3 0 92920428 72794112 6724 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 17772 6724 387 42 0 12024 0
[pid=12980/tid=12982] ppid=12978 vsize=71088 CPUtime=12.26
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 1372 0 0 0 1225 1 0 0 25 0 3 0 92920465 72794112 6724 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=71088 CPUtime=12.31
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 1539 0 0 0 1231 0 0 0 25 0 3 0 92920465 72794112 6724 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 71088

[startup+25.5017 s]
/proc/loadavg: 1.32 1.10 1.01 3/67 12983
/proc/meminfo: memFree=1788096/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=77840 CPUtime=50.43
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 8977 0 1 0 5039 4 0 0 20 0 3 0 92920428 79708160 8346 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 19460 8346 387 42 0 13712 0
[pid=12980/tid=12982] ppid=12978 vsize=77840 CPUtime=25
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 2070 0 0 0 2498 2 0 0 25 0 3 0 92920465 79708160 8346 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311654 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=77840 CPUtime=25.1
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 2463 0 0 0 2510 0 0 0 25 0 3 0 92920465 79708160 8346 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242170 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 77840

[startup+51.1014 s]
/proc/loadavg: 1.55 1.17 1.03 3/67 12983
/proc/meminfo: memFree=1777728/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=89952 CPUtime=101.52
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 11562 0 1 0 10145 7 0 0 20 0 3 0 92920428 92110848 10931 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 22488 10931 387 42 0 16740 0
[pid=12980/tid=12982] ppid=12978 vsize=89952 CPUtime=50.49
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 3226 0 0 0 5046 3 0 0 25 0 3 0 92920465 92110848 10931 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311145 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=89952 CPUtime=50.7
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 3892 0 0 0 5069 1 0 0 25 0 3 0 92920465 92110848 10931 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 89952

[startup+102.306 s]
/proc/loadavg: 1.82 1.30 1.09 3/67 12983
/proc/meminfo: memFree=1762880/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=107648 CPUtime=203.7
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 15790 0 1 0 20359 11 0 0 20 0 3 0 92920428 110231552 14612 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 26912 14612 387 42 0 21164 0
[pid=12980/tid=12982] ppid=12978 vsize=107648 CPUtime=101.47
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 5466 0 0 0 10141 6 0 0 25 0 3 0 92920465 110231552 14612 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=107648 CPUtime=101.89
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 5880 0 0 0 10187 2 0 0 25 0 3 0 92920465 110231552 14612 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241583 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 107648

[startup+162.301 s]
/proc/loadavg: 1.93 1.42 1.14 3/67 12983
/proc/meminfo: memFree=1749632/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=124052 CPUtime=323.4
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 20290 0 1 0 32326 14 0 0 20 0 3 0 92920428 127029248 17924 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 31013 17924 387 42 0 25265 0
[pid=12980/tid=12982] ppid=12978 vsize=124052 CPUtime=161.21
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 7108 0 0 0 16112 9 0 0 25 0 3 0 92920465 127029248 17924 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311151 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=124052 CPUtime=161.86
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 8738 0 0 0 16183 3 0 0 25 0 3 0 92920465 127029248 17924 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 323.4
Current children cumulated vsize (KiB) 124052

[startup+222.302 s]
/proc/loadavg: 1.97 1.53 1.19 3/67 12983
/proc/meminfo: memFree=1744384/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=129264 CPUtime=443.14
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 21612 0 1 0 44298 16 0 0 20 0 3 0 92920428 132366336 19246 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 32316 19246 387 42 0 26568 0
[pid=12980/tid=12982] ppid=12978 vsize=129264 CPUtime=220.96
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 8430 0 0 0 22086 10 0 0 25 0 3 0 92920465 132366336 19246 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=129264 CPUtime=221.84
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 8738 0 0 0 22181 3 0 0 25 0 3 0 92920465 132366336 19246 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 443.14
Current children cumulated vsize (KiB) 129264

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.24 3/67 12983
/proc/meminfo: memFree=1732928/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=143696 CPUtime=562.87
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 25766 0 1 0 56268 19 0 0 20 0 3 0 92920428 147144704 22113 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 35924 22113 387 42 0 30176 0
[pid=12980/tid=12982] ppid=12978 vsize=143696 CPUtime=280.7
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 9427 0 0 0 28059 11 0 0 25 0 3 0 92920465 147144704 22113 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=143696 CPUtime=281.83
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 11895 0 0 0 28178 5 0 0 25 0 3 0 92920465 147144704 22113 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 562.87
Current children cumulated vsize (KiB) 143696

[startup+342.302 s]
/proc/loadavg: 1.99 1.68 1.29 3/67 12983
/proc/meminfo: memFree=1727744/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=149720 CPUtime=682.58
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 27266 0 1 0 68238 20 0 0 20 0 3 0 92920428 153313280 23392 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 37430 23392 387 42 0 31682 0
[pid=12980/tid=12982] ppid=12978 vsize=149720 CPUtime=340.44
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 10927 0 0 0 34031 13 0 0 25 0 3 0 92920465 153313280 23392 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=149720 CPUtime=341.81
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 11895 0 0 0 34176 5 0 0 25 0 3 0 92920465 153313280 23392 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.58
Current children cumulated vsize (KiB) 149720

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.32 3/67 12983
/proc/meminfo: memFree=1714944/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=166788 CPUtime=802.31
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 32656 0 1 0 80208 23 0 0 20 0 3 0 92920428 170790912 26568 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 41697 26568 387 42 0 35949 0
[pid=12980/tid=12982] ppid=12978 vsize=166788 CPUtime=400.19
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 11842 0 0 0 40005 14 0 0 25 0 3 0 92920465 170790912 26568 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311218 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=166788 CPUtime=401.8
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 16370 0 0 0 40173 7 0 0 25 0 3 0 92920465 170790912 26568 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285210 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 802.31
Current children cumulated vsize (KiB) 166788

[startup+462.302 s]
/proc/loadavg: 1.99 1.78 1.37 3/67 12983
/proc/meminfo: memFree=1711104/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=170536 CPUtime=922.04
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 33609 0 1 0 92180 24 0 0 20 0 3 0 92920428 174628864 27521 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 42634 27521 387 42 0 36886 0
[pid=12980/tid=12982] ppid=12978 vsize=170536 CPUtime=459.94
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 12795 0 0 0 45979 15 0 0 25 0 3 0 92920465 174628864 27521 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4314358 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=170536 CPUtime=461.78
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 16370 0 0 0 46171 7 0 0 25 0 3 0 92920465 174628864 27521 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 922.04
Current children cumulated vsize (KiB) 170536

[startup+522.301 s]
/proc/loadavg: 1.99 1.82 1.40 3/67 12983
/proc/meminfo: memFree=1699968/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=184092 CPUtime=1041.76
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 38149 0 1 0 104149 27 0 0 20 0 3 0 92920428 188510208 30300 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 46023 30300 387 42 0 40275 0
[pid=12980/tid=12982] ppid=12978 vsize=184092 CPUtime=519.67
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 13692 0 0 0 51951 16 0 0 25 0 3 0 92920465 188510208 30300 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=184092 CPUtime=521.76
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 20013 0 0 0 52168 8 0 0 25 0 3 0 92920465 188510208 30300 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1041.76
Current children cumulated vsize (KiB) 184092

[startup+582.302 s]
/proc/loadavg: 1.99 1.85 1.44 3/67 12983
/proc/meminfo: memFree=1696512/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=187544 CPUtime=1161.48
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 39055 0 1 0 116121 27 0 0 20 0 3 0 92920428 192045056 31173 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 46886 31173 387 42 0 41138 0
[pid=12980/tid=12982] ppid=12978 vsize=187544 CPUtime=579.41
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 14598 0 0 0 57925 16 0 0 25 0 3 0 92920465 192045056 31173 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311658 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=187544 CPUtime=581.74
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 20013 0 0 0 58166 8 0 0 25 0 3 0 92920465 192045056 31173 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241010 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1161.48
Current children cumulated vsize (KiB) 187544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.602 s]
/proc/loadavg: 1.99 1.86 1.45 3/67 12983
/proc/meminfo: memFree=1695744/2055920 swapFree=4166212/4192956
[pid=12980] ppid=12978 vsize=188336 CPUtime=1200
/proc/12980/stat : 12980 (ornithorynque) S 12978 12980 12221 0 -1 4194304 39226 0 1 0 119973 27 0 0 20 0 3 0 92920428 192856064 31344 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 208726421371 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/12980/statm: 47084 31344 387 42 0 41336 0
[pid=12980/tid=12982] ppid=12978 vsize=188336 CPUtime=598.63
/proc/12980/task/12982/stat : 12982 (ornithorynque) R 12978 12980 12221 0 -1 4194368 14769 0 0 0 59846 17 0 0 25 0 3 0 92920465 192856064 31344 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238096 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=188336 CPUtime=601.04
/proc/12980/task/12983/stat : 12983 (ornithorynque) R 12978 12980 12221 0 -1 4194368 20013 0 0 0 60096 8 0 0 25 0 3 0 92920465 192856064 31344 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 188336

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.637
CPU time (s): 1200.05
CPU user time (s): 1199.75
CPU system time (s): 0.295955
CPU usage (%): 199.464
Max. virtual memory (cumulated for all children) (KiB): 188336

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

runsolver used 0.565913 second user time and 1.64075 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Mon Mar 12 03:17:33 UTC 2007

IDJOB= 337549
IDBENCH= 24701
IDSOLVER= 139
FILE ID= node47/337549-1173669452

PBS_JOBID= 4101457

Free space on /tmp= 66542 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/others/color-18-4.sat05-443.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337549-1173669452/ornithorynque /tmp/evaluation/337549-1173669452/instance-337549-1173669452.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-337549-1173669452 -o ROOT/results/node47/solver-337549-1173669452 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337549-1173669452/ornithorynque /tmp/evaluation/337549-1173669452/instance-337549-1173669452.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  ef7f419fe4e145465fe8ec684a206f9b

RANDOM SEED= 464335368

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.225
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.225
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:       1820904 kB
Buffers:         24576 kB
Cached:         145600 kB
SwapCached:      21040 kB
Active:          66964 kB
Inactive:       130952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820904 kB
SwapTotal:     4192956 kB
SwapFree:      4166212 kB
Dirty:            2160 kB
Writeback:           0 kB
Mapped:          15404 kB
Slab:            23112 kB
Committed_AS:   168360 kB
PageTables:       1452 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= 66542 MiB

End job on node47 on Mon Mar 12 03:27:36 UTC 2007