Trace number 3368738

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)UNSAT 138.521 34.734

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1569819208-064.UNKNOWN.cnf
MD5SUM00f21cbc78a2d739f741e391ca987da6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.20581
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368738-1305401932.cnf'
0.00/0.01	c -- header says num vars:            300
0.00/0.01	c -- header says num clauses:        1278
0.00/0.01	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.01	c -- vars added        300
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       300      1278         0         0      3834         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.11/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.11/0.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.11/0.04	c lits-rem:         0  cl-subs:        0  v-elim:      4  v-fix:    0  time:  0.00 s
0.11/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.11/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.11/0.04	c calculated reachability. Time: 0.00
0.11/0.04	c Calc default polars -  time:   0.00 s pos:     132 undec:      31 neg:     137
0.11/0.04	c =========================================================================================
0.11/0.04	c types(t): F = full restart, N = normal restart
0.11/0.04	c types(t): S = simplification begin/end, E = solution found
0.11/0.04	c restart types(rt): st = static, dy = dynamic
0.11/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.11/0.04	c  B st     0         0       296      1277         0         0      3850         0   no data   no data  --
0.11/0.05	c Decided on static restart strategy
0.37/0.13	c  N st     8      4913       296      1277         0      4767      3850     74129   no data   no data  --
1.17/0.34	c  N st    10     11297       296      1277         0      4375      3850     52868   no data   no data  --
1.97/0.54	c  N st    11     17040       296      1277         0      9899      3850    140697   no data   no data  --
3.17/0.87	c  F st    12     25000       296      1277         0     12164      3850    168692   no data   no data  --
3.17/0.87	c  N st    12     25000       296      1277         0     12164      3850    168692   no data   no data  --
3.98/1.09	c Decided on static restart strategy
3.98/1.09	c  N st    18     30000       296      1277         0     10481      3850    133834   no data   no data  --
3.98/1.09	c  S st    18     30000       296      1277         0     10481      3850    133834   no data   no data  --
4.40/1.12	c  S st    18     30501       296      1277         0     10979      3850    141909   no data   no data  --
4.40/1.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.40/1.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.40/1.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.40/1.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.40/1.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/1.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    296 time:  0.00 s
4.40/1.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.75/1.25	c lits-rem:       317  cl-subs:     1323  v-elim:      0  v-fix:    0  time:  0.49 s
4.75/1.26	c asymm  cl-useful: 0/1277/1277 lits-rem:0 time: 0.03
4.75/1.26	c calculated reachability. Time: 0.00
4.75/1.26	c  N st    18     30501       296      1277         0      9656      3850    123749   no data   no data  --
6.36/1.64	c  N st    20     37611       296      1277         0      8950      3850    103066   no data   no data  --
7.55/1.98	c  N st    21     44012       296      1277         0     15040      3850    186490   no data   no data  --
7.95/2.09	c  S st    22     45751       296      1277         0     16703      3850    211292   no data   no data  --
8.37/2.13	c  S st    22     46254       296      1277         0     17202      3850    219480   no data   no data  --
8.37/2.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.37/2.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.37/2.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.37/2.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.37/2.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    296 time:  0.00 s
8.37/2.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.94/2.56	c lits-rem:      1119  cl-subs:     3161  v-elim:      0  v-fix:    0  time:  1.64 s
9.94/2.56	c vivif2 --  cl tried     1277 cl shrink        0 lits rem          0 time: 0.00
9.94/2.56	c vivif2 --  cl tried    14041 cl shrink        0 lits rem          0 time: 0.01
9.94/2.57	c asymm  cl-useful: 0/1277/1277 lits-rem:0 time: 0.04
9.94/2.57	c calculated reachability. Time: 0.00
9.94/2.57	c  N st    22     46254       296      1277         0     14041      3850    177600   no data   no data  --
13.18/3.38	c  N st    23     60651       296      1277         0      9827      3850     99410   no data   no data  --
15.13/3.85	c  N st    24     69381       296      1277         0     18190      3850    221087   no data   no data  --
15.13/3.85	c  S st    24     69381       296      1277         0     18190      3850    221087   no data   no data  --
15.53/3.91	c  S st    24     69885       296      1277         0     18693      3850    229365   no data   no data  --
15.53/3.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.53/3.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.53/3.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.53/3.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.53/3.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.53/3.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    296 time:  0.00 s
15.53/3.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.14/4.35	c lits-rem:       494  cl-subs:     2925  v-elim:      0  v-fix:    0  time:  1.71 s
17.14/4.35	c vivif2 --  cl tried     1277 cl shrink        0 lits rem          0 time: 0.00
17.14/4.35	c vivif2 --  cl tried    15768 cl shrink        0 lits rem          0 time: 0.01
17.14/4.36	c asymm  cl-useful: 0/1277/1277 lits-rem:0 time: 0.04
17.14/4.36	c calculated reachability. Time: 0.00
17.14/4.36	c  N st    24     69885       296      1277         0     15768      3850    192815   no data   no data  --
21.53/5.44	c  F st    25     87500       296      1277         0     22137      3850    280256   no data   no data  --
21.53/5.44	c  N st    25     87500       296      1277         0     22137      3850    280256   no data   no data  --
22.71/5.77	c Decided on static restart strategy
23.51/5.97	c  N st    32     95539       296      1277         0     18397      3850    219417   no data   no data  --
25.92/6.59	c  N st    34    104827       296      1277         0     14861      3850    153094   no data   no data  --
25.92/6.59	c  S st    34    104827       296      1277         0     14861      3850    153094   no data   no data  --
26.34/6.64	c  S st    34    105328       296      1277         0     15357      3850    161252   no data   no data  --
26.34/6.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.34/6.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.34/6.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
26.34/6.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.34/6.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.34/6.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    296 time:  0.00 s
26.34/6.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.09/6.84	c lits-rem:       205  cl-subs:      983  v-elim:      0  v-fix:    0  time:  0.80 s
27.09/6.84	c vivif2 --  cl tried     1277 cl shrink        0 lits rem          0 time: 0.00
27.09/6.85	c vivif2 --  cl tried    14374 cl shrink        0 lits rem          0 time: 0.01
27.09/6.86	c asymm  cl-useful: 0/1277/1277 lits-rem:0 time: 0.04
27.09/6.86	c calculated reachability. Time: 0.00
27.09/6.86	c  N st    34    105328       296      1277         0     14374      3850    149077   no data   no data  --
29.89/7.51	c  N st    35    114926       296      1277         0     23521      3850    284652   no data   no data  --
33.88/8.54	c  N st    36    129325       296      1277         0     23934      3850    280851   no data   no data  --
40.66/10.21	c  N st    37    150922       296      1277         0     30130      3850    373502   no data   no data  --
42.66/10.70	c  S st    38    157992       296      1277         0     21668      3850    232261   no data   no data  --
42.66/10.76	c  S st    38    158492       296      1277         0     22166      3850    241030   no data   no data  --
42.66/10.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.66/10.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.66/10.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
42.66/10.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.66/10.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.66/10.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    296 time:  0.00 s
42.66/10.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.64/11.29	c lits-rem:       615  cl-subs:     2822  v-elim:      0  v-fix:    0  time:  2.06 s
44.64/11.29	c vivif2 --  cl tried     1277 cl shrink        0 lits rem          0 time: 0.00
45.04/11.30	c vivif2 --  cl tried    19344 cl shrink        0 lits rem          0 time: 0.01
45.04/11.31	c asymm  cl-useful: 0/1277/1277 lits-rem:0 time: 0.05
45.04/11.31	c calculated reachability. Time: 0.00
45.04/11.31	c  N st    38    158492       296      1277         0     19344      3850    203990   no data   no data  --
60.20/15.13	c  N st    39    207083       296      1277         0     32336      3850    379220   no data   no data  --
70.21/17.67	c  N st    40    237741       296      1277         0     24438      3850    249262   no data   no data  --
70.21/17.67	c  S st    40    237741       296      1277         0     24438      3850    249262   no data   no data  --
70.57/17.73	c  S st    40    238246       296      1277         0     24937      3850    258088   no data   no data  --
70.57/17.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
70.57/17.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
70.57/17.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
70.57/17.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
70.57/17.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.57/17.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    296 time:  0.00 s
70.57/17.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
72.96/18.37	c lits-rem:      1171  cl-subs:     2251  v-elim:      0  v-fix:    0  time:  2.49 s
72.96/18.37	c vivif2 --  cl tried     1277 cl shrink        0 lits rem          0 time: 0.00
72.96/18.37	c vivif2 --  cl tried    22686 cl shrink        0 lits rem          0 time: 0.01
72.96/18.39	c asymm  cl-useful: 0/1277/1277 lits-rem:0 time: 0.06
72.96/18.39	c calculated reachability. Time: 0.00
72.96/18.39	c  N st    40    238246       296      1277         0     22686      3850    229637   no data   no data  --
97.30/24.45	c  F st    41    306250       296      1277         1     24672      3850    233463   no data   no data  --
97.30/24.45	c  N st    41    306250       296      1277         1     24672      3850    233463   no data   no data  --
98.90/24.88	c Decided on static restart strategy
107.67/27.05	c  N st    51    334550       296      1277         4     28769      3850    285479   no data   no data  --
116.45/29.28	c  N st    53    357369       296      1277         4     26777      3850    250400   no data   no data  --
116.45/29.28	c  S st    53    357369       296      1277         4     26777      3850    250400   no data   no data  --
116.45/29.28	c Finding binary XORs  T:     0.00 s  found:       0
116.85/29.35	c  S st    53    357876       296      1277         6     27281      3850    258300   no data   no data  --
116.85/29.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
116.85/29.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
116.85/29.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
116.85/29.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
117.25/29.42	c subs with bin:     1491  lits-rem:      1749  v-fix:    0  time:  0.23 s
117.25/29.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    296 time:  0.00 s
117.25/29.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
119.24/29.95	c lits-rem:      1216  cl-subs:     1800  v-elim:      0  v-fix:    0  time:  2.10 s
119.24/29.95	c vivif2 --  cl tried     1277 cl shrink        0 lits rem          0 time: 0.00
119.24/29.95	c vivif2 --  cl tried    23990 cl shrink        0 lits rem          0 time: 0.01
119.24/29.97	c asymm  cl-useful: 0/1277/1277 lits-rem:0 time: 0.07
119.24/29.97	c calculated reachability. Time: 0.00
119.24/29.97	c  N st    53    357876       296      1277         9     23990      3850    218642   no data   no data  --
131.23/32.92	c Finding binary XORs  T:     0.00 s  found:       0
131.65/33.03	c  N st    54    390268       295      1258        24     23213      3813    206639   no data   no data  --
137.19/34.49	c Finding binary XORs  T:     0.00 s  found:       0
138.39/34.72	c  E st    55    411706       277      1119       116     18749      3499    165274   no data   no data  --
138.39/34.72	c Following stats are for *FIRST FINISHED THREAD ONLY*
138.39/34.73	c num threads              : 4          
138.39/34.73	c restarts                 : 55         
138.39/34.73	c dynamic restarts         : 0          
138.39/34.73	c static restarts          : 55         
138.39/34.73	c full restarts            : 3          
138.39/34.73	c total simplify time      : 0.22       
138.39/34.73	c learnts DL2              : 0          
138.39/34.73	c learnts size 2           : 177        
138.39/34.73	c learnts size 1           : 93          (31.00     % of vars)
138.39/34.73	c filedLit time            : 0.12        (0.09      % time)
138.39/34.73	c v-elim SatELite          : 4           (1.33      % vars)
138.39/34.73	c SatELite time            : 11.12       (8.04      % time)
138.39/34.73	c v-elim xor               : 0           (0.00      % vars)
138.39/34.73	c xor elim time            : 0.02        (0.01      % time)
138.39/34.73	c num binary xor trees     : 0          
138.39/34.73	c binxor trees' crown      : 0           (nan       leafs/tree)
138.39/34.73	c bin xor find time        : 0.00       
138.39/34.73	c OTF clause improved      : 19436       (0.05      clauses/conflict)
138.39/34.73	c OTF impr. size diff      : 20235       (1.04       lits/clause)
138.39/34.73	c OTF cl watch-shrink      : 93268       (0.23      clauses/conflict)
138.39/34.73	c OTF cl watch-sh-lit      : 118365      (1.27       lits/clause)
138.39/34.73	c tried to recurMin cls    : 61708       (14.99      % of conflicts)
138.39/34.73	c updated cache            : 0           (0.00       lits/tried recurMin)
138.39/34.73	c unit cls received        : 0           (0.00      % of units)
138.39/34.73	c unit cls sent            : 7           (7.53      % of units)
138.39/34.73	c bin cls received         : 8          
138.39/34.73	c bin cls sent             : 86         
138.39/34.73	c clauses over max glue    : 0           (0.00      % of all clauses)
138.39/34.73	c conflicts                : 411706      (2974.84   / sec)
138.39/34.73	c decisions                : 478314      (1.24      % random)
138.39/34.73	c bogo-props               : 4489424433  (32438984.73 / sec)
138.39/34.73	c conflict literals        : 5960769     (29.91     % deleted)
138.39/34.73	c Memory used              : 284.86      MB
138.39/34.73	c single-thread CPU time   : 138.40      s
138.39/34.73	c all-threads sum CPU time : 138.40      s
138.39/34.73	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368738-1305401932/watcher-3368738-1305401932 -o /tmp/evaluation-result-3368738-1305401932/solver-3368738-1305401932 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368738-1305401932.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.57 8.03 8.03 2/349 7856
/proc/meminfo: memFree=17791156/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 412 0 0 0 0 0 0 0 23 0 4 0 730423839 52465664 353 33554432000 4194304 4650419 140736308895984 18446744073709551615 47627776194476 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 12809 353 303 112 0 7774 0
[pid=7856/tid=7857] ppid=7854 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 730423840 52465664 353 33554432000 4194304 4650419 140736308895984 18446744073709551615 47627776194482 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 730423840 52465664 353 33554432000 4194304 4650419 140736308895984 18446744073709551615 47627776194482 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 730423840 52465664 353 33554432000 4194304 4650419 140736308895984 18446744073709551615 256415448049 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0370449 s]
/proc/loadavg: 7.57 8.03 8.03 2/349 7856
/proc/meminfo: memFree=17791156/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=282152 CPUtime=0.11 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 1073 0 0 0 11 0 0 0 18 0 4 0 730423839 288923648 963 33554432000 4194304 4650419 140736308895984 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 70538 963 390 112 0 65503 0
[pid=7856/tid=7857] ppid=7854 vsize=282152 CPUtime=0.03 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 155 0 0 0 3 0 0 0 25 0 4 0 730423840 288923648 963 33554432000 4194304 4650419 140736308895984 18446744073709551615 4363584 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=282152 CPUtime=0.03 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 164 0 0 0 3 0 0 0 18 0 4 0 730423840 288923648 963 33554432000 4194304 4650419 140736308895984 18446744073709551615 4315228 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=282152 CPUtime=0.02 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 132 0 0 0 2 0 0 0 25 0 4 0 730423840 288923648 964 33554432000 4194304 4650419 140736308895984 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 282152

