Trace number 3370845

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1300.03 1300.03

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c Outputting solution to console
0.00/0.02	c This is CryptoMiniSat 2.9.0
0.00/0.02	c compiled with gcc version 4.4.5
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Reading file 'HOME/instance-3370845-1305379174.cnf'
0.08/0.11	c -- clauses added:            0 learnts,       226752 normals,            0 xors
0.08/0.11	c -- vars added      69553
0.08/0.11	c Parsing time:  0.08 s
0.08/0.11	c  N st     0         0     69553    133736     92373         0    585954         0   no data   no data  --
0.18/0.20	c asymm  cl-useful: 2/133736/133736 lits-rem:6 time: 0.09
0.47/0.55	c Flit:    12 Blit:    101 bXBeca:    0 bXProp: 5504 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.34
0.47/0.55	c Cleaning up after failed var search:     0.00 s 
0.47/0.57	c Replacing     5504 vars Replaced    69987 lits Time:     0.02 s 
0.57/0.62	c bin-w-bin subsume rem           10 bins  time:  0.01 s
0.57/0.64	c subs with bin:       78  lits-rem:        52  v-fix:    0  time:  0.02 s
0.57/0.67	c Subs w/ non-existent bins:     12 l-rem:      8 v-fix:     0 done:  63684 time:  0.03 s
0.57/0.69	c Removed useless bin:       2  fixed:     0  props:   1.67M  time:  0.02 s
0.88/0.97	c lits-rem:         0  cl-subs:      832  v-elim:  21228  v-fix:    0  time:  0.27 s
0.88/0.98	c Finding binary XORs  T:     0.01 s  found:      38
0.88/0.99	c Replacing       38 vars Replaced      529 lits Time:     0.01 s 
0.98/1.06	c Finding non-binary XORs:     0.05 s (found:   14296, avg size: 3.6)
0.98/1.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    244 locsubst:    75 time:   0.01
0.98/1.06	c calculated reachability. Time: 0.00
0.98/1.07	c Calc default polars -  time:   0.00 s pos:   15735 undec:   27564 neg:   26254
0.98/1.07	c =========================================================================================
0.98/1.07	c types(t): F = full restart, N = normal restart
0.98/1.07	c types(t): S = simplification begin/end, E = solution found
0.98/1.07	c restart types(rt): st = static, dy = dynamic
0.98/1.07	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.98/1.07	c  B st     0         0     42174     51346     46035         0    298368         0   no data   no data  --
1.87/1.98	c Decided on static restart strategy
5.88/5.99	c  N st     8      4914     42161     51346     46268      4530    298368    333446   no data   no data  --
15.87/15.94	c  N st    10     11296     42158     51346     46414     10638    298368    843002   no data   no data  --
31.47/31.58	c  N st    11     17039     42158     51346     46512     16174    298368    994081   no data   no data  --
46.47/46.55	c  F st    12     25000     42158     51346     46574     15705    298368    993609   no data   no data  --
46.57/46.62	c Replacing       43 vars Replaced    20293 lits Time:     0.06 s 
46.57/46.66	c  N st    12     25000     42115     51291     46486     15702    298015    993166   no data   no data  --
54.47/54.58	c Decided on static restart strategy
54.47/54.58	c  N st    18     30000     42114     51291     46520     20574    298015   1347552   no data   no data  --
54.47/54.58	c  S st    18     30000     42114     51291     46520     20574    298015   1347552   no data   no data  --
54.57/54.65	c  S st    18     30506     42114     51291     46550     21036    298015   1354755   no data   no data  --
54.57/54.67	c x-sub:    37 x-cut:      0 vfix:      0 v-elim:     65 locsubst:     0 time:   0.02
54.57/54.67	c Cache  BProp: 5 Set: 1 BXProp: 7 T: 0.00
55.17/55.24	c Flit:    13 Blit:     19 bXBeca:    0 bXProp:  175 Bins:   8288 BRemL:    506 BRemN:     83 P:  4.1M T:  0.56
55.17/55.30	c Replacing      187 vars Replaced    27091 lits Time:     0.06 s 
55.27/55.34	c bin-w-bin subsume rem          116 bins  time:  0.00 s
55.37/55.41	c subs with bin:     2588  lits-rem:     13594  v-fix:    0  time:  0.07 s
55.37/55.43	c Subs w/ non-existent bins:      0 l-rem:    344 v-fix:     0 done:   6341 time:  0.02 s
55.37/55.45	c Removed useless bin:      30  fixed:     0  props:   0.69M  time:  0.01 s
58.77/58.85	c lits-rem:      5341  cl-subs:    11827  v-elim:  13277  v-fix:    0  time:  3.40 s
58.87/58.92	c asymm  cl-useful: 1/58780/58780 lits-rem:1 time: 0.07
58.87/58.93	c calculated reachability. Time: 0.00
58.87/58.93	c  N st    18     30506     28539     58780     16604      9742    249786    169902   no data   no data  --
62.68/62.71	c Finding binary XORs  T:     0.01 s  found:      49
66.07/66.17	c  N st    20     37616     28539     58780     16609     16718    249786    628836   no data   no data  --
76.27/76.30	c  N st    21     44015     28539     58780     16614     23013    249786   1595697   no data   no data  --
78.97/79.09	c  S st    22     45759     28539     58780     16615     24735    249786   1814082   no data   no data  --
79.08/79.16	c  S st    22     46262     28539     58780     16617     25234    249786   1822383   no data   no data  --
79.08/79.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     4 time:   0.02
79.08/79.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
79.47/79.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   43 Bins:    181 BRemL:     64 BRemN:     25 P:  2.4M T:  0.39
79.57/79.60	c Replacing       94 vars Replaced     4061 lits Time:     0.02 s 
79.57/79.68	c bin-w-bin subsume rem           64 bins  time:  0.00 s
79.67/79.77	c subs with bin:       43  lits-rem:      2352  v-fix:    0  time:  0.09 s
79.67/79.79	c Subs w/ non-existent bins:      1 l-rem:    771 v-fix:     0 done:   4193 time:  0.01 s
79.67/79.79	c Removed useless bin:       3  fixed:     0  props:   0.28M  time:  0.01 s
81.97/82.02	c lits-rem:      3301  cl-subs:     1000  v-elim:     41  v-fix:    0  time:  2.23 s
81.97/82.03	c vivif2 --  cl tried    58654 cl shrink        0 lits rem          0 time: 0.00
82.07/82.13	c vivif2 --  cl tried    24304 cl shrink     8265 lits rem      16476 time: 0.10
82.17/82.22	c asymm  cl-useful: 1/58654/58654 lits-rem:1 time: 0.09
82.17/82.23	c calculated reachability. Time: 0.00
82.17/82.23	c  N st    22     46262     28403     58654     16421     24293    249014   1705609   no data   no data  --
107.37/107.48	c  N st    23     60660     28403     58654     16426     25464    249014   1848441   no data   no data  --
113.18/113.21	c  N st    24     69393     28403     58654     16428     34032    249014   2398397   no data   no data  --
113.18/113.21	c  S st    24     69393     28403     58654     16428     34032    249014   2398397   no data   no data  --
113.29/113.31	c  S st    24     69895     28403     58654     16431     34525    249014   2406175   no data   no data  --
113.29/113.33	c x-sub:     2 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    32 time:   0.02
113.29/113.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
113.67/113.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   30 Bins:    120 BRemL:     27 BRemN:      3 P:  2.7M T:  0.40
113.67/113.75	c Replacing       45 vars Replaced     1264 lits Time:     0.02 s 
113.77/113.85	c bin-w-bin subsume rem           45 bins  time:  0.00 s
113.87/113.95	c subs with bin:       18  lits-rem:       752  v-fix:    0  time:  0.11 s
113.87/113.97	c Subs w/ non-existent bins:      0 l-rem:    138 v-fix:     0 done:   1655 time:  0.01 s
113.87/113.98	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
117.37/117.45	c lits-rem:       685  cl-subs:     2078  v-elim:     13  v-fix:    0  time:  3.47 s
117.37/117.45	c vivif2 --  cl tried    58634 cl shrink        0 lits rem          0 time: 0.00
117.47/117.57	c vivif2 --  cl tried    32446 cl shrink     7075 lits rem      17466 time: 0.12
117.57/117.67	c asymm  cl-useful: 12/58634/58634 lits-rem:36 time: 0.10
117.57/117.68	c calculated reachability. Time: 0.00
117.57/117.68	c  N st    24     69895     28345     58622     16431     32446    248867   2080460   no data   no data  --
151.07/151.16	c  F st    25     87501     28345     58622     16431     33342    248867   2539213   no data   no data  --
151.07/151.19	c  N st    25     87501     28345     58622     16431     33342    248867   2539213   no data   no data  --
153.57/153.61	c Decided on static restart strategy
157.07/157.14	c  N st    32     95541     28345     58622     16433     41215    248867   2838326   no data   no data  --
159.66/159.71	c  N st    34    104843     28345     58622     16434     32125    248867    629410   no data   no data  --
159.66/159.71	c  S st    34    104843     28345     58622     16434     32125    248867    629410   no data   no data  --
159.66/159.79	c  S st    34    105346     28345     58622     16434     32620    248867    636663   no data   no data  --
159.76/159.81	c x-sub:    15 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     4 time:   0.01
159.76/159.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
160.16/160.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   44 Bins:     89 BRemL:     13 BRemN:      1 P:  2.7M T:  0.40
160.16/160.22	c Replacing       46 vars Replaced      901 lits Time:     0.01 s 
160.16/160.26	c bin-w-bin subsume rem           49 bins  time:  0.00 s
160.16/160.28	c subs with bin:       23  lits-rem:       416  v-fix:    0  time:  0.03 s
160.26/160.30	c Subs w/ non-existent bins:      2 l-rem:    821 v-fix:     0 done:  10573 time:  0.01 s
160.26/160.31	c Removed useless bin:       1  fixed:     0  props:   0.28M  time:  0.01 s
162.97/163.06	c lits-rem:      2180  cl-subs:      636  v-elim:     20  v-fix:    0  time:  2.75 s
162.97/163.06	c vivif2 --  cl tried    58577 cl shrink        0 lits rem          0 time: 0.00
162.97/163.09	c vivif2 --  cl tried    31990 cl shrink     2450 lits rem       4113 time: 0.02
163.07/163.19	c asymm  cl-useful: 7/58577/58577 lits-rem:21 time: 0.10
163.17/163.20	c calculated reachability. Time: 0.00
163.17/163.20	c  N st    34    105346     28279     58570     16376     31990    248488    611314   no data   no data  --
165.77/165.87	c  N st    35    114946     28279     58570     16377     41471    248488    906384   no data   no data  --
165.77/165.88	c Finding binary XORs  T:     0.01 s  found:       3
191.17/191.26	c  N st    36    129344     28279     58570     16377     35023    248488   1504454   no data   no data  --
221.67/221.75	c  N st    37    150939     28279     58570     16378     34067    248488    624940   no data   no data  --
223.57/223.65	c  S st    38    158020     28279     58570     16378     41084    248488    848393   no data   no data  --
223.67/223.74	c  S st    38    158524     28279     58570     16381     41578    248488    854693   no data   no data  --
223.67/223.76	c x-sub:     2 x-cut:      0 vfix:      0 v-elim:     11 locsubst:     6 time:   0.01
223.67/223.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
224.07/224.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   51 Bins:     54 BRemL:     14 BRemN:      0 P:  2.9M T:  0.40
224.07/224.18	c Replacing       57 vars Replaced     2069 lits Time:     0.01 s 
224.17/224.22	c bin-w-bin subsume rem           54 bins  time:  0.00 s
224.17/224.25	c subs with bin:       17  lits-rem:       693  v-fix:    0  time:  0.03 s
224.17/224.27	c Subs w/ non-existent bins:      0 l-rem:    383 v-fix:     0 done:   8235 time:  0.01 s
224.17/224.27	c Removed useless bin:       1  fixed:     0  props:   0.28M  time:  0.01 s
225.38/225.45	c lits-rem:      2710  cl-subs:      819  v-elim:     22  v-fix:    0  time:  1.17 s
225.38/225.45	c vivif2 --  cl tried    58500 cl shrink        0 lits rem          0 time: 0.01
225.38/225.49	c vivif2 --  cl tried    40777 cl shrink     3634 lits rem       5773 time: 0.03
225.57/225.61	c asymm  cl-useful: 6/58500/58500 lits-rem:18 time: 0.13
225.57/225.62	c calculated reachability. Time: 0.00
225.57/225.62	c  N st    38    158524     28189     58494     16267     40777    247915    813157   no data   no data  --
323.18/323.20	c  N st    39    207113     28189     58494     16270     40730    247915   1497786   no data   no data  --
363.87/363.94	c  N st    40    237788     28189     58494     16271     45303    247915    840037   no data   no data  --
363.87/363.94	c  S st    40    237788     28189     58494     16271     45303    247915    840037   no data   no data  --
363.98/364.05	c  S st    40    238290     28189     58494     16271     45800    247915    847441   no data   no data  --
363.98/364.06	c x-sub:     3 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    16 time:   0.02
363.98/364.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
364.37/364.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   16 Bins:     31 BRemL:     11 BRemN:      1 P:  2.9M T:  0.40
364.37/364.48	c Replacing       24 vars Replaced      448 lits Time:     0.01 s 
364.47/364.52	c bin-w-bin subsume rem           23 bins  time:  0.00 s
364.47/364.55	c subs with bin:        5  lits-rem:       298  v-fix:    0  time:  0.03 s
364.47/364.57	c Subs w/ non-existent bins:      2 l-rem:    245 v-fix:     0 done:  17236 time:  0.02 s
364.47/364.58	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
365.87/365.97	c lits-rem:      2387  cl-subs:      932  v-elim:      7  v-fix:    0  time:  1.39 s
365.87/365.98	c vivif2 --  cl tried    58463 cl shrink        0 lits rem          0 time: 0.00
365.97/366.01	c vivif2 --  cl tried    44874 cl shrink     3262 lits rem       5654 time: 0.03
366.07/366.13	c asymm  cl-useful: 2/58463/58463 lits-rem:6 time: 0.12
366.07/366.14	c calculated reachability. Time: 0.00
366.07/366.14	c  N st    40    238290     28158     58461     16235     44874    247694    817730   no data   no data  --
479.59/479.68	c  F st    41    306252     28158     58461     16239     57128    247694   1034899   no data   no data  --
479.68/479.71	c  N st    41    306252     28158     58461     16239     57128    247694   1034899   no data   no data  --
487.68/487.73	c Decided on static restart strategy
517.08/517.14	c  N st    51    334556     28158     58461     16241     56297    247694   2059792   no data   no data  --
555.18/555.22	c  N st    53    357437     28158     58461     16241     49270    247694   1390275   no data   no data  --
555.18/555.22	c  S st    53    357437     28158     58461     16241     49270    247694   1390275   no data   no data  --
555.28/555.32	c  S st    53    357941     28158     58461     16241     49768    247694   1398294   no data   no data  --
555.28/555.34	c x-sub:     8 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     8 time:   0.02
555.28/555.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
555.68/555.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     39 BRemL:      8 BRemN:      0 P:  2.8M T:  0.40
555.68/555.76	c Replacing        4 vars Replaced       40 lits Time:     0.01 s 
555.78/555.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
555.78/555.88	c subs with bin:       14  lits-rem:        88  v-fix:    0  time:  0.06 s
555.88/555.90	c Subs w/ non-existent bins:      0 l-rem:   1150 v-fix:     0 done:   3308 time:  0.02 s
555.88/555.91	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
557.98/558.02	c lits-rem:       994  cl-subs:      447  v-elim:      1  v-fix:    0  time:  2.11 s
557.98/558.02	c vivif2 --  cl tried    58441 cl shrink        0 lits rem          0 time: 0.00
557.98/558.08	c vivif2 --  cl tried    49310 cl shrink     2773 lits rem       7205 time: 0.06
558.18/558.21	c asymm  cl-useful: 0/58441/58441 lits-rem:0 time: 0.12
558.18/558.22	c calculated reachability. Time: 0.00
558.18/558.22	c  N st    53    357941     28153     58441     16271     49310    247547   1348840   no data   no data  --
599.58/599.62	c  N st    54    390333     28153     58441     16272     50438    247547    663654   no data   no data  --
706.48/706.51	c  N st    55    438922     28153     58441     16275     66554    247547   3452969   no data   no data  --
814.69/814.70	c  N st    56    511804     28153     58441     16277     71385    247547   2496164   no data   no data  --
860.49/860.52	c  N st    57    536912     28153     58441     16277     61258    247547   2011812   no data   no data  --
860.49/860.52	c  S st    57    536912     28153     58441     16277     61258    247547   2011812   no data   no data  --
860.59/860.62	c  S st    57    537415     28153     58441     16277     61758    247547   2019642   no data   no data  --
860.59/860.64	c x-sub:     4 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
860.59/860.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
860.99/861.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     26 BRemL:      6 BRemN:      0 P:  3.1M T:  0.41
861.09/861.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
861.20/861.23	c subs with bin:       78  lits-rem:       118  v-fix:    0  time:  0.10 s
861.20/861.25	c Subs w/ non-existent bins:      0 l-rem:   1415 v-fix:     0 done:   2257 time:  0.02 s
861.20/861.26	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
864.69/864.74	c lits-rem:      1307  cl-subs:      972  v-elim:      0  v-fix:    0  time:  3.49 s
864.69/864.75	c vivif2 --  cl tried    58441 cl shrink        0 lits rem          0 time: 0.00
864.79/864.84	c vivif2 --  cl tried    60708 cl shrink     4149 lits rem       9718 time: 0.09
864.89/864.97	c asymm  cl-useful: 0/58441/58441 lits-rem:0 time: 0.13
864.89/864.98	c calculated reachability. Time: 0.00
864.89/864.98	c  N st    57    537415     28153     58441     16297     60708    247535   1866756   no data   no data  --
1234.10/1234.16	c  N st    58    701399     28152     58441     16319     73179    247535   1165989   no data   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3370845-1305379174/watcher-3370845-1305379174 -o /tmp/evaluation-result-3370845-1305379174/solver-3370845-1305379174 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370845-1305379174.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/336 10108
/proc/meminfo: memFree=18301148/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=8508 CPUtime=0 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) S 10106 10108 10078 0 -1 4194304 97 0 0 0 0 0 0 0 20 0 1 0 649515448 8712192 53 33554432000 4194304 4650387 140733812646128 18446744073709551615 228239425159 0 2147483391 4096 0 18446744071699199166 0 0 17 4 0 0 0
/proc/10108/statm: 2127 53 41 112 0 44 0

