Trace number 3293106

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-2-mtUNSAT 57.8672 14.495

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2328
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3293106-1304130518.cnf'
0.00/0.00	c -- header says num vars:           5910
0.00/0.00	c -- header says num clauses:       16804
0.00/0.02	c -- clauses added:            0 learnts,        16804 normals,            0 xors
0.00/0.02	c -- vars added       5910
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0      5910      3762     13041         0     38653         0   no data   no data
0.00/0.02	c asymm  cl-useful: 17/3761/3761 lits-rem:17 time: 0.01
0.09/0.09	c Flit:     1 Blit:      5 bXBeca:    0 bXProp: 2118 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.06
0.09/0.09	c Replacing     2118 vars Replaced    33429 lits Time:     0.00 s 
0.40/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.40/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.40/0.11	c subs with bin:        4  lits-rem:         8  v-fix:    0  time:  0.00 s
0.40/0.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   3783 time:  0.00 s
0.40/0.11	c Removed useless bin:      23  fixed:     0  props:   0.20M  time:  0.00 s
3.58/0.95	c lits-rem:         0  cl-subs:      396  v-elim:   1261  v-fix:    0  time:  0.01 s
3.58/0.95	c Finding binary XORs  T:     0.00 s  found:       4
3.58/0.95	c Replacing        4 vars Replaced       42 lits Time:     0.00 s 
3.58/0.95	c Finding non-binary XORs:     0.00 s (found:     112, avg size: 3.0)
3.58/0.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     15 locsubst:     0 time:   0.00
3.58/0.95	c calculated reachability. Time: 0.00
3.58/0.95	c Calc default polars -  time:   0.00 s pos:    1174 undec:    3483 neg:    1253
3.58/0.95	c =========================================================================================
3.58/0.95	c types(t): F = full restart, N = normal restart
3.58/0.95	c types(t): S = simplification begin/end, E = solution found
3.58/0.95	c restart types(rt): st = static, dy = dynamic
3.58/0.95	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.58/0.95	c  B st     0         0      2503      4398      4991         0     24999         0   no data   no data
3.58/0.95	c  N dy    17      4065      2503      4398      5196      3846     24997    122423      6.79      8.60
3.58/0.95	c  N dy    44      8087      2502      4398      5636      5372     24997     97580      7.38      7.84
3.58/0.95	c  N dy    63     12187      2501      4398      5683      5292     24997     68214      7.53     11.30
4.77/1.25	c  N dy    85     17929      2499      4398      5812     10891     24997    179877      7.43      7.87
5.57/1.45	c Finding binary XORs  T:     0.00 s  found:      12
5.97/1.58	c  N dy   119     21987      2498      4397      6080      9076     24819    144370      7.67      9.40
7.17/1.83	c  F st   141     25002      2498      4397      6253     12059     24817    228059      7.80   no data
7.17/1.83	c Replacing       13 vars Replaced      970 lits Time:     0.00 s 
7.57/1.97	c  N st   144     26190      2485      4394      6223      6704     24805     55399      7.80   no data
9.56/2.42	c  S st   147     30000      2485      4394      6233     10492     24805    223387      7.80   no data
9.56/2.48	c  S st   147     30505      2485      4394      6238     10991     24805    232399      7.80   no data
9.56/2.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      4 locsubst:     0 time:   0.00
9.96/2.54	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   19 Bins:   3881 BRemL:   2391 BRemN:      3 P:  1.4M T:  0.06
9.96/2.54	c Replacing       19 vars Replaced     1535 lits Time:     0.01 s 
9.96/2.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.96/2.54	c bin-w-bin subsume rem          370 bins  time:  0.00 s
9.96/2.55	c subs with bin:      357  lits-rem:       331  v-fix:    0  time:  0.00 s
9.96/2.55	c Subs w/ non-existent bins:      4 l-rem:     44 v-fix:     0 done:   2455 time:  0.00 s
9.96/2.55	c Removed useless bin:      20  fixed:     0  props:   0.05M  time:  0.00 s
9.96/2.56	c lits-rem:        31  cl-subs:      164  v-elim:    704  v-fix:    0  time:  0.01 s
9.96/2.57	c subs with bin:       83  lits-rem:       191  v-fix:    0  time:  0.00 s
9.96/2.57	c lits-rem:        19  cl-subs:      214  v-elim:      0  v-fix:    0  time:  0.00 s
9.96/2.58	c asymm  cl-useful: 2/1504/5265 lits-rem:6 time: 0.00
9.96/2.58	c calculated reachability. Time: 0.00
9.96/2.58	c  N dy   147     30505      1751      5263      3753      2480     23451     16905      7.80   no data
11.16/2.82	c  N dy   162     35092      1751      5263      3832      7013     23451    106593      7.81      8.30
11.56/2.99	c Finding binary XORs  T:     0.00 s  found:       7
12.36/3.10	c  N dy   183     39710      1751      5263      4606      7990     23450    122600      7.82      8.34
13.56/3.40	c  N dy   215     43713      1751      5263      5566     11954     23450    223866      7.93      8.45
13.56/3.44	c Finding binary XORs  T:     0.00 s  found:       6
13.96/3.55	c  S st   226     45758      1750      5263      5566      7205     23442     58470      7.94      8.18
13.96/3.59	c  S st   226     46262      1750      5263      5566      7702     23442     68036      7.94   no data
13.96/3.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      2 locsubst:     0 time:   0.00
14.36/3.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:     75 BRemL:   1305 BRemN:     24 P:  0.6M T:  0.02
14.36/3.62	c Replacing       15 vars Replaced      801 lits Time:     0.00 s 
14.36/3.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.36/3.62	c bin-w-bin subsume rem          565 bins  time:  0.00 s
14.36/3.62	c subs with bin:      246  lits-rem:       245  v-fix:    0  time:  0.00 s
14.36/3.62	c Subs w/ non-existent bins:     18 l-rem:     35 v-fix:     0 done:   1733 time:  0.00 s
14.36/3.62	c Removed useless bin:      70  fixed:     0  props:   0.04M  time:  0.00 s
14.36/3.63	c lits-rem:         4  cl-subs:       52  v-elim:    141  v-fix:    0  time:  0.01 s
14.36/3.63	c subs with bin:       92  lits-rem:       134  v-fix:    0  time:  0.00 s
14.36/3.64	c lits-rem:       180  cl-subs:      257  v-elim:      0  v-fix:    0  time:  0.01 s
14.36/3.64	c vivif2 --  cl tried     5235 cl shrink      132 lits rem        151 time: 0.00
14.36/3.64	c vivif2 --  cl tried     6116 cl shrink      167 lits rem        196 time: 0.00
14.36/3.67	c asymm  cl-useful: 20/5200/5200 lits-rem:21 time: 0.02
14.36/3.67	c calculated reachability. Time: 0.00
14.36/3.67	c  N dy   226     46262      1592      5200      3007      6114     22197     47951      7.94   no data
15.56/3.92	c  N dy   245     50570      1592      5200      3134     10353     22197    138085      7.93      8.52
16.76/4.22	c  N dy   276     54669      1592      5200      3139     14410     22197    230915      8.02      8.54
17.57/4.49	c  N dy   299     58695      1591      5200      3197     10214     22197     97543      8.06      8.49
18.75/4.78	c  N dy   315     63436      1590      5200      3335     14886     22197    186399      8.07      8.58
18.75/4.78	c Finding binary XORs  T:     0.00 s  found:      17
18.75/4.78	c Replacing       18 vars Replaced     2552 lits Time:     0.00 s 
19.96/5.08	c  N dy   334     67508      1572      5194      3320     18375     22154    256389      8.06      8.69
20.75/5.20	c  S st   339     69393      1572      5194      3322     10488     22154     79025      8.03   no data
20.75/5.25	c  S st   339     69893      1572      5194      3322     10985     22153     89098      8.03   no data
20.75/5.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.75/5.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   10 Bins:     84 BRemL:    231 BRemN:     20 P:  0.6M T:  0.02
20.75/5.27	c Replacing       10 vars Replaced      972 lits Time:     0.00 s 
20.75/5.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.75/5.27	c bin-w-bin subsume rem          182 bins  time:  0.00 s
20.75/5.27	c subs with bin:      127  lits-rem:         0  v-fix:    0  time:  0.00 s
20.75/5.27	c Subs w/ non-existent bins:      4 l-rem:      0 v-fix:     0 done:   1562 time:  0.00 s
20.75/5.27	c Removed useless bin:       7  fixed:     0  props:   0.04M  time:  0.00 s
20.75/5.28	c lits-rem:         2  cl-subs:       55  v-elim:     34  v-fix:    0  time:  0.01 s
20.75/5.29	c subs with bin:      276  lits-rem:       347  v-fix:    0  time:  0.00 s
21.15/5.30	c lits-rem:       394  cl-subs:      436  v-elim:      0  v-fix:    0  time:  0.01 s
21.15/5.30	c vivif2 --  cl tried     5086 cl shrink       18 lits rem         24 time: 0.00
21.15/5.30	c vivif2 --  cl tried     9560 cl shrink      302 lits rem        386 time: 0.00
21.15/5.33	c asymm  cl-useful: 54/5084/5084 lits-rem:107 time: 0.03
21.15/5.33	c calculated reachability. Time: 0.00
21.15/5.33	c  N dy   339     69893      1528      5063      2733      9560     21434     74929      8.03   no data
22.34/5.69	c  N dy   367     75578      1527      5063      2835     15122     21434    185330      8.05      8.51
23.54/5.98	c Finding binary XORs  T:     0.00 s  found:      29
23.54/5.98	c Replacing       30 vars Replaced     5557 lits Time:     0.01 s 
23.94/6.09	c  N dy   399     80489      1497      5063      3026     18806     21422    277440      8.08      8.53
25.95/6.56	c  N dy   436     85661      1495      5063      3096     13591     21422    140632      8.16      9.95
26.73/6.72	c  F st   451     87500      1495      5063      3098     15417     21422    188503      8.20   no data
26.73/6.73	c Replacing        1 vars Replaced       22 lits Time:     0.00 s 
28.33/7.18	c  N dy   457     92696      1494      5063      3097     19720     21402    322959      8.20   no data
30.35/7.70	c  N dy   485     99862      1494      5063      3135     15112     21402    124511      8.18      8.61
30.75/7.70	c Finding binary XORs  T:     0.00 s  found:      14
31.93/8.04	c  S st   505    104840      1493      5058      3219     19839     21367    218084      8.15   no data
32.32/8.10	c  S st   505    105343      1493      5058      3220     20336     21367    227051      8.15   no data
32.32/8.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.32/8.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bins:     63 BRemL:    306 BRemN:     11 P:  0.9M T:  0.02
32.32/8.13	c Replacing       22 vars Replaced     5238 lits Time:     0.01 s 
32.32/8.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.32/8.13	c bin-w-bin subsume rem          185 bins  time:  0.00 s
32.32/8.13	c subs with bin:       24  lits-rem:         1  v-fix:    0  time:  0.00 s
32.32/8.14	c Subs w/ non-existent bins:      1 l-rem:      1 v-fix:     0 done:   1471 time:  0.00 s
32.32/8.14	c Removed useless bin:       6  fixed:     0  props:   0.03M  time:  0.00 s
32.32/8.14	c lits-rem:         1  cl-subs:      147  v-elim:     13  v-fix:    0  time:  0.01 s
32.32/8.17	c subs with bin:      809  lits-rem:      1168  v-fix:    0  time:  0.02 s
32.73/8.21	c lits-rem:       708  cl-subs:      848  v-elim:      0  v-fix:    0  time:  0.04 s
32.73/8.21	c vivif2 --  cl tried     4906 cl shrink        8 lits rem         10 time: 0.00
32.73/8.22	c vivif2 --  cl tried    17403 cl shrink     1454 lits rem       2240 time: 0.01
32.73/8.26	c asymm  cl-useful: 14/4905/4905 lits-rem:17 time: 0.04
32.73/8.27	c calculated reachability. Time: 0.00
32.73/8.27	c  N dy   505    105343      1458      4904      2672     17403     20626    190123      8.15   no data
34.75/8.74	c  N dy   534    112165      1456      4904      2774     24064     20626    303903      8.12      8.56
36.33/9.19	c Finding binary XORs  T:     0.00 s  found:      14
36.73/9.21	c  N dy   563    119341      1456      4904      2853     18571     20618    178671      8.09      8.59
38.73/9.79	c  N dy   596    127157      1456      4904      2866     26221     20618    299053      8.08      8.55
41.52/10.41	c  N dy   642    135601      1456      4904      2956     20538     20618    204096      8.09      8.76
43.94/11.09	c  N dy   667    144314      1456      4904      2965     29110     20618    349289      8.05      8.56
45.51/11.40	c Finding binary XORs  T:     0.00 s  found:      10
45.51/11.40	c Replacing       24 vars Replaced     2925 lits Time:     0.00 s 
46.71/11.77	c  N dy   694    154475      1432      4904      2932     23329     20614    204778      7.98      8.49
47.93/12.03	c  S st   704    158015      1432      4904      2939     26729     20614    247699      7.96      7.77
48.33/12.11	c  S st   704    158517      1432      4904      2939     27229     20614    257975      7.96   no data
48.33/12.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.33/12.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:     54 BRemL:    150 BRemN:      5 P:  1.0M T:  0.02
48.33/12.14	c Replacing        4 vars Replaced      656 lits Time:     0.00 s 
48.33/12.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.33/12.14	c bin-w-bin subsume rem          123 bins  time:  0.00 s
48.33/12.14	c subs with bin:        4  lits-rem:         4  v-fix:    0  time:  0.00 s
48.33/12.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
48.33/12.14	c Removed useless bin:       1  fixed:     0  props:   0.03M  time:  0.00 s
48.33/12.15	c lits-rem:         0  cl-subs:       17  v-elim:      3  v-fix:    0  time:  0.01 s
48.33/12.19	c subs with bin:     1353  lits-rem:      2879  v-fix:    0  time:  0.03 s
48.70/12.26	c lits-rem:      2008  cl-subs:     2050  v-elim:      0  v-fix:    0  time:  0.07 s
48.70/12.26	c vivif2 --  cl tried     4889 cl shrink        5 lits rem          6 time: 0.00
48.70/12.27	c vivif2 --  cl tried    22968 cl shrink     1465 lits rem       1941 time: 0.01
49.10/12.32	c asymm  cl-useful: 9/4888/4888 lits-rem:12 time: 0.05
49.10/12.32	c calculated reachability. Time: 0.00
49.10/12.32	c  N dy   704    158517      1425      4887      2691     22968     20470    204175      7.96   no data
51.51/12.96	c Finding binary XORs  T:     0.00 s  found:       3
52.32/13.12	c  N dy   745    168694      1424      4887      2791     16494     20467    107811      7.93      8.55
55.50/13.91	c  N dy   765    180966      1421      4887      2825     28342     20467    256510      7.85      8.34
57.49/14.49	c  E dy   766    190361      1406      4887      2895     20534     20467    138886      7.74      3.59
57.49/14.49	c Following stats are for *FIRST FINISHED THREAD ONLY*
57.49/14.49	c num threads              : 4          
57.49/14.49	c restarts                 : 766        
57.49/14.49	c dynamic restarts         : 748        
57.49/14.49	c static restarts          : 18         
57.49/14.49	c full restarts            : 2          
57.49/14.49	c total simplify time      : 0.05       
57.49/14.49	c learnts DL2              : 0          
57.49/14.49	c learnts size 2           : 22256      
57.49/14.49	c learnts size 1           : 187         (3.16      % of vars)
57.49/14.49	c filedLit time            : 0.21        (1.46      % time)
57.49/14.49	c v-elim SatELite          : 2156        (36.48     % vars)
57.49/14.49	c SatELite time            : 0.16        (1.11      % time)
57.49/14.49	c v-elim xor               : 21          (0.36      % vars)
57.49/14.49	c xor elim time            : 0.01        (0.05      % time)
57.49/14.49	c num binary xor trees     : 1155       
57.49/14.49	c binxor trees' crown      : 2281        (1.97      leafs/tree)
57.49/14.49	c bin xor find time        : 0.02       
57.49/14.49	c OTF clause improved      : 3386        (0.02      clauses/conflict)
57.49/14.49	c OTF impr. size diff      : 3676        (1.09       lits/clause)
57.49/14.49	c OTF cl watch-shrink      : 100406      (0.53      clauses/conflict)
57.49/14.49	c OTF cl watch-sh-lit      : 239217      (2.38       lits/clause)
57.49/14.49	c tried to recurMin cls    : 66117       (34.73      % of conflicts)
57.49/14.49	c updated cache            : 0           (0.00       lits/tried recurMin)
57.49/14.49	c unit cls recevied        : 9           (4.81      % of units)
57.49/14.49	c unit cls sent            : 61          (32.62     % of units)
57.49/14.49	c bin cls recevied         : 8309       
57.49/14.49	c bin cls sent             : 4781       
57.49/14.49	c clauses over max glue    : 0           (0.00      % of all clauses)
57.49/14.49	c conflicts                : 190361      (13160.29  / sec)
57.49/14.49	c decisions                : 272052      (1.62      % random)
57.49/14.49	c bogo-props               : 1188930943  (82194766.66 / sec)
57.49/14.49	c conflict literals        : 3662697     (33.68     % deleted)
57.49/14.49	c Memory used              : 305.34      MB
57.49/14.49	c single-thread CPU time   : 14.46       s
57.49/14.49	c all-threads sum CPU time : 57.77       s
57.49/14.49	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3293106-1304130518/watcher-3293106-1304130518 -o /tmp/evaluation-result-3293106-1304130518/solver-3293106-1304130518 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3293106-1304130518.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.54 8.00 7.85 5/180 23911
/proc/meminfo: memFree=21808832/32951124 swapFree=67111524/67111528
[pid=23911] ppid=23909 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/23911/stat : 23911 (strangenight2-m) R 23909 23911 21275 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 505467391 52441088 353 33554432000 4194304 4627427 140733534071792 18446744073709551615 47144947406359 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 12803 353 303 106 0 7774 0
[pid=23911/tid=23912] ppid=23909 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23912/stat : 23912 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 505467391 52441088 353 33554432000 4194304 4627427 140733534071792 18446744073709551615 47144947406770 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23911/tid=23913] ppid=23909 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 505467391 52441088 353 33554432000 4194304 4627427 140733534071792 18446744073709551615 47144947406361 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23909 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 505467391 52441088 353 33554432000 4194304 4627427 140733534071792 18446744073709551615 47144947406361 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.029306 s]
/proc/loadavg: 7.54 8.00 7.85 5/180 23911
/proc/meminfo: memFree=21808832/32951124 swapFree=67111524/67111528
[pid=23911] ppid=23909 vsize=286212 CPUtime=0.09 cores=1,3,5,7
/proc/23911/stat : 23911 (strangenight2-m) R 23909 23911 21275 0 -1 4202496 3619 0 0 0 9 0 0 0 25 0 4 0 505467391 293081088 3136 33554432000 4194304 4627427 140733534071792 18446744073709551615 264726072282 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 71553 3136 367 106 0 66524 0
[pid=23911/tid=23912] ppid=23909 vsize=286212 CPUtime=0.02 cores=1,3,5,7
/proc/23911/task/23912/stat : 23912 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 799 0 0 0 2 0 0 0 25 0 4 0 505467391 293081088 3136 33554432000 4194304 4627427 140733534071792 18446744073709551615 264726065861 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23911/tid=23913] ppid=23909 vsize=286212 CPUtime=0.02 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 778 0 0 0 2 0 0 0 25 0 4 0 505467391 293081088 3136 33554432000 4194304 4627427 140733534071792 18446744073709551615 4285771 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23909 vsize=286212 CPUtime=0.02 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 836 0 0 0 2 0 0 0 25 0 4 0 505467391 293081088 3136 33554432000 4194304 4627427 140733534071792 18446744073709551615 4321343 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 286212

