Trace number 336583

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.21 601.937

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-clqcolor-30-19-20.sat05-1256.reshuffled-07.cnf
MD5SUM08b968293abd73d1b678d4f1e29187a3
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 variables1605
Number of clauses179315
Sum of the clauses size533265
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25700
Number of clauses of size 3173565
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data (download as text)

0.00/0.12	c This is Ornithorynque version 0.1 alpha
0.00/0.12	c (c) roussel@cril.univ-artois.fr
0.00/0.13	c using unsigned short
0.00/0.13	c parsing...
0.37/0.53	c ...done
0.37/0.53	c nbVar=1605 nbClause=179315
0.37/0.55	c nbVar=1605 nbClause=179315
0.47/0.61	c complete search running
0.47/0.62	c local search running
0.47/0.65	c flip 0 nbSat=152478 maxSat=0
5.83/3.34	c nbDecision=10000 #clauses=186454
11.23/6.07	c flip 10000 nbSat=179314 maxSat=179314
24.79/12.85	c nbDecision=20000 #clauses=195295
27.18/14.03	c flip 20000 nbSat=179314 maxSat=179314
42.96/21.98	c flip 30000 nbSat=179314 maxSat=179314
46.74/23.89	c flip 0 nbSat=178113 maxSat=179314
61.91/31.42	c nbDecision=30000 #clauses=204228
77.66/39.38	c flip 10000 nbSat=199836 maxSat=199836
87.84/44.44	c flip 20000 nbSat=199836 maxSat=199836
98.01/49.50	c flip 30000 nbSat=199836 maxSat=199836
100.40/50.75	c flip 0 nbSat=190987 maxSat=199836
104.80/52.98	c nbDecision=40000 #clauses=213271
155.68/78.49	c nbDecision=50000 #clauses=222204
168.44/84.83	c flip 10000 nbSat=212649 maxSat=212649
185.81/93.54	c flip 20000 nbSat=212649 maxSat=212649
203.17/102.22	c flip 30000 nbSat=212649 maxSat=212649
207.35/104.32	c flip 0 nbSat=204420 maxSat=212649
219.33/110.34	c nbDecision=60000 #clauses=231307
284.97/143.25	c nbDecision=70000 #clauses=240460
301.93/151.78	c flip 10000 nbSat=229559 maxSat=229560
313.30/157.46	c flip 20000 nbSat=229559 maxSat=229560
324.67/163.16	c flip 30000 nbSat=229559 maxSat=229560
327.67/164.64	c flip 0 nbSat=221552 maxSat=229560
360.39/181.00	c nbDecision=80000 #clauses=249639
441.59/221.78	c nbDecision=90000 #clauses=258798
573.85/288.04	c nbDecision=100000 #clauses=267754
761.61/382.13	c flip 10000 nbSat=245579 maxSat=245579
781.77/392.22	c nbDecision=110000 #clauses=276223

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/node9/watcher-336583-1173649735 -o ROOT/results/node9/solver-336583-1173649735 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336583-1173649735/ornithorynque /tmp/evaluation/336583-1173649735/instance-336583-1173649735.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.99 3/77 2942
/proc/meminfo: memFree=1888128/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=1364 CPUtime=0
/proc/2942/stat : 2942 (ornithorynque) D 2940 2942 1972 0 -1 4194304 48 0 0 0 0 0 0 0 18 0 1 0 384928188 1396736 32 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215416370569 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/2942/statm: 341 32 25 42 0 3 0

[startup+0.076006 s]
/proc/loadavg: 1.00 1.00 0.99 3/77 2942
/proc/meminfo: memFree=1888128/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=18420 CPUtime=0
/proc/2942/stat : 2942 (ornithorynque) D 2940 2942 1972 0 -1 4194304 94 0 3 0 0 0 0 0 18 0 1 0 384928188 18862080 81 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215416373968 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/2942/statm: 4605 81 59 42 0 38 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18420

[startup+0.101009 s]
/proc/loadavg: 1.00 1.00 0.99 3/77 2942
/proc/meminfo: memFree=1888128/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=22096 CPUtime=0
/proc/2942/stat : 2942 (ornithorynque) D 2940 2942 1972 0 -1 4194304 102 0 5 0 0 0 0 0 18 0 1 0 384928188 22626304 91 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215416373968 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/2942/statm: 5524 91 65 42 0 39 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 22096

[startup+0.301056 s]
/proc/loadavg: 1.00 1.00 0.99 3/77 2942
/proc/meminfo: memFree=1888128/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=30320 CPUtime=0.17
/proc/2942/stat : 2942 (ornithorynque) R 2940 2942 1972 0 -1 4194304 2373 0 10 0 16 1 0 0 18 0 1 0 384928188 31047680 2117 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215418865537 0 0 4096 1088 0 0 0 17 0 0 0
/proc/2942/statm: 7580 2117 377 42 0 1832 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 30320