[startup+0.0595591 s]
/proc/loadavg: 0.00 0.00 0.00 2/336 10108
/proc/meminfo: memFree=18301148/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=58272 CPUtime=0.03 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 8163 0 0 0 3 0 0 0 20 0 1 0 649515448 59670528 6044 33554432000 4194304 4650387 140733812646128 18446744073709551615 228244009669 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 14568 6045 328 112 0 9533 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 58272

[startup+0.100567 s]
/proc/loadavg: 0.00 0.00 0.00 2/336 10108
/proc/meminfo: memFree=18301148/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=63516 CPUtime=0.08 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 9955 0 0 0 7 1 0 0 20 0 1 0 649515448 65040384 7836 33554432000 4194304 4650387 140733812646128 18446744073709551615 4373864 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 15879 7836 328 112 0 10844 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 63516

[startup+0.300543 s]
/proc/loadavg: 0.00 0.00 0.00 2/336 10108
/proc/meminfo: memFree=18301148/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=74236 CPUtime=0.27 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 12200 0 0 0 26 1 0 0 21 0 1 0 649515448 76017664 9296 33554432000 4194304 4650387 140733812646128 18446744073709551615 4245510 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 18559 9297 354 112 0 13524 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 74236

[startup+0.700448 s]
/proc/loadavg: 0.00 0.00 0.00 2/336 10108
/proc/meminfo: memFree=18301148/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=92200 CPUtime=0.67 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 16885 0 0 0 66 1 0 0 22 0 1 0 649515448 94412800 13981 33554432000 4194304 4650387 140733812646128 18446744073709551615 4476780 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 23050 13981 384 112 0 18015 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 92200

