Trace number 335827

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.06 601.641

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-php-025-024.sat05-1191.reshuffled-07.cnf
MD5SUM008fc87d1e2675d3850c6f6e4188c7eb
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 variables600
Number of clauses7225
Sum of the clauses size15000
Maximum clause length24
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27200
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525

Solver Data (download as text)

0.00/0.21	c This is Ornithorynque version 0.1 alpha
0.00/0.21	c (c) roussel@cril.univ-artois.fr
0.00/0.21	c using unsigned short
0.00/0.21	c parsing...
0.00/0.22	c ...done
0.00/0.22	c nbVar=600 nbClause=7225
0.00/0.22	c nbVar=600 nbClause=7225
0.00/0.22	c complete search running
0.00/0.22	c local search running
0.00/0.22	c flip 0 nbSat=5508 maxSat=0
0.16/0.38	c flip 10000 nbSat=7222 maxSat=7222
0.36/0.42	c flip 0 nbSat=6258 maxSat=7222
2.36/1.44	c flip 10000 nbSat=8160 maxSat=8160
2.76/1.65	c flip 0 nbSat=8274 maxSat=8160
11.55/6.06	c flip 10000 nbSat=10116 maxSat=10116
13.53/7.00	c flip 0 nbSat=13199 maxSat=10116
18.93/9.72	c nbDecision=10000 #clauses=16923
62.02/31.37	c nbDecision=20000 #clauses=26691
78.19/39.44	c flip 10000 nbSat=15088 maxSat=15088
91.95/46.32	c flip 0 nbSat=30725 maxSat=15088
110.72/55.78	c nbDecision=30000 #clauses=36436
171.77/86.37	c nbDecision=40000 #clauses=46182
242.20/121.62	c flip 10000 nbSat=32506 maxSat=32506
256.97/129.09	c nbDecision=50000 #clauses=55875
273.34/137.20	c flip 0 nbSat=55284 maxSat=32506
367.32/184.36	c nbDecision=60000 #clauses=65669
409.83/205.66	c flip 10000 nbSat=57175 maxSat=57175
436.96/219.27	c flip 0 nbSat=69534 maxSat=57175
450.52/226.01	c flip 10000 nbSat=71481 maxSat=71481
451.12/226.34	c flip 0 nbSat=70599 maxSat=71481
501.41/251.56	c nbDecision=70000 #clauses=75447
697.36/349.73	c nbDecision=80000 #clauses=85222
882.73/442.64	c flip 10000 nbSat=72388 maxSat=72388
943.41/473.04	c nbDecision=90000 #clauses=94981
970.93/486.85	c flip 0 nbSat=96701 maxSat=72388
1026.01/514.41	c nbDecision=100000 #clauses=104694
1157.70/580.48	c nbDecision=110000 #clauses=114384

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

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 3/69 27045
/proc/meminfo: memFree=1812996/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=1368 CPUtime=0
/proc/27045/stat : 27045 (ornithorynque) D 27043 27045 26239 0 -1 4194304 49 0 0 0 0 0 0 0 18 0 1 0 383458639 1400832 34 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206841115593 0 0 4096 0 18446744071563611212 0 0 17 1 0 0
/proc/27045/statm: 342 34 27 42 0 3 0

[startup+0.0443849 s]
/proc/loadavg: 0.91 0.95 0.98 3/69 27045
/proc/meminfo: memFree=1812996/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=5976 CPUtime=0
/proc/27045/stat : 27045 (ornithorynque) D 27043 27045 26239 0 -1 4194304 60 0 0 0 0 0 0 0 18 0 1 0 383458639 6119424 45 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206841118992 0 0 4096 0 18446744071563481621 0 0 17 0 0 0
/proc/27045/statm: 1494 45 35 42 0 5 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5976

[startup+0.101391 s]
/proc/loadavg: 0.91 0.95 0.98 3/69 27045
/proc/meminfo: memFree=1812996/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=8252 CPUtime=0
/proc/27045/stat : 27045 (ornithorynque) D 27043 27045 26239 0 -1 4194304 65 0 2 0 0 0 0 0 18 0 1 0 383458639 8450048 52 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206841118992 0 0 4096 0 18446744071563481621 0 0 17 0 0 0
/proc/27045/statm: 2063 52 39 42 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8252

