Trace number 328555

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.24 602.032

General information on the benchmark

Nameindustrial/
crypto/mizh-md5-48-2.cnf
MD5SUMa420102680cef46239a1a26d099d3bb5
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark83.6883
Satisfiable
(Un)Satisfiability was proved
Number of variables66892
Number of clauses279240
Sum of the clauses size832616
Maximum clause length4
Minimum clause length1
Number of clauses of size 1201
Number of clauses of size 2120480
Number of clauses of size 342781
Number of clauses of size 4115778
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is Ornithorynque version 0.1 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using unsigned int
0.00/0.00	c parsing...
0.59/0.67	c ...done
0.59/0.67	c nbVar=66892 nbClause=279240
0.69/0.77	c nbVar=66892 nbClause=279240
0.89/0.92	c complete search running
0.89/0.92	c local search running
0.89/0.99	c flip 0 nbSat=236753 maxSat=0
8.45/4.73	c nbDecision=10000 #clauses=281148
18.23/9.69	c nbDecision=20000 #clauses=284235
21.41/11.25	c flip 10000 nbSat=246396 maxSat=246396
22.21/11.68	c nbDecision=30000 #clauses=287461
25.62/13.34	c nbDecision=40000 #clauses=293142
30.19/15.62	c nbDecision=50000 #clauses=296910
35.59/18.38	c nbDecision=60000 #clauses=299876
41.57/21.38	c flip 20000 nbSat=254983 maxSat=254985
42.17/21.65	c nbDecision=70000 #clauses=302992
48.36/24.78	c nbDecision=80000 #clauses=307169
55.33/28.29	c nbDecision=90000 #clauses=311669
61.72/31.45	c nbDecision=100000 #clauses=315382
66.51/33.85	c nbDecision=110000 #clauses=319734
72.50/36.90	c nbDecision=120000 #clauses=324699
74.29/37.79	c flip 30000 nbSat=258779 maxSat=258779
78.88/40.06	c nbDecision=130000 #clauses=330158
85.87/43.58	c nbDecision=140000 #clauses=334525
91.85/46.51	c nbDecision=150000 #clauses=339153
97.84/49.59	c nbDecision=160000 #clauses=345332
104.43/52.85	c flip 40000 nbSat=261442 maxSat=261444
105.22/53.22	c nbDecision=170000 #clauses=350538
114.38/57.88	c nbDecision=180000 #clauses=355966
121.57/61.44	c nbDecision=190000 #clauses=360506
129.15/65.29	c nbDecision=200000 #clauses=364279
133.55/67.47	c flip 50000 nbSat=263237 maxSat=263244
136.34/68.89	c nbDecision=210000 #clauses=368325
144.32/72.83	c nbDecision=220000 #clauses=372398
154.29/77.88	c nbDecision=230000 #clauses=376452
162.08/81.76	c flip 60000 nbSat=261654 maxSat=264791
163.88/82.69	c nbDecision=240000 #clauses=379855
185.62/93.57	c nbDecision=250000 #clauses=384342
191.41/96.44	c nbDecision=260000 #clauses=388909
197.59/99.57	c flip 70000 nbSat=265823 maxSat=265848
198.00/99.70	c nbDecision=270000 #clauses=394688
203.57/102.52	c nbDecision=280000 #clauses=400787
212.35/106.92	c nbDecision=290000 #clauses=405571
219.34/110.49	c nbDecision=300000 #clauses=411260
227.12/114.37	c flip 80000 nbSat=266633 maxSat=266633
228.12/114.81	c nbDecision=310000 #clauses=415386
235.30/118.44	c nbDecision=320000 #clauses=418614
243.09/122.37	c nbDecision=330000 #clauses=424099
251.47/126.56	c nbDecision=340000 #clauses=429496
258.65/130.16	c nbDecision=350000 #clauses=433832
263.04/132.39	c flip 90000 nbSat=267104 maxSat=267107
264.65/133.12	c nbDecision=360000 #clauses=438779
274.01/137.85	c nbDecision=370000 #clauses=444042
284.39/143.06	c nbDecision=380000 #clauses=447112
294.55/148.10	c flip 100000 nbSat=267637 maxSat=267689
304.53/153.16	c nbDecision=390000 #clauses=451366
315.11/158.41	c nbDecision=400000 #clauses=455422
328.68/165.20	c nbDecision=410000 #clauses=458222
329.28/165.50	c flip 110000 nbSat=267888 maxSat=267963
341.66/171.77	c nbDecision=420000 #clauses=461606
353.83/177.84	c nbDecision=430000 #clauses=464805
366.39/184.14	c flip 120000 nbSat=268160 maxSat=268173
368.39/185.12	c nbDecision=440000 #clauses=468692
384.54/193.27	c nbDecision=450000 #clauses=471730
404.30/203.10	c nbDecision=460000 #clauses=474549
405.10/203.59	c flip 130000 nbSat=268361 maxSat=268373
428.64/215.39	c nbDecision=470000 #clauses=480179
438.41/220.20	c flip 140000 nbSat=268685 maxSat=268714
472.73/237.41	c flip 150000 nbSat=268979 maxSat=268980
506.85/254.52	c flip 160000 nbSat=269105 maxSat=269179
536.79/269.59	c flip 170000 nbSat=269287 maxSat=269336
570.69/286.59	c flip 180000 nbSat=269386 maxSat=269389
605.21/303.83	c flip 190000 nbSat=269542 maxSat=269562
635.76/319.17	c flip 200000 nbSat=269673 maxSat=269681
636.95/319.76	c nbDecision=480000 #clauses=481987
670.45/336.59	c flip 210000 nbSat=269823 maxSat=269847
704.58/353.63	c flip 220000 nbSat=269769 maxSat=269863
735.50/369.15	c flip 230000 nbSat=269829 maxSat=269924
768.23/385.52	c flip 240000 nbSat=269947 maxSat=270033
801.95/402.41	c flip 250000 nbSat=270009 maxSat=270107
833.07/418.10	c flip 260000 nbSat=270193 maxSat=270287
866.79/434.91	c flip 270000 nbSat=270310 maxSat=270423
899.72/451.44	c flip 280000 nbSat=270518 maxSat=270544
929.84/466.57	c flip 290000 nbSat=270464 maxSat=270619
965.16/484.25	c flip 300000 nbSat=270551 maxSat=270681
1000.09/501.79	c flip 310000 nbSat=270478 maxSat=270681
1034.00/518.75	c flip 320000 nbSat=270578 maxSat=270681
1065.33/534.48	c flip 330000 nbSat=265844 maxSat=270726
1098.64/551.18	c flip 340000 nbSat=270743 maxSat=270824
1135.56/569.63	c flip 350000 nbSat=270673 maxSat=270840
1170.08/586.90	c flip 360000 nbSat=270704 maxSat=270864

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/node45/watcher-328555-1173112400 -o ROOT/results/node45/solver-328555-1173112400 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328555-1173112400/ornithorynque /tmp/evaluation/328555-1173112400/instance-328555-1173112400.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.84 1.94 1.98 3/64 15470
/proc/meminfo: memFree=727496/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=23220 CPUtime=0
/proc/15470/stat : 15470 (ornithorynque) R 15468 15470 14551 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 37215823 23777280 267 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258936442129 0 0 4096 0 0 0 0 17 0 0 0
/proc/15470/statm: 5805 268 221 42 0 45 0