[startup+1.50031 s]
/proc/loadavg: 0.00 0.00 0.00 2/337 10109
/proc/meminfo: memFree=18221532/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=115744 CPUtime=1.47 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 23050 0 0 0 145 2 0 0 25 0 1 0 649515448 118521856 20132 33554432000 4194304 4650387 140733812646128 18446744073709551615 4315053 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 28936 20132 379 112 0 23901 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 115744

[startup+3.10106 s]
/proc/loadavg: 0.00 0.00 0.00 3/342 10120
/proc/meminfo: memFree=18179640/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=115744 CPUtime=3.08 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 23164 0 0 0 306 2 0 0 25 0 1 0 649515448 118521856 20246 33554432000 4194304 4650387 140733812646128 18446744073709551615 4363416 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 28936 20246 380 112 0 23901 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 115744

[startup+6.30046 s]
/proc/loadavg: 0.16 0.03 0.01 4/347 10130
/proc/meminfo: memFree=18123284/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=115744 CPUtime=6.28 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 23371 0 0 0 626 2 0 0 25 0 1 0 649515448 118521856 20453 33554432000 4194304 4650387 140733812646128 18446744073709551615 4333694 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 28936 20453 380 112 0 23901 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 115744

[startup+12.7003 s]
/proc/loadavg: 0.39 0.08 0.03 4/347 10130
/proc/meminfo: memFree=18116964/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=115744 CPUtime=12.67 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 23612 0 0 0 1265 2 0 0 25 0 1 0 649515448 118521856 20694 33554432000 4194304 4650387 140733812646128 18446744073709551615 4333694 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 28936 20694 380 112 0 23901 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 115744