[startup+0.10105 s]
/proc/loadavg: 7.57 8.03 8.03 2/349 7856
/proc/meminfo: memFree=17791156/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=282312 CPUtime=0.37 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 1415 0 0 0 37 0 0 0 18 0 4 0 730423839 289087488 1305 33554432000 4194304 4650419 140736308895984 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 70578 1305 391 112 0 65543 0
[pid=7856/tid=7857] ppid=7854 vsize=282312 CPUtime=0.09 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 232 0 0 0 9 0 0 0 25 0 4 0 730423840 289087488 1305 33554432000 4194304 4650419 140736308895984 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=282312 CPUtime=0.09 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 249 0 0 0 9 0 0 0 18 0 4 0 730423840 289087488 1305 33554432000 4194304 4650419 140736308895984 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=282312 CPUtime=0.08 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 225 0 0 0 8 0 0 0 25 0 4 0 730423840 289087488 1305 33554432000 4194304 4650419 140736308895984 18446744073709551615 4333952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282312

[startup+0.300994 s]
/proc/loadavg: 7.57 8.03 8.03 2/349 7856
/proc/meminfo: memFree=17791156/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=283180 CPUtime=1.17 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 2323 0 0 0 117 0 0 0 18 0 4 0 730423839 289976320 1827 33554432000 4194304 4650419 140736308895984 18446744073709551615 4364346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 70795 1827 393 112 0 65760 0
[pid=7856/tid=7857] ppid=7854 vsize=283180 CPUtime=0.29 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 454 0 0 0 29 0 0 0 25 0 4 0 730423840 289976320 1827 33554432000 4194304 4650419 140736308895984 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=283180 CPUtime=0.29 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 478 0 0 0 29 0 0 0 18 0 4 0 730423840 289976320 1828 33554432000 4194304 4650419 140736308895984 18446744073709551615 256415052097 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=283180 CPUtime=0.28 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 455 0 0 0 28 0 0 0 25 0 4 0 730423840 289976320 1828 33554432000 4194304 4650419 140736308895984 18446744073709551615 4360431 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283180

