Trace number 328027

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.16 601.524

General information on the benchmark

Namerandom/OnTreshold/7SAT/v60/
unif-k7-r89-v60-c5340-S1372215289-05.SAT.shuffled.cnf
MD5SUM336d29929731a9e0b91798d646846664
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.313951
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

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.03	c ...done
0.00/0.03	c nbVar=60 nbClause=5340
0.00/0.03	c nbVar=60 nbClause=5340
0.00/0.03	c complete search running
0.00/0.03	c local search running
0.00/0.03	c flip 0 nbSat=5297 maxSat=0
0.16/0.19	c flip 0 nbSat=6791 maxSat=5328
0.76/0.46	c flip 0 nbSat=8647 maxSat=6814
1.56/0.85	c flip 0 nbSat=10648 maxSat=8665
2.76/1.40	c flip 0 nbSat=12871 maxSat=10663
3.36/1.79	c nbDecision=10000 #clauses=14490
4.16/2.15	c flip 0 nbSat=15649 maxSat=12900
6.36/3.23	c flip 0 nbSat=18888 maxSat=15678
9.53/4.85	c flip 0 nbSat=23040 maxSat=18918
9.93/5.06	c nbDecision=20000 #clauses=23636
13.92/7.05	c flip 0 nbSat=27476 maxSat=23064
19.91/10.06	c flip 0 nbSat=31125 maxSat=27498
22.71/11.43	c nbDecision=30000 #clauses=32796
26.89/13.55	c flip 0 nbSat=35913 maxSat=31170
35.27/17.73	c flip 0 nbSat=40571 maxSat=35933
38.07/19.16	c nbDecision=40000 #clauses=42001
44.46/22.35	c flip 0 nbSat=45315 maxSat=40587
55.82/28.08	c flip 0 nbSat=50868 maxSat=45342
56.63/28.40	c nbDecision=50000 #clauses=51176
69.00/34.69	c flip 0 nbSat=56509 maxSat=50903
78.37/39.36	c nbDecision=60000 #clauses=60343
83.76/42.04	c flip 0 nbSat=62681 maxSat=56549
100.51/50.47	c flip 0 nbSat=68753 maxSat=62717
103.12/51.78	c nbDecision=70000 #clauses=69574
119.07/59.71	c flip 0 nbSat=73735 maxSat=68775
134.44/67.42	c nbDecision=80000 #clauses=78752
139.43/69.93	c flip 0 nbSat=80103 maxSat=73752
160.98/80.78	c flip 0 nbSat=86337 maxSat=80138
166.58/83.58	c nbDecision=90000 #clauses=87952
185.13/92.84	c flip 0 nbSat=92518 maxSat=86369
205.67/103.16	c nbDecision=100000 #clauses=97101
210.46/105.55	c flip 0 nbSat=98200 maxSat=92550
237.20/118.94	c flip 0 nbSat=103258 maxSat=98239
253.16/126.97	c nbDecision=110000 #clauses=106310
265.54/133.19	c flip 0 nbSat=108639 maxSat=103282
295.66/148.28	c flip 0 nbSat=114797 maxSat=108689
299.05/149.92	c nbDecision=120000 #clauses=115496
327.79/164.37	c flip 0 nbSat=120463 maxSat=114829
352.72/176.88	c nbDecision=130000 #clauses=124677
360.70/180.88	c flip 0 nbSat=126197 maxSat=120484
395.62/198.30	c flip 0 nbSat=131895 maxSat=126230
406.20/203.69	c nbDecision=140000 #clauses=133865
431.94/216.51	c flip 0 nbSat=137937 maxSat=131926
469.05/235.19	c flip 0 nbSat=142974 maxSat=137959
469.66/235.43	c nbDecision=150000 #clauses=143088
508.56/254.94	c flip 0 nbSat=147838 maxSat=143007
548.26/274.90	c nbDecision=160000 #clauses=152310
550.26/275.85	c flip 0 nbSat=152496 maxSat=147869
591.57/296.56	c flip 0 nbSat=157803 maxSat=152521
615.11/308.34	c nbDecision=170000 #clauses=161506
634.27/317.97	c flip 0 nbSat=164490 maxSat=157850
674.97/338.34	c nbDecision=180000 #clauses=170728
680.96/341.33	c flip 0 nbSat=171630 maxSat=164520
728.04/364.96	c flip 0 nbSat=177843 maxSat=171655
741.81/371.88	c nbDecision=190000 #clauses=180011
778.53/390.26	c flip 0 nbSat=184655 maxSat=177856
820.42/411.29	c nbDecision=200000 #clauses=189234
829.79/415.91	c flip 0 nbSat=190269 maxSat=184685
883.08/442.62	c flip 0 nbSat=196171 maxSat=190325
901.85/452.05	c nbDecision=210000 #clauses=198438
935.95/469.16	c flip 0 nbSat=202347 maxSat=196191
990.43/496.47	c nbDecision=220000 #clauses=207690
991.83/497.12	c flip 0 nbSat=207743 maxSat=202380
1049.29/525.90	c flip 0 nbSat=213267 maxSat=207786
1095.17/548.93	c nbDecision=230000 #clauses=216908
1105.35/554.03	c flip 0 nbSat=217886 maxSat=213295
1166.42/584.67	c flip 0 nbSat=223109 maxSat=217924
1196.14/599.55	c nbDecision=240000 #clauses=226104

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/node69/watcher-328027-1173106995 -o ROOT/results/node69/solver-328027-1173106995 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328027-1173106995/ornithorynque /tmp/evaluation/328027-1173106995/instance-328027-1173106995.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.92 1.92 3/64 17193
/proc/meminfo: memFree=1602592/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=23220 CPUtime=0
/proc/17193/stat : 17193 (ornithorynque) R 17191 17193 16854 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 330657241 23777280 259 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237945001072 0 0 4096 0 0 0 0 17 1 0 0
/proc/17193/statm: 5805 262 218 42 0 45 0