[startup+25.5011 s]
/proc/loadavg: 0.97 0.22 0.07 4/347 10130
/proc/meminfo: memFree=18094360/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=115744 CPUtime=25.47 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 23967 0 0 0 2545 2 0 0 25 0 1 0 649515448 118521856 21049 33554432000 4194304 4650387 140733812646128 18446744073709551615 4334470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 28936 21049 380 112 0 23901 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 115744

[startup+51.1006 s]
/proc/loadavg: 1.66 0.45 0.15 4/347 10131
/proc/meminfo: memFree=18090320/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=114984 CPUtime=51.07 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 26176 0 0 0 5105 2 0 0 25 0 1 0 649515448 117743616 20266 33554432000 4194304 4650387 140733812646128 18446744073709551615 4315187 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 28746 20266 382 112 0 23711 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 114984

[startup+102.314 s]
/proc/loadavg: 2.92 0.95 0.33 5/352 10142
/proc/meminfo: memFree=17910876/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=167796 CPUtime=102.28 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 44787 0 0 0 10222 6 0 0 25 0 1 0 649515448 171823104 33262 33554432000 4194304 4650387 140733812646128 18446744073709551615 4364193 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 41949 33262 382 112 0 36914 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 167796

[startup+162.301 s]
/proc/loadavg: 3.67 1.52 0.57 5/352 10144
/proc/meminfo: memFree=17856400/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=191348 CPUtime=162.27 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 57638 0 0 0 16218 9 0 0 25 0 1 0 649515448 195940352 37820 33554432000 4194304 4650387 140733812646128 18446744073709551615 4438629 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 47837 37820 382 112 0 42802 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 191348