[startup+0.701135 s]
/proc/loadavg: 1.00 1.00 0.99 3/77 2942
/proc/meminfo: memFree=1888128/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=70260 CPUtime=0.64
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 7767 0 10 0 61 3 0 0 21 0 3 0 384928188 71946240 6594 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 17565 6594 387 42 0 11817 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 70260

[startup+1.5023 s]
/proc/loadavg: 1.08 1.02 0.99 3/80 2945
/proc/meminfo: memFree=1861864/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=71576 CPUtime=2.24
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 8081 0 10 0 221 3 0 0 21 0 3 0 384928188 73293824 6908 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 17894 6908 387 42 0 12146 0
[pid=2942/tid=2944] ppid=2940 vsize=71576 CPUtime=0.87
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 555 0 0 0 87 0 0 0 25 0 3 0 384928250 73293824 6908 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=71576 CPUtime=0.88
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 2 0 0 0 88 0 0 0 25 0 3 0 384928250 73293824 6908 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 71576

[startup+3.10159 s]
/proc/loadavg: 1.08 1.02 0.99 3/80 2945
/proc/meminfo: memFree=1860136/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=73428 CPUtime=5.44
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 8564 0 10 0 541 3 0 0 21 0 3 0 384928188 75190272 7391 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 18357 7391 387 42 0 12609 0
[pid=2942/tid=2944] ppid=2940 vsize=73428 CPUtime=2.47
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 1038 0 0 0 247 0 0 0 25 0 3 0 384928250 75190272 7391 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311518 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=73428 CPUtime=2.48
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 2 0 0 0 248 0 0 0 25 0 3 0 384928250 75190272 7391 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285871 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 73428

[startup+6.30221 s]
/proc/loadavg: 1.08 1.02 0.99 3/80 2945
/proc/meminfo: memFree=1857256/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=75800 CPUtime=11.83
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 9169 0 10 0 1179 4 0 0 21 0 3 0 384928188 77619200 7996 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 18950 7996 387 42 0 13202 0
[pid=2942/tid=2944] ppid=2940 vsize=75800 CPUtime=5.65
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 1643 0 0 0 565 0 0 0 25 0 3 0 384928250 77619200 7996 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=75800 CPUtime=5.67
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 2 0 0 0 567 0 0 0 25 0 3 0 384928250 77619200 7996 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238075 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 75800

[startup+12.7014 s]
/proc/loadavg: 1.22 1.05 1.01 3/80 2945
/proc/meminfo: memFree=1853544/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=79164 CPUtime=24.59
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 10000 0 10 0 2455 4 0 0 21 0 3 0 384928188 81063936 8827 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 19791 8827 387 42 0 14043 0
[pid=2942/tid=2944] ppid=2940 vsize=79164 CPUtime=12.02
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 2474 0 0 0 1202 0 0 0 25 0 3 0 384928250 81063936 8827 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238096 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=79164 CPUtime=12.07
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 2 0 0 0 1207 0 0 0 25 0 3 0 384928250 81063936 8827 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238103 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 79164

[startup+25.5019 s]
/proc/loadavg: 1.34 1.08 1.02 3/80 2945
/proc/meminfo: memFree=1833832/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=101492 CPUtime=50.13
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 14964 0 10 0 5006 7 0 0 21 0 3 0 384928188 103927808 13703 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 25373 13703 387 42 0 19625 0
[pid=2942/tid=2944] ppid=2940 vsize=101492 CPUtime=24.77
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 3345 0 0 0 2475 2 0 0 25 0 3 0 384928250 103927808 13703 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311425 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=101492 CPUtime=24.87
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 4095 0 0 0 2485 2 0 0 25 0 3 0 384928250 103927808 13703 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241035 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.13
Current children cumulated vsize (KiB) 101492

[startup+51.1028 s]
/proc/loadavg: 1.62 1.17 1.04 3/80 2945
/proc/meminfo: memFree=1825960/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=125728 CPUtime=101.21
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 19906 0 10 0 10109 12 0 0 21 0 3 0 384928188 128745472 18645 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 31432 18645 387 42 0 25684 0
[pid=2942/tid=2944] ppid=2940 vsize=125728 CPUtime=50.25
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 5347 0 0 0 5020 5 0 0 25 0 3 0 384928250 128745472 18645 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=125728 CPUtime=50.45
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 7035 0 0 0 5042 3 0 0 25 0 3 0 384928250 128745472 18645 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 125728