[startup+0.700919 s]
/proc/loadavg: 7.57 8.03 8.03 2/349 7856
/proc/meminfo: memFree=17791156/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=284236 CPUtime=2.76 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 4025 0 0 0 276 0 0 0 18 0 4 0 730423839 291057664 2155 33554432000 4194304 4650419 140736308895984 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 71059 2155 393 112 0 66024 0
[pid=7856/tid=7857] ppid=7854 vsize=284236 CPUtime=0.69 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 860 0 0 0 69 0 0 0 25 0 4 0 730423840 291057664 2155 33554432000 4194304 4650419 140736308895984 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=284236 CPUtime=0.69 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 881 0 0 0 69 0 0 0 18 0 4 0 730423840 291057664 2155 33554432000 4194304 4650419 140736308895984 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=284236 CPUtime=0.68 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 895 0 0 0 68 0 0 0 25 0 4 0 730423840 291057664 2155 33554432000 4194304 4650419 140736308895984 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284236

[startup+1.50077 s]
/proc/loadavg: 7.57 8.03 8.03 11/358 7890
/proc/meminfo: memFree=17777484/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=279508 CPUtime=5.96 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 7908 0 0 0 594 2 0 0 20 0 4 0 730423839 286216192 4559 33554432000 4194304 4650419 140736308895984 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 69877 4559 395 112 0 64842 0
[pid=7856/tid=7857] ppid=7854 vsize=279508 CPUtime=1.49 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 2219 0 0 0 149 0 0 0 25 0 4 0 730423840 286216192 4559 33554432000 4194304 4650419 140736308895984 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=279508 CPUtime=1.48 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 1436 0 0 0 148 0 0 0 19 0 4 0 730423840 286216192 4560 33554432000 4194304 4650419 140736308895984 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=279508 CPUtime=1.46 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 1501 0 0 0 146 0 0 0 25 0 4 0 730423840 286216192 4560 33554432000 4194304 4650419 140736308895984 18446744073709551615 4365237 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) 279508