[startup+0.301419 s]
/proc/loadavg: 0.91 0.95 0.98 3/69 27045
/proc/meminfo: memFree=1812996/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=45124 CPUtime=0.16
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 806 0 6 0 16 0 0 0 18 0 3 0 383458639 46206976 774 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 11281 774 384 42 0 5531 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 45124

[startup+0.701462 s]
/proc/loadavg: 0.91 0.95 0.98 3/69 27045
/proc/meminfo: memFree=1812996/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=47336 CPUtime=0.96
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 1235 0 6 0 96 0 0 0 18 0 3 0 383458639 48472064 1203 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 11834 1203 384 42 0 6084 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 47336

[startup+1.50156 s]
/proc/loadavg: 0.91 0.95 0.98 3/72 27048
/proc/meminfo: memFree=1808684/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=48128 CPUtime=2.56
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 1457 0 6 0 256 0 0 0 18 0 3 0 383458639 49283072 1425 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 12032 1425 384 42 0 6282 0
[pid=27045/tid=27047] ppid=27043 vsize=48128 CPUtime=1.27
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 414 0 0 0 127 0 0 0 25 0 3 0 383458662 49283072 1425 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=48128 CPUtime=1.27
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 287 0 0 0 127 0 0 0 25 0 3 0 383458662 49283072 1425 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238071 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 48128

[startup+3.10174 s]
/proc/loadavg: 0.91 0.95 0.98 3/72 27048
/proc/meminfo: memFree=1806252/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=50704 CPUtime=5.76
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 2005 0 6 0 575 1 0 0 18 0 3 0 383458639 51920896 1973 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 12676 1973 384 42 0 6926 0
[pid=27045/tid=27047] ppid=27043 vsize=50704 CPUtime=2.86
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 523 0 0 0 286 0 0 0 25 0 3 0 383458662 51920896 1973 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=50704 CPUtime=2.87
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 726 0 0 0 287 0 0 0 25 0 3 0 383458662 51920896 1973 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241162 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 50704

[startup+6.30111 s]
/proc/loadavg: 1.00 0.97 0.99 3/72 27048
/proc/meminfo: memFree=1804844/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=52308 CPUtime=12.15
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 2398 0 6 0 1214 1 0 0 18 0 3 0 383458639 53563392 2366 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 13077 2366 384 42 0 7327 0
[pid=27045/tid=27047] ppid=27043 vsize=52308 CPUtime=6.05
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 916 0 0 0 605 0 0 0 25 0 3 0 383458662 53563392 2366 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4314389 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=52308 CPUtime=6.07
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 726 0 0 0 607 0 0 0 25 0 3 0 383458662 53563392 2366 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241393 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 52308

[startup+12.7028 s]
/proc/loadavg: 1.08 0.99 0.99 3/72 27048
/proc/meminfo: memFree=1796340/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=61508 CPUtime=24.92
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 4469 0 6 0 2490 2 0 0 18 0 3 0 383458639 62984192 4404 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 15377 4404 384 42 0 9627 0
[pid=27045/tid=27047] ppid=27043 vsize=61508 CPUtime=12.42
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 1658 0 0 0 1242 0 0 0 25 0 3 0 383458662 62984192 4404 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311260 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=61508 CPUtime=12.46
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 2055 0 0 0 1246 0 0 0 25 0 3 0 383458662 62984192 4404 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241162 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 61508

[startup+25.5013 s]
/proc/loadavg: 1.28 1.04 1.01 3/72 27048
/proc/meminfo: memFree=1793460/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=64364 CPUtime=50.45
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 5142 0 6 0 5043 2 0 0 18 0 3 0 383458639 65908736 5077 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 16091 5077 384 42 0 10341 0
[pid=27045/tid=27047] ppid=27043 vsize=64364 CPUtime=25.15
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 2331 0 0 0 2515 0 0 0 25 0 3 0 383458662 65908736 5077 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=64364 CPUtime=25.25
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 2055 0 0 0 2525 0 0 0 25 0 3 0 383458662 65908736 5077 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241088 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 64364

[startup+51.1013 s]
/proc/loadavg: 1.53 1.11 1.03 3/72 27048
/proc/meminfo: memFree=1770228/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=94352 CPUtime=101.54
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 11073 0 6 0 10149 5 0 0 18 0 3 0 383458639 96616448 10910 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 23588 10910 384 42 0 17838 0
[pid=27045/tid=27047] ppid=27043 vsize=94352 CPUtime=50.65
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 4105 0 0 0 5064 1 0 0 25 0 3 0 383458662 96616448 10910 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=94352 CPUtime=50.85
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 6212 0 0 0 5083 2 0 0 25 0 3 0 383458662 96616448 10910 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 94352