[startup+222.3 s]
/proc/loadavg: 3.99 2.00 0.79 5/352 10145
/proc/meminfo: memFree=17804400/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=205112 CPUtime=222.27 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 63200 0 0 0 22216 11 0 0 25 0 1 0 649515448 210034688 40597 33554432000 4194304 4650387 140733812646128 18446744073709551615 4314845 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 51278 40597 382 112 0 46243 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 205112

[startup+282.301 s]
/proc/loadavg: 3.99 2.36 0.99 5/352 10147
/proc/meminfo: memFree=17764176/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=218344 CPUtime=282.28 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 68522 0 0 0 28215 13 0 0 25 0 1 0 649515448 223584256 45212 33554432000 4194304 4650387 140733812646128 18446744073709551615 4363409 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 54586 45212 382 112 0 49551 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 218344

[startup+342.3 s]
/proc/loadavg: 3.99 2.66 1.17 5/352 10149
/proc/meminfo: memFree=17775432/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=258820 CPUtime=342.28 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 70749 0 0 0 34214 14 0 0 25 0 1 0 649515448 265031680 42899 33554432000 4194304 4650387 140733812646128 18446744073709551615 4364228 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 64705 42899 382 112 0 59670 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 258820

[startup+402.301 s]
/proc/loadavg: 4.09 2.93 1.36 5/352 10150
/proc/meminfo: memFree=17740080/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=272460 CPUtime=402.27 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 75089 0 0 0 40212 15 0 0 25 0 1 0 649515448 278999040 46784 33554432000 4194304 4650387 140733812646128 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 68115 46784 382 112 0 63080 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 272460