[startup+0.105328 s]
/proc/loadavg: 1.84 1.94 1.98 3/64 15470
/proc/meminfo: memFree=727496/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=27468 CPUtime=0.09
/proc/15470/stat : 15470 (ornithorynque) R 15468 15470 14551 0 -1 4194304 1573 0 0 0 9 0 0 0 18 0 1 0 37215823 28127232 1436 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947985506 0 0 4096 1088 0 0 0 17 0 0 0
/proc/15470/statm: 6867 1437 380 42 0 1119 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27468

[startup+0.202346 s]
/proc/loadavg: 1.84 1.94 1.98 3/64 15470
/proc/meminfo: memFree=727496/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=31440 CPUtime=0.2
/proc/15470/stat : 15470 (ornithorynque) R 15468 15470 14551 0 -1 4194304 2667 0 0 0 19 1 0 0 18 0 1 0 37215823 32194560 2360 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258938933985 0 0 4096 1088 0 0 0 17 0 0 0
/proc/15470/statm: 7860 2361 379 42 0 2112 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 31440

[startup+0.302363 s]
/proc/loadavg: 1.84 1.94 1.98 3/64 15470
/proc/meminfo: memFree=727496/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=34740 CPUtime=0.29
/proc/15470/stat : 15470 (ornithorynque) R 15468 15470 14551 0 -1 4194304 3620 0 0 0 28 1 0 0 19 0 1 0 37215823 35573760 3313 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4293162 0 0 4096 1088 0 0 0 17 0 0 0
/proc/15470/statm: 8718 3314 379 42 0 2970 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34740

