Trace number 3291910

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 79.8519 20.0047

General information on the benchmark

NameSAT04/industrial/hoonsang/vis-bmc/
all.used-as.sat04-986.cnf
MD5SUM51fef6c1c8ac21be9eb125cde1cdd08e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.941
Satisfiable
(Un)Satisfiability was proved
Number of variables21317
Number of clauses63664
Sum of the clauses size148532
Maximum clause length3
Minimum clause length1
Number of clauses of size 113
Number of clauses of size 242434
Number of clauses of size 321217
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3291910-1304128529.cnf'
0.00/0.00	c -- header says num vars:          21317
0.00/0.00	c -- header says num clauses:       63664
0.00/0.21	c -- clauses added:            0 learnts,        63664 normals,            0 xors
0.00/0.21	c -- vars added      21317
0.00/0.21	c Parsing time:  0.02 s
0.00/0.21	c  N st     0         0     21317     21204     42410         0    148432         0   no data   no data
0.00/0.21	c asymm  cl-useful: 0/21072/21072 lits-rem:0 time: 0.16
0.00/0.65	c Flit:    15 Blit:     33 bXBeca:    0 bXProp:  129 Bins:      0 BRemL:      0 BRemN:      0 P:  8.3M T:  0.44
0.00/0.65	c Replacing      129 vars Replaced     4164 lits Time:     0.00 s 
0.00/0.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.66	c bin-w-bin subsume rem            4 bins  time:  0.00 s
0.00/0.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.00/0.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20962 time:  0.05 s
0.00/0.77	c Removed useless bin:      15  fixed:     0  props:   6.60M  time:  0.04 s
3.38/0.85	c lits-rem:        95  cl-subs:      151  v-elim:   6987  v-fix:    0  time:  0.09 s
3.38/0.88	c Finding binary XORs  T:     0.02 s  found:     448
3.38/0.88	c Replacing      448 vars Replaced     4597 lits Time:     0.00 s 
3.38/0.88	c Finding non-binary XORs:     0.00 s (found:      43, avg size: 3.0)
3.38/0.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      9 locsubst:     2 time:   0.00
3.38/0.89	c calculated reachability. Time: 0.00
3.38/0.89	c Calc default polars -  time:   0.00 s pos:     185 undec:    7924 neg:   13208
3.38/0.89	c =========================================================================================
3.38/0.89	c types(t): F = full restart, N = normal restart
3.38/0.89	c types(t): S = simplification begin/end, E = solution found
3.38/0.89	c restart types(rt): st = static, dy = dynamic
3.38/0.89	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.38/0.89	c  B st     0         0     13518     14476     30786         0    114950         0   no data   no data
5.56/1.41	c  N dy    15      4039     13517     14476     30989      3802    114949     76248      6.21      6.55
7.18/1.89	c  N dy    39      8107     13493     14476     31596      5351    114949     65780      6.43      6.86
9.56/2.41	c  N dy    66     12333     13493     14476     31644      5417    114949     51521      6.60      6.99
11.57/2.95	c  N dy    88     16514     13489     14476     31889      9530    114949    128833      6.68      7.04
13.94/3.52	c  N dy   112     20619     13489     14476     32108      8074    114949     88038      6.76      7.20
16.37/4.11	c  N dy   138     24989     13475     14476     32214     12397    114949    167657      6.85      7.25
16.37/4.11	c  F st   139     25001     13475     14476     32214     12409    114949    167826      6.85   no data
16.37/4.12	c Replacing        1 vars Replaced       19 lits Time:     0.00 s 
19.55/4.97	c  N dy   145     30001     13460     14374     32026     10647    114240    154338      6.85   no data
19.55/4.97	c  S st   145     30001     13460     14374     32026     10647    114240    154338      6.85   no data
19.95/5.08	c  S st   145     30501     13460     14374     32049     11113    114240    160592      6.85   no data
19.95/5.08	c x-sub:     1 x-cut:      0 vfix:      0 v-elim:      8 locsubst:     0 time:   0.00
27.14/6.80	c Flit:    66 Blit:    412 bXBeca:    0 bXProp:  564 Bins:  87548 BRemL:  58322 BRemN:    251 P: 26.5M T:  1.72
27.14/6.81	c Cleaning up after failed var search:     0.00 s 
27.14/6.82	c Replacing      564 vars Replaced    45500 lits Time:     0.01 s 
27.14/6.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.14/6.84	c bin-w-bin subsume rem         3032 bins  time:  0.01 s
27.14/6.85	c subs with bin:       39  lits-rem:       466  v-fix:    0  time:  0.01 s
27.14/6.88	c Subs w/ non-existent bins:      4 l-rem:     47 v-fix:     0 done:  12219 time:  0.03 s
27.14/6.89	c Removed useless bin:     326  fixed:     0  props:   0.80M  time:  0.01 s
27.54/6.99	c lits-rem:      1709  cl-subs:     2803  v-elim:   6487  v-fix:    0  time:  0.10 s
27.54/6.99	c subs with bin:      116  lits-rem:       228  v-fix:    0  time:  0.00 s
27.94/7.00	c lits-rem:        50  cl-subs:      143  v-elim:      0  v-fix:    0  time:  0.01 s
27.94/7.00	c Added XOR as norm:16
28.33/7.14	c asymm  cl-useful: 1159/13635/13635 lits-rem:1529 time: 0.14
28.33/7.15	c calculated reachability. Time: 0.00
28.33/7.15	c  N dy   145     30501      5732     13635     17188      1393     88634     21017      6.85   no data
28.33/7.16	c Finding binary XORs  T:     0.02 s  found:       0
29.55/7.41	c  N dy   148     34580      5732     13635     17265      5380     88634     84636      6.65      7.06
30.72/7.78	c  N dy   165     38846      5730     13635     36514      6557     88633    136167      6.60      6.98
31.12/7.83	c Finding binary XORs  T:     0.01 s  found:      21
32.73/8.21	c  N dy   183     43100      5729     13611     36011     10721     88198    210389      6.57      6.92
33.94/8.52	c  S st   197     45752      5729     13611     36022      6925     88196    106656      6.58   no data
33.94/8.58	c  S st   197     46254      5729     13611     36026      7417     88196    112257      6.58   no data
33.94/8.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.12/8.82	c Flit:     4 Blit:      2 bXBeca:    0 bXProp:   54 Bins:   4216 BRemL:  18322 BRemN:     22 P:  4.3M T:  0.23
35.12/8.82	c Replacing       75 vars Replaced     6634 lits Time:     0.01 s 
35.12/8.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.12/8.83	c bin-w-bin subsume rem         4599 bins  time:  0.00 s
35.12/8.84	c subs with bin:      517  lits-rem:       609  v-fix:    0  time:  0.01 s
35.12/8.85	c Subs w/ non-existent bins:     80 l-rem:    157 v-fix:     0 done:   5647 time:  0.01 s
35.12/8.86	c Removed useless bin:      61  fixed:     0  props:   0.33M  time:  0.00 s
35.52/8.90	c lits-rem:        64  cl-subs:      254  v-elim:    361  v-fix:    0  time:  0.04 s
35.52/8.90	c subs with bin:       87  lits-rem:       287  v-fix:    0  time:  0.00 s
35.52/8.92	c lits-rem:       125  cl-subs:      288  v-elim:      0  v-fix:    0  time:  0.01 s
35.52/8.92	c Added XOR as norm:0
35.52/8.92	c vivif2 --  cl tried    13288 cl shrink      395 lits rem        552 time: 0.00
35.52/8.93	c vivif2 --  cl tried     6006 cl shrink      517 lits rem       1125 time: 0.00
35.92/9.08	c asymm  cl-useful: 170/13283/13283 lits-rem:178 time: 0.15
35.92/9.08	c calculated reachability. Time: 0.00
35.92/9.08	c  N dy   197     46254      5286     13283     13567      6005     86607     53539      6.58   no data
36.32/9.19	c Finding binary XORs  T:     0.01 s  found:      10
37.52/9.47	c  N dy   217     50372      5286     13283     21558     10059     86606    150790      6.57      6.92
38.71/9.79	c Finding binary XORs  T:     0.01 s  found:      13
39.51/9.93	c  N dy   249     54379      5283     13280     21444     13999     86574    234395      6.62      7.40
41.12/10.33	c Finding binary XORs  T:     0.01 s  found:       9
41.52/10.41	c  N dy   276     58433      5275     13272     31186      9928     86494    144503      6.67      7.74
43.51/10.90	c  N dy   305     62492      5272     13272     31240     13946     86494    230431      6.73      7.14
45.50/11.45	c  N dy   334     66593      5271     13272     31256     17984     86493    315305      6.79      7.33
47.13/11.81	c  S st   350     69384      5270     13272     31310     10769     86493    128662      6.80   no data
47.13/11.87	c  S st   350     69891      5267     13272     31315     11265     86493    134776      6.80   no data
47.13/11.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.30/12.12	c Flit:     5 Blit:      2 bXBeca:    0 bXProp:   40 Bins:   7233 BRemL:  16490 BRemN:     27 P:  4.4M T:  0.24
48.30/12.13	c Replacing       72 vars Replaced     7849 lits Time:     0.01 s 
48.30/12.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.30/12.14	c bin-w-bin subsume rem         5060 bins  time:  0.01 s
48.30/12.15	c subs with bin:      129  lits-rem:       114  v-fix:    0  time:  0.01 s
48.30/12.16	c Subs w/ non-existent bins:     37 l-rem:      5 v-fix:     0 done:   5185 time:  0.01 s
48.30/12.16	c Removed useless bin:      59  fixed:     0  props:   0.29M  time:  0.00 s
48.30/12.19	c lits-rem:        27  cl-subs:      322  v-elim:     78  v-fix:    0  time:  0.03 s
48.70/12.20	c subs with bin:      180  lits-rem:       591  v-fix:    0  time:  0.01 s
48.70/12.21	c lits-rem:       200  cl-subs:      298  v-elim:      0  v-fix:    0  time:  0.01 s
48.70/12.21	c Added XOR as norm:0
48.70/12.22	c vivif2 --  cl tried    12849 cl shrink      103 lits rem        149 time: 0.00
48.70/12.23	c vivif2 --  cl tried     9955 cl shrink      790 lits rem       1739 time: 0.01
49.50/12.42	c asymm  cl-useful: 415/12848/12848 lits-rem:1443 time: 0.19
49.50/12.42	c calculated reachability. Time: 0.00
49.50/12.42	c  N dy   350     69891      5107     12710     14859      9951     81241     87956      6.80   no data
49.90/12.57	c Finding binary XORs  T:     0.01 s  found:      42
51.11/12.88	c  N dy   380     74353      5107     12710     14917     14351     81240    175755      6.84     10.07
53.50/13.47	c  N dy   410     79193      5105     12710     14926     19148     81239    271723      6.85      7.45
56.29/14.13	c  N dy   437     84761      5101     12710     22846     13689     81239    150338      6.84      7.20
56.29/14.14	c Finding binary XORs  T:     0.01 s  found:     117
56.29/14.15	c Replacing      159 vars Replaced    16377 lits Time:     0.01 s 
57.49/14.46	c  F st   451     87500      4924     12639     25799     16150     80570    205419      6.84   no data
58.29/14.63	c Finding binary XORs  T:     0.01 s  found:      20
59.09/14.86	c  N st   456     90798      4918     12628     25089     19202     80503    266519      6.84   no data
62.28/15.66	c  N dy   479     97106      4910     12628     25646     13221     80501    138202      6.85      7.41
65.48/16.46	c  N dy   510    103455      4902     12628     25684     19457     80501    245264      6.87      7.24
66.28/16.66	c  S st   521    104836      4900     12628     25692     20811     80501    268421      6.89      5.64
66.68/16.75	c  S st   521    105340      4900     12628     29935     21305     80501    282847      6.89   no data
66.68/16.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.88/17.03	c Flit:     7 Blit:     16 bXBeca:    0 bXProp:  429 Bins:   5262 BRemL:  14726 BRemN:    191 P:  6.7M T:  0.28
67.88/17.05	c Replacing      449 vars Replaced    37639 lits Time:     0.02 s 
67.88/17.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.88/17.06	c bin-w-bin subsume rem         2380 bins  time:  0.00 s
67.88/17.07	c subs with bin:      140  lits-rem:       477  v-fix:    0  time:  0.01 s
67.88/17.07	c Subs w/ non-existent bins:     18 l-rem:     13 v-fix:     0 done:   4367 time:  0.01 s
67.88/17.08	c Removed useless bin:      27  fixed:     0  props:   0.24M  time:  0.00 s
68.28/17.11	c lits-rem:        49  cl-subs:      761  v-elim:    127  v-fix:    0  time:  0.03 s
68.28/17.14	c subs with bin:      449  lits-rem:      5371  v-fix:    0  time:  0.02 s
68.28/17.19	c lits-rem:      1663  cl-subs:     1159  v-elim:      0  v-fix:    0  time:  0.05 s
68.28/17.19	c Added XOR as norm:0
68.28/17.19	c vivif2 --  cl tried    11316 cl shrink      111 lits rem        143 time: 0.00
68.69/17.21	c vivif2 --  cl tried    15661 cl shrink     2840 lits rem       7785 time: 0.02
69.47/17.42	c asymm  cl-useful: 312/11310/11310 lits-rem:716 time: 0.21
69.47/17.42	c calculated reachability. Time: 0.00
69.47/17.42	c  N dy   521    105340      4240     11231     11626     15656     71380    157924      6.89   no data
69.47/17.43	c Finding binary XORs  T:     0.01 s  found:      28
72.67/18.22	c  N dy   561    112077      4220     11231     11952     22253     71380    257333      6.89      8.54
75.07/18.84	c Finding binary XORs  T:     0.01 s  found:      60
75.07/18.85	c Replacing       88 vars Replaced    10292 lits Time:     0.01 s 
75.87/19.05	c  N dy   605    119232      4091     11004     13185     17119     69639    181633      6.91      8.00
79.46/19.99	c Following stats are for *FIRST FINISHED THREAD ONLY*
79.46/19.99	c num threads              : 4          
79.46/19.99	c restarts                 : 613        
79.46/19.99	c dynamic restarts         : 595        
79.46/19.99	c static restarts          : 18         
79.46/19.99	c full restarts            : 2          
79.46/19.99	c total simplify time      : 0.15       
79.46/19.99	c learnts DL2              : 0          
79.46/19.99	c learnts size 2           : 310918     
79.46/19.99	c learnts size 1           : 3097        (14.53     % of vars)
79.46/19.99	c filedLit time            : 2.41        (12.09     % time)
79.46/19.99	c v-elim SatELite          : 13881       (65.12     % vars)
79.46/19.99	c SatELite time            : 0.43        (2.17      % time)
79.46/19.99	c v-elim xor               : 17          (0.08      % vars)
79.46/19.99	c xor elim time            : 0.01        (0.05      % time)
79.46/19.99	c num binary xor trees     : 700        
79.46/19.99	c binxor trees' crown      : 1999        (2.86      leafs/tree)
79.46/19.99	c bin xor find time        : 0.11       
79.46/19.99	c OTF clause improved      : 1283        (0.01      clauses/conflict)
79.46/19.99	c OTF impr. size diff      : 1601        (1.25       lits/clause)
79.46/19.99	c OTF cl watch-shrink      : 70776       (0.56      clauses/conflict)
79.46/19.99	c OTF cl watch-sh-lit      : 213208      (3.01       lits/clause)
79.46/19.99	c tried to recurMin cls    : 48546       (38.67      % of conflicts)
79.46/19.99	c updated cache            : 0           (0.00       lits/tried recurMin)
79.46/19.99	c unit cls recevied        : 107         (3.45      % of units)
79.46/19.99	c unit cls sent            : 571         (18.44     % of units)
79.46/19.99	c bin cls recevied         : 71986      
79.46/19.99	c bin cls sent             : 127616     
79.46/19.99	c clauses over max glue    : 0           (0.00      % of all clauses)
79.46/19.99	c conflicts                : 125532      (6291.08   / sec)
79.46/19.99	c decisions                : 243405      (4.64      % random)
79.46/19.99	c bogo-props               : 834925687   (41842593.45 / sec)
79.46/19.99	c conflict literals        : 2247696     (37.22     % deleted)
79.46/19.99	c Memory used              : 410.84      MB
79.46/19.99	c single-thread CPU time   : 19.95       s
79.46/19.99	c all-threads sum CPU time : 79.67       s
79.46/19.99	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-3291910-1304128529/watcher-3291910-1304128529 -o /tmp/evaluation-result-3291910-1304128529/solver-3291910-1304128529 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3291910-1304128529.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: 6.26 7.67 7.82 7/179 21315
/proc/meminfo: memFree=21143000/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 408 0 0 0 0 0 0 0 21 0 4 0 505268505 52441088 347 33554432000 4194304 4627427 140736750603840 18446744073709551615 47853600737202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 12803 347 299 106 0 7774 0
[pid=21315/tid=21317] ppid=21313 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 505268505 52441088 347 33554432000 4194304 4627427 140736750603840 18446744073709551615 47853600737202 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 505268505 52441088 347 33554432000 4194304 4627427 140736750603840 18446744073709551615 47853600737202 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 505268505 52441088 347 33554432000 4194304 4627427 140736750603840 18446744073709551615 264726461425 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.202761 s]
/proc/loadavg: 6.26 7.67 7.82 7/179 21315
/proc/meminfo: memFree=21143000/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=325632 CPUtime=3.38 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 29083 0 0 0 332 6 0 0 18 0 4 0 505268505 333447168 26585 33554432000 4194304 4627427 140736750603840 18446744073709551615 4409437 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 81408 26585 383 106 0 76379 0
[pid=21315/tid=21317] ppid=21313 vsize=325632 CPUtime=0.83 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 8436 0 0 0 81 2 0 0 18 0 4 0 505268505 333447168 26585 33554432000 4194304 4627427 140736750603840 18446744073709551615 4450272 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=325632 CPUtime=0.84 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 8419 0 0 0 83 1 0 0 18 0 4 0 505268505 333447168 26585 33554432000 4194304 4627427 140736750603840 18446744073709551615 4515616 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=325632 CPUtime=0.84 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 3359 0 0 0 83 1 0 0 19 0 4 0 505268505 333447168 26585 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308117 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 325632