[startup+462.3 s]
/proc/loadavg: 4.08 3.13 1.52 5/352 10152
/proc/meminfo: memFree=17754920/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=217940 CPUtime=462.28 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 76291 0 0 0 46212 16 0 0 25 0 1 0 649515448 223170560 43857 33554432000 4194304 4650387 140733812646128 18446744073709551615 4367954 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 54485 43857 382 112 0 49450 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 217940

[startup+522.301 s]
/proc/loadavg: 4.07 3.30 1.68 5/352 10153
/proc/meminfo: memFree=17743984/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=217940 CPUtime=522.28 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 77838 0 0 0 52211 17 0 0 25 0 1 0 649515448 223170560 45404 33554432000 4194304 4650387 140733812646128 18446744073709551615 4328222 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 54485 45404 382 112 0 49450 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 217940

[startup+582.301 s]
/proc/loadavg: 4.02 3.43 1.82 5/352 10155
/proc/meminfo: memFree=17720024/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=217940 CPUtime=582.28 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 80488 0 0 0 58210 18 0 0 25 0 1 0 649515448 223170560 46258 33554432000 4194304 4650387 140733812646128 18446744073709551615 4333921 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 54485 46258 382 112 0 49450 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 217940

[startup+642.301 s]
/proc/loadavg: 4.01 3.53 1.96 5/352 10157
/proc/meminfo: memFree=17687248/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=285640 CPUtime=642.29 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 84607 0 0 0 64209 20 0 0 25 0 1 0 649515448 292495360 50377 33554432000 4194304 4650387 140733812646128 18446744073709551615 4367359 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 71410 50377 382 112 0 66375 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 285640