[startup+3.10047 s]
/proc/loadavg: 7.57 8.03 8.03 9/358 7890
/proc/meminfo: memFree=17741648/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=270964 CPUtime=12.34 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 13362 0 0 0 1232 2 0 0 25 0 4 0 730423839 277467136 7997 33554432000 4194304 4650419 140736308895984 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 67741 7997 395 112 0 62706 0
[pid=7856/tid=7857] ppid=7854 vsize=270964 CPUtime=3.09 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 3050 0 0 0 309 0 0 0 25 0 4 0 730423840 277467136 7997 33554432000 4194304 4650419 140736308895984 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=270964 CPUtime=3.09 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 3244 0 0 0 308 1 0 0 25 0 4 0 730423840 277467136 7997 33554432000 4194304 4650419 140736308895984 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=270964 CPUtime=3.05 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 3051 0 0 0 305 0 0 0 25 0 4 0 730423840 277467136 7997 33554432000 4194304 4650419 140736308895984 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 270964

[startup+6.30086 s]
/proc/loadavg: 7.60 8.03 8.03 9/358 7890
/proc/meminfo: memFree=17710692/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=284028 CPUtime=25.11 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 20296 0 0 0 2507 4 0 0 25 0 4 0 730423839 290844672 10492 33554432000 4194304 4650419 140736308895984 18446744073709551615 4366933 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 71007 10492 395 112 0 65972 0
[pid=7856/tid=7857] ppid=7854 vsize=284028 CPUtime=6.28 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 5114 0 0 0 628 0 0 0 25 0 4 0 730423840 290844672 10492 33554432000 4194304 4650419 140736308895984 18446744073709551615 4334325 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=284028 CPUtime=6.28 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 5273 0 0 0 627 1 0 0 25 0 4 0 730423840 290844672 10492 33554432000 4194304 4650419 140736308895984 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=284028 CPUtime=6.21 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 4127 0 0 0 621 0 0 0 25 0 4 0 730423840 290844672 10492 33554432000 4194304 4650419 140736308895984 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 284028