[startup+0.0883481 s]
/proc/loadavg: 1.83 1.92 1.92 3/64 17193
/proc/meminfo: memFree=1602592/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=44784 CPUtime=0.13
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 751 0 0 0 13 0 0 0 18 0 3 0 330657241 45858816 712 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 11196 712 387 42 0 5448 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 44784

[startup+0.101351 s]
/proc/loadavg: 1.83 1.92 1.92 3/64 17193
/proc/meminfo: memFree=1602592/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=44784 CPUtime=0.16
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 757 0 0 0 16 0 0 0 18 0 3 0 330657241 45858816 718 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 11196 718 387 42 0 5448 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 44784

[startup+0.301384 s]
/proc/loadavg: 1.83 1.92 1.92 3/64 17193
/proc/meminfo: memFree=1602592/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=46060 CPUtime=0.56
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 871 0 0 0 56 0 0 0 18 0 3 0 330657241 47165440 832 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 11515 832 387 42 0 5767 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 46060

[startup+0.70145 s]
/proc/loadavg: 1.83 1.92 1.92 3/64 17193
/proc/meminfo: memFree=1602592/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=46468 CPUtime=1.36
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 1028 0 0 0 136 0 0 0 18 0 3 0 330657241 47583232 989 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 11617 989 387 42 0 5869 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 46468

[startup+1.50258 s]
/proc/loadavg: 1.83 1.92 1.92 3/67 17196
/proc/meminfo: memFree=1599496/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=48024 CPUtime=2.96
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 1289 0 0 0 296 0 0 0 18 0 3 0 330657241 49176576 1250 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 12006 1250 387 42 0 6258 0
[pid=17193/tid=17195] ppid=17191 vsize=48024 CPUtime=1.46
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 271 0 0 0 146 0 0 0 25 0 3 0 330657244 49176576 1250 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=48024 CPUtime=1.46
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 309 0 0 0 146 0 0 0 25 0 3 0 330657244 49176576 1250 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241842 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 48024

[startup+3.10185 s]
/proc/loadavg: 1.83 1.92 1.92 3/67 17196
/proc/meminfo: memFree=1598472/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=48944 CPUtime=6.15
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 1624 0 0 0 615 0 0 0 18 0 3 0 330657241 50118656 1552 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 12236 1552 387 42 0 6488 0
[pid=17193/tid=17195] ppid=17191 vsize=48944 CPUtime=3.06
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 515 0 0 0 306 0 0 0 25 0 3 0 330657244 50118656 1552 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=48944 CPUtime=3.05
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 400 0 0 0 305 0 0 0 25 0 3 0 330657244 50118656 1552 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241651 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 48944