[startup+0.702436 s]
/proc/loadavg: 1.84 1.94 1.98 3/64 15470
/proc/meminfo: memFree=727496/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=63216 CPUtime=0.69
/proc/15470/stat : 15470 (ornithorynque) R 15468 15470 14551 0 -1 4194304 10669 0 0 0 64 5 0 0 24 0 1 0 37215823 64733184 9511 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4256173 0 0 4096 1088 0 0 0 17 0 0 0
/proc/15470/statm: 15804 9520 383 42 0 10056 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63216

[startup+1.5016 s]
/proc/loadavg: 1.84 1.94 1.98 3/67 15473
/proc/meminfo: memFree=671280/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=105996 CPUtime=2.07
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 18741 0 0 0 200 7 0 0 25 0 3 0 37215823 108539904 14468 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 26499 14468 389 42 0 20751 0
[pid=15470/tid=15472] ppid=15468 vsize=105996 CPUtime=0.57
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2291 0 0 0 57 0 0 0 25 0 3 0 37215915 108539904 14468 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4274114 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=105996 CPUtime=0.57
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 57 0 0 0 25 0 3 0 37215915 108539904 14468 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 105996

[startup+3.10189 s]
/proc/loadavg: 1.85 1.94 1.98 3/67 15473
/proc/meminfo: memFree=670640/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=106252 CPUtime=5.26
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 23365 0 0 0 516 10 0 0 25 0 3 0 37215823 108802048 14507 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 26563 14507 389 42 0 20815 0
[pid=15470/tid=15472] ppid=15468 vsize=106252 CPUtime=2.17
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 6915 0 0 0 214 3 0 0 25 0 3 0 37215915 108802048 14507 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4273705 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=106252 CPUtime=2.16
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 216 0 0 0 25 0 3 0 37215915 108802048 14507 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.26
Current children cumulated vsize (KiB) 106252

[startup+6.30147 s]
/proc/loadavg: 1.85 1.94 1.98 3/67 15473
/proc/meminfo: memFree=670448/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=106380 CPUtime=11.65
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 33240 0 0 0 1150 15 0 0 25 0 3 0 37215823 108933120 14557 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 26595 14557 389 42 0 20847 0
[pid=15470/tid=15472] ppid=15468 vsize=106380 CPUtime=5.37
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 16790 0 0 0 529 8 0 0 25 0 3 0 37215915 108933120 14557 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4273705 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=106380 CPUtime=5.35
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 535 0 0 0 25 0 3 0 37215915 108933120 14557 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (KiB) 106380

[startup+12.7016 s]
/proc/loadavg: 1.87 1.94 1.98 3/67 15473
/proc/meminfo: memFree=669232/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=108196 CPUtime=24.4
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 47499 0 0 0 2418 22 0 0 25 0 3 0 37215823 110792704 15061 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 27049 15061 389 42 0 21301 0
[pid=15470/tid=15472] ppid=15468 vsize=108196 CPUtime=11.75
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 31049 0 0 0 1160 15 0 0 25 0 3 0 37215915 110792704 15061 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4274127 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=108196 CPUtime=11.72
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 1172 0 0 0 25 0 3 0 37215915 110792704 15061 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4297834 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.4
Current children cumulated vsize (KiB) 108196

[startup+25.5029 s]
/proc/loadavg: 1.89 1.94 1.98 3/67 15473
/proc/meminfo: memFree=664944/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=110948 CPUtime=49.95
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 69848 0 0 0 4963 32 0 0 25 0 3 0 37215823 113610752 15795 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 27737 15795 389 42 0 21989 0
[pid=15470/tid=15472] ppid=15468 vsize=110948 CPUtime=24.55
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 53398 0 0 0 2430 25 0 0 25 0 3 0 37215915 113610752 15795 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4326726 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=110948 CPUtime=24.47
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 2447 0 0 0 25 0 3 0 37215915 113610752 15795 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.95
Current children cumulated vsize (KiB) 110948

[startup+51.1026 s]
/proc/loadavg: 1.93 1.95 1.98 3/67 15473
/proc/meminfo: memFree=655920/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=119956 CPUtime=101.03
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 85110 0 0 0 10060 43 0 0 25 0 3 0 37215823 122834944 18219 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 29989 18219 389 42 0 24241 0
[pid=15470/tid=15472] ppid=15468 vsize=119956 CPUtime=50.12
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 68660 0 0 0 4977 35 0 0 25 0 3 0 37215915 122834944 18219 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4326446 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=119956 CPUtime=49.97
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 4997 0 0 0 25 0 3 0 37215915 122834944 18219 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.03
Current children cumulated vsize (KiB) 119956