[startup+12.7007 s]
/proc/loadavg: 7.79 8.06 8.04 10/359 7891
/proc/meminfo: memFree=17658936/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=286488 CPUtime=50.63 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 30231 0 0 0 5057 6 0 0 25 0 4 0 730423839 293363712 13591 33554432000 4194304 4650419 140736308895984 18446744073709551615 4366943 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 71622 13591 395 112 0 66587 0
[pid=7856/tid=7857] ppid=7854 vsize=286488 CPUtime=12.69 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 7680 0 0 0 1268 1 0 0 25 0 4 0 730423840 293363712 13591 33554432000 4194304 4650419 140736308895984 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=286488 CPUtime=12.69 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 7761 0 0 0 1267 2 0 0 25 0 4 0 730423840 293363712 13591 33554432000 4194304 4650419 140736308895984 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=286488 CPUtime=12.54 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 6385 0 0 0 1253 1 0 0 25 0 4 0 730423840 293363712 13591 33554432000 4194304 4650419 140736308895984 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 286488

[startup+25.5002 s]
/proc/loadavg: 8.13 8.12 8.06 10/359 7892
/proc/meminfo: memFree=17610080/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=281368 CPUtime=101.68 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 44902 0 0 0 10159 9 0 0 25 0 4 0 730423839 288120832 16852 33554432000 4194304 4650419 140736308895984 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 70342 16852 395 112 0 65307 0
[pid=7856/tid=7857] ppid=7854 vsize=281368 CPUtime=25.48 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 11633 0 0 0 2546 2 0 0 25 0 4 0 730423840 288120832 16852 33554432000 4194304 4650419 140736308895984 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=281368 CPUtime=25.49 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 11726 0 0 0 2546 3 0 0 25 0 4 0 730423840 288120832 16852 33554432000 4194304 4650419 140736308895984 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=281368 CPUtime=25.2 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 8837 0 0 0 2518 2 0 0 25 0 4 0 730423840 288120832 16852 33554432000 4194304 4650419 140736308895984 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 281368

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