[startup+0.956801 s]
/proc/loadavg: 6.26 7.67 7.82 7/179 21315
/proc/meminfo: memFree=21143000/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=325860 CPUtime=3.79 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 29701 0 0 0 372 7 0 0 18 0 4 0 505268505 333680640 27120 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 81465 27120 389 106 0 76436 0
[pid=21315/tid=21317] ppid=21313 vsize=325860 CPUtime=0.93 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 8575 0 0 0 91 2 0 0 18 0 4 0 505268505 333680640 27120 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=325860 CPUtime=0.94 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 8501 0 0 0 93 1 0 0 18 0 4 0 505268505 333680640 27120 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=325860 CPUtime=0.94 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 3620 0 0 0 93 1 0 0 19 0 4 0 505268505 333680640 27120 33554432000 4194304 4627427 140736750603840 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 325860

[startup+1.05678 s]
/proc/loadavg: 6.26 7.67 7.82 7/179 21315
/proc/meminfo: memFree=21143000/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=325860 CPUtime=4.19 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 29801 0 0 0 412 7 0 0 18 0 4 0 505268505 333680640 27210 33554432000 4194304 4627427 140736750603840 18446744073709551615 4321681 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 81465 27210 389 106 0 76436 0
[pid=21315/tid=21317] ppid=21313 vsize=325860 CPUtime=1.03 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 8612 0 0 0 101 2 0 0 18 0 4 0 505268505 333680640 27210 33554432000 4194304 4627427 140736750603840 18446744073709551615 4299583 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=325860 CPUtime=1.04 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 8519 0 0 0 103 1 0 0 19 0 4 0 505268505 333680640 27210 33554432000 4194304 4627427 140736750603840 18446744073709551615 4332667 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=325860 CPUtime=1.04 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 3631 0 0 0 103 1 0 0 19 0 4 0 505268505 333680640 27210 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 325860