[startup+102.307 s]
/proc/loadavg: 1.85 1.31 1.10 3/80 2945
/proc/meminfo: memFree=1802856/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=137520 CPUtime=203.37
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 22697 0 10 0 20321 16 0 0 21 0 3 0 384928188 140820480 21436 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 34380 21436 387 42 0 28632 0
[pid=2942/tid=2944] ppid=2940 vsize=137520 CPUtime=101.23
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 8138 0 0 0 10114 9 0 0 25 0 3 0 384928250 140820480 21436 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=137520 CPUtime=101.64
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 7035 0 0 0 10161 3 0 0 25 0 3 0 384928250 140820480 21436 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285898 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.37
Current children cumulated vsize (KiB) 137520

[startup+162.301 s]
/proc/loadavg: 1.94 1.43 1.15 3/80 2945
/proc/meminfo: memFree=1780008/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=162624 CPUtime=323.08
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 29080 0 10 0 32286 22 0 0 21 0 3 0 384928188 166526976 27060 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 40656 27060 387 42 0 34908 0
[pid=2942/tid=2944] ppid=2940 vsize=162624 CPUtime=160.97
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 10867 0 0 0 16083 14 0 0 25 0 3 0 384928250 166526976 27060 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311260 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=162624 CPUtime=161.62
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 10689 0 0 0 16157 5 0 0 25 0 3 0 384928250 166526976 27060 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285902 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 323.08
Current children cumulated vsize (KiB) 162624

[startup+222.302 s]
/proc/loadavg: 1.98 1.53 1.20 3/80 2945
/proc/meminfo: memFree=1758184/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=193912 CPUtime=442.78
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 37814 0 10 0 44249 29 0 0 21 0 3 0 384928188 198565888 32527 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 48478 32527 387 42 0 42730 0
[pid=2942/tid=2944] ppid=2940 vsize=193912 CPUtime=220.69
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 13142 0 0 0 22051 18 0 0 25 0 3 0 384928250 198565888 32527 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311171 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=193912 CPUtime=221.59
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 17148 0 0 0 22152 7 0 0 25 0 3 0 384928250 198565888 32527 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241176 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 442.78
Current children cumulated vsize (KiB) 193912

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.25 3/80 2945
/proc/meminfo: memFree=1751144/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=203960 CPUtime=562.48
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 40285 0 10 0 56215 33 0 0 21 0 3 0 384928188 208855040 34287 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 50990 34287 387 42 0 45242 0
[pid=2942/tid=2944] ppid=2940 vsize=203960 CPUtime=280.41
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 15613 0 0 0 28019 22 0 0 25 0 3 0 384928250 208855040 34287 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311496 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=203960 CPUtime=281.57
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 17148 0 0 0 28149 8 0 0 25 0 3 0 384928250 208855040 34287 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241632 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 562.48
Current children cumulated vsize (KiB) 203960

[startup+342.302 s]
/proc/loadavg: 1.99 1.68 1.29 3/80 2945
/proc/meminfo: memFree=1746472/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=208768 CPUtime=682.2
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 41529 0 10 0 68185 35 0 0 21 0 3 0 384928188 213778432 35432 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 52192 35432 387 42 0 46444 0
[pid=2942/tid=2944] ppid=2940 vsize=208768 CPUtime=340.15
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 16857 0 0 0 33992 23 0 0 25 0 3 0 384928250 213778432 35432 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311260 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=208768 CPUtime=341.55
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 17148 0 0 0 34147 8 0 0 25 0 3 0 384928250 213778432 35432 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285880 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.2
Current children cumulated vsize (KiB) 208768

[startup+402.303 s]
/proc/loadavg: 1.99 1.74 1.33 3/80 2945
/proc/meminfo: memFree=1743656/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=211588 CPUtime=801.92
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 42407 0 10 0 80155 37 0 0 21 0 3 0 384928188 216666112 36145 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 52897 36145 387 42 0 47149 0
[pid=2942/tid=2944] ppid=2940 vsize=211588 CPUtime=399.88
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 17735 0 0 0 39964 24 0 0 25 0 3 0 384928250 216666112 36145 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=211588 CPUtime=401.53
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 17148 0 0 0 40145 8 0 0 25 0 3 0 384928250 216666112 36145 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241035 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 801.92
Current children cumulated vsize (KiB) 211588

[startup+462.301 s]
/proc/loadavg: 1.99 1.78 1.37 3/80 2945
/proc/meminfo: memFree=1740456/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=215948 CPUtime=921.62
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 43445 0 10 0 92123 39 0 0 21 0 3 0 384928188 221130752 36919 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 53987 36919 387 42 0 48239 0
[pid=2942/tid=2944] ppid=2940 vsize=215948 CPUtime=459.61
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 18773 0 0 0 45935 26 0 0 25 0 3 0 384928250 221130752 36919 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311260 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=215948 CPUtime=461.51
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 17148 0 0 0 46142 9 0 0 25 0 3 0 384928250 221130752 36919 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 921.62
Current children cumulated vsize (KiB) 215948