[startup+702.301 s]
/proc/loadavg: 4.04 3.63 2.09 5/352 10158
/proc/meminfo: memFree=17693284/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=272612 CPUtime=702.28 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 86335 0 0 0 70207 21 0 0 25 0 1 0 649515448 279154688 46747 33554432000 4194304 4650387 140733812646128 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 68153 46747 382 112 0 63118 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 272612

[startup+762.313 s]
/proc/loadavg: 4.12 3.72 2.21 5/352 10160
/proc/meminfo: memFree=17677984/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=231680 CPUtime=762.3 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 88685 0 0 0 76208 22 0 0 25 0 1 0 649515448 237240320 48053 33554432000 4194304 4650387 140733812646128 18446744073709551615 4363394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 57920 48053 382 112 0 52885 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 231680

[startup+822.301 s]
/proc/loadavg: 4.08 3.78 2.33 5/352 10161
/proc/meminfo: memFree=17691840/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=273184 CPUtime=822.29 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 90593 0 0 0 82207 22 0 0 25 0 1 0 649515448 279740416 46742 33554432000 4194304 4650387 140733812646128 18446744073709551615 4331965 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 68296 46742 382 112 0 63261 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 273184

[startup+882.3 s]
/proc/loadavg: 4.03 3.82 2.43 5/352 10163
/proc/meminfo: memFree=17651496/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=289728 CPUtime=882.29 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 98148 0 0 0 88205 24 0 0 25 0 1 0 649515448 296681472 52162 33554432000 4194304 4650387 140733812646128 18446744073709551615 4315121 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 72432 52162 382 112 0 67397 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 289728