[startup+0.105789 s]
/proc/loadavg: 7.54 8.00 7.85 5/180 23911
/proc/meminfo: memFree=21808832/32951124 swapFree=67111524/67111528
[pid=23911] ppid=23909 vsize=288384 CPUtime=0.4 cores=1,3,5,7
/proc/23911/stat : 23911 (strangenight2-m) R 23909 23911 21275 0 -1 4202496 5310 0 0 0 39 1 0 0 25 0 4 0 505467391 295305216 4827 33554432000 4194304 4627427 140733534071792 18446744073709551615 264726061013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 72096 4827 379 106 0 67067 0
[pid=23911/tid=23912] ppid=23909 vsize=288384 CPUtime=0.09 cores=1,3,5,7
/proc/23911/task/23912/stat : 23912 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 1350 0 0 0 9 0 0 0 25 0 4 0 505467391 295305216 4827 33554432000 4194304 4627427 140733534071792 18446744073709551615 4300070 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23911/tid=23913] ppid=23909 vsize=288384 CPUtime=0.09 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 1317 0 0 0 9 0 0 0 18 0 4 0 505467391 295305216 4827 33554432000 4194304 4627427 140733534071792 18446744073709551615 4534767 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23909 vsize=288384 CPUtime=0.09 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 898 0 0 0 9 0 0 0 25 0 4 0 505467391 295305216 4827 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 288384