[startup+102.305 s]
/proc/loadavg: 1.79 1.25 1.08 3/72 27050
/proc/meminfo: memFree=1759668/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=104624 CPUtime=203.7
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 13624 0 6 0 20363 7 0 0 18 0 3 0 383458639 107134976 13461 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 26156 13461 384 42 0 20406 0
[pid=27045/tid=27047] ppid=27043 vsize=104624 CPUtime=101.63
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 6656 0 0 0 10159 4 0 0 25 0 3 0 383458662 107134976 13461 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=104624 CPUtime=102.04
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 6212 0 0 0 10202 2 0 0 25 0 3 0 383458662 107134976 13461 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 104624

[startup+162.302 s]
/proc/loadavg: 1.92 1.38 1.14 3/72 27050
/proc/meminfo: memFree=1735348/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=136648 CPUtime=323.42
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 22034 0 6 0 32331 11 0 0 18 0 3 0 383458639 139927552 19538 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 34162 19538 384 42 0 28412 0
[pid=27045/tid=27047] ppid=27043 vsize=136648 CPUtime=161.37
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 8732 0 0 0 16132 5 0 0 25 0 3 0 383458662 139927552 19538 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311260 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=136648 CPUtime=162.02
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 12546 0 0 0 16197 5 0 0 25 0 3 0 383458662 139927552 19538 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241539 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 323.42
Current children cumulated vsize (KiB) 136648

[startup+222.302 s]
/proc/loadavg: 1.97 1.49 1.19 3/72 27050
/proc/meminfo: memFree=1716596/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=161168 CPUtime=443.14
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 29093 0 6 0 44299 15 0 0 18 0 3 0 383458639 165036032 24161 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 40292 24161 384 42 0 34542 0
[pid=27045/tid=27047] ppid=27043 vsize=161168 CPUtime=221.1
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 10729 0 0 0 22103 7 0 0 25 0 3 0 383458662 165036032 24161 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311255 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=161168 CPUtime=222
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 17608 0 0 0 22193 7 0 0 25 0 3 0 383458662 165036032 24161 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241539 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 443.14
Current children cumulated vsize (KiB) 161168

[startup+282.302 s]
/proc/loadavg: 1.99 1.58 1.24 3/72 27050
/proc/meminfo: memFree=1711668/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=166548 CPUtime=562.88
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 30610 0 6 0 56271 17 0 0 18 0 3 0 383458639 170545152 25447 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 41637 25447 384 42 0 35887 0
[pid=27045/tid=27047] ppid=27043 vsize=166548 CPUtime=280.85
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 12049 0 0 0 28077 8 0 0 25 0 3 0 383458662 170545152 25447 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311286 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=166548 CPUtime=281.99
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 17805 0 0 0 28192 7 0 0 25 0 3 0 383458662 170545152 25447 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241604 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 562.88
Current children cumulated vsize (KiB) 166548

[startup+342.302 s]
/proc/loadavg: 1.99 1.65 1.28 3/72 27050
/proc/meminfo: memFree=1707572/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=170748 CPUtime=682.59
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 31756 0 6 0 68242 17 0 0 18 0 3 0 383458639 174845952 26428 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 42687 26428 384 42 0 36937 0
[pid=27045/tid=27047] ppid=27043 vsize=170748 CPUtime=340.58
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 13195 0 0 0 34049 9 0 0 25 0 3 0 383458662 174845952 26428 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=170748 CPUtime=341.97
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 17805 0 0 0 34190 7 0 0 25 0 3 0 383458662 174845952 26428 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241583 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.59
Current children cumulated vsize (KiB) 170748

[startup+402.301 s]
/proc/loadavg: 1.99 1.71 1.32 3/72 27050
/proc/meminfo: memFree=1704692/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=173904 CPUtime=802.32
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 32635 0 6 0 80214 18 0 0 18 0 3 0 383458639 178077696 27175 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 43476 27175 384 42 0 37726 0
[pid=27045/tid=27047] ppid=27043 vsize=173904 CPUtime=400.33
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 14074 0 0 0 40023 10 0 0 25 0 3 0 383458662 178077696 27175 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311148 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=173904 CPUtime=401.96
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 17805 0 0 0 40189 7 0 0 25 0 3 0 383458662 178077696 27175 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241162 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 802.32
Current children cumulated vsize (KiB) 173904