[startup+1.10078 s]
/proc/loadavg: 6.26 7.67 7.82 7/179 21315
/proc/meminfo: memFree=21143000/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=325860 CPUtime=4.37 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 29842 0 0 0 430 7 0 0 18 0 4 0 505268505 333680640 27251 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308987 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 81465 27251 389 106 0 76436 0
[pid=21315/tid=21317] ppid=21313 vsize=325860 CPUtime=1.08 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 8621 0 0 0 106 2 0 0 18 0 4 0 505268505 333680640 27251 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=325860 CPUtime=1.08 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 8534 0 0 0 107 1 0 0 19 0 4 0 505268505 333680640 27251 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308213 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=325860 CPUtime=1.09 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 3638 0 0 0 108 1 0 0 19 0 4 0 505268505 333680640 27251 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 325860

[startup+1.5007 s]
/proc/loadavg: 6.26 7.67 7.82 7/179 21315
/proc/meminfo: memFree=21143000/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=326632 CPUtime=5.96 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 30339 0 0 0 589 7 0 0 19 0 4 0 505268505 334471168 27359 33554432000 4194304 4627427 140736750603840 18446744073709551615 4324663 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 81658 27359 389 106 0 76629 0
[pid=21315/tid=21317] ppid=21313 vsize=326632 CPUtime=1.48 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 8716 0 0 0 146 2 0 0 19 0 4 0 505268505 334471168 27359 33554432000 4194304 4627427 140736750603840 18446744073709551615 4324107 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=326632 CPUtime=1.48 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 8749 0 0 0 147 1 0 0 19 0 4 0 505268505 334471168 27359 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=326632 CPUtime=1.48 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 3734 0 0 0 147 1 0 0 20 0 4 0 505268505 334471168 27359 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 326632

