Trace number 328004

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.15 601.627

General information on the benchmark

Namerandom/OnTreshold/7SAT/v55/
unif-k7-r89-v55-c4895-S1262395962-18.UNSAT.shuffled.cnf
MD5SUM88c26055259fd830313e1e76cba5300d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark247.246
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses4895
Sum of the clauses size34265
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 54895

Solver Data (download as text)

0.00/0.01	c This is Ornithorynque version 0.1 alpha
0.00/0.01	c (c) roussel@cril.univ-artois.fr
0.00/0.01	c using unsigned short
0.00/0.01	c parsing...
0.00/0.02	c ...done
0.00/0.02	c nbVar=55 nbClause=4895
0.00/0.02	c nbVar=55 nbClause=4895
0.00/0.03	c complete search running
0.00/0.03	c local search running
0.00/0.03	c flip 0 nbSat=4852 maxSat=0
0.16/0.17	c flip 0 nbSat=6245 maxSat=4884
0.76/0.42	c flip 0 nbSat=7851 maxSat=6282
1.36/0.75	c flip 0 nbSat=9777 maxSat=7882
2.35/1.21	c flip 0 nbSat=11717 maxSat=9803
3.35/1.79	c nbDecision=10000 #clauses=14034
3.55/1.85	c flip 0 nbSat=14159 maxSat=11744
5.35/2.73	c flip 0 nbSat=16819 maxSat=14197
7.54/3.86	c flip 0 nbSat=20067 maxSat=16844
10.34/5.21	c nbDecision=20000 #clauses=23291
10.75/5.42	c flip 0 nbSat=23716 maxSat=20104
14.93/7.59	c flip 0 nbSat=27584 maxSat=23743
20.51/10.30	c flip 0 nbSat=31627 maxSat=27604
21.72/10.92	c nbDecision=30000 #clauses=32516
26.90/13.54	c flip 0 nbSat=37284 maxSat=31644
32.90/16.51	c nbDecision=40000 #clauses=41742
34.90/17.55	c flip 0 nbSat=43016 maxSat=37307
44.46/22.30	c flip 0 nbSat=48659 maxSat=43034
48.65/24.44	c nbDecision=50000 #clauses=51035
55.82/28.08	c flip 0 nbSat=54433 maxSat=48679
68.80/34.51	c flip 0 nbSat=58839 maxSat=54460
72.19/36.27	c nbDecision=60000 #clauses=60219
82.96/41.65	c flip 0 nbSat=64098 maxSat=58854
98.34/49.37	c flip 0 nbSat=67841 maxSat=64122
103.72/52.01	c nbDecision=70000 #clauses=69494
115.10/57.74	c flip 0 nbSat=72226 maxSat=67863
133.06/66.74	c flip 0 nbSat=77230 maxSat=72241
138.64/69.57	c nbDecision=80000 #clauses=78706
152.40/76.46	c flip 0 nbSat=82454 maxSat=77257
172.16/86.34	c flip 0 nbSat=86632 maxSat=82480
178.12/89.39	c nbDecision=90000 #clauses=87930
194.42/97.54	c flip 0 nbSat=92082 maxSat=86653
213.76/107.24	c nbDecision=100000 #clauses=97205
217.55/109.16	c flip 0 nbSat=97925 maxSat=92117
242.44/121.61	c flip 0 nbSat=103518 maxSat=97958
255.41/128.13	c nbDecision=110000 #clauses=106429
267.97/134.50	c flip 0 nbSat=108790 maxSat=103549
294.27/147.64	c flip 0 nbSat=113156 maxSat=108820
311.42/156.30	c nbDecision=120000 #clauses=115702
323.96/162.53	c flip 0 nbSat=117468 maxSat=113191
353.08/177.18	c flip 0 nbSat=121859 maxSat=117503
373.82/187.53	c nbDecision=130000 #clauses=125009
384.00/192.69	c flip 0 nbSat=126516 maxSat=121882
415.32/208.36	c flip 0 nbSat=130558 maxSat=126539
442.46/221.97	c nbDecision=140000 #clauses=134258
447.84/224.70	c flip 0 nbSat=135096 maxSat=130583
481.17/241.32	c flip 0 nbSat=140181 maxSat=135117
504.31/252.99	c nbDecision=150000 #clauses=143581
516.09/258.80	c flip 0 nbSat=145206 maxSat=140196
552.21/276.91	c flip 0 nbSat=149490 maxSat=145235
580.75/291.27	c nbDecision=160000 #clauses=152856
589.73/295.73	c flip 0 nbSat=153751 maxSat=149522
629.83/315.82	c flip 0 nbSat=157991 maxSat=153776
670.54/336.22	c flip 0 nbSat=161305 maxSat=158025
677.33/339.61	c nbDecision=170000 #clauses=162099
711.64/356.89	c flip 0 nbSat=165285 maxSat=161337
753.34/377.77	c flip 0 nbSat=168749 maxSat=165314
784.66/393.45	c nbDecision=180000 #clauses=171351
795.64/398.92	c flip 0 nbSat=172091 maxSat=168793
839.15/420.75	c flip 0 nbSat=175389 maxSat=172113
883.23/442.87	c flip 0 nbSat=178616 maxSat=175422
910.97/456.77	c nbDecision=190000 #clauses=180644
926.74/464.64	c flip 0 nbSat=181904 maxSat=178652
971.83/487.24	c flip 0 nbSat=185497 maxSat=181946
1018.33/510.54	c flip 0 nbSat=189250 maxSat=185535
1026.51/514.69	c nbDecision=200000 #clauses=189948
1064.81/533.85	c flip 0 nbSat=193116 maxSat=189276
1113.31/558.15	c flip 0 nbSat=196684 maxSat=193141
1139.64/571.37	c nbDecision=210000 #clauses=199245
1161.19/582.12	c flip 0 nbSat=201280 maxSat=196709

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/node11/watcher-328004-1173106772 -o ROOT/results/node11/solver-328004-1173106772 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328004-1173106772/ornithorynque /tmp/evaluation/328004-1173106772/instance-328004-1173106772.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.86 1.70 1.27 3/77 8593
/proc/meminfo: memFree=1266160/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=23220 CPUtime=0
/proc/8593/stat : 8593 (ornithorynque) R 8591 8593 8494 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 330631737 23777280 267 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262907399441 0 0 4096 0 0 0 0 17 1 0 0
/proc/8593/statm: 5805 267 220 42 0 45 0

