Trace number 327997

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ornithorynque 0.1 alpha? (TO) 1200.06 601.628

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S461794864-15.SAT.shuffled.cnf
MD5SUM87601d6b29694c44112ef8c86b506fed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.73958
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
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 55785

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=65 nbClause=5785
0.00/0.03	c nbVar=65 nbClause=5785
0.00/0.03	c complete search running
0.00/0.03	c local search running
0.00/0.03	c flip 0 nbSat=5747 maxSat=0
0.36/0.21	c flip 0 nbSat=7293 maxSat=5768
0.96/0.51	c flip 0 nbSat=9305 maxSat=7321
1.76/0.97	c flip 0 nbSat=11806 maxSat=9332
3.15/1.68	c flip 0 nbSat=14318 maxSat=11830
3.55/1.84	c nbDecision=10000 #clauses=14823
5.15/2.65	c flip 0 nbSat=16870 maxSat=14342
7.94/4.01	c flip 0 nbSat=19840 maxSat=16899
11.54/5.85	c flip 0 nbSat=23296 maxSat=19880
12.34/6.22	c nbDecision=20000 #clauses=23989
16.72/8.42	c flip 0 nbSat=28005 maxSat=23318
23.31/11.71	c nbDecision=30000 #clauses=33068
23.31/11.74	c flip 0 nbSat=33046 maxSat=28037
31.88/16.08	c flip 0 nbSat=37815 maxSat=33072
40.46/20.38	c nbDecision=40000 #clauses=42181
41.66/20.98	c flip 0 nbSat=42619 maxSat=37850
53.63/27.00	c flip 0 nbSat=47076 maxSat=42645
65.61/32.98	c nbDecision=50000 #clauses=51310
66.40/33.38	c flip 0 nbSat=51510 maxSat=47111
81.16/40.71	c flip 0 nbSat=57231 maxSat=51536
90.74/45.53	c nbDecision=60000 #clauses=60477
97.73/49.03	c flip 0 nbSat=62398 maxSat=57265
116.09/58.23	c flip 0 nbSat=68385 maxSat=62420
120.47/60.49	c nbDecision=70000 #clauses=69578
136.63/68.52	c flip 0 nbSat=73851 maxSat=68410
156.38/78.45	c nbDecision=80000 #clauses=78734
158.98/79.73	c flip 0 nbSat=79294 maxSat=73874
182.92/91.73	c flip 0 nbSat=85276 maxSat=79321
193.10/96.85	c nbDecision=90000 #clauses=87859
207.87/104.22	c flip 0 nbSat=91246 maxSat=85309
235.99/118.36	c nbDecision=100000 #clauses=97017
237.19/118.99	c flip 0 nbSat=97204 maxSat=91262
266.12/133.43	c flip 0 nbSat=101425 maxSat=97218
296.26/148.53	c nbDecision=110000 #clauses=106262
296.85/148.83	c flip 0 nbSat=106332 maxSat=101448
330.16/165.55	c flip 0 nbSat=110990 maxSat=106366
358.09/179.53	c nbDecision=120000 #clauses=115381
365.08/183.07	c flip 0 nbSat=116319 maxSat=111026
400.80/200.98	c flip 0 nbSat=120505 maxSat=116352
437.50/219.33	c flip 0 nbSat=124400 maxSat=120524
438.71/219.91	c nbDecision=130000 #clauses=124584
474.22/237.79	c flip 0 nbSat=128912 maxSat=124432
514.33/257.81	c flip 0 nbSat=133186 maxSat=128937
519.31/260.33	c nbDecision=140000 #clauses=133737
556.14/278.87	c flip 0 nbSat=138197 maxSat=133210
588.61/295.10	c nbDecision=150000 #clauses=142909
598.79/300.26	c flip 0 nbSat=143964 maxSat=138220
644.24/323.03	c flip 0 nbSat=148328 maxSat=144000
676.92/339.46	c nbDecision=160000 #clauses=152098
689.48/345.72	c flip 0 nbSat=153659 maxSat=148359
735.93/369.00	c flip 0 nbSat=158438 maxSat=153708
764.05/383.16	c nbDecision=170000 #clauses=161273
785.22/393.76	c flip 0 nbSat=163068 maxSat=158461
834.30/418.35	c flip 0 nbSat=167378 maxSat=163091
871.80/437.17	c nbDecision=180000 #clauses=170539
885.97/444.24	c flip 0 nbSat=171803 maxSat=167410
938.44/470.59	c flip 0 nbSat=177568 maxSat=171823
954.01/478.31	c nbDecision=190000 #clauses=179690
992.70/497.72	c flip 0 nbSat=185063 maxSat=177604
1020.26/511.58	c nbDecision=200000 #clauses=188826
1049.37/526.11	c flip 0 nbSat=192774 maxSat=185087
1081.29/542.20	c nbDecision=210000 #clauses=197905
1107.83/555.42	c flip 0 nbSat=201798 maxSat=192801
1146.94/575.00	c nbDecision=220000 #clauses=207041
1168.88/586.06	c flip 0 nbSat=209488 maxSat=201836

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/node71/watcher-327997-1173106591 -o ROOT/results/node71/solver-327997-1173106591 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/327997-1173106591/ornithorynque /tmp/evaluation/327997-1173106591/instance-327997-1173106591.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.71 1.60 3/64 13718
/proc/meminfo: memFree=1092640/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=23220 CPUtime=0
/proc/13718/stat : 13718 (ornithorynque) R 13716 13718 13619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 330616926 23777280 257 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231959726805 0 0 4096 0 0 0 0 17 1 0 0
/proc/13718/statm: 5805 261 218 42 0 45 0