[startup+3.1004 s]
/proc/loadavg: 6.26 7.67 7.82 9/184 21320
/proc/meminfo: memFree=20908744/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=320624 CPUtime=12.35 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 33556 0 0 0 1228 7 0 0 22 0 4 0 505268505 328318976 28580 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 80156 28580 389 106 0 75127 0
[pid=21315/tid=21317] ppid=21313 vsize=320624 CPUtime=3.08 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 9355 0 0 0 306 2 0 0 23 0 4 0 505268505 328318976 28580 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=320624 CPUtime=3.08 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 9520 0 0 0 307 1 0 0 23 0 4 0 505268505 328318976 28580 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308425 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=320624 CPUtime=3.07 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 4880 0 0 0 306 1 0 0 25 0 4 0 505268505 328318976 28580 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 320624

[startup+6.30679 s]
/proc/loadavg: 6.40 7.68 7.82 9/184 21320
/proc/meminfo: memFree=20887836/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=338628 CPUtime=25.15 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 38651 0 0 0 2507 8 0 0 25 0 4 0 505268505 346755072 32762 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 84657 32762 391 106 0 79628 0
[pid=21315/tid=21317] ppid=21313 vsize=338628 CPUtime=6.29 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 10883 0 0 0 626 3 0 0 25 0 4 0 505268505 346755072 32762 33554432000 4194304 4627427 140736750603840 18446744073709551615 4225796 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=338628 CPUtime=6.29 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 10292 0 0 0 628 1 0 0 25 0 4 0 505268505 346755072 32762 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308755 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=338628 CPUtime=6.26 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 5540 0 0 0 625 1 0 0 25 0 4 0 505268505 346755072 32762 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 338628