[startup+28.7006 s]
/proc/loadavg: 8.13 8.12 8.06 9/358 7892
/proc/meminfo: memFree=17640588/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=290976 CPUtime=114.45 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 47469 0 0 0 11435 10 0 0 25 0 4 0 730423839 297959424 16904 33554432000 4194304 4650419 140736308895984 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 72744 16904 395 112 0 67709 0
[pid=7856/tid=7857] ppid=7854 vsize=290976 CPUtime=28.68 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 12317 0 0 0 2866 2 0 0 25 0 4 0 730423840 297959424 16904 33554432000 4194304 4650419 140736308895984 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=290976 CPUtime=28.69 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 12546 0 0 0 2866 3 0 0 25 0 4 0 730423840 297959424 16904 33554432000 4194304 4650419 140736308895984 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=290976 CPUtime=28.36 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 9036 0 0 0 2834 2 0 0 25 0 4 0 730423840 297959424 16904 33554432000 4194304 4650419 140736308895984 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 114.45
Current children cumulated vsize (KiB) 290976

[startup+31.913 s]
/proc/loadavg: 8.12 8.12 8.06 9/358 7892
/proc/meminfo: memFree=17630168/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=291136 CPUtime=127.27 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 50417 0 0 0 12716 11 0 0 25 0 4 0 730423839 298123264 17746 33554432000 4194304 4650419 140736308895984 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 72784 17746 395 112 0 67749 0
[pid=7856/tid=7857] ppid=7854 vsize=291136 CPUtime=31.9 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 13131 0 0 0 3187 3 0 0 25 0 4 0 730423840 298123264 17746 33554432000 4194304 4650419 140736308895984 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=291136 CPUtime=31.9 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 13382 0 0 0 3187 3 0 0 25 0 4 0 730423840 298123264 17746 33554432000 4194304 4650419 140736308895984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=291136 CPUtime=31.54 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 9459 0 0 0 3152 2 0 0 25 0 4 0 730423840 298123264 17746 33554432000 4194304 4650419 140736308895984 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 127.27
Current children cumulated vsize (KiB) 291136