[startup+0.300753 s]
/proc/loadavg: 7.54 8.00 7.85 5/180 23911
/proc/meminfo: memFree=21808832/32951124 swapFree=67111524/67111528
[pid=23911] ppid=23909 vsize=289188 CPUtime=1.18 cores=1,3,5,7
/proc/23911/stat : 23911 (strangenight2-m) R 23909 23911 21275 0 -1 4202496 6478 0 0 0 117 1 0 0 25 0 4 0 505467391 296128512 5877 33554432000 4194304 4627427 140733534071792 18446744073709551615 4299634 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 72297 5877 387 106 0 67268 0
[pid=23911/tid=23912] ppid=23909 vsize=289188 CPUtime=0.29 cores=1,3,5,7
/proc/23911/task/23912/stat : 23912 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 1670 0 0 0 29 0 0 0 25 0 4 0 505467391 296128512 5877 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23911/tid=23913] ppid=23909 vsize=289188 CPUtime=0.29 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 1683 0 0 0 29 0 0 0 18 0 4 0 505467391 296128512 5877 33554432000 4194304 4627427 140733534071792 18446744073709551615 4308912 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23909 vsize=289188 CPUtime=0.29 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 1024 0 0 0 29 0 0 0 25 0 4 0 505467391 296128512 5877 33554432000 4194304 4627427 140733534071792 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 289188