[startup+12.7006 s]
/proc/loadavg: 6.37 7.65 7.81 6/179 21320
/proc/meminfo: memFree=20944912/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=422600 CPUtime=50.7 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 60844 0 0 0 5057 13 0 0 25 0 4 0 505268505 432742400 52226 33554432000 4194304 4627427 140736750603840 18446744073709551615 4321835 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 105650 52226 391 106 0 100621 0
[pid=21315/tid=21317] ppid=21313 vsize=422600 CPUtime=12.68 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 16837 0 0 0 1264 4 0 0 25 0 4 0 505268505 432742400 52226 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=422600 CPUtime=12.68 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 15072 0 0 0 1266 2 0 0 25 0 4 0 505268505 432742400 52226 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308291 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=422600 CPUtime=12.63 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 13189 0 0 0 1259 4 0 0 25 0 4 0 505268505 432742400 52226 33554432000 4194304 4627427 140736750603840 18446744073709551615 4302447 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 422600

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

[startup+13.5004 s]
/proc/loadavg: 6.37 7.65 7.81 6/178 21341
/proc/meminfo: memFree=20898480/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=347904 CPUtime=53.9 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 61644 0 0 0 5376 14 0 0 25 0 4 0 505268505 356253696 51794 33554432000 4194304 4627427 140736750603840 18446744073709551615 4332890 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 86976 51794 391 106 0 81947 0
[pid=21315/tid=21317] ppid=21313 vsize=347904 CPUtime=13.48 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 16855 0 0 0 1344 4 0 0 25 0 4 0 505268505 356253696 51794 33554432000 4194304 4627427 140736750603840 18446744073709551615 4332735 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=347904 CPUtime=13.48 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 15197 0 0 0 1346 2 0 0 25 0 4 0 505268505 356253696 51794 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=347904 CPUtime=13.42 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 13697 0 0 0 1338 4 0 0 25 0 4 0 505268505 356253696 51794 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 53.9
Current children cumulated vsize (KiB) 347904