[startup+0.0752671 s]
/proc/loadavg: 1.83 1.71 1.60 3/64 13718
/proc/meminfo: memFree=1092640/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=44812 CPUtime=0.11
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 764 0 0 0 11 0 0 0 18 0 3 0 330616926 45887488 725 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 11203 725 387 42 0 5455 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 44812

[startup+0.102272 s]
/proc/loadavg: 1.83 1.71 1.60 3/64 13718
/proc/meminfo: memFree=1092640/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=44944 CPUtime=0.16
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 774 0 0 0 16 0 0 0 18 0 3 0 330616926 46022656 735 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 11236 735 387 42 0 5488 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 44944

[startup+0.301317 s]
/proc/loadavg: 1.83 1.71 1.60 3/64 13718
/proc/meminfo: memFree=1092640/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=46368 CPUtime=0.56
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 914 0 0 0 56 0 0 0 18 0 3 0 330616926 47480832 875 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 11592 875 387 42 0 5844 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 46368

[startup+0.701403 s]
/proc/loadavg: 1.83 1.71 1.60 3/64 13718
/proc/meminfo: memFree=1092640/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=46768 CPUtime=1.36
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 1086 0 0 0 136 0 0 0 18 0 3 0 330616926 47890432 1047 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 11692 1047 387 42 0 5944 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 46768

[startup+1.50158 s]
/proc/loadavg: 1.83 1.71 1.60 3/67 13721
/proc/meminfo: memFree=1089160/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=48096 CPUtime=2.95
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 1341 0 0 0 295 0 0 0 18 0 3 0 330616926 49250304 1302 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 12024 1302 387 42 0 6276 0
[pid=13718/tid=13720] ppid=13716 vsize=48096 CPUtime=1.46
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 419 0 0 0 146 0 0 0 25 0 3 0 330616930 49250304 1302 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=48096 CPUtime=1.46
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 194 0 0 0 146 0 0 0 25 0 3 0 330616930 49250304 1302 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241651 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 48096

[startup+3.10193 s]
/proc/loadavg: 1.83 1.71 1.60 3/67 13721
/proc/meminfo: memFree=1088136/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=49384 CPUtime=6.14
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 1776 0 0 0 614 0 0 0 18 0 3 0 330616926 50569216 1671 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 12346 1671 387 42 0 6598 0
[pid=13718/tid=13720] ppid=13716 vsize=49384 CPUtime=3.05
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 616 0 0 0 305 0 0 0 25 0 3 0 330616930 50569216 1671 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4256006 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=49384 CPUtime=3.05
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 432 0 0 0 305 0 0 0 25 0 3 0 330616930 50569216 1671 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 49384