[startup+6.30137 s]
/proc/loadavg: 1.85 1.92 1.92 3/67 17196
/proc/meminfo: memFree=1595784/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=51360 CPUtime=12.52
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 2162 0 0 0 1252 0 0 0 18 0 3 0 330657241 52592640 2057 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 12840 2057 387 42 0 7092 0
[pid=17193/tid=17195] ppid=17191 vsize=51360 CPUtime=6.26
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 822 0 0 0 626 0 0 0 25 0 3 0 330657244 52592640 2057 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=51360 CPUtime=6.23
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 631 0 0 0 623 0 0 0 25 0 3 0 330657244 52592640 2057 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 51360

[startup+12.7014 s]
/proc/loadavg: 1.86 1.92 1.92 3/67 17196
/proc/meminfo: memFree=1593096/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=53888 CPUtime=25.3
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 2827 0 0 0 2529 1 0 0 18 0 3 0 330657241 55181312 2657 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 13472 2657 387 42 0 7724 0
[pid=17193/tid=17195] ppid=17191 vsize=53888 CPUtime=12.65
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 1226 0 0 0 1265 0 0 0 25 0 3 0 330657244 55181312 2657 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=53888 CPUtime=12.6
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 892 0 0 0 1260 0 0 0 25 0 3 0 330657244 55181312 2657 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285227 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 53888

[startup+25.5015 s]
/proc/loadavg: 1.89 1.92 1.92 3/67 17196
/proc/meminfo: memFree=1589128/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=58692 CPUtime=50.83
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 4036 0 0 0 5082 1 0 0 18 0 3 0 330657241 60100608 3661 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 14673 3661 387 42 0 8925 0
[pid=17193/tid=17195] ppid=17191 vsize=58692 CPUtime=25.45
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 1852 0 0 0 2544 1 0 0 25 0 3 0 330657244 60100608 3661 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311218 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=58692 CPUtime=25.35
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 1475 0 0 0 2535 0 0 0 25 0 3 0 330657244 60100608 3661 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 58692

[startup+51.1017 s]
/proc/loadavg: 1.93 1.93 1.92 3/67 17196
/proc/meminfo: memFree=1583752/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=65592 CPUtime=101.91
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 5828 0 0 0 10188 3 0 0 18 0 3 0 330657241 67166208 5030 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 16398 5030 387 42 0 10650 0
[pid=17193/tid=17195] ppid=17191 vsize=65592 CPUtime=51.04
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 2780 0 0 0 5102 2 0 0 25 0 3 0 330657244 67166208 5030 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=65592 CPUtime=50.83
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 2339 0 0 0 5083 0 0 0 25 0 3 0 330657244 67166208 5030 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 65592

[startup+102.305 s]
/proc/loadavg: 1.97 1.94 1.92 3/67 17196
/proc/meminfo: memFree=1576520/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=74708 CPUtime=204.08
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 8306 0 0 0 20404 4 0 0 18 0 3 0 330657241 76500992 6759 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 18677 6759 387 42 0 12929 0
[pid=17193/tid=17195] ppid=17191 vsize=74708 CPUtime=102.23
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 3993 0 0 0 10220 3 0 0 25 0 3 0 330657244 76500992 6759 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4312534 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=74708 CPUtime=101.8
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 3604 0 0 0 10180 0 0 0 25 0 3 0 330657244 76500992 6759 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 74708

[startup+162.302 s]
/proc/loadavg: 1.99 1.95 1.92 3/67 17196
/proc/meminfo: memFree=1570760/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=80036 CPUtime=323.79
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 9947 0 0 0 32374 5 0 0 18 0 3 0 330657241 81956864 8203 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 20009 8203 387 42 0 14261 0
[pid=17193/tid=17195] ppid=17191 vsize=80036 CPUtime=162.21
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 4916 0 0 0 16217 4 0 0 25 0 3 0 330657244 81956864 8203 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=80036 CPUtime=161.55
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 4322 0 0 0 16154 1 0 0 25 0 3 0 330657244 81956864 8203 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.79
Current children cumulated vsize (KiB) 80036