[startup+16.7009 s]
/proc/loadavg: 6.26 7.61 7.79 6/176 21342
/proc/meminfo: memFree=20759656/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=355124 CPUtime=66.68 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 65389 0 0 0 6653 15 0 0 25 0 4 0 505268505 363646976 53477 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 88781 53477 391 106 0 83752 0
[pid=21315/tid=21317] ppid=21313 vsize=355124 CPUtime=16.68 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 17794 0 0 0 1664 4 0 0 25 0 4 0 505268505 363646976 53477 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=355124 CPUtime=16.69 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 16086 0 0 0 1666 3 0 0 25 0 4 0 505268505 363646976 53477 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=355124 CPUtime=16.6 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 14672 0 0 0 1656 4 0 0 25 0 4 0 505268505 363646976 53477 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308824 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 66.68
Current children cumulated vsize (KiB) 355124

[startup+18.3005 s]
/proc/loadavg: 6.26 7.61 7.79 8/184 21351
/proc/meminfo: memFree=20545336/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=364424 CPUtime=73.09 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 67151 0 0 0 7293 16 0 0 25 0 4 0 505268505 373170176 54747 33554432000 4194304 4627427 140736750603840 18446744073709551615 4503199 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 91106 54747 391 106 0 86077 0
[pid=21315/tid=21317] ppid=21313 vsize=364424 CPUtime=18.29 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 18237 0 0 0 1824 5 0 0 25 0 4 0 505268505 373170176 54747 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=364424 CPUtime=18.29 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 16090 0 0 0 1826 3 0 0 25 0 4 0 505268505 373170176 54747 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=364424 CPUtime=18.19 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 14853 0 0 0 1815 4 0 0 25 0 4 0 505268505 373170176 54747 33554432000 4194304 4627427 140736750603840 18446744073709551615 4330946 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 73.09
Current children cumulated vsize (KiB) 364424