[startup+522.302 s]
/proc/loadavg: 1.99 1.82 1.41 3/80 2945
/proc/meminfo: memFree=1738280/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=218256 CPUtime=1041.34
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 44002 0 10 0 104094 40 0 0 21 0 3 0 384928188 223494144 37443 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 54564 37443 387 42 0 48816 0
[pid=2942/tid=2944] ppid=2940 vsize=218256 CPUtime=519.35
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 19330 0 0 0 51908 27 0 0 25 0 3 0 384928250 223494144 37443 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242927 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=218256 CPUtime=521.48
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 17148 0 0 0 52139 9 0 0 25 0 3 0 384928250 223494144 37443 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283786 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1041.34
Current children cumulated vsize (KiB) 218256

[startup+582.301 s]
/proc/loadavg: 1.99 1.85 1.44 3/80 2945
/proc/meminfo: memFree=1738216/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=218256 CPUtime=1161.05
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 44002 0 10 0 116064 41 0 0 21 0 3 0 384928188 223494144 37443 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 54564 37443 387 42 0 48816 0
[pid=2942/tid=2944] ppid=2940 vsize=218256 CPUtime=579.08
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 19330 0 0 0 57881 27 0 0 25 0 3 0 384928250 223494144 37443 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242944 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=218256 CPUtime=581.47
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 17148 0 0 0 58137 10 0 0 25 0 3 0 384928250 223494144 37443 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241651 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1161.05
Current children cumulated vsize (KiB) 218256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.902 s]
/proc/loadavg: 1.99 1.86 1.46 3/80 2945
/proc/meminfo: memFree=1738216/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=218256 CPUtime=1200.16
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 44002 0 10 0 119975 41 0 0 21 0 3 0 384928188 223494144 37443 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 54564 37443 387 42 0 48816 0
[pid=2942/tid=2944] ppid=2940 vsize=218256 CPUtime=598.59
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 19330 0 0 0 59832 27 0 0 25 0 3 0 384928250 223494144 37443 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242957 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=218256 CPUtime=601.07
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 17148 0 0 0 60097 10 0 0 25 0 3 0 384928250 223494144 37443 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242580 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 218256

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.86 1.46 3/80 2945
/proc/meminfo: memFree=1738216/2055920 swapFree=4152244/4192956
[pid=2942] ppid=2940 vsize=218256 CPUtime=1200.16
/proc/2942/stat : 2942 (ornithorynque) S 2940 2942 1972 0 -1 4194304 44002 0 10 0 119975 41 0 0 21 0 3 0 384928188 223494144 37443 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 215427870587 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/2942/statm: 54564 37443 387 42 0 48816 0
[pid=2942/tid=2944] ppid=2940 vsize=218256 CPUtime=598.59
/proc/2942/task/2944/stat : 2944 (ornithorynque) R 2940 2942 1972 0 -1 4194368 19330 0 0 0 59832 27 0 0 25 0 3 0 384928250 223494144 37443 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242957 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=2942/tid=2945] ppid=2940 vsize=218256 CPUtime=601.07
/proc/2942/task/2945/stat : 2945 (ornithorynque) R 2940 2942 1972 0 -1 4194368 17148 0 0 0 60097 10 0 0 25 0 3 0 384928250 223494144 37443 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242580 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 218256

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.937
CPU time (s): 1200.21
CPU user time (s): 1199.77
CPU system time (s): 0.438933
CPU usage (%): 199.391
Max. virtual memory (cumulated for all children) (KiB): 218256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.77
system time used= 0.438933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44002
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69
involuntary context switches= 22710

runsolver used 0.544917 second user time and 1.65875 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Mar 11 21:48:56 UTC 2007

IDJOB= 336583
IDBENCH= 24678
IDSOLVER= 139
FILE ID= node9/336583-1173649735

PBS_JOBID= 4101378

Free space on /tmp= 66350 MiB

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

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  08b968293abd73d1b678d4f1e29187a3

RANDOM SEED= 319767207

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1888536 kB
Buffers:         22696 kB
Cached:          67196 kB
SwapCached:       9184 kB
Active:          51976 kB
Inactive:        61060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1888536 kB
SwapTotal:     4192956 kB
SwapFree:      4152244 kB
Dirty:            3216 kB
Writeback:           0 kB
Mapped:          29728 kB
Slab:            39960 kB
Committed_AS:  1548068 kB
PageTables:       1688 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= 66350 MiB

End job on node9 on Sun Mar 11 21:59:00 UTC 2007