[startup+942.301 s]
/proc/loadavg: 4.01 3.85 2.53 5/352 10165
/proc/meminfo: memFree=17675156/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=234580 CPUtime=942.29 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 102512 0 0 0 94204 25 0 0 25 0 1 0 649515448 240209920 48651 33554432000 4194304 4650387 140733812646128 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 58645 48651 382 112 0 53610 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 234580

[startup+1002.3 s]
/proc/loadavg: 4.06 3.89 2.62 5/352 10166
/proc/meminfo: memFree=17681568/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=234580 CPUtime=1002.29 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 103252 0 0 0 100204 25 0 0 25 0 1 0 649515448 240209920 49391 33554432000 4194304 4650387 140733812646128 18446744073709551615 4315158 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 58645 49391 382 112 0 53610 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 234580

[startup+1062.3 s]
/proc/loadavg: 4.02 3.91 2.70 5/352 10168
/proc/meminfo: memFree=17654248/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=290536 CPUtime=1062.29 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 110010 0 0 0 106201 28 0 0 25 0 1 0 649515448 297508864 53371 33554432000 4194304 4650387 140733812646128 18446744073709551615 4314982 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 72634 53371 382 112 0 67599 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 290536

[startup+1122.3 s]
/proc/loadavg: 4.01 3.92 2.78 5/352 10169
/proc/meminfo: memFree=17607216/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=234696 CPUtime=1122.3 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 113222 0 0 0 112201 29 0 0 25 0 1 0 649515448 240328704 49455 33554432000 4194304 4650387 140733812646128 18446744073709551615 4330494 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 58674 49455 382 112 0 53639 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 234696

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 2.85 5/352 10171
/proc/meminfo: memFree=17611896/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=234696 CPUtime=1182.3 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 114060 0 0 0 118201 29 0 0 25 0 1 0 649515448 240328704 50293 33554432000 4194304 4650387 140733812646128 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 58674 50293 382 112 0 53639 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 234696

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.92 5/352 10173
/proc/meminfo: memFree=17617700/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=234692 CPUtime=1242.3 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 116675 0 0 0 124200 30 0 0 25 0 1 0 649515448 240324608 49656 33554432000 4194304 4650387 140733812646128 18446744073709551615 4363985 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 58673 49656 382 112 0 53638 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 234692



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 3.97 2.99 5/352 10174
/proc/meminfo: memFree=17589020/32951124 swapFree=67082152/67111528
[pid=10108] ppid=10106 vsize=291520 CPUtime=1300 cores=4,6
/proc/10108/stat : 10108 (strangenight1-s) R 10106 10108 10078 0 -1 4202496 122884 0 0 0 129968 32 0 0 25 0 1 0 649515448 298516480 51039 33554432000 4194304 4650387 140733812646128 18446744073709551615 4315094 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/10108/statm: 72880 51039 382 112 0 67845 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 291520

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): 1300.03
CPU time (s): 1300.03
CPU user time (s): 1299.69
CPU system time (s): 0.334949
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 291520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.69
system time used= 0.334949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122884
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= 14
involuntary context switches= 5327

runsolver used 4.43532 second user time and 9.77851 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-14 15:19:35
IDJOB=3370845
IDBENCH=70829
IDSOLVER=1847
FILE ID=node136/3370845-1305379174
RUNJOBID= node136-1305379151-10097
PBS_JOBID= 13324366
Free space on /tmp= 72992 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370845-1305379174/watcher-3370845-1305379174 -o /tmp/evaluation-result-3370845-1305379174/solver-3370845-1305379174 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370845-1305379174.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=1326778265

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18301552 kB
Buffers:        279716 kB
Cached:        4915452 kB
SwapCached:       2740 kB
Active:       10502540 kB
Inactive:      3806476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18301552 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:           10352 kB
Writeback:           8 kB
AnonPages:     9112316 kB
Mapped:          27164 kB
Slab:           237152 kB
PageTables:      39552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69862780 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72960 MiB
End job on node136 at 2011-05-14 15:41:17