[startup+33.5007 s]
/proc/loadavg: 8.12 8.12 8.06 9/358 7892
/proc/meminfo: memFree=17628684/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=291520 CPUtime=133.6 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 52304 0 0 0 13349 11 0 0 25 0 4 0 730423839 298516480 17435 33554432000 4194304 4650419 140736308895984 18446744073709551615 4366845 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 72880 17435 395 112 0 67845 0
[pid=7856/tid=7857] ppid=7854 vsize=291520 CPUtime=33.49 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 13708 0 0 0 3346 3 0 0 25 0 4 0 730423840 298516480 17435 33554432000 4194304 4650419 140736308895984 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=291520 CPUtime=33.49 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 13967 0 0 0 3345 4 0 0 25 0 4 0 730423840 298516480 17435 33554432000 4194304 4650419 140736308895984 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=291520 CPUtime=33.12 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 9645 0 0 0 3310 2 0 0 25 0 4 0 730423840 298516480 17435 33554432000 4194304 4650419 140736308895984 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 133.6
Current children cumulated vsize (KiB) 291520

[startup+34.3006 s]
/proc/loadavg: 8.12 8.12 8.06 9/358 7892
/proc/meminfo: memFree=17632776/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=291692 CPUtime=136.79 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 53027 0 0 0 13668 11 0 0 25 0 4 0 730423839 298692608 18158 33554432000 4194304 4650419 140736308895984 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 72923 18158 395 112 0 67888 0
[pid=7856/tid=7857] ppid=7854 vsize=291692 CPUtime=34.29 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 13808 0 0 0 3426 3 0 0 25 0 4 0 730423840 298692608 18158 33554432000 4194304 4650419 140736308895984 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=291692 CPUtime=34.29 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 14083 0 0 0 3425 4 0 0 25 0 4 0 730423840 298692608 18158 33554432000 4194304 4650419 140736308895984 18446744073709551615 4368151 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=291692 CPUtime=33.9 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 10020 0 0 0 3388 2 0 0 25 0 4 0 730423840 298692608 18158 33554432000 4194304 4650419 140736308895984 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 136.79
Current children cumulated vsize (KiB) 291692