[startup+0.700679 s]
/proc/loadavg: 7.54 8.00 7.85 5/180 23911
/proc/meminfo: memFree=21808832/32951124 swapFree=67111524/67111528
[pid=23911] ppid=23909 vsize=290500 CPUtime=2.78 cores=1,3,5,7
/proc/23911/stat : 23911 (strangenight2-m) R 23909 23911 21275 0 -1 4202496 7732 0 0 0 277 1 0 0 25 0 4 0 505467391 297472000 6293 33554432000 4194304 4627427 140733534071792 18446744073709551615 4308425 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 72625 6293 388 106 0 67596 0
[pid=23911/tid=23912] ppid=23909 vsize=290500 CPUtime=0.69 cores=1,3,5,7
/proc/23911/task/23912/stat : 23912 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 1940 0 0 0 69 0 0 0 25 0 4 0 505467391 297472000 6293 33554432000 4194304 4627427 140733534071792 18446744073709551615 4308827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23911/tid=23913] ppid=23909 vsize=290500 CPUtime=0.69 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 2059 0 0 0 69 0 0 0 18 0 4 0 505467391 297472000 6293 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23909 vsize=290500 CPUtime=0.69 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 1327 0 0 0 69 0 0 0 25 0 4 0 505467391 297472000 6293 33554432000 4194304 4627427 140733534071792 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 290500