[startup+0.0422271 s]
/proc/loadavg: 1.86 1.70 1.27 3/77 8593
/proc/meminfo: memFree=1266160/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=44628 CPUtime=0.05
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 710 0 0 0 5 0 0 0 18 0 3 0 330631737 45699072 671 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 11157 671 387 42 0 5409 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 44628

[startup+0.101226 s]
/proc/loadavg: 1.86 1.70 1.27 3/77 8593
/proc/meminfo: memFree=1266160/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=44760 CPUtime=0.16
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 739 0 0 0 16 0 0 0 18 0 3 0 330631737 45834240 700 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 11190 700 387 42 0 5442 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 44760

[startup+0.30125 s]
/proc/loadavg: 1.86 1.70 1.27 3/77 8593
/proc/meminfo: memFree=1266160/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=46048 CPUtime=0.56
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 861 0 0 0 56 0 0 0 18 0 3 0 330631737 47153152 822 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 11512 822 387 42 0 5764 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 46048

[startup+0.701299 s]
/proc/loadavg: 1.86 1.70 1.27 3/77 8593
/proc/meminfo: memFree=1266160/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=46464 CPUtime=1.36
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 1021 0 0 0 136 0 0 0 18 0 3 0 330631737 47579136 982 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 11616 982 387 42 0 5868 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 46464

[startup+1.50139 s]
/proc/loadavg: 1.86 1.70 1.27 3/80 8596
/proc/meminfo: memFree=1263128/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=47928 CPUtime=2.95
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 1260 0 0 0 295 0 0 0 18 0 3 0 330631737 49078272 1221 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 11982 1221 387 42 0 6234 0
[pid=8593/tid=8595] ppid=8591 vsize=47928 CPUtime=1.46
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 387 0 0 0 146 0 0 0 23 0 3 0 330631740 49078272 1221 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=47928 CPUtime=1.46
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 183 0 0 0 146 0 0 0 25 0 3 0 330631740 49078272 1221 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283709 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 47928