[startup+34.7005 s]
/proc/loadavg: 8.12 8.12 8.06 9/358 7892
/proc/meminfo: memFree=17632776/32950928 swapFree=67111200/67111528
[pid=7856] ppid=7854 vsize=291692 CPUtime=138.39 cores=1,3,5,7
/proc/7856/stat : 7856 (strangenight1-m) R 7854 7856 7452 0 -1 4202496 53275 0 0 0 13827 12 0 0 25 0 4 0 730423839 298692608 18406 33554432000 4194304 4650419 140736308895984 18446744073709551615 4365453 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7856/statm: 72923 18406 395 112 0 67888 0
[pid=7856/tid=7857] ppid=7854 vsize=291692 CPUtime=34.69 cores=1,3,5,7
/proc/7856/task/7857/stat : 7857 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 13884 0 0 0 3466 3 0 0 25 0 4 0 730423840 298692608 18406 33554432000 4194304 4650419 140736308895984 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7856/tid=7858] ppid=7854 vsize=291692 CPUtime=34.69 cores=1,3,5,7
/proc/7856/task/7858/stat : 7858 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 14133 0 0 0 3465 4 0 0 25 0 4 0 730423840 298692608 18406 33554432000 4194304 4650419 140736308895984 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7856/tid=7859] ppid=7854 vsize=291692 CPUtime=34.3 cores=1,3,5,7
/proc/7856/task/7859/stat : 7859 (strangenight1-m) R 7854 7856 7452 0 -1 4202560 10079 0 0 0 3428 2 0 0 25 0 4 0 730423840 298692608 18406 33554432000 4194304 4650419 140736308895984 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 138.39
Current children cumulated vsize (KiB) 291692

Child status: 20
Real time (s): 34.734
CPU time (s): 138.521
CPU user time (s): 138.396
CPU system time (s): 0.124981
CPU usage (%): 398.805
Max. virtual memory (cumulated for all children) (KiB): 300440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.396
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53295
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= 244
involuntary context switches= 993

runsolver used 0.111982 second user time and 0.278957 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-14 21:38:52
IDJOB=3368738
IDBENCH=82747
IDSOLVER=1846
FILE ID=node115/3368738-1305401932
RUNJOBID= node115-1305400726-7768
PBS_JOBID= 13324450
Free space on /tmp= 73224 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1569819208-064.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368738-1305401932/watcher-3368738-1305401932 -o /tmp/evaluation-result-3368738-1305401932/solver-3368738-1305401932 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368738-1305401932.cnf

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

MD5SUM BENCH= 00f21cbc78a2d739f741e391ca987da6
RANDOM SEED=422594589

node115.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.811
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.62
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.811
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	: 5226.15
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.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.77
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.811
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.74
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.811
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17791436 kB
Buffers:        285788 kB
Cached:        4528696 kB
SwapCached:          0 kB
Active:       11967748 kB
Inactive:      2874408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17791436 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            6224 kB
Writeback:           0 kB
AnonPages:    10027904 kB
Mapped:          28228 kB
Slab:           210912 kB
PageTables:      40928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69689684 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= 73224 MiB
End job on node115 at 2011-05-14 21:39:27