[startup+1.50053 s]
/proc/loadavg: 7.54 8.00 7.85 9/184 23915
/proc/meminfo: memFree=21788248/32951124 swapFree=67111524/67111528
[pid=23911] ppid=23909 vsize=291360 CPUtime=5.97 cores=1,3,5,7
/proc/23911/stat : 23911 (strangenight2-m) R 23909 23911 21275 0 -1 4202496 9914 0 0 0 595 2 0 0 25 0 4 0 505467391 298352640 6579 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 72840 6579 388 106 0 67811 0
[pid=23911/tid=23912] ppid=23909 vsize=291360 CPUtime=1.48 cores=1,3,5,7
/proc/23911/task/23912/stat : 23912 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 2489 0 0 0 148 0 0 0 25 0 4 0 505467391 298352640 6579 33554432000 4194304 4627427 140733534071792 18446744073709551615 4308123 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23911/tid=23913] ppid=23909 vsize=291360 CPUtime=1.48 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 2605 0 0 0 148 0 0 0 19 0 4 0 505467391 298352640 6579 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23909 vsize=291360 CPUtime=1.49 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 1871 0 0 0 149 0 0 0 25 0 4 0 505467391 298352640 6579 33554432000 4194304 4627427 140733534071792 18446744073709551615 4327622 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 291360