[startup+6.30162 s]
/proc/loadavg: 1.85 1.71 1.60 3/67 13721
/proc/meminfo: memFree=1086152/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=50940 CPUtime=12.54
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 2196 0 0 0 1253 1 0 0 18 0 3 0 330616926 52162560 2091 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 12735 2091 387 42 0 6987 0
[pid=13718/tid=13720] ppid=13716 vsize=50940 CPUtime=6.25
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 888 0 0 0 625 0 0 0 25 0 3 0 330616930 52162560 2091 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=50940 CPUtime=6.24
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 580 0 0 0 624 0 0 0 25 0 3 0 330616930 52162560 2091 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241575 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 50940

[startup+12.702 s]
/proc/loadavg: 1.86 1.71 1.61 3/67 13721
/proc/meminfo: memFree=1082456/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=55172 CPUtime=25.3
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 3079 0 0 0 2528 2 0 0 18 0 3 0 330616926 56496128 2844 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 13793 2844 387 42 0 8045 0
[pid=13718/tid=13720] ppid=13716 vsize=55172 CPUtime=12.65
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 1364 0 0 0 1264 1 0 0 25 0 3 0 330616930 56496128 2844 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311229 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=55172 CPUtime=12.6
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 987 0 0 0 1260 0 0 0 25 0 3 0 330616930 56496128 2844 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4285255 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 55172

[startup+25.5028 s]
/proc/loadavg: 1.89 1.73 1.61 3/67 13721
/proc/meminfo: memFree=1079320/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=58496 CPUtime=50.84
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 3889 0 0 0 5081 3 0 0 18 0 3 0 330616926 59899904 3609 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 14624 3609 387 42 0 8876 0
[pid=13718/tid=13720] ppid=13716 vsize=58496 CPUtime=25.45
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 1911 0 0 0 2543 2 0 0 25 0 3 0 330616930 59899904 3609 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=58496 CPUtime=25.35
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 1250 0 0 0 2535 0 0 0 25 0 3 0 330616930 59899904 3609 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 58496

[startup+51.1013 s]
/proc/loadavg: 1.93 1.75 1.62 3/67 13721
/proc/meminfo: memFree=1073944/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=64316 CPUtime=101.92
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 5617 0 0 0 10187 5 0 0 18 0 3 0 330616926 65859584 4974 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 16079 4974 387 42 0 10331 0
[pid=13718/tid=13720] ppid=13716 vsize=64316 CPUtime=51.04
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 2704 0 0 0 5101 3 0 0 25 0 3 0 330616930 65859584 4974 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311264 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=64316 CPUtime=50.83
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 2185 0 0 0 5082 1 0 0 25 0 3 0 330616930 65859584 4974 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 64316

[startup+102.305 s]
/proc/loadavg: 1.97 1.79 1.64 3/67 13721
/proc/meminfo: memFree=1066840/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=71556 CPUtime=204.08
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 7689 0 0 0 20400 8 0 0 18 0 3 0 330616926 73273344 6691 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 17889 6691 387 42 0 12141 0
[pid=13718/tid=13720] ppid=13716 vsize=71556 CPUtime=102.22
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 3927 0 0 0 10216 6 0 0 25 0 3 0 330616930 73273344 6691 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311174 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=71556 CPUtime=101.81
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 3034 0 0 0 10180 1 0 0 25 0 3 0 330616930 73273344 6691 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240884 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 71556

[startup+162.302 s]
/proc/loadavg: 1.99 1.82 1.66 3/67 13721
/proc/meminfo: memFree=1061016/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=80536 CPUtime=323.78
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 10124 0 0 0 32369 9 0 0 18 0 3 0 330616926 82468864 8159 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 20134 8159 387 42 0 14386 0
[pid=13718/tid=13720] ppid=13716 vsize=80536 CPUtime=162.19
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 5022 0 0 0 16212 7 0 0 25 0 3 0 330616930 82468864 8159 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=80536 CPUtime=161.54
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 4374 0 0 0 16153 1 0 0 25 0 3 0 330616930 82468864 8159 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.78
Current children cumulated vsize (KiB) 80536