[startup+222.302 s]
/proc/loadavg: 1.99 1.95 1.92 3/67 17196
/proc/meminfo: memFree=1565256/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=87112 CPUtime=443.51
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 12046 0 0 0 44345 6 0 0 18 0 3 0 330657241 89202688 9591 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 21778 9591 387 42 0 16030 0
[pid=17193/tid=17195] ppid=17191 vsize=87112 CPUtime=222.19
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 5985 0 0 0 22214 5 0 0 25 0 3 0 330657244 89202688 9591 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311255 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=87112 CPUtime=221.28
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 5352 0 0 0 22127 1 0 0 25 0 3 0 330657244 89202688 9591 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.51
Current children cumulated vsize (KiB) 87112

[startup+282.301 s]
/proc/loadavg: 1.99 1.96 1.92 3/67 17196
/proc/meminfo: memFree=1561288/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=90648 CPUtime=563.23
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 13295 0 0 0 56315 8 0 0 18 0 3 0 330657241 92823552 10579 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 22662 10579 387 42 0 16914 0
[pid=17193/tid=17195] ppid=17191 vsize=90648 CPUtime=282.17
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 6857 0 0 0 28211 6 0 0 25 0 3 0 330657244 92823552 10579 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=90648 CPUtime=281.02
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 5729 0 0 0 28101 1 0 0 25 0 3 0 330657244 92823552 10579 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.23
Current children cumulated vsize (KiB) 90648

[startup+342.302 s]
/proc/loadavg: 1.99 1.96 1.92 3/67 17196
/proc/meminfo: memFree=1556552/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=98584 CPUtime=682.95
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 15593 0 0 0 68286 9 0 0 18 0 3 0 330657241 100950016 11712 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 24646 11712 387 42 0 18898 0
[pid=17193/tid=17195] ppid=17191 vsize=98584 CPUtime=342.14
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 7675 0 0 0 34208 6 0 0 25 0 3 0 330657244 100950016 11712 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=98584 CPUtime=340.76
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 7209 0 0 0 34074 2 0 0 25 0 3 0 330657244 100950016 11712 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.95
Current children cumulated vsize (KiB) 98584

[startup+402.302 s]
/proc/loadavg: 2.06 1.98 1.93 3/67 17196
/proc/meminfo: memFree=1552776/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=104732 CPUtime=802.68
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 17358 0 0 0 80258 10 0 0 18 0 3 0 330657241 107245568 12697 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 26183 12697 387 42 0 20435 0
[pid=17193/tid=17195] ppid=17191 vsize=104732 CPUtime=402.13
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 8468 0 0 0 40206 7 0 0 25 0 3 0 330657244 107245568 12697 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=104732 CPUtime=400.51
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 8181 0 0 0 40049 2 0 0 25 0 3 0 330657244 107245568 12697 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.68
Current children cumulated vsize (KiB) 104732

[startup+462.302 s]
/proc/loadavg: 2.08 2.00 1.93 3/67 17196
/proc/meminfo: memFree=1549384/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=107772 CPUtime=922.38
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 18350 0 0 0 92227 11 0 0 18 0 3 0 330657241 110358528 13525 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 26943 13525 387 42 0 21195 0
[pid=17193/tid=17195] ppid=17191 vsize=107772 CPUtime=462.11
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 9095 0 0 0 46203 8 0 0 25 0 3 0 330657244 110358528 13525 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=107772 CPUtime=460.22
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 8546 0 0 0 46020 2 0 0 25 0 3 0 330657244 110358528 13525 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.38
Current children cumulated vsize (KiB) 107772

[startup+522.302 s]
/proc/loadavg: 2.08 2.01 1.94 3/67 17196
/proc/meminfo: memFree=1546440/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=110540 CPUtime=1042.11
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 19294 0 0 0 104199 12 0 0 18 0 3 0 330657241 113192960 14239 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 27635 14239 387 42 0 21887 0
[pid=17193/tid=17195] ppid=17191 vsize=110540 CPUtime=522.09
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 9644 0 0 0 52201 8 0 0 25 0 3 0 330657244 113192960 14239 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311137 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=110540 CPUtime=519.97
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 8941 0 0 0 51995 2 0 0 25 0 3 0 330657244 113192960 14239 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242176 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.11
Current children cumulated vsize (KiB) 110540