[startup+3.10023 s]
/proc/loadavg: 7.54 8.00 7.85 9/184 23915
/proc/meminfo: memFree=21794820/32951124 swapFree=67111524/67111528
[pid=23911] ppid=23909 vsize=283980 CPUtime=12.36 cores=1,3,5,7
/proc/23911/stat : 23911 (strangenight2-m) R 23909 23911 21275 0 -1 4202496 13561 0 0 0 1234 2 0 0 25 0 4 0 505467391 290795520 7661 33554432000 4194304 4627427 140733534071792 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 70995 7661 390 106 0 65966 0
[pid=23911/tid=23912] ppid=23909 vsize=283980 CPUtime=3.08 cores=1,3,5,7
/proc/23911/task/23912/stat : 23912 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 3403 0 0 0 308 0 0 0 25 0 4 0 505467391 290795520 7661 33554432000 4194304 4627427 140733534071792 18446744073709551615 264726063642 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23911/tid=23913] ppid=23909 vsize=283980 CPUtime=3.08 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 3461 0 0 0 308 0 0 0 25 0 4 0 505467391 290795520 7661 33554432000 4194304 4627427 140733534071792 18446744073709551615 4327640 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23909 vsize=283980 CPUtime=3.09 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 2588 0 0 0 309 0 0 0 25 0 4 0 505467391 290795520 7661 33554432000 4194304 4627427 140733534071792 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 283980