[startup+462.301 s]
/proc/loadavg: 1.99 1.76 1.36 3/72 27050
/proc/meminfo: memFree=1701620/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=177432 CPUtime=922.04
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 33690 0 6 0 92185 19 0 0 18 0 3 0 383458639 181690368 27933 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 44358 27933 384 42 0 38608 0
[pid=27045/tid=27047] ppid=27043 vsize=177432 CPUtime=460.07
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 15129 0 0 0 45996 11 0 0 25 0 3 0 383458662 181690368 27933 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=177432 CPUtime=461.94
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 17805 0 0 0 46187 7 0 0 25 0 3 0 383458662 181690368 27933 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 922.04
Current children cumulated vsize (KiB) 177432

[startup+522.301 s]
/proc/loadavg: 1.99 1.80 1.40 3/72 27050
/proc/meminfo: memFree=1676916/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=206484 CPUtime=1041.77
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 43873 0 6 0 104152 25 0 0 18 0 3 0 383458639 211439616 34127 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 51621 34127 384 42 0 45871 0
[pid=27045/tid=27047] ppid=27043 vsize=206484 CPUtime=519.8
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 17156 0 0 0 51967 13 0 0 25 0 3 0 383458662 211439616 34127 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311218 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=206484 CPUtime=521.92
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 25961 0 0 0 52182 10 0 0 25 0 3 0 383458662 211439616 34127 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240896 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1041.77
Current children cumulated vsize (KiB) 206484

[startup+582.302 s]
/proc/loadavg: 1.99 1.84 1.43 3/72 27050
/proc/meminfo: memFree=1671476/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=211644 CPUtime=1161.49
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 45245 0 6 0 116123 26 0 0 18 0 3 0 383458639 216723456 35466 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 52911 35466 384 42 0 47161 0
[pid=27045/tid=27047] ppid=27043 vsize=211644 CPUtime=579.54
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 18528 0 0 0 57940 14 0 0 25 0 3 0 383458662 216723456 35466 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311260 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=211644 CPUtime=581.91
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 25961 0 0 0 58181 10 0 0 25 0 3 0 383458662 216723456 35466 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1161.49
Current children cumulated vsize (KiB) 211644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.601 s]
/proc/loadavg: 1.99 1.85 1.45 3/72 27050
/proc/meminfo: memFree=1669428/2055888 swapFree=3938024/4096564
[pid=27045] ppid=27043 vsize=214192 CPUtime=1200.02
/proc/27045/stat : 27045 (ornithorynque) S 27043 27045 26239 0 -1 4194304 45952 0 6 0 119975 27 0 0 18 0 3 0 383458639 219332608 35961 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 206852616187 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/27045/statm: 53548 35961 384 42 0 47798 0
[pid=27045/tid=27047] ppid=27043 vsize=214192 CPUtime=598.77
/proc/27045/task/27047/stat : 27047 (ornithorynque) R 27043 27045 26239 0 -1 4194368 19235 0 0 0 59862 15 0 0 25 0 3 0 383458662 219332608 35961 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=214192 CPUtime=601.21
/proc/27045/task/27048/stat : 27048 (ornithorynque) R 27043 27045 26239 0 -1 4194368 25961 0 0 0 60111 10 0 0 25 0 3 0 383458662 219332608 35961 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242187 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 214192

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.641
CPU time (s): 1200.06
CPU user time (s): 1199.77
CPU system time (s): 0.294955
CPU usage (%): 199.465
Max. virtual memory (cumulated for all children) (KiB): 214192

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

runsolver used 0.619905 second user time and 1.58276 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Mar 11 17:43:23 UTC 2007

IDJOB= 335827
IDBENCH= 24660
IDSOLVER= 139
FILE ID= node76/335827-1173635003

PBS_JOBID= 4101314

Free space on /tmp= 66529 MiB

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

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  008fc87d1e2675d3850c6f6e4188c7eb

RANDOM SEED= 610460444

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1813404 kB
Buffers:         13024 kB
Cached:          44356 kB
SwapCached:     152264 kB
Active:          34512 kB
Inactive:       181092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1813404 kB
SwapTotal:     4096564 kB
SwapFree:      3938024 kB
Dirty:             336 kB
Writeback:           0 kB
Mapped:          15288 kB
Slab:            13172 kB
Committed_AS:  1189452 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66529 MiB

End job on node76 on Sun Mar 11 17:53:27 UTC 2007