[startup+582.301 s]
/proc/loadavg: 2.03 2.01 1.94 3/67 17196
/proc/meminfo: memFree=1544008/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=112380 CPUtime=1161.83
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 19946 0 0 0 116170 13 0 0 18 0 3 0 330657241 115077120 14858 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 28095 14858 387 42 0 22347 0
[pid=17193/tid=17195] ppid=17191 vsize=112380 CPUtime=582.07
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 10040 0 0 0 58198 9 0 0 25 0 3 0 330657244 115077120 14858 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=112380 CPUtime=579.71
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 9197 0 0 0 57969 2 0 0 25 0 3 0 330657244 115077120 14858 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.83
Current children cumulated vsize (KiB) 112380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.503 s]
/proc/loadavg: 2.02 2.01 1.94 3/67 17196
/proc/meminfo: memFree=1542920/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=113812 CPUtime=1200.13
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 20381 0 0 0 120000 13 0 0 18 0 3 0 330657241 116543488 15129 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 28453 15129 387 42 0 22705 0
[pid=17193/tid=17195] ppid=17191 vsize=113812 CPUtime=601.27
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 10180 0 0 0 60117 10 0 0 25 0 3 0 330657244 116543488 15129 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=113812 CPUtime=598.81
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 9492 0 0 0 59879 2 0 0 25 0 3 0 330657244 116543488 15129 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 113812

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

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

[startup+601.503 s]
/proc/loadavg: 2.02 2.01 1.94 3/67 17196
/proc/meminfo: memFree=1542920/2055920 swapFree=4184100/4192956
[pid=17193] ppid=17191 vsize=113812 CPUtime=1200.13
/proc/17193/stat : 17193 (ornithorynque) S 17191 17193 16854 0 -1 4194304 20381 0 0 0 120000 13 0 0 18 0 3 0 330657241 116543488 15129 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 237956525947 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/17193/statm: 28453 15129 387 42 0 22705 0
[pid=17193/tid=17195] ppid=17191 vsize=113812 CPUtime=601.27
/proc/17193/task/17195/stat : 17195 (ornithorynque) R 17191 17193 16854 0 -1 4194368 10180 0 0 0 60117 10 0 0 25 0 3 0 330657244 116543488 15129 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=17193/tid=17196] ppid=17191 vsize=113812 CPUtime=598.81
/proc/17193/task/17196/stat : 17196 (ornithorynque) R 17191 17193 16854 0 -1 4194368 9492 0 0 0 59879 2 0 0 25 0 3 0 330657244 116543488 15129 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 113812

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.524
CPU time (s): 1200.16
CPU user time (s): 1200.02
CPU system time (s): 0.142978
CPU usage (%): 199.52
Max. virtual memory (cumulated for all children) (KiB): 113812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.02
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20381
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= 15
involuntary context switches= 9132

runsolver used 0.358945 second user time and 1.84672 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Mon Mar  5 15:03:15 UTC 2007

IDJOB= 328027
IDBENCH= 19935
IDSOLVER= 139
FILE ID= node69/328027-1173106995

PBS_JOBID= 4013895

Free space on /tmp= 66541 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v60/unif-k7-r89-v60-c5340-S1372215289-05.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/328027-1173106995/ornithorynque /tmp/evaluation/328027-1173106995/instance-328027-1173106995.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-328027-1173106995 -o ROOT/results/node69/solver-328027-1173106995 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328027-1173106995/ornithorynque /tmp/evaluation/328027-1173106995/instance-328027-1173106995.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  336d29929731a9e0b91798d646846664

RANDOM SEED= 552126558

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.261
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.261
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:       1603064 kB
Buffers:         27228 kB
Cached:         346436 kB
SwapCached:       2716 kB
Active:          62384 kB
Inactive:       320720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603064 kB
SwapTotal:     4192956 kB
SwapFree:      4184100 kB
Dirty:             388 kB
Writeback:           0 kB
Mapped:          15500 kB
Slab:            55764 kB
Committed_AS:   829268 kB
PageTables:       1472 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= 66541 MiB

End job on node69 on Mon Mar  5 15:13:19 UTC 2007