[startup+19.1004 s]
/proc/loadavg: 6.26 7.61 7.79 8/184 21351
/proc/meminfo: memFree=20545336/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=355164 CPUtime=76.27 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 67453 0 0 0 7611 16 0 0 25 0 4 0 505268505 363687936 54454 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 88791 54454 391 106 0 83762 0
[pid=21315/tid=21317] ppid=21313 vsize=355164 CPUtime=19.09 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 18339 0 0 0 1904 5 0 0 25 0 4 0 505268505 363687936 54454 33554432000 4194304 4627427 140736750603840 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=355164 CPUtime=19.09 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 16090 0 0 0 1906 3 0 0 25 0 4 0 505268505 363687936 54454 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308411 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=355164 CPUtime=18.99 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 14931 0 0 0 1895 4 0 0 25 0 4 0 505268505 363687936 54454 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 76.27
Current children cumulated vsize (KiB) 355164

[startup+19.5063 s]
/proc/loadavg: 6.40 7.61 7.79 9/184 21351
/proc/meminfo: memFree=20105260/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=355164 CPUtime=77.88 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 67617 0 0 0 7772 16 0 0 25 0 4 0 505268505 363687936 54618 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 88791 54618 391 106 0 83762 0
[pid=21315/tid=21317] ppid=21313 vsize=355164 CPUtime=19.49 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 18419 0 0 0 1944 5 0 0 25 0 4 0 505268505 363687936 54618 33554432000 4194304 4627427 140736750603840 18446744073709551615 4537222 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=355164 CPUtime=19.49 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 16090 0 0 0 1946 3 0 0 25 0 4 0 505268505 363687936 54618 33554432000 4194304 4627427 140736750603840 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=355164 CPUtime=19.39 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 14962 0 0 0 1935 4 0 0 25 0 4 0 505268505 363687936 54618 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 77.88
Current children cumulated vsize (KiB) 355164

