Trace number 328208

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.22 601.526

General information on the benchmark

Namerandom/LargeSize/7SAT/v200/
unif-k7-r85-v200-c17000-S849793820-03.cnf
MD5SUMed1f689cc6976e9722bcb1ee5f3d8edc
Bench CategoryRANDOM (random 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 variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data (download as text)

0.00/0.00	c This is Ornithorynque version 0.1 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using unsigned short
0.00/0.00	c parsing...
0.00/0.08	c ...done
0.00/0.08	c nbVar=200 nbClause=17000
0.00/0.08	c nbVar=200 nbClause=17000
0.08/0.09	c complete search running
0.08/0.09	c local search running
0.08/0.09	c flip 0 nbSat=16857 maxSat=0
1.10/0.69	c flip 0 nbSat=19147 maxSat=16931
3.50/1.84	c flip 0 nbSat=22051 maxSat=19224
6.68/3.49	c nbDecision=10000 #clauses=25324
7.48/3.88	c flip 0 nbSat=25724 maxSat=22104
15.47/7.83	c flip 0 nbSat=29771 maxSat=25794
24.25/12.21	c nbDecision=20000 #clauses=33744
29.24/14.79	c flip 0 nbSat=35655 maxSat=29856
50.79/25.51	c nbDecision=30000 #clauses=42194
51.59/25.97	c flip 0 nbSat=42398 maxSat=35730
82.51/41.47	c nbDecision=40000 #clauses=50678
83.31/41.85	c flip 0 nbSat=50666 maxSat=42449
127.23/63.85	c nbDecision=50000 #clauses=59246
127.42/63.96	c flip 0 nbSat=59149 maxSat=50736
176.49/88.59	c nbDecision=60000 #clauses=67805
181.48/91.02	c flip 0 nbSat=68475 maxSat=59208
230.58/115.64	c nbDecision=70000 #clauses=76286
247.34/124.09	c flip 0 nbSat=78393 maxSat=68546
295.43/148.13	c nbDecision=80000 #clauses=84927
325.37/163.20	c flip 0 nbSat=88244 maxSat=78451
367.46/184.30	c nbDecision=90000 #clauses=93470
411.97/206.50	c flip 0 nbSat=98503 maxSat=88310
442.09/221.65	c nbDecision=100000 #clauses=102059
511.36/256.37	c flip 0 nbSat=109058 maxSat=98560
527.71/264.58	c nbDecision=110000 #clauses=110601
615.11/308.35	c nbDecision=120000 #clauses=118956
627.08/314.34	c flip 0 nbSat=119870 maxSat=109139
717.68/359.75	c nbDecision=130000 #clauses=127508
754.39/378.12	c flip 0 nbSat=129417 maxSat=119927
867.74/434.97	c nbDecision=140000 #clauses=136049
896.86/449.55	c flip 0 nbSat=137760 maxSat=129493
1006.41/504.45	c nbDecision=150000 #clauses=144621
1045.93/524.25	c flip 0 nbSat=146363 maxSat=137853
1180.83/591.82	c nbDecision=160000 #clauses=153116

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/node30/watcher-328208-1173108924 -o ROOT/results/node30/solver-328208-1173108924 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328208-1173108924/ornithorynque /tmp/evaluation/328208-1173108924/instance-328208-1173108924.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.83 1.94 1.90 3/77 9918
/proc/meminfo: memFree=990192/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=23220 CPUtime=0
/proc/9918/stat : 9918 (ornithorynque) R 9916 9918 9451 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 36849517 23777280 267 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264904936721 0 0 4096 0 0 0 0 17 1 0 0
/proc/9918/statm: 5805 267 220 42 0 45 0

[startup+0.0929511 s]
/proc/loadavg: 1.83 1.94 1.90 3/77 9918
/proc/meminfo: memFree=990192/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=26400 CPUtime=0.08
/proc/9918/stat : 9918 (ornithorynque) R 9916 9918 9451 0 -1 4194304 1258 0 0 0 8 0 0 0 18 0 1 0 36849517 27033600 1155 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264907428519 0 0 4096 1088 0 0 0 17 1 0 0
/proc/9918/statm: 6600 1156 383 42 0 852 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26400

[startup+0.102954 s]
/proc/loadavg: 1.83 1.94 1.90 3/77 9918
/proc/meminfo: memFree=990192/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=47024 CPUtime=0.1
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 1300 0 0 0 10 0 0 0 18 0 3 0 36849517 48152576 1197 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 11756 1197 387 42 0 6008 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 47024

[startup+0.302969 s]
/proc/loadavg: 1.83 1.94 1.90 3/77 9918
/proc/meminfo: memFree=990192/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=47288 CPUtime=0.5
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 1365 0 0 0 50 0 0 0 18 0 3 0 36849517 48422912 1262 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 11822 1262 387 42 0 6074 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 47288

[startup+0.702994 s]
/proc/loadavg: 1.83 1.94 1.90 3/77 9918
/proc/meminfo: memFree=990192/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=49512 CPUtime=1.3
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 1667 0 0 0 130 0 0 0 18 0 3 0 36849517 50700288 1564 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 12378 1564 387 42 0 6630 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 49512

[startup+1.50104 s]
/proc/loadavg: 1.83 1.94 1.90 3/80 9921
/proc/meminfo: memFree=984984/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=49512 CPUtime=2.9
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 1827 0 0 0 289 1 0 0 18 0 3 0 36849517 50700288 1724 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 12378 1724 387 42 0 6630 0
[pid=9918/tid=9920] ppid=9916 vsize=49512 CPUtime=1.4
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 362 0 0 0 140 0 0 0 24 0 3 0 36849526 50700288 1724 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311308 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=49512 CPUtime=1.4
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 204 0 0 0 140 0 0 0 25 0 3 0 36849526 50700288 1724 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 49512

[startup+3.10115 s]
/proc/loadavg: 1.83 1.94 1.90 3/80 9921
/proc/meminfo: memFree=983192/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=51400 CPUtime=6.09
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 2292 0 0 0 608 1 0 0 18 0 3 0 36849517 52633600 2189 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 12850 2189 387 42 0 7102 0
[pid=9918/tid=9920] ppid=9916 vsize=51400 CPUtime=3
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 604 0 0 0 300 0 0 0 25 0 3 0 36849526 52633600 2189 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=51400 CPUtime=2.99
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 427 0 0 0 299 0 0 0 25 0 3 0 36849526 52633600 2189 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 51400

[startup+6.30134 s]
/proc/loadavg: 1.85 1.94 1.90 3/80 9921
/proc/meminfo: memFree=980312/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=54024 CPUtime=12.47
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 2922 0 0 0 1246 1 0 0 18 0 3 0 36849517 55320576 2819 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 13506 2819 387 42 0 7758 0
[pid=9918/tid=9920] ppid=9916 vsize=54024 CPUtime=6.19
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 890 0 0 0 619 0 0 0 25 0 3 0 36849526 55320576 2819 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311279 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=54024 CPUtime=6.18
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 771 0 0 0 618 0 0 0 25 0 3 0 36849526 55320576 2819 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 54024

[startup+12.7017 s]
/proc/loadavg: 1.86 1.94 1.90 3/80 9921
/proc/meminfo: memFree=976864/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=58380 CPUtime=25.25
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 3820 0 0 0 2522 3 0 0 18 0 3 0 36849517 59781120 3618 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 14595 3618 387 42 0 8847 0
[pid=9918/tid=9920] ppid=9916 vsize=58380 CPUtime=12.59
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 1411 0 0 0 1258 1 0 0 25 0 3 0 36849526 59781120 3618 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311267 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=58380 CPUtime=12.55
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 1148 0 0 0 1255 0 0 0 25 0 3 0 36849526 59781120 3618 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 58380

[startup+25.5025 s]
/proc/loadavg: 1.89 1.94 1.90 3/80 9921
/proc/meminfo: memFree=972704/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=62344 CPUtime=50.79
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 4906 0 0 0 5075 4 0 0 18 0 3 0 36849517 63840256 4639 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 15586 4639 387 42 0 9838 0
[pid=9918/tid=9920] ppid=9916 vsize=62344 CPUtime=25.39
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 2036 0 0 0 2536 3 0 0 25 0 3 0 36849526 63840256 4639 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=62344 CPUtime=25.3
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 1609 0 0 0 2530 0 0 0 25 0 3 0 36849526 63840256 4639 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283709 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 62344

[startup+51.1021 s]
/proc/loadavg: 1.93 1.94 1.90 3/80 9921
/proc/meminfo: memFree=964448/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=71588 CPUtime=101.87
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 6985 0 0 0 10180 7 0 0 18 0 3 0 36849517 73306112 6718 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 17897 6718 387 42 0 12149 0
[pid=9918/tid=9920] ppid=9916 vsize=71588 CPUtime=50.98
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 2895 0 0 0 5094 4 0 0 25 0 3 0 36849526 73306112 6718 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=71588 CPUtime=50.78
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 2829 0 0 0 5077 1 0 0 25 0 3 0 36849526 73306112 6718 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 71588

[startup+102.306 s]
/proc/loadavg: 1.97 1.95 1.91 3/80 9921
/proc/meminfo: memFree=954656/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=85208 CPUtime=204.05
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 10556 0 0 0 20394 11 0 0 18 0 3 0 36849517 87252992 9106 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 21302 9106 387 42 0 15554 0
[pid=9918/tid=9920] ppid=9916 vsize=85208 CPUtime=102.17
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 4410 0 0 0 10210 7 0 0 25 0 3 0 36849526 87252992 9106 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311838 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=85208 CPUtime=101.77
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 4885 0 0 0 10175 2 0 0 25 0 3 0 36849526 87252992 9106 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 85208

[startup+162.303 s]
/proc/loadavg: 1.99 1.95 1.91 3/80 9921
/proc/meminfo: memFree=947104/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=94208 CPUtime=323.78
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 13083 0 0 0 32364 14 0 0 18 0 3 0 36849517 96468992 11006 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 23552 11006 387 42 0 17804 0
[pid=9918/tid=9920] ppid=9916 vsize=94208 CPUtime=162.16
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 5616 0 0 0 16206 10 0 0 25 0 3 0 36849526 96468992 11006 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311174 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=94208 CPUtime=161.52
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 6206 0 0 0 16149 3 0 0 25 0 3 0 36849526 96468992 11006 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241565 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.78
Current children cumulated vsize (KiB) 94208

[startup+222.303 s]
/proc/loadavg: 1.99 1.96 1.91 3/80 9921
/proc/meminfo: memFree=938528/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=100224 CPUtime=443.49
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 15338 0 0 0 44332 17 0 0 18 0 3 0 36849517 102629376 13162 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 25056 13162 387 42 0 19308 0
[pid=9918/tid=9920] ppid=9916 vsize=100224 CPUtime=222.14
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 6608 0 0 0 22202 12 0 0 25 0 3 0 36849526 102629376 13162 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=100224 CPUtime=221.24
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 7469 0 0 0 22121 3 0 0 25 0 3 0 36849526 102629376 13162 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.49
Current children cumulated vsize (KiB) 100224

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 9921
/proc/meminfo: memFree=932320/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=105740 CPUtime=563.23
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 17276 0 0 0 56304 19 0 0 18 0 3 0 36849517 108277760 14677 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 26435 14677 387 42 0 20687 0
[pid=9918/tid=9920] ppid=9916 vsize=105740 CPUtime=282.13
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 7574 0 0 0 28199 14 0 0 25 0 3 0 36849526 108277760 14677 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311238 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=105740 CPUtime=281
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 8441 0 0 0 28096 4 0 0 25 0 3 0 36849526 108277760 14677 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.23
Current children cumulated vsize (KiB) 105740

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 9921
/proc/meminfo: memFree=925728/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=120216 CPUtime=682.96
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 21116 0 0 0 68273 23 0 0 18 0 3 0 36849517 123101184 16350 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 30054 16350 387 42 0 24306 0
[pid=9918/tid=9920] ppid=9916 vsize=120216 CPUtime=342.11
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 8399 0 0 0 34195 16 0 0 25 0 3 0 36849526 123101184 16350 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311234 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=120216 CPUtime=340.74
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 11456 0 0 0 34069 5 0 0 25 0 3 0 36849526 123101184 16350 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241651 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.96
Current children cumulated vsize (KiB) 120216

[startup+402.303 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 9921
/proc/meminfo: memFree=920672/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=129992 CPUtime=802.69
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 23827 0 0 0 80244 25 0 0 18 0 3 0 36849517 133111808 17569 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 32498 17569 387 42 0 26750 0
[pid=9918/tid=9920] ppid=9916 vsize=129992 CPUtime=402.1
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 9163 0 0 0 40192 18 0 0 25 0 3 0 36849526 133111808 17569 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=129992 CPUtime=400.49
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 13403 0 0 0 40043 6 0 0 25 0 3 0 36849526 133111808 17569 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.69
Current children cumulated vsize (KiB) 129992

[startup+462.303 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 9921
/proc/meminfo: memFree=916832/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=135144 CPUtime=922.41
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 25473 0 0 0 92214 27 0 0 18 0 3 0 36849517 138387456 18565 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 33786 18565 387 42 0 28038 0
[pid=9918/tid=9920] ppid=9916 vsize=135144 CPUtime=462.08
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 9811 0 0 0 46189 19 0 0 25 0 3 0 36849526 138387456 18565 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=135144 CPUtime=460.22
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 14401 0 0 0 46016 6 0 0 25 0 3 0 36849526 138387456 18565 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.41
Current children cumulated vsize (KiB) 135144

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 9921
/proc/meminfo: memFree=914720/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=137584 CPUtime=1042.15
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 26026 0 0 0 104187 28 0 0 18 0 3 0 36849517 140886016 19085 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 34396 19085 387 42 0 28648 0
[pid=9918/tid=9920] ppid=9916 vsize=137584 CPUtime=522.06
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 10364 0 0 0 52186 20 0 0 25 0 3 0 36849526 140886016 19085 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=137584 CPUtime=519.97
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 14401 0 0 0 51991 6 0 0 25 0 3 0 36849526 140886016 19085 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.15
Current children cumulated vsize (KiB) 137584

[startup+582.303 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 9921
/proc/meminfo: memFree=910880/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=140292 CPUtime=1161.87
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 27203 0 0 0 116157 30 0 0 18 0 3 0 36849517 143659008 20066 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 35073 20066 387 42 0 29325 0
[pid=9918/tid=9920] ppid=9916 vsize=140292 CPUtime=582.05
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 10792 0 0 0 58184 21 0 0 25 0 3 0 36849526 143659008 20066 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=140292 CPUtime=579.71
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 15150 0 0 0 57964 7 0 0 25 0 3 0 36849526 143659008 20066 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.87
Current children cumulated vsize (KiB) 140292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.501 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 9921
/proc/meminfo: memFree=910304/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=141316 CPUtime=1200.18
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 27338 0 0 0 119988 30 0 0 18 0 3 0 36849517 144707584 20201 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 35329 20201 387 42 0 29581 0
[pid=9918/tid=9920] ppid=9916 vsize=141316 CPUtime=601.25
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 10927 0 0 0 60103 22 0 0 25 0 3 0 36849526 144707584 20201 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=141316 CPUtime=598.83
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 15150 0 0 0 59876 7 0 0 25 0 3 0 36849526 144707584 20201 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 141316

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

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

[startup+601.501 s]
/proc/loadavg: 1.99 1.97 1.91 3/80 9921
/proc/meminfo: memFree=910304/2055920 swapFree=4176348/4192956
[pid=9918] ppid=9916 vsize=141316 CPUtime=1200.18
/proc/9918/stat : 9918 (ornithorynque) S 9916 9918 9451 0 -1 4194304 27338 0 0 0 119988 30 0 0 18 0 3 0 36849517 144707584 20201 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264916463483 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/9918/statm: 35329 20201 387 42 0 29581 0
[pid=9918/tid=9920] ppid=9916 vsize=141316 CPUtime=601.25
/proc/9918/task/9920/stat : 9920 (ornithorynque) R 9916 9918 9451 0 -1 4194368 10927 0 0 0 60103 22 0 0 25 0 3 0 36849526 144707584 20201 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=9918/tid=9921] ppid=9916 vsize=141316 CPUtime=598.83
/proc/9918/task/9921/stat : 9921 (ornithorynque) R 9916 9918 9451 0 -1 4194368 15150 0 0 0 59876 7 0 0 25 0 3 0 36849526 144707584 20201 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 141316

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.526
CPU time (s): 1200.22
CPU user time (s): 1199.9
CPU system time (s): 0.317951
CPU usage (%): 199.529
Max. virtual memory (cumulated for all children) (KiB): 141316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.9
system time used= 0.317951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27338
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 22702

runsolver used 0.619905 second user time and 1.58576 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Mon Mar  5 15:35:24 UTC 2007

IDJOB= 328208
IDBENCH= 20116
IDSOLVER= 139
FILE ID= node30/328208-1173108924

PBS_JOBID= 4013908

Free space on /tmp= 66298 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v200/unif-k7-r85-v200-c17000-S849793820-03.cnf
COMMAND LINE= /tmp/evaluation/328208-1173108924/ornithorynque /tmp/evaluation/328208-1173108924/instance-328208-1173108924.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-328208-1173108924 -o ROOT/results/node30/solver-328208-1173108924 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328208-1173108924/ornithorynque /tmp/evaluation/328208-1173108924/instance-328208-1173108924.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  ed1f689cc6976e9722bcb1ee5f3d8edc

RANDOM SEED= 50662936

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.216
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.216
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:        990600 kB
Buffers:         40812 kB
Cached:         927568 kB
SwapCached:        416 kB
Active:         191980 kB
Inactive:       814176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        990600 kB
SwapTotal:     4192956 kB
SwapFree:      4176348 kB
Dirty:             832 kB
Writeback:           0 kB
Mapped:          54756 kB
Slab:            44808 kB
Committed_AS:   191572 kB
PageTables:       1692 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66298 MiB

End job on node30 on Mon Mar  5 15:45:27 UTC 2007