[startup+102.303 s]
/proc/loadavg: 1.97 1.95 1.98 3/67 15473
/proc/meminfo: memFree=643184/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=131568 CPUtime=203.18
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 140600 0 0 0 20244 74 0 0 25 0 3 0 37215823 134725632 21309 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 32892 21309 389 42 0 27144 0
[pid=15470/tid=15472] ppid=15468 vsize=131568 CPUtime=101.28
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 124150 0 0 0 10061 67 0 0 25 0 3 0 37215915 134725632 21309 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4329525 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=131568 CPUtime=100.97
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 10097 0 0 0 25 0 3 0 37215915 134725632 21309 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4245764 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.18
Current children cumulated vsize (KiB) 131568

[startup+162.303 s]
/proc/loadavg: 1.99 1.96 1.98 3/67 15473
/proc/meminfo: memFree=629232/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=144520 CPUtime=322.89
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 193438 0 0 0 32187 102 0 0 25 0 3 0 37215823 147988480 24760 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 36130 24760 389 42 0 30382 0
[pid=15470/tid=15472] ppid=15468 vsize=144520 CPUtime=161.24
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 176988 0 0 0 16029 95 0 0 25 0 3 0 37215915 147988480 24760 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4301322 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=144520 CPUtime=160.72
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 16072 0 0 0 25 0 3 0 37215915 147988480 24760 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244337 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 322.89
Current children cumulated vsize (KiB) 144520

[startup+222.307 s]
/proc/loadavg: 1.99 1.96 1.98 3/67 15473
/proc/meminfo: memFree=624496/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=148816 CPUtime=442.61
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 230777 0 0 0 44139 122 0 0 25 0 3 0 37215823 152387584 25943 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 37204 25943 389 42 0 31456 0
[pid=15470/tid=15472] ppid=15468 vsize=148816 CPUtime=221.2
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 214327 0 0 0 22005 115 0 0 25 0 3 0 37215915 152387584 25943 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=148816 CPUtime=220.48
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 22048 0 0 0 25 0 3 0 37215915 152387584 25943 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246011 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 442.61
Current children cumulated vsize (KiB) 148816

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/67 15473
/proc/meminfo: memFree=624304/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=149076 CPUtime=562.31
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 233702 0 0 0 56107 124 0 0 25 0 3 0 37215823 152653824 25986 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 37269 25986 389 42 0 31521 0
[pid=15470/tid=15472] ppid=15468 vsize=149076 CPUtime=281.14
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 217252 0 0 0 27997 117 0 0 25 0 3 0 37215915 152653824 25986 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246445 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=149076 CPUtime=280.24
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 28024 0 0 0 25 0 3 0 37215915 152653824 25986 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 562.31
Current children cumulated vsize (KiB) 149076

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/67 15473
/proc/meminfo: memFree=624048/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=149340 CPUtime=682.03
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 242686 0 0 0 68075 128 0 0 25 0 3 0 37215823 152924160 26062 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 37335 26062 389 42 0 31587 0
[pid=15470/tid=15472] ppid=15468 vsize=149340 CPUtime=341.1
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 226236 0 0 0 33989 121 0 0 25 0 3 0 37215915 152924160 26062 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246386 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=149340 CPUtime=340
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 34000 0 0 0 25 0 3 0 37215915 152924160 26062 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244808 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.03
Current children cumulated vsize (KiB) 149340

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/67 15473
/proc/meminfo: memFree=623920/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=149340 CPUtime=801.75
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 243222 0 0 0 80046 129 0 0 25 0 3 0 37215823 152924160 26074 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 37335 26074 389 42 0 31587 0
[pid=15470/tid=15472] ppid=15468 vsize=149340 CPUtime=401.07
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 226772 0 0 0 39985 122 0 0 25 0 3 0 37215915 152924160 26074 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=149340 CPUtime=399.76
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 39976 0 0 0 25 0 3 0 37215915 152924160 26074 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244564 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 801.75
Current children cumulated vsize (KiB) 149340

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/67 15473
/proc/meminfo: memFree=623984/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=149472 CPUtime=921.46
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 244415 0 0 0 92016 130 0 0 25 0 3 0 37215823 153059328 26088 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 37368 26088 389 42 0 31620 0
[pid=15470/tid=15472] ppid=15468 vsize=149472 CPUtime=461.01
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 227965 0 0 0 45978 123 0 0 25 0 3 0 37215915 153059328 26088 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246480 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=149472 CPUtime=459.51
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 45951 0 0 0 25 0 3 0 37215915 153059328 26088 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 921.46
Current children cumulated vsize (KiB) 149472

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/67 15473
/proc/meminfo: memFree=623984/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=149472 CPUtime=1041.18
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 244418 0 0 0 103987 131 0 0 25 0 3 0 37215823 153059328 26091 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 37368 26091 389 42 0 31620 0
[pid=15470/tid=15472] ppid=15468 vsize=149472 CPUtime=520.97
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 227968 0 0 0 51974 123 0 0 25 0 3 0 37215915 153059328 26091 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4239088 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=149472 CPUtime=519.28
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 51927 1 0 0 25 0 3 0 37215915 153059328 26091 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4298012 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1041.18
Current children cumulated vsize (KiB) 149472

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/67 15473
/proc/meminfo: memFree=623920/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=149472 CPUtime=1160.9
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 244423 0 0 0 115959 131 0 0 25 0 3 0 37215823 153059328 26096 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 37368 26096 389 42 0 31620 0
[pid=15470/tid=15472] ppid=15468 vsize=149472 CPUtime=580.93
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 227973 0 0 0 57970 123 0 0 25 0 3 0 37215915 153059328 26096 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246480 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=149472 CPUtime=579.04
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 57903 1 0 0 25 0 3 0 37215915 153059328 26096 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244472 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1160.9
Current children cumulated vsize (KiB) 149472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.002 s]
/proc/loadavg: 1.99 1.97 1.98 3/67 15473
/proc/meminfo: memFree=623920/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=149472 CPUtime=1200.2
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 244424 0 0 0 119889 131 0 0 25 0 3 0 37215823 153059328 26097 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 37368 26097 389 42 0 31620 0
[pid=15470/tid=15472] ppid=15468 vsize=149472 CPUtime=600.61
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 227974 0 0 0 59938 123 0 0 25 0 3 0 37215915 153059328 26097 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246346 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=149472 CPUtime=598.66
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 59865 1 0 0 25 0 3 0 37215915 153059328 26097 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244527 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.2
Current children cumulated vsize (KiB) 149472

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

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