[startup+3.10158 s]
/proc/loadavg: 1.86 1.70 1.27 3/80 8596
/proc/meminfo: memFree=1261784/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=49032 CPUtime=6.15
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 1732 0 0 0 615 0 0 0 18 0 3 0 330631737 50208768 1627 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 12258 1627 387 42 0 6510 0
[pid=8593/tid=8595] ppid=8591 vsize=49032 CPUtime=3.06
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 641 0 0 0 306 0 0 0 25 0 3 0 330631740 50208768 1627 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311267 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=49032 CPUtime=3.06
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 401 0 0 0 306 0 0 0 25 0 3 0 330631740 50208768 1627 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283760 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 49032

[startup+6.30296 s]
/proc/loadavg: 1.87 1.71 1.28 3/80 8596
/proc/meminfo: memFree=1259608/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=51540 CPUtime=12.54
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 2168 0 0 0 1253 1 0 0 18 0 3 0 330631737 52776960 2063 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 12885 2063 387 42 0 7137 0
[pid=8593/tid=8595] ppid=8591 vsize=51540 CPUtime=6.26
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 944 0 0 0 625 1 0 0 25 0 3 0 330631740 52776960 2063 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=51540 CPUtime=6.24
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 534 0 0 0 624 0 0 0 25 0 3 0 330631740 52776960 2063 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 51540

[startup+12.7017 s]
/proc/loadavg: 1.88 1.71 1.28 3/80 8596
/proc/meminfo: memFree=1256408/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=54244 CPUtime=25.31
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 2889 0 0 0 2529 2 0 0 18 0 3 0 330631737 55545856 2719 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 13561 2719 387 42 0 7813 0
[pid=8593/tid=8595] ppid=8591 vsize=54244 CPUtime=12.65
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 1412 0 0 0 1264 1 0 0 25 0 3 0 330631740 55545856 2719 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=54244 CPUtime=12.61
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 787 0 0 0 1261 0 0 0 25 0 3 0 330631740 55545856 2719 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241172 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 54244

[startup+25.5012 s]
/proc/loadavg: 1.90 1.73 1.29 3/80 8596
/proc/meminfo: memFree=1251928/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=59508 CPUtime=50.84
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 4318 0 0 0 5081 3 0 0 18 0 3 0 330631737 60936192 3813 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 14877 3813 387 42 0 9129 0
[pid=8593/tid=8595] ppid=8591 vsize=59508 CPUtime=25.45
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 2094 0 0 0 2543 2 0 0 25 0 3 0 330631740 60936192 3813 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311432 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=59508 CPUtime=25.35
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 1534 0 0 0 2535 0 0 0 25 0 3 0 330631740 60936192 3813 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 59508

[startup+51.1012 s]
/proc/loadavg: 1.94 1.75 1.31 3/80 8596
/proc/meminfo: memFree=1247512/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=65308 CPUtime=101.92
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 5697 0 0 0 10187 5 0 0 18 0 3 0 330631737 66875392 4934 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 16327 4934 387 42 0 10579 0
[pid=8593/tid=8595] ppid=8591 vsize=65308 CPUtime=51.04
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 2895 0 0 0 5100 4 0 0 25 0 3 0 330631740 66875392 4934 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=65308 CPUtime=50.84
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 2112 0 0 0 5084 0 0 0 25 0 3 0 330631740 66875392 4934 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 65308

[startup+102.306 s]
/proc/loadavg: 1.97 1.78 1.34 3/86 8670
/proc/meminfo: memFree=1239704/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=72752 CPUtime=204
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 7919 0 0 0 20388 12 0 0 18 0 3 0 330631737 74498048 6493 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 18188 6493 387 42 0 12440 0
[pid=8593/tid=8595] ppid=8591 vsize=72752 CPUtime=102.16
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 4052 0 0 0 10210 6 0 0 25 0 3 0 330631740 74498048 6493 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=72752 CPUtime=101.8
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 3177 0 0 0 10175 5 0 0 25 0 3 0 330631740 74498048 6493 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 72752