[startup+6.30062 s]
/proc/loadavg: 7.58 8.00 7.85 9/184 23915
/proc/meminfo: memFree=21776472/32951124 swapFree=67111524/67111528
[pid=23911] ppid=23909 vsize=293872 CPUtime=25.14 cores=1,3,5,7
/proc/23911/stat : 23911 (strangenight2-m) R 23909 23911 21275 0 -1 4202496 21861 0 0 0 2510 4 0 0 25 0 4 0 505467391 300924928 11766 33554432000 4194304 4627427 140733534071792 18446744073709551615 4330958 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 73468 11766 390 106 0 68439 0
[pid=23911/tid=23912] ppid=23909 vsize=293872 CPUtime=6.25 cores=1,3,5,7
/proc/23911/task/23912/stat : 23912 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 5927 0 0 0 625 0 0 0 25 0 4 0 505467391 300924928 11766 33554432000 4194304 4627427 140733534071792 18446744073709551615 4308272 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23911/tid=23913] ppid=23909 vsize=293872 CPUtime=6.28 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 5372 0 0 0 627 1 0 0 25 0 4 0 505467391 300924928 11766 33554432000 4194304 4627427 140733534071792 18446744073709551615 4299712 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23909 vsize=293872 CPUtime=6.28 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 4646 0 0 0 628 0 0 0 25 0 4 0 505467391 300924928 11766 33554432000 4194304 4627427 140733534071792 18446744073709551615 4299555 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 293872

[startup+12.7004 s]
/proc/loadavg: 7.61 8.00 7.85 9/184 23915
/proc/meminfo: memFree=21744228/32951124 swapFree=67111524/67111528
[pid=23911] ppid=23909 vsize=303420 CPUtime=50.7 cores=1,3,5,7
/proc/23911/stat : 23911 (strangenight2-m) R 23909 23911 21275 0 -1 4202496 35582 0 0 0 5063 7 0 0 25 0 4 0 505467391 310702080 17002 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 75855 17002 390 106 0 70826 0
[pid=23911/tid=23912] ppid=23909 vsize=303420 CPUtime=12.61 cores=1,3,5,7
/proc/23911/task/23912/stat : 23912 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 9094 0 0 0 1260 1 0 0 25 0 4 0 505467391 310702080 17002 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23911/tid=23913] ppid=23909 vsize=303420 CPUtime=12.68 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 8694 0 0 0 1267 1 0 0 25 0 4 0 505467391 310702080 17002 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23909 vsize=303420 CPUtime=12.68 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 7432 0 0 0 1267 1 0 0 25 0 4 0 505467391 310702080 17002 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 303420

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

[startup+13.5003 s]
/proc/loadavg: 7.61 8.00 7.85 9/184 23915
/proc/meminfo: memFree=21734812/32951124 swapFree=67111524/67111528
[pid=23911] ppid=23909 vsize=312560 CPUtime=53.9 cores=1,3,5,7
/proc/23911/stat : 23911 (strangenight2-m) R 23909 23911 21275 0 -1 4202496 37054 0 0 0 5382 8 0 0 25 0 4 0 505467391 320061440 17438 33554432000 4194304 4627427 140733534071792 18446744073709551615 4308428 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 78140 17438 390 106 0 73111 0
[pid=23911/tid=23912] ppid=23909 vsize=312560 CPUtime=13.41 cores=1,3,5,7
/proc/23911/task/23912/stat : 23912 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 9451 0 0 0 1339 2 0 0 25 0 4 0 505467391 320061440 17438 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23911/tid=23913] ppid=23909 vsize=312560 CPUtime=13.48 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 9070 0 0 0 1346 2 0 0 25 0 4 0 505467391 320061440 17438 33554432000 4194304 4627427 140733534071792 18446744073709551615 4332984 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23909 vsize=312560 CPUtime=13.48 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 7796 0 0 0 1347 1 0 0 25 0 4 0 505467391 320061440 17438 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 53.9
Current children cumulated vsize (KiB) 312560

[startup+13.9012 s]
/proc/loadavg: 7.61 8.00 7.85 9/184 23915
/proc/meminfo: memFree=21734812/32951124 swapFree=67111524/67111528
[pid=23911] ppid=23909 vsize=312560 CPUtime=55.5 cores=1,3,5,7
/proc/23911/stat : 23911 (strangenight2-m) R 23909 23911 21275 0 -1 4202496 37419 0 0 0 5542 8 0 0 25 0 4 0 505467391 320061440 17803 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 78140 17803 390 106 0 73111 0
[pid=23911/tid=23912] ppid=23909 vsize=312560 CPUtime=13.82 cores=1,3,5,7
/proc/23911/task/23912/stat : 23912 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 9536 0 0 0 1380 2 0 0 25 0 4 0 505467391 320061440 17803 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23911/tid=23913] ppid=23909 vsize=312560 CPUtime=13.88 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 9151 0 0 0 1386 2 0 0 25 0 4 0 505467391 320061440 17803 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23909 vsize=312560 CPUtime=13.88 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 7910 0 0 0 1387 1 0 0 25 0 4 0 505467391 320061440 17803 33554432000 4194304 4627427 140733534071792 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 55.5
Current children cumulated vsize (KiB) 312560