[startup+222.301 s]
/proc/loadavg: 1.99 1.85 1.68 3/67 13721
/proc/meminfo: memFree=1056664/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=84288 CPUtime=443.49
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 11261 0 0 0 44339 10 0 0 18 0 3 0 330616926 86310912 9230 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 21072 9230 387 42 0 15324 0
[pid=13718/tid=13720] ppid=13716 vsize=84288 CPUtime=222.17
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 5611 0 0 0 22209 8 0 0 25 0 3 0 330616930 86310912 9230 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311163 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=84288 CPUtime=221.28
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 4922 0 0 0 22126 2 0 0 25 0 3 0 330616930 86310912 9230 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240896 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.49
Current children cumulated vsize (KiB) 84288

[startup+282.301 s]
/proc/loadavg: 2.06 1.89 1.70 3/73 13793
/proc/meminfo: memFree=1051584/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=89940 CPUtime=563.12
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 12796 0 0 0 56296 16 0 0 18 0 3 0 330616926 92098560 10124 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 22485 10124 387 42 0 16737 0
[pid=13718/tid=13720] ppid=13716 vsize=89940 CPUtime=282.06
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 6420 0 0 0 28197 9 0 0 25 0 3 0 330616930 92098560 10124 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=89940 CPUtime=281.01
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 5648 0 0 0 28095 6 0 0 25 0 3 0 330616930 92098560 10124 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.12
Current children cumulated vsize (KiB) 89940

[startup+342.301 s]
/proc/loadavg: 2.02 1.91 1.72 3/73 13891
/proc/meminfo: memFree=1048360/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=92140 CPUtime=682.7
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 13709 0 0 0 68243 27 0 0 18 0 3 0 330616926 94351360 10938 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 23035 10938 387 42 0 17287 0
[pid=13718/tid=13720] ppid=13716 vsize=92140 CPUtime=341.93
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 7019 0 0 0 34183 10 0 0 25 0 3 0 330616930 94351360 10938 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=92140 CPUtime=340.72
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 5962 0 0 0 34056 16 0 0 25 0 3 0 330616930 94351360 10938 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.7
Current children cumulated vsize (KiB) 92140

[startup+402.301 s]
/proc/loadavg: 2.01 1.92 1.73 3/67 13919
/proc/meminfo: memFree=1045776/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=97184 CPUtime=802.36
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 14952 0 0 0 80205 31 0 0 18 0 3 0 330616926 99516416 11857 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 24296 11857 387 42 0 18548 0
[pid=13718/tid=13720] ppid=13716 vsize=97184 CPUtime=401.87
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 7504 0 0 0 40176 11 0 0 25 0 3 0 330616930 99516416 11857 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4312381 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=97184 CPUtime=400.45
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 6720 0 0 0 40026 19 0 0 25 0 3 0 330616930 99516416 11857 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.36
Current children cumulated vsize (KiB) 97184

[startup+462.302 s]
/proc/loadavg: 2.08 1.95 1.75 3/67 13919
/proc/meminfo: memFree=1042576/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=103612 CPUtime=922.08
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 16852 0 0 0 92175 33 0 0 18 0 3 0 330616926 106098688 12690 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 25903 12690 387 42 0 20155 0
[pid=13718/tid=13720] ppid=13716 vsize=103612 CPUtime=461.85
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 8332 0 0 0 46172 13 0 0 25 0 3 0 330616930 106098688 12690 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311247 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=103612 CPUtime=460.19
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 7792 0 0 0 45999 20 0 0 25 0 3 0 330616930 106098688 12690 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.08
Current children cumulated vsize (KiB) 103612