[startup+602.002 s]
/proc/loadavg: 1.99 1.97 1.98 3/67 15473
/proc/meminfo: memFree=623920/2055920 swapFree=4192956/4192956
[pid=15470] ppid=15468 vsize=149472 CPUtime=1200.2
/proc/15470/stat : 15470 (ornithorynque) S 15468 15470 14551 0 -1 4194304 244424 0 0 0 119889 131 0 0 25 0 3 0 37215823 153059328 26097 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 258947968891 0 0 4096 1088 18446744073709551615 0 0 17 0 0 0
/proc/15470/statm: 37368 26097 389 42 0 31620 0
[pid=15470/tid=15472] ppid=15468 vsize=149472 CPUtime=600.61
/proc/15470/task/15472/stat : 15472 (ornithorynque) R 15468 15470 14551 0 -1 4194368 227974 0 0 0 59938 123 0 0 25 0 3 0 37215915 153059328 26097 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246346 0 0 4096 1088 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15468 vsize=149472 CPUtime=598.66
/proc/15470/task/15473/stat : 15473 (ornithorynque) R 15468 15470 14551 0 -1 4194368 2 0 0 0 59865 1 0 0 25 0 3 0 37215915 153059328 26097 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244527 0 0 4096 1088 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.2
Current children cumulated vsize (KiB) 149472

Child ended because it received signal 15 (SIGTERM)
Real time (s): 602.032
CPU time (s): 1200.24
CPU user time (s): 1198.91
CPU system time (s): 1.3298
CPU usage (%): 199.364
Max. virtual memory (cumulated for all children) (KiB): 149864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.91
system time used= 1.3298
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244424
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= 12
involuntary context switches= 9205

runsolver used 0.639902 second user time and 1.57076 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Mon Mar  5 16:33:21 UTC 2007

IDJOB= 328555
IDBENCH= 20477
IDSOLVER= 139
FILE ID= node45/328555-1173112400

PBS_JOBID= 4013890

Free space on /tmp= 66541 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/industrial/crypto/mizh-md5-48-2.cnf
COMMAND LINE= /tmp/evaluation/328555-1173112400/ornithorynque /tmp/evaluation/328555-1173112400/instance-328555-1173112400.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-328555-1173112400 -o ROOT/results/node45/solver-328555-1173112400 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328555-1173112400/ornithorynque /tmp/evaluation/328555-1173112400/instance-328555-1173112400.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  a420102680cef46239a1a26d099d3bb5

RANDOM SEED= 745294378

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.265
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.265
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:        727904 kB
Buffers:         43116 kB
Cached:        1186664 kB
SwapCached:          0 kB
Active:         218244 kB
Inactive:      1028404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        727904 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5740 kB
Writeback:           0 kB
Mapped:          27024 kB
Slab:            67500 kB
Committed_AS:    97492 kB
PageTables:       1396 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 node45 on Mon Mar  5 16:43:25 UTC 2007