[startup+162.301 s]
/proc/loadavg: 2.05 1.85 1.39 3/86 8766
/proc/meminfo: memFree=1234088/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=77876 CPUtime=323.56
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 9430 0 0 0 32329 27 0 0 18 0 3 0 330631737 79745024 7884 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 19469 7884 387 42 0 13721 0
[pid=8593/tid=8595] ppid=8591 vsize=77876 CPUtime=162.04
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 4975 0 0 0 16196 8 0 0 25 0 3 0 330631740 79745024 7884 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311262 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=77876 CPUtime=161.49
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 3765 0 0 0 16130 19 0 0 25 0 3 0 330631740 79745024 7884 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.56
Current children cumulated vsize (KiB) 77876

[startup+222.301 s]
/proc/loadavg: 2.02 1.87 1.42 3/80 8794
/proc/meminfo: memFree=1230936/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=83504 CPUtime=443.25
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 10892 0 0 0 44294 31 0 0 18 0 3 0 330631737 85508096 8990 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 20876 8990 387 42 0 15128 0
[pid=8593/tid=8595] ppid=8591 vsize=83504 CPUtime=221.99
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 5893 0 0 0 22190 9 0 0 25 0 3 0 330631740 85508096 8990 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311238 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=83504 CPUtime=221.22
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 4309 0 0 0 22101 21 0 0 25 0 3 0 330631740 85508096 8990 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.25
Current children cumulated vsize (KiB) 83504

[startup+282.301 s]
/proc/loadavg: 2.00 1.89 1.46 4/80 8794
/proc/meminfo: memFree=1226264/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=88928 CPUtime=562.99
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 12561 0 0 0 56266 33 0 0 18 0 3 0 330631737 91062272 10238 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 22232 10238 387 42 0 16484 0
[pid=8593/tid=8595] ppid=8591 vsize=88928 CPUtime=281.98
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 6791 0 0 0 28187 11 0 0 25 0 3 0 330631740 91062272 10238 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=88928 CPUtime=280.97
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 5080 0 0 0 28076 21 0 0 25 0 3 0 330631740 91062272 10238 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241654 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.99
Current children cumulated vsize (KiB) 88928

[startup+342.301 s]
/proc/loadavg: 2.00 1.91 1.49 3/80 8794
/proc/meminfo: memFree=1223448/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=93264 CPUtime=682.7
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 13708 0 0 0 68236 34 0 0 18 0 3 0 330631737 95502336 10908 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 23316 10908 387 42 0 17568 0
[pid=8593/tid=8595] ppid=8591 vsize=93264 CPUtime=341.96
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 7405 0 0 0 34184 12 0 0 25 0 3 0 330631740 95502336 10908 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=93264 CPUtime=340.71
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 5613 0 0 0 34049 22 0 0 25 0 3 0 330631740 95502336 10908 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283795 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.7
Current children cumulated vsize (KiB) 93264

[startup+402.301 s]
/proc/loadavg: 2.00 1.92 1.52 3/80 8794
/proc/meminfo: memFree=1221144/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=97764 CPUtime=802.42
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 15001 0 0 0 80206 36 0 0 18 0 3 0 330631737 100110336 11490 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 24441 11490 387 42 0 18693 0
[pid=8593/tid=8595] ppid=8591 vsize=97764 CPUtime=401.94
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 7791 0 0 0 40181 13 0 0 25 0 3 0 330631740 100110336 11490 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=97764 CPUtime=400.44
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 6520 0 0 0 40022 22 0 0 25 0 3 0 330631740 100110336 11490 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.42
Current children cumulated vsize (KiB) 97764

[startup+462.302 s]
/proc/loadavg: 2.00 1.93 1.55 3/80 8794
/proc/meminfo: memFree=1219032/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=99576 CPUtime=922.15
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 15548 0 0 0 92178 37 0 0 18 0 3 0 330631737 101965824 12004 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 24894 12004 387 42 0 19146 0
[pid=8593/tid=8595] ppid=8591 vsize=99576 CPUtime=461.92
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 8167 0 0 0 46178 14 0 0 25 0 3 0 330631740 101965824 12004 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238096 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=99576 CPUtime=460.18
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 6691 0 0 0 45996 22 0 0 25 0 3 0 330631740 101965824 12004 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.15
Current children cumulated vsize (KiB) 99576