[startup+522.302 s]
/proc/loadavg: 2.10 1.97 1.77 3/67 13919
/proc/meminfo: memFree=1039184/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=108552 CPUtime=1041.79
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 18364 0 0 0 104144 35 0 0 18 0 3 0 330616926 111157248 13572 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 27138 13572 387 42 0 21390 0
[pid=13718/tid=13720] ppid=13716 vsize=108552 CPUtime=521.82
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 9091 0 0 0 52168 14 0 0 25 0 3 0 330616930 111157248 13572 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4310848 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=108552 CPUtime=519.92
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 8545 0 0 0 51972 20 0 0 25 0 3 0 330616930 111157248 13572 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242557 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.79
Current children cumulated vsize (KiB) 108552

[startup+582.301 s]
/proc/loadavg: 2.10 1.99 1.78 3/67 13919
/proc/meminfo: memFree=1034832/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=113180 CPUtime=1161.49
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 19933 0 0 0 116112 37 0 0 18 0 3 0 330616926 115896320 14684 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 28295 14684 387 42 0 22547 0
[pid=13718/tid=13720] ppid=13716 vsize=113180 CPUtime=581.8
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 9854 0 0 0 58164 16 0 0 25 0 3 0 330616930 115896320 14684 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311218 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=113180 CPUtime=579.64
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 9351 0 0 0 57944 20 0 0 25 0 3 0 330616930 115896320 14684 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240872 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.49
Current children cumulated vsize (KiB) 113180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.601 s]
/proc/loadavg: 2.07 1.99 1.79 3/67 13919
/proc/meminfo: memFree=1033104/2055920 swapFree=4183136/4192956
[pid=13718] ppid=13716 vsize=114980 CPUtime=1200.02
/proc/13718/stat : 13718 (ornithorynque) S 13716 13718 13619 0 -1 4194304 20418 0 0 0 119964 38 0 0 18 0 3 0 330616926 117739520 15070 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 231971254139 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 28745 15070 387 42 0 22997 0
[pid=13718/tid=13720] ppid=13716 vsize=114980 CPUtime=601.11
/proc/13718/task/13720/stat : 13720 (ornithorynque) R 13716 13718 13619 0 -1 4194368 10032 0 0 0 60094 17 0 0 25 0 3 0 330616930 117739520 15070 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311281 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13716 vsize=114980 CPUtime=598.88
/proc/13718/task/13721/stat : 13721 (ornithorynque) R 13716 13718 13619 0 -1 4194368 9658 0 0 0 59867 21 0 0 25 0 3 0 330616930 117739520 15070 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241651 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 114980

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.628
CPU time (s): 1200.06
CPU user time (s): 1199.66
CPU system time (s): 0.397939
CPU usage (%): 199.468
Max. virtual memory (cumulated for all children) (KiB): 114980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.66
system time used= 0.397939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20418
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= 19
involuntary context switches= 9475

runsolver used 0.533918 second user time and 1.66775 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Mar  5 14:56:31 UTC 2007

IDJOB= 327997
IDBENCH= 19905
IDSOLVER= 139
FILE ID= node71/327997-1173106591

PBS_JOBID= 4013920

Free space on /tmp= 66506 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v65/unif-k7-r89-v65-c5785-S461794864-15.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/327997-1173106591/ornithorynque /tmp/evaluation/327997-1173106591/instance-327997-1173106591.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-327997-1173106591 -o ROOT/results/node71/solver-327997-1173106591 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/327997-1173106591/ornithorynque /tmp/evaluation/327997-1173106591/instance-327997-1173106591.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  87601d6b29694c44112ef8c86b506fed

RANDOM SEED= 114025113

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.266
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.266
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:       1093120 kB
Buffers:         40272 kB
Cached:         830096 kB
SwapCached:       3840 kB
Active:         129512 kB
Inactive:       750404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1093120 kB
SwapTotal:     4192956 kB
SwapFree:      4183136 kB
Dirty:             404 kB
Writeback:           0 kB
Mapped:          15528 kB
Slab:            68988 kB
Committed_AS:   895448 kB
PageTables:       1448 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= 66506 MiB

End job on node71 on Mon Mar  5 15:06:35 UTC 2007