Trace number 335743

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.14 601.655

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-php-045-044.sat05-1195.reshuffled-07.cnf
MD5SUMf85cd53ba72eb6986cd81a6303ff5679
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 variables1980
Number of clauses43605
Sum of the clauses size89100
Maximum clause length44
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243560
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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.07/0.21	c ...done
0.07/0.21	c nbVar=1980 nbClause=43605
0.07/0.22	c nbVar=1980 nbClause=43605
0.07/0.23	c complete search running
0.07/0.23	c local search running
0.07/0.24	c flip 0 nbSat=32947 maxSat=0
0.83/0.61	c flip 10000 nbSat=43598 maxSat=43598
1.43/0.99	c flip 20000 nbSat=43598 maxSat=43598
2.23/1.37	c flip 30000 nbSat=43598 maxSat=43598
3.03/1.78	c flip 0 nbSat=34691 maxSat=43598
6.23/3.38	c flip 10000 nbSat=45428 maxSat=45428
9.42/4.96	c flip 20000 nbSat=45428 maxSat=45428
12.62/6.55	c flip 30000 nbSat=45428 maxSat=45428
15.79/8.16	c flip 0 nbSat=37535 maxSat=45428
23.58/12.09	c flip 10000 nbSat=48457 maxSat=48457
31.76/16.12	c flip 20000 nbSat=48457 maxSat=48457
39.74/20.15	c flip 30000 nbSat=48457 maxSat=48457
47.72/24.14	c flip 0 nbSat=43068 maxSat=48457
50.12/25.33	c nbDecision=10000 #clauses=53317
125.74/63.23	c flip 10000 nbSat=53077 maxSat=53077
176.63/88.73	c nbDecision=20000 #clauses=63125
210.35/105.69	c flip 20000 nbSat=53077 maxSat=53077
295.16/148.18	c flip 30000 nbSat=53077 maxSat=53077
321.50/161.33	c nbDecision=30000 #clauses=73012
378.16/189.77	c flip 0 nbSat=65438 maxSat=53077
482.34/241.97	c flip 10000 nbSat=76319 maxSat=76319
487.52/244.50	c nbDecision=40000 #clauses=82844
586.68/294.20	c flip 20000 nbSat=76319 maxSat=76319
691.04/346.51	c flip 30000 nbSat=76319 maxSat=76319
746.12/374.13	c nbDecision=50000 #clauses=92628
792.41/397.38	c flip 0 nbSat=83158 maxSat=76319
878.80/440.63	c flip 10000 nbSat=94097 maxSat=94097
961.03/481.83	c flip 20000 nbSat=94097 maxSat=94097
993.55/498.18	c nbDecision=60000 #clauses=102499
1043.23/523.09	c flip 30000 nbSat=94097 maxSat=94097
1123.25/563.14	c flip 0 nbSat=94535 maxSat=94097

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/node18/watcher-335743-1173633470 -o ROOT/results/node18/solver-335743-1173633470 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335743-1173633470/ornithorynque /tmp/evaluation/335743-1173633470/instance-335743-1173633470.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.92 0.98 0.99 3/77 809
/proc/meminfo: memFree=1957944/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=1364 CPUtime=0
/proc/809/stat : 809 (ornithorynque) D 807 809 32483 0 -1 4194304 48 0 0 0 0 0 0 0 18 0 1 0 383301607 1396736 32 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227846190473 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/809/statm: 341 32 25 42 0 3 0