[startup+19.9002 s]
/proc/loadavg: 6.40 7.61 7.79 9/184 21351
/proc/meminfo: memFree=20105260/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=420700 CPUtime=79.46 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4202496 68574 0 0 0 7930 16 0 0 25 0 4 0 505268505 430796800 55575 33554432000 4194304 4627427 140736750603840 18446744073709551615 4309376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 105175 55575 391 106 0 100146 0
[pid=21315/tid=21317] ppid=21313 vsize=420700 CPUtime=19.88 cores=1,3,5,7
/proc/21315/task/21317/stat : 21317 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 19128 0 0 0 1983 5 0 0 25 0 4 0 505268505 430796800 55575 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21315/tid=21318] ppid=21313 vsize=420700 CPUtime=19.89 cores=1,3,5,7
/proc/21315/task/21318/stat : 21318 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 16090 0 0 0 1986 3 0 0 25 0 4 0 505268505 430796800 55575 33554432000 4194304 4627427 140736750603840 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21315/tid=21319] ppid=21313 vsize=420700 CPUtime=19.78 cores=1,3,5,7
/proc/21315/task/21319/stat : 21319 (strangenight2-m) R 21313 21315 21275 0 -1 4202560 15165 0 0 0 1974 4 0 0 25 0 4 0 505268505 430796800 55575 33554432000 4194304 4627427 140736750603840 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 79.46
Current children cumulated vsize (KiB) 420700

[startup+20.0012 s]
/proc/loadavg: 6.40 7.61 7.79 9/184 21351
/proc/meminfo: memFree=20105260/32951124 swapFree=67111524/67111528
[pid=21315] ppid=21313 vsize=0 CPUtime=79.84 cores=1,3,5,7
/proc/21315/stat : 21315 (strangenight2-m) R 21313 21315 21275 0 -1 4203524 68580 0 0 0 7967 17 0 0 25 0 1 0 505268505 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21315/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 79.84
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 20.0047
CPU time (s): 79.8519
CPU user time (s): 79.6749
CPU system time (s): 0.176973
CPU usage (%): 399.166
Max. virtual memory (cumulated for all children) (KiB): 422600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.6749
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68580
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= 1610
involuntary context switches= 631

runsolver used 0.033994 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-30 03:55:29
IDJOB=3291910
IDBENCH=84958
IDSOLVER=1586
FILE ID=node141/3291910-1304128529
RUNJOBID= node141-1304128529-21294
PBS_JOBID= 13170777
Free space on /tmp= 71420 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT04/industrial/hoonsang/vis-bmc/all.used-as.sat04-986.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291910-1304128529/watcher-3291910-1304128529 -o /tmp/evaluation-result-3291910-1304128529/solver-3291910-1304128529 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3291910-1304128529.cnf

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

MD5SUM BENCH= 51fef6c1c8ac21be9eb125cde1cdd08e
RANDOM SEED=1165577647

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:      21143412 kB
Buffers:       1401388 kB
Cached:        9764988 kB
SwapCached:          4 kB
Active:        3036120 kB
Inactive:      8193628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21143412 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13396 kB
Writeback:           0 kB
AnonPages:       63440 kB
Mapped:          15008 kB
Slab:           512324 kB
PageTables:       4956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217892 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= 71260 MiB
End job on node141 at 2011-04-30 03:55:49