[startup+14.3071 s]
/proc/loadavg: 7.61 8.00 7.85 9/184 23916
/proc/meminfo: memFree=21730844/32951124 swapFree=67111524/67111528
[pid=23911] ppid=23909 vsize=312604 CPUtime=57.12 cores=1,3,5,7
/proc/23911/stat : 23911 (strangenight2-m) R 23909 23911 21275 0 -1 4202496 38026 0 0 0 5704 8 0 0 25 0 4 0 505467391 320106496 17956 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 78151 17956 390 106 0 73122 0
[pid=23911/tid=23912] ppid=23909 vsize=312604 CPUtime=14.22 cores=1,3,5,7
/proc/23911/task/23912/stat : 23912 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 9614 0 0 0 1420 2 0 0 25 0 4 0 505467391 320106496 17956 33554432000 4194304 4627427 140733534071792 18446744073709551615 4330352 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23911/tid=23913] ppid=23909 vsize=312604 CPUtime=14.29 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 9248 0 0 0 1427 2 0 0 25 0 4 0 505467391 320106496 17956 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23909 vsize=312604 CPUtime=14.29 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 8002 0 0 0 1428 1 0 0 25 0 4 0 505467391 320106496 17956 33554432000 4194304 4627427 140733534071792 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 57.12
Current children cumulated vsize (KiB) 312604

[startup+14.4011 s]
/proc/loadavg: 7.61 8.00 7.85 9/184 23916
/proc/meminfo: memFree=21730844/32951124 swapFree=67111524/67111528
[pid=23911] ppid=23909 vsize=312604 CPUtime=57.49 cores=1,3,5,7
/proc/23911/stat : 23911 (strangenight2-m) R 23909 23911 21275 0 -1 4202496 38112 0 0 0 5741 8 0 0 25 0 4 0 505467391 320106496 18042 33554432000 4194304 4627427 140733534071792 18446744073709551615 4332731 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 78151 18042 390 106 0 73122 0
[pid=23911/tid=23912] ppid=23909 vsize=312604 CPUtime=14.31 cores=1,3,5,7
/proc/23911/task/23912/stat : 23912 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 9631 0 0 0 1429 2 0 0 25 0 4 0 505467391 320106496 18042 33554432000 4194304 4627427 140733534071792 18446744073709551615 4327365 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23911/tid=23913] ppid=23909 vsize=312604 CPUtime=14.38 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 9273 0 0 0 1436 2 0 0 25 0 4 0 505467391 320106496 18042 33554432000 4194304 4627427 140733534071792 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23909 vsize=312604 CPUtime=14.38 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (strangenight2-m) R 23909 23911 21275 0 -1 4202560 8021 0 0 0 1437 1 0 0 25 0 4 0 505467391 320106496 18042 33554432000 4194304 4627427 140733534071792 18446744073709551615 4321723 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 312604

Child status: 20
Real time (s): 14.495
CPU time (s): 57.8672
CPU user time (s): 57.7742
CPU system time (s): 0.092985
CPU usage (%): 399.223
Max. virtual memory (cumulated for all children) (KiB): 312604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.7742
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38414
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= 471
involuntary context switches= 480

runsolver used 0.021996 second user time and 0.068989 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-30 04:28:38
IDJOB=3293106
IDBENCH=88045
IDSOLVER=1586
FILE ID=node141/3293106-1304130518
RUNJOBID= node141-1304128529-21294
PBS_JOBID= 13170777
Free space on /tmp= 72592 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293106-1304130518/watcher-3293106-1304130518 -o /tmp/evaluation-result-3293106-1304130518/solver-3293106-1304130518 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3293106-1304130518.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=1703217361

node141.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.806
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.806
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	: 5362.96
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.806
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.82
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.806
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.75
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.806
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.84
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.806
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.75
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21809112 kB
Buffers:       1402428 kB
Cached:        8914116 kB
SwapCached:          4 kB
Active:        2752928 kB
Inactive:      7814364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21809112 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6144 kB
Writeback:           0 kB
AnonPages:      250628 kB
Mapped:          15088 kB
Slab:           511016 kB
PageTables:       5256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   504036 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= 72588 MiB
End job on node141 at 2011-04-30 04:28:52