[startup+0.0952981 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 809
/proc/meminfo: memFree=1957944/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=19900 CPUtime=0
/proc/809/stat : 809 (ornithorynque) D 807 809 32483 0 -1 4194304 96 0 5 0 0 0 0 0 18 0 1 0 383301607 20377600 85 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227846193872 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/809/statm: 4975 85 61 42 0 39 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 19900

[startup+0.102296 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 809
/proc/meminfo: memFree=1957944/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=19900 CPUtime=0
/proc/809/stat : 809 (ornithorynque) D 807 809 32483 0 -1 4194304 96 0 5 0 0 0 0 0 18 0 1 0 383301607 20377600 85 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227846193872 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/809/statm: 4975 85 61 42 0 39 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 19900

[startup+0.302322 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 809
/proc/meminfo: memFree=1957944/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=50452 CPUtime=0.24
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 2256 0 11 0 23 1 0 0 18 0 3 0 383301607 51662848 1990 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 12613 1990 387 42 0 6865 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 50452

[startup+0.701355 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 809
/proc/meminfo: memFree=1957944/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=51112 CPUtime=1.03
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 2419 0 11 0 102 1 0 0 18 0 3 0 383301607 52338688 2153 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 12778 2153 387 42 0 7030 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 51112

[startup+1.50143 s]
/proc/loadavg: 0.92 0.98 0.99 3/80 812
/proc/meminfo: memFree=1949600/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=52036 CPUtime=2.63
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 2656 0 11 0 262 1 0 0 18 0 3 0 383301607 53284864 2390 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 13009 2390 387 42 0 7261 0
[pid=809/tid=811] ppid=807 vsize=52036 CPUtime=1.26
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 479 0 0 0 126 0 0 0 25 0 3 0 383301631 53284864 2390 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311456 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=52036 CPUtime=1.25
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 1 0 0 0 125 0 0 0 25 0 3 0 383301631 53284864 2390 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285948 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 52036

[startup+3.10159 s]
/proc/loadavg: 1.01 1.00 1.00 3/80 812
/proc/meminfo: memFree=1944416/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=58248 CPUtime=5.82
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 3962 0 11 0 581 1 0 0 18 0 3 0 383301607 59645952 3696 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 14562 3696 387 42 0 8814 0
[pid=809/tid=811] ppid=807 vsize=58248 CPUtime=2.86
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 807 0 0 0 286 0 0 0 25 0 3 0 383301631 59645952 3696 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4290068 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=58248 CPUtime=2.85
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 979 0 0 0 285 0 0 0 25 0 3 0 383301631 59645952 3696 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241162 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 58248

[startup+6.3019 s]
/proc/loadavg: 1.01 1.00 1.00 3/80 812
/proc/meminfo: memFree=1941920/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=60296 CPUtime=12.21
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 4522 0 11 0 1219 2 0 0 18 0 3 0 383301607 61743104 4256 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 15074 4256 387 42 0 9326 0
[pid=809/tid=811] ppid=807 vsize=60296 CPUtime=6.06
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 1367 0 0 0 606 0 0 0 25 0 3 0 383301631 61743104 4256 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=60296 CPUtime=6.03
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 979 0 0 0 603 0 0 0 25 0 3 0 383301631 61743104 4256 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241539 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 60296

[startup+12.7015 s]
/proc/loadavg: 1.16 1.03 1.01 3/80 812
/proc/meminfo: memFree=1931936/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=69740 CPUtime=24.97
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 6924 0 11 0 2494 3 0 0 18 0 3 0 383301607 71413760 6658 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 17435 6658 387 42 0 11687 0
[pid=809/tid=811] ppid=807 vsize=69740 CPUtime=12.45
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 2183 0 0 0 1244 1 0 0 25 0 3 0 383301631 71413760 6658 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4314353 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=69740 CPUtime=12.39
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 2565 0 0 0 1239 0 0 0 25 0 3 0 383301631 71413760 6658 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241561 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 69740

[startup+25.5028 s]
/proc/loadavg: 1.29 1.06 1.02 3/80 812
/proc/meminfo: memFree=1917280/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=86076 CPUtime=50.51
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 10559 0 11 0 5045 6 0 0 18 0 3 0 383301607 88141824 10293 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 21519 10293 387 42 0 15771 0
[pid=809/tid=811] ppid=807 vsize=86076 CPUtime=25.25
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 3418 0 0 0 2522 3 0 0 25 0 3 0 383301631 88141824 10293 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4259668 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=86076 CPUtime=25.14
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 4965 0 0 0 2512 2 0 0 25 0 3 0 383301631 88141824 10293 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 86076

[startup+51.1022 s]
/proc/loadavg: 1.53 1.14 1.04 3/80 812
/proc/meminfo: memFree=1910688/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=92220 CPUtime=101.61
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 12187 0 11 0 10152 9 0 0 18 0 3 0 383301607 94433280 11921 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 23055 11921 387 42 0 17307 0
[pid=809/tid=811] ppid=807 vsize=92220 CPUtime=50.84
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 5046 0 0 0 5079 5 0 0 25 0 3 0 383301631 94433280 11921 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311171 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=92220 CPUtime=50.64
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 4965 0 0 0 5062 2 0 0 25 0 3 0 383301631 94433280 11921 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 92220

[startup+102.306 s]
/proc/loadavg: 1.81 1.28 1.10 3/80 812
/proc/meminfo: memFree=1898400/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=105020 CPUtime=203.77
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 15321 0 11 0 20363 14 0 0 18 0 3 0 383301607 107540480 14926 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 26255 14926 387 42 0 20507 0
[pid=809/tid=811] ppid=807 vsize=105020 CPUtime=102.03
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 8180 0 0 0 10193 10 0 0 25 0 3 0 383301631 107540480 14926 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311234 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=105020 CPUtime=101.61
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 4965 0 0 0 10159 2 0 0 25 0 3 0 383301631 107540480 14926 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241170 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 105020

[startup+162.303 s]
/proc/loadavg: 1.93 1.41 1.15 3/80 812
/proc/meminfo: memFree=1886944/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=116284 CPUtime=323.49
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 18167 0 11 0 32329 20 0 0 18 0 3 0 383301607 119074816 17772 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 29071 17772 387 42 0 23323 0
[pid=809/tid=811] ppid=807 vsize=116284 CPUtime=162.02
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 11026 0 0 0 16186 16 0 0 25 0 3 0 383301631 119074816 17772 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311171 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=116284 CPUtime=161.35
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 4965 0 0 0 16133 2 0 0 25 0 3 0 383301631 119074816 17772 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241187 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.49
Current children cumulated vsize (KiB) 116284

[startup+222.303 s]
/proc/loadavg: 1.97 1.51 1.20 3/80 812
/proc/meminfo: memFree=1820320/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=196020 CPUtime=443.21
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 34887 0 11 0 44291 30 0 0 18 0 3 0 383301607 200724480 34363 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 49005 34363 387 42 0 43257 0
[pid=809/tid=811] ppid=807 vsize=196020 CPUtime=222
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 13866 0 0 0 22180 20 0 0 25 0 3 0 383301631 200724480 34363 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311174 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=196020 CPUtime=221.09
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 18845 0 0 0 22101 8 0 0 25 0 3 0 383301631 200724480 34363 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241035 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.21
Current children cumulated vsize (KiB) 196020

[startup+282.303 s]
/proc/loadavg: 1.99 1.59 1.24 4/80 812
/proc/meminfo: memFree=1812256/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=204508 CPUtime=562.94
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 36884 0 11 0 56260 34 0 0 18 0 3 0 383301607 209416192 36360 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 51127 36360 387 42 0 45379 0
[pid=809/tid=811] ppid=807 vsize=204508 CPUtime=281.99
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 15863 0 0 0 28175 24 0 0 25 0 3 0 383301631 209416192 36360 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=204508 CPUtime=280.82
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 18845 0 0 0 28074 8 0 0 25 0 3 0 383301631 209416192 36360 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.94
Current children cumulated vsize (KiB) 204508

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.29 3/80 812
/proc/meminfo: memFree=1804384/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=212544 CPUtime=682.66
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 38906 0 11 0 68228 38 0 0 18 0 3 0 383301607 217645056 38296 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 53136 38296 387 42 0 47388 0
[pid=809/tid=811] ppid=807 vsize=212544 CPUtime=341.97
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 17885 0 0 0 34169 28 0 0 25 0 3 0 383301631 217645056 38296 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311518 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=212544 CPUtime=340.57
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 18845 0 0 0 34049 8 0 0 25 0 3 0 383301631 217645056 38296 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241583 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.66
Current children cumulated vsize (KiB) 212544

[startup+402.302 s]
/proc/loadavg: 1.99 1.72 1.33 3/80 812
/proc/meminfo: memFree=1761568/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=282972 CPUtime=802.39
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 56755 0 11 0 80192 47 0 0 18 0 3 0 383301607 289763328 48946 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 70743 48946 387 42 0 64995 0
[pid=809/tid=811] ppid=807 vsize=282972 CPUtime=401.95
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 19425 0 0 0 40164 31 0 0 25 0 3 0 383301631 289763328 48946 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311059 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=282972 CPUtime=400.3
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 35154 0 0 0 40016 14 0 0 25 0 3 0 383301631 289763328 48946 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.39
Current children cumulated vsize (KiB) 282972

[startup+462.303 s]
/proc/loadavg: 1.99 1.77 1.37 3/80 812
/proc/meminfo: memFree=1752928/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=290796 CPUtime=922.11
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 58922 0 11 0 92160 51 0 0 18 0 3 0 383301607 297775104 51080 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 72699 51080 387 42 0 66951 0
[pid=809/tid=811] ppid=807 vsize=290796 CPUtime=461.94
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 21592 0 0 0 46160 34 0 0 25 0 3 0 383301631 297775104 51080 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=290796 CPUtime=460.04
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 35154 0 0 0 45990 14 0 0 25 0 3 0 383301631 297775104 51080 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.11
Current children cumulated vsize (KiB) 290796

[startup+522.303 s]
/proc/loadavg: 1.99 1.81 1.41 3/80 812
/proc/meminfo: memFree=1746400/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=297336 CPUtime=1041.84
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 60535 0 11 0 104130 54 0 0 18 0 3 0 383301607 304472064 52693 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 74334 52693 387 42 0 68586 0
[pid=809/tid=811] ppid=807 vsize=297336 CPUtime=521.93
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 23205 0 0 0 52155 38 0 0 25 0 3 0 383301631 304472064 52693 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4290048 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=297336 CPUtime=519.78
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 35154 0 0 0 51964 14 0 0 25 0 3 0 383301631 304472064 52694 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.84
Current children cumulated vsize (KiB) 297336

[startup+582.303 s]
/proc/loadavg: 1.99 1.84 1.44 3/80 812
/proc/meminfo: memFree=1715488/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=337008 CPUtime=1161.56
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 72150 0 11 0 116095 61 0 0 18 0 3 0 383301607 345096192 60381 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 84252 60381 387 42 0 78504 0
[pid=809/tid=811] ppid=807 vsize=337008 CPUtime=581.91
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 24667 0 0 0 58150 41 0 0 25 0 3 0 383301631 345096192 60381 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227848653222 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=337008 CPUtime=579.52
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 45307 0 0 0 57934 18 0 0 25 0 3 0 383301631 345096192 60382 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241645 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.56
Current children cumulated vsize (KiB) 337008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.601 s]
/proc/loadavg: 1.99 1.85 1.45 3/80 812
/proc/meminfo: memFree=1713312/2055920 swapFree=4153284/4192956
[pid=809] ppid=807 vsize=339056 CPUtime=1200.07
/proc/809/stat : 809 (ornithorynque) S 807 809 32483 0 -1 4194304 72683 0 11 0 119946 61 0 0 18 0 3 0 383301607 347193344 60914 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 227857690491 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/809/statm: 84764 60914 387 42 0 79016 0
[pid=809/tid=811] ppid=807 vsize=339056 CPUtime=601.22
/proc/809/task/811/stat : 811 (ornithorynque) R 807 809 32483 0 -1 4194368 25200 0 0 0 60080 42 0 0 25 0 3 0 383301631 347193344 60914 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311279 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=809/tid=812] ppid=807 vsize=339056 CPUtime=598.74
/proc/809/task/812/stat : 812 (ornithorynque) R 807 809 32483 0 -1 4194368 45307 0 0 0 59856 18 0 0 25 0 3 0 383301631 347193344 60914 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242322 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 339056

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.655
CPU time (s): 1200.14
CPU user time (s): 1199.48
CPU system time (s): 0.657899
CPU usage (%): 199.472
Max. virtual memory (cumulated for all children) (KiB): 339056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.48
system time used= 0.657899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72683
page faults= 11
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= 22745

runsolver used 0.52292 second user time and 1.67774 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Mar 11 17:17:51 UTC 2007

IDJOB= 335743
IDBENCH= 24658
IDSOLVER= 139
FILE ID= node18/335743-1173633470

PBS_JOBID= 4101277

Free space on /tmp= 66514 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-php-045-044.sat05-1195.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335743-1173633470/ornithorynque /tmp/evaluation/335743-1173633470/instance-335743-1173633470.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-335743-1173633470 -o ROOT/results/node18/solver-335743-1173633470 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335743-1173633470/ornithorynque /tmp/evaluation/335743-1173633470/instance-335743-1173633470.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  f85cd53ba72eb6986cd81a6303ff5679

RANDOM SEED= 648548761

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1958352 kB
Buffers:          5692 kB
Cached:          20296 kB
SwapCached:       2776 kB
Active:          35992 kB
Inactive:        13048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1958352 kB
SwapTotal:     4192956 kB
SwapFree:      4153284 kB
Dirty:             780 kB
Writeback:           0 kB
Mapped:          30220 kB
Slab:            34160 kB
Committed_AS:  1287528 kB
PageTables:       1668 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= 66514 MiB

End job on node18 on Sun Mar 11 17:27:54 UTC 2007