[startup+522.302 s]
/proc/loadavg: 2.00 1.94 1.57 3/80 8794
/proc/meminfo: memFree=1216408/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=102168 CPUtime=1041.87
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 16304 0 0 0 104148 39 0 0 18 0 3 0 330631737 104620032 12661 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 25542 12661 387 42 0 19794 0
[pid=8593/tid=8595] ppid=8591 vsize=102168 CPUtime=521.91
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 8544 0 0 0 52175 16 0 0 25 0 3 0 330631740 104620032 12661 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=102168 CPUtime=519.93
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 7070 0 0 0 51970 23 0 0 25 0 3 0 330631740 104620032 12661 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.87
Current children cumulated vsize (KiB) 102168

[startup+582.302 s]
/proc/loadavg: 2.00 1.95 1.59 3/80 8794
/proc/meminfo: memFree=1214232/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=104616 CPUtime=1161.59
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 17120 0 0 0 116118 41 0 0 18 0 3 0 330631737 107126784 13312 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 26154 13312 387 42 0 20406 0
[pid=8593/tid=8595] ppid=8591 vsize=104616 CPUtime=581.89
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 8952 0 0 0 58172 17 0 0 25 0 3 0 330631740 107126784 13312 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=104616 CPUtime=579.66
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 7478 0 0 0 57943 23 0 0 25 0 3 0 330631740 107126784 13312 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241654 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.59
Current children cumulated vsize (KiB) 104616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.602 s]
/proc/loadavg: 2.00 1.95 1.60 3/80 8794
/proc/meminfo: memFree=1213208/2055920 swapFree=4169972/4192956
[pid=8593] ppid=8591 vsize=105772 CPUtime=1200.12
/proc/8593/stat : 8593 (ornithorynque) S 8591 8593 8494 0 -1 4194304 17268 0 0 0 119970 42 0 0 18 0 3 0 330631737 108310528 13460 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 262918926203 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/8593/statm: 26443 13460 387 42 0 20695 0
[pid=8593/tid=8595] ppid=8591 vsize=105772 CPUtime=601.2
/proc/8593/task/8595/stat : 8595 (ornithorynque) R 8591 8593 8494 0 -1 4194368 9100 0 0 0 60102 18 0 0 25 0 3 0 330631740 108310528 13460 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311221 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=8593/tid=8596] ppid=8591 vsize=105772 CPUtime=598.88
/proc/8593/task/8596/stat : 8596 (ornithorynque) R 8591 8593 8494 0 -1 4194368 7478 0 0 0 59865 23 0 0 25 0 3 0 330631740 108310528 13460 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241026 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 105772

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.627
CPU time (s): 1200.15
CPU user time (s): 1199.72
CPU system time (s): 0.429934
CPU usage (%): 199.484
Max. virtual memory (cumulated for all children) (KiB): 105772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.72
system time used= 0.429934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17268
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= 23
involuntary context switches= 22852

runsolver used 0.468928 second user time and 1.73673 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Mar  5 14:59:32 UTC 2007

IDJOB= 328004
IDBENCH= 19912
IDSOLVER= 139
FILE ID= node11/328004-1173106772

PBS_JOBID= 4013927

Free space on /tmp= 66544 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v55/unif-k7-r89-v55-c4895-S1262395962-18.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/328004-1173106772/ornithorynque /tmp/evaluation/328004-1173106772/instance-328004-1173106772.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-328004-1173106772 -o ROOT/results/node11/solver-328004-1173106772 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328004-1173106772/ornithorynque /tmp/evaluation/328004-1173106772/instance-328004-1173106772.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  88c26055259fd830313e1e76cba5300d

RANDOM SEED= 32959901

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1266376 kB
Buffers:         48504 kB
Cached:         649652 kB
SwapCached:       2788 kB
Active:         236648 kB
Inactive:       484740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1266376 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:             448 kB
Writeback:           0 kB
Mapped:          30604 kB
Slab:            53552 kB
Committed_AS:  1087904 kB
PageTables:       1756 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= 66544 MiB

End job on node11 on Mon Mar  5 15:09:36 UTC 2007