Trace number 3366489

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-mt (fixed)UNSAT 155.166 38.8693

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1223020224-097.UNKNOWN.cnf
MD5SUM9e24719e5efd9c5e96f374a33a1fed5d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.43478
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.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-3366489-1305405456.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:        1278
0.00/0.00	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.00	c -- vars added        300
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       300      1278         0         0      3834         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      4  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     126 undec:      37 neg:     137
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       296      1274         0         0      3855         0   no data   no data
0.07/0.04	c Decided on static restart strategy
0.38/0.12	c  N st     8      4918       296      1274         0      4748      3855     72069   no data   no data
1.18/0.34	c  N st    10     11300       296      1274         0      4399      3855     53003   no data   no data
1.98/0.58	c  N st    11     17043       296      1274         0      9949      3855    147488   no data   no data
3.57/0.94	c  F st    12     25000       296      1274         0     12130      3855    176173   no data   no data
3.57/0.94	c  N st    12     25000       296      1274         0     12130      3855    176173   no data   no data
4.40/1.16	c Decided on static restart strategy
4.40/1.16	c  N st    18     30000       296      1274         0     10468      3855    139487   no data   no data
4.40/1.16	c  S st    18     30000       296      1274         0     10468      3855    139487   no data   no data
4.40/1.19	c  S st    18     30506       296      1274         0     10969      3855    147258   no data   no data
4.40/1.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.76/1.20	c blocked clauses removed:        7 vars:      1 tried:         296 T: 0.00 s
4.76/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    295 time:  0.00 s
4.76/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.76/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.27	c lits-rem:       267  cl-subs:     1378  v-elim:      0  v-fix:    0  time:  0.07 s
4.76/1.28	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.01
4.76/1.28	c calculated reachability. Time: 0.00
4.76/1.28	c  N st    18     30506       295      1267         0      9588      3834    126525   no data   no data
6.37/1.62	c  N st    20     37616       295      1267         0      8874      3834    101697   no data   no data
7.56/1.96	c  N st    21     44015       295      1267         0     15085      3834    206352   no data   no data
7.96/2.08	c  S st    22     45760       295      1267         0     16777      3834    236268   no data   no data
8.38/2.13	c  S st    22     46266       295      1267         0     17280      3834    244675   no data   no data
8.38/2.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.38/2.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.38/2.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.38/2.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/2.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    295 time:  0.00 s
8.38/2.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.38/2.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.38/2.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.78/2.28	c lits-rem:       225  cl-subs:     1571  v-elim:      0  v-fix:    0  time:  0.14 s
8.78/2.28	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
8.78/2.29	c vivif2 --  cl tried    15709 cl shrink        0 lits rem          0 time: 0.00
8.78/2.29	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.01
8.78/2.29	c calculated reachability. Time: 0.00
8.78/2.29	c  N st    22     46266       295      1267         0     15709      3834    220832   no data   no data
12.36/3.13	c  N st    23     60664       295      1267         0     11412      3834    125489   no data   no data
14.35/3.66	c  N st    24     69402       295      1267         0     19764      3834    257081   no data   no data
14.35/3.66	c  S st    24     69402       295      1267         0     19764      3834    257081   no data   no data
14.75/3.71	c  S st    24     69904       295      1267         0     20265      3834    265452   no data   no data
14.75/3.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.75/3.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.75/3.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.75/3.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.75/3.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    295 time:  0.00 s
14.75/3.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.75/3.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.75/3.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.54/3.96	c lits-rem:       155  cl-subs:     2624  v-elim:      0  v-fix:    0  time:  0.23 s
15.54/3.96	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
15.54/3.97	c vivif2 --  cl tried    17641 cl shrink        0 lits rem          0 time: 0.00
15.54/3.98	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.01
15.54/3.98	c calculated reachability. Time: 0.00
15.54/3.98	c  N st    24     69904       295      1267         0     17641      3834    227904   no data   no data
20.34/5.17	c  F st    25     87503       295      1267         0     12529      3834    132507   no data   no data
20.34/5.17	c  N st    25     87503       295      1267         0     12529      3834    132507   no data   no data
21.55/5.48	c Decided on static restart strategy
22.73/5.70	c  N st    32     95544       295      1267         0     20284      3834    262334   no data   no data
25.14/6.36	c  N st    34    104856       295      1267         0     16702      3834    179016   no data   no data
25.14/6.36	c  S st    34    104856       295      1267         0     16702      3834    179016   no data   no data
25.54/6.41	c  S st    34    105360       295      1267         0     17201      3834    187354   no data   no data
25.54/6.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.54/6.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
25.54/6.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.54/6.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.54/6.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.54/6.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    295 time:  0.00 s
25.54/6.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.54/6.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.54/6.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.54/6.49	c lits-rem:       190  cl-subs:     1678  v-elim:      0  v-fix:    0  time:  0.07 s
25.54/6.49	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
25.54/6.50	c vivif2 --  cl tried    15523 cl shrink        0 lits rem          0 time: 0.00
25.95/6.50	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.01
25.95/6.50	c calculated reachability. Time: 0.00
25.95/6.50	c  N st    34    105360       295      1267         0     15523      3834    166953   no data   no data
28.32/7.18	c  N st    35    114959       295      1267         0     24691      3834    305033   no data   no data
32.71/8.23	c  N st    36    129357       295      1267         0     25044      3834    291631   no data   no data
39.53/9.96	c  N st    37    150952       295      1267         0     16126      3834    153429   no data   no data
41.50/10.43	c  S st    38    158041       295      1267         0     22891      3834    258685   no data   no data
41.50/10.49	c  S st    38    158544       295      1267         0     23388      3834    266740   no data   no data
41.50/10.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.90/10.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
41.90/10.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.90/10.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.90/10.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.90/10.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    295 time:  0.00 s
41.90/10.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.90/10.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
41.90/10.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.70/10.70	c lits-rem:       514  cl-subs:     2422  v-elim:      0  v-fix:    0  time:  0.19 s
42.70/10.70	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
42.70/10.70	c vivif2 --  cl tried    20966 cl shrink        0 lits rem          0 time: 0.00
42.70/10.71	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.01
42.70/10.71	c calculated reachability. Time: 0.00
42.70/10.71	c  N st    38    158544       295      1267         0     20966      3834    234133   no data   no data
59.07/14.82	c  N st    39    207132       295      1267         0     33920      3834    406517   no data   no data
69.46/17.45	c  N st    40    237816       295      1267         0     26071      3834    279569   no data   no data
69.46/17.46	c  S st    40    237816       295      1267         0     26071      3834    279569   no data   no data
69.87/17.53	c  S st    40    238323       295      1267         0     26573      3834    288010   no data   no data
69.87/17.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
69.87/17.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
69.87/17.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
69.87/17.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
69.87/17.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.87/17.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    295 time:  0.00 s
69.87/17.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
69.87/17.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
69.87/17.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.65/17.77	c lits-rem:       332  cl-subs:     3085  v-elim:      0  v-fix:    0  time:  0.22 s
70.65/17.77	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
70.65/17.77	c vivif2 --  cl tried    23488 cl shrink        0 lits rem          0 time: 0.00
70.65/17.78	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.01
70.65/17.78	c calculated reachability. Time: 0.00
70.65/17.78	c  N st    40    238323       295      1267         0     23488      3834    248786   no data   no data
94.61/23.73	c  F st    41    306252       295      1267         0     25606      3834    255178   no data   no data
94.61/23.73	c  N st    41    306252       295      1267         0     25606      3834    255178   no data   no data
96.63/24.21	c Decided on static restart strategy
105.79/26.58	c  N st    51    334550       295      1267         3     29674      3834    291260   no data   no data
115.37/28.90	c  N st    53    357485       295      1267         3     27718      3834    265802   no data   no data
115.37/28.90	c  S st    53    357485       295      1267         3     27718      3834    265802   no data   no data
115.37/28.98	c  S st    53    357987       295      1267         3     28216      3834    273969   no data   no data
115.37/28.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
115.37/28.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
115.37/28.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
115.37/28.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
115.37/28.99	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.00 s
115.37/28.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    295 time:  0.00 s
115.37/28.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
115.37/28.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
115.76/29.00	c subs with bin:      101  lits-rem:       339  v-fix:    0  time:  0.00 s
116.16/29.11	c lits-rem:       748  cl-subs:     1613  v-elim:      0  v-fix:    0  time:  0.11 s
116.16/29.11	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
116.16/29.11	c vivif2 --  cl tried    26502 cl shrink        0 lits rem          0 time: 0.00
116.16/29.13	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.01
116.16/29.13	c calculated reachability. Time: 0.00
116.16/29.13	c  N st    53    357987       295      1266         4     26502      3833    252902   no data   no data
129.34/32.45	c  N st    54    390379       295      1266         7     32627      3833    324579   no data   no data
129.34/32.45	c Finding binary XORs  T:     0.00 s  found:       0
151.31/37.96	c  N st    55    438967       295      1266         8     53348      3833    625988   no data   no data
153.32/38.50	c Finding binary XORs  T:     0.00 s  found:       0
154.89/38.86	c  E st    56    448058       282      1224        65     26172      3743    231995   no data   no data
154.89/38.86	c Following stats are for *FIRST FINISHED THREAD ONLY*
154.89/38.86	c num threads              : 4          
154.89/38.86	c restarts                 : 56         
154.89/38.86	c dynamic restarts         : 0          
154.89/38.86	c static restarts          : 56         
154.89/38.86	c full restarts            : 3          
154.89/38.86	c total simplify time      : 0.02       
154.89/38.86	c learnts DL2              : 0          
154.89/38.86	c learnts size 2           : 77         
154.89/38.86	c learnts size 1           : 27          (9.00      % of vars)
154.89/38.86	c filedLit time            : 0.03        (0.08      % time)
154.89/38.86	c v-elim SatELite          : 5           (1.67      % vars)
154.89/38.86	c SatELite time            : 1.01        (2.61      % time)
154.89/38.86	c v-elim xor               : 0           (0.00      % vars)
154.89/38.86	c xor elim time            : 0.01        (0.02      % time)
154.89/38.86	c num binary xor trees     : 0          
154.89/38.86	c binxor trees' crown      : 0           (nan       leafs/tree)
154.89/38.86	c bin xor find time        : 0.00       
154.89/38.86	c OTF clause improved      : 19062       (0.04      clauses/conflict)
154.89/38.86	c OTF impr. size diff      : 20814       (1.09       lits/clause)
154.89/38.86	c OTF cl watch-shrink      : 137641      (0.31      clauses/conflict)
154.89/38.86	c OTF cl watch-sh-lit      : 184135      (1.34       lits/clause)
154.89/38.86	c tried to recurMin cls    : 49354       (11.02      % of conflicts)
154.89/38.86	c updated cache            : 0           (0.00       lits/tried recurMin)
154.89/38.86	c unit cls recevied        : 1           (3.70      % of units)
154.89/38.86	c unit cls sent            : 2           (7.41      % of units)
154.89/38.86	c bin cls recevied         : 8          
154.89/38.86	c bin cls sent             : 30         
154.89/38.86	c clauses over max glue    : 0           (0.00      % of all clauses)
154.89/38.86	c conflicts                : 448058      (11539.83  / sec)
154.89/38.86	c decisions                : 522221      (1.11      % random)
154.89/38.86	c bogo-props               : 5358968632  (138021357.40 / sec)
154.89/38.86	c conflict literals        : 6798241     (30.18     % deleted)
154.89/38.86	c Memory used              : 283.68      MB
154.89/38.86	c single-thread CPU time   : 38.83       s
154.89/38.86	c all-threads sum CPU time : 155.02      s
154.89/38.86	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-3366489-1305405456/watcher-3366489-1305405456 -o /tmp/evaluation-result-3366489-1305405456/solver-3366489-1305405456 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366489-1305405456.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.49 7.93 7.66 5/241 8604
/proc/meminfo: memFree=24306352/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=281700 CPUtime=0 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 697 0 0 0 0 0 0 0 22 0 4 0 652146397 288460800 622 33554432000 4194304 4580107 140733897907232 18446744073709551615 4354920 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 70425 624 345 95 0 65407 0
[pid=8604/tid=8605] ppid=8602 vsize=281688 CPUtime=0 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 85 0 0 0 0 0 0 0 23 0 4 0 652146397 288448512 669 33554432000 4194304 4580107 140733897907232 18446744073709551615 4395904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=281688 CPUtime=0 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 73 0 0 0 0 0 0 0 23 0 4 0 652146397 288448512 669 33554432000 4194304 4580107 140733897907232 18446744073709551615 222921801623 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=281688 CPUtime=0 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 82 0 0 0 0 0 0 0 23 0 4 0 652146397 288448512 669 33554432000 4194304 4580107 140733897907232 18446744073709551615 4324255 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0228951 s]
/proc/loadavg: 7.49 7.93 7.66 5/241 8604
/proc/meminfo: memFree=24306352/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=281688 CPUtime=0.07 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 1009 0 0 0 7 0 0 0 22 0 4 0 652146397 288448512 931 33554432000 4194304 4580107 140733897907232 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 70422 931 376 95 0 65404 0
[pid=8604/tid=8605] ppid=8602 vsize=281688 CPUtime=0.01 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 162 0 0 0 1 0 0 0 23 0 4 0 652146397 288448512 931 33554432000 4194304 4580107 140733897907232 18446744073709551615 4293100 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=281688 CPUtime=0.01 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 156 0 0 0 1 0 0 0 18 0 4 0 652146397 288448512 931 33554432000 4194304 4580107 140733897907232 18446744073709551615 4318683 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=281688 CPUtime=0.01 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 105 0 0 0 1 0 0 0 23 0 4 0 652146397 288448512 931 33554432000 4194304 4580107 140733897907232 18446744073709551615 4293698 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 281688

[startup+0.100881 s]
/proc/loadavg: 7.49 7.93 7.66 5/241 8604
/proc/meminfo: memFree=24306352/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=281976 CPUtime=0.38 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 1388 0 0 0 38 0 0 0 22 0 4 0 652146397 288743424 1310 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 70494 1310 377 95 0 65476 0
[pid=8604/tid=8605] ppid=8602 vsize=281976 CPUtime=0.09 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 253 0 0 0 9 0 0 0 23 0 4 0 652146397 288743424 1310 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=281976 CPUtime=0.09 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 243 0 0 0 9 0 0 0 18 0 4 0 652146397 288743424 1310 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=281976 CPUtime=0.09 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 213 0 0 0 9 0 0 0 23 0 4 0 652146397 288743424 1310 33554432000 4194304 4580107 140733897907232 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 281976

[startup+0.300844 s]
/proc/loadavg: 7.49 7.93 7.66 5/241 8604
/proc/meminfo: memFree=24306352/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=282920 CPUtime=1.18 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 2220 0 0 0 118 0 0 0 22 0 4 0 652146397 289710080 1769 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 70730 1769 377 95 0 65712 0
[pid=8604/tid=8605] ppid=8602 vsize=282920 CPUtime=0.29 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 463 0 0 0 29 0 0 0 23 0 4 0 652146397 289710080 1769 33554432000 4194304 4580107 140733897907232 18446744073709551615 4318850 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=282920 CPUtime=0.29 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 460 0 0 0 29 0 0 0 18 0 4 0 652146397 289710080 1769 33554432000 4194304 4580107 140733897907232 18446744073709551615 4293170 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=282920 CPUtime=0.29 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 414 0 0 0 29 0 0 0 23 0 4 0 652146397 289710080 1769 33554432000 4194304 4580107 140733897907232 18446744073709551615 4323052 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 282920

[startup+0.700771 s]
/proc/loadavg: 7.49 7.93 7.66 5/241 8604
/proc/meminfo: memFree=24306352/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=284180 CPUtime=2.78 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 3831 0 0 0 278 0 0 0 23 0 4 0 652146397 291000320 2032 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 71045 2032 377 95 0 66027 0
[pid=8604/tid=8605] ppid=8602 vsize=284180 CPUtime=0.69 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 856 0 0 0 69 0 0 0 25 0 4 0 652146397 291000320 2032 33554432000 4194304 4580107 140733897907232 18446744073709551615 4321874 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=284180 CPUtime=0.69 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 864 0 0 0 69 0 0 0 18 0 4 0 652146397 291000320 2032 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=284180 CPUtime=0.69 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 816 0 0 0 69 0 0 0 25 0 4 0 652146397 291000320 2032 33554432000 4194304 4580107 140733897907232 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284180

[startup+1.50063 s]
/proc/loadavg: 7.53 7.93 7.66 9/245 8608
/proc/meminfo: memFree=24290820/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=284932 CPUtime=5.97 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 7886 0 0 0 596 1 0 0 25 0 4 0 652146397 291770368 4222 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 71233 4222 379 95 0 66215 0
[pid=8604/tid=8605] ppid=8602 vsize=284932 CPUtime=1.48 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 2252 0 0 0 148 0 0 0 25 0 4 0 652146397 291770368 4222 33554432000 4194304 4580107 140733897907232 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=284932 CPUtime=1.49 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 1445 0 0 0 149 0 0 0 20 0 4 0 652146397 291770368 4222 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=284932 CPUtime=1.49 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 1415 0 0 0 149 0 0 0 25 0 4 0 652146397 291770368 4222 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 284932

[startup+3.10034 s]
/proc/loadavg: 7.53 7.93 7.66 9/245 8608
/proc/meminfo: memFree=24262832/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=290932 CPUtime=12.36 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 14716 0 0 0 1234 2 0 0 25 0 4 0 652146397 297914368 7611 33554432000 4194304 4580107 140733897907232 18446744073709551615 4295838 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 72733 7611 379 95 0 67715 0
[pid=8604/tid=8605] ppid=8602 vsize=290932 CPUtime=3.07 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 3080 0 0 0 307 0 0 0 25 0 4 0 652146397 297914368 7611 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=290932 CPUtime=3.08 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 3675 0 0 0 308 0 0 0 25 0 4 0 652146397 297914368 7611 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=290932 CPUtime=3.09 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 3480 0 0 0 309 0 0 0 25 0 4 0 652146397 297914368 7611 33554432000 4194304 4580107 140733897907232 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 290932

[startup+6.30075 s]
/proc/loadavg: 7.53 7.93 7.66 9/245 8608
/proc/meminfo: memFree=24227376/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=291656 CPUtime=25.14 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 22832 0 0 0 2511 3 0 0 25 0 4 0 652146397 298655744 10161 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 72914 10161 379 95 0 67896 0
[pid=8604/tid=8605] ppid=8602 vsize=291656 CPUtime=6.24 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 5519 0 0 0 624 0 0 0 25 0 4 0 652146397 298655744 10161 33554432000 4194304 4580107 140733897907232 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=291656 CPUtime=6.28 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 5749 0 0 0 628 0 0 0 25 0 4 0 652146397 298655744 10161 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=291656 CPUtime=6.28 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 5013 0 0 0 628 0 0 0 25 0 4 0 652146397 298655744 10161 33554432000 4194304 4580107 140733897907232 18446744073709551615 4293680 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 291656

[startup+12.7006 s]
/proc/loadavg: 7.68 7.95 7.66 9/245 8608
/proc/meminfo: memFree=24206236/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=296580 CPUtime=50.69 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 34596 0 0 0 5064 5 0 0 25 0 4 0 652146397 303697920 12322 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 74145 12322 379 95 0 69127 0
[pid=8604/tid=8605] ppid=8602 vsize=296580 CPUtime=12.6 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 8740 0 0 0 1259 1 0 0 25 0 4 0 652146397 303697920 12322 33554432000 4194304 4580107 140733897907232 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=296580 CPUtime=12.68 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 8400 0 0 0 1267 1 0 0 25 0 4 0 652146397 303697920 12322 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=296580 CPUtime=12.69 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 8188 0 0 0 1268 1 0 0 25 0 4 0 652146397 303697920 12322 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 296580

[startup+25.5002 s]
/proc/loadavg: 7.73 7.95 7.67 9/245 8609
/proc/meminfo: memFree=24175464/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=299288 CPUtime=101.78 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 53724 0 0 0 10169 9 0 0 25 0 4 0 652146397 306470912 15833 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 74822 15833 379 95 0 69804 0
[pid=8604/tid=8605] ppid=8602 vsize=299288 CPUtime=25.3 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 13912 0 0 0 2528 2 0 0 25 0 4 0 652146397 306470912 15833 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=299288 CPUtime=25.49 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 13420 0 0 0 2547 2 0 0 25 0 4 0 652146397 306470912 15833 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=299288 CPUtime=25.48 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 12423 0 0 0 2546 2 0 0 25 0 4 0 652146397 306470912 15833 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 299288

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

[startup+31.9091 s]
/proc/loadavg: 7.77 7.95 7.67 9/245 8609
/proc/meminfo: memFree=24174456/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=299792 CPUtime=127.38 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 61412 0 0 0 12726 12 0 0 25 0 4 0 652146397 306987008 15927 33554432000 4194304 4580107 140733897907232 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 74948 15927 379 95 0 69930 0
[pid=8604/tid=8605] ppid=8602 vsize=299792 CPUtime=31.66 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 15968 0 0 0 3164 2 0 0 25 0 4 0 652146397 306987008 15927 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=299792 CPUtime=31.89 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 15175 0 0 0 3187 2 0 0 25 0 4 0 652146397 306987008 15927 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=299792 CPUtime=31.89 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 14112 0 0 0 3186 3 0 0 25 0 4 0 652146397 306987008 15927 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 127.38
Current children cumulated vsize (KiB) 299792

[startup+35.1005 s]
/proc/loadavg: 7.77 7.95 7.67 9/245 8609
/proc/meminfo: memFree=24165552/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=299944 CPUtime=140.15 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 65631 0 0 0 14002 13 0 0 25 0 4 0 652146397 307142656 17390 33554432000 4194304 4580107 140733897907232 18446744073709551615 4293110 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 74986 17390 379 95 0 69968 0
[pid=8604/tid=8605] ppid=8602 vsize=299944 CPUtime=34.84 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 17041 0 0 0 3482 2 0 0 25 0 4 0 652146397 307142656 17390 33554432000 4194304 4580107 140733897907232 18446744073709551615 4406350 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=299944 CPUtime=35.09 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 16760 0 0 0 3506 3 0 0 25 0 4 0 652146397 307142656 17390 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=299944 CPUtime=35.09 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 14902 0 0 0 3506 3 0 0 25 0 4 0 652146397 307142656 17390 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 140.15
Current children cumulated vsize (KiB) 299944

[startup+36.7012 s]
/proc/loadavg: 7.79 7.95 7.67 9/245 8609
/proc/meminfo: memFree=24167044/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=299996 CPUtime=146.51 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 67486 0 0 0 14638 13 0 0 25 0 4 0 652146397 307195904 17882 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 74999 17882 379 95 0 69981 0
[pid=8604/tid=8605] ppid=8602 vsize=299996 CPUtime=36.42 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 17811 0 0 0 3640 2 0 0 25 0 4 0 652146397 307195904 17882 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=299996 CPUtime=36.69 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 17014 0 0 0 3666 3 0 0 25 0 4 0 652146397 307195904 17882 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=299996 CPUtime=36.68 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 15443 0 0 0 3665 3 0 0 25 0 4 0 652146397 307195904 17882 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 146.51
Current children cumulated vsize (KiB) 299996

[startup+37.501 s]
/proc/loadavg: 7.79 7.95 7.67 9/245 8609
/proc/meminfo: memFree=24162828/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=299996 CPUtime=149.71 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 67979 0 0 0 14958 13 0 0 25 0 4 0 652146397 307195904 18375 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294482 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 74999 18375 379 95 0 69981 0
[pid=8604/tid=8605] ppid=8602 vsize=299996 CPUtime=37.21 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 17958 0 0 0 3719 2 0 0 25 0 4 0 652146397 307195904 18375 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=299996 CPUtime=37.49 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 17123 0 0 0 3746 3 0 0 25 0 4 0 652146397 307195904 18375 33554432000 4194304 4580107 140733897907232 18446744073709551615 4320708 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=299996 CPUtime=37.48 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 15562 0 0 0 3745 3 0 0 25 0 4 0 652146397 307195904 18375 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294754 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 149.71
Current children cumulated vsize (KiB) 299996

[startup+38.3009 s]
/proc/loadavg: 7.79 7.95 7.67 9/245 8609
/proc/meminfo: memFree=24162828/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=290480 CPUtime=152.9 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 69446 0 0 0 15277 13 0 0 25 0 4 0 652146397 297451520 17156 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 72620 17156 379 95 0 67602 0
[pid=8604/tid=8605] ppid=8602 vsize=290480 CPUtime=38.01 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 18385 0 0 0 3799 2 0 0 25 0 4 0 652146397 297451520 17156 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=290480 CPUtime=38.29 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 17574 0 0 0 3826 3 0 0 25 0 4 0 652146397 297451520 17156 33554432000 4194304 4580107 140733897907232 18446744073709551615 4301877 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=290480 CPUtime=38.28 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 15704 0 0 0 3825 3 0 0 25 0 4 0 652146397 297451520 17156 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 152.9
Current children cumulated vsize (KiB) 290480

[startup+38.7008 s]
/proc/loadavg: 7.79 7.95 7.67 9/245 8609
/proc/meminfo: memFree=24157152/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=290480 CPUtime=154.49 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 69725 0 0 0 15436 13 0 0 25 0 4 0 652146397 297451520 17435 33554432000 4194304 4580107 140733897907232 18446744073709551615 4293932 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 72620 17435 379 95 0 67602 0
[pid=8604/tid=8605] ppid=8602 vsize=290480 CPUtime=38.4 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 18450 0 0 0 3838 2 0 0 25 0 4 0 652146397 297451520 17435 33554432000 4194304 4580107 140733897907232 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=290480 CPUtime=38.68 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 17662 0 0 0 3865 3 0 0 25 0 4 0 652146397 297451520 17435 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=290480 CPUtime=38.68 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 15757 0 0 0 3865 3 0 0 25 0 4 0 652146397 297451520 17435 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 154.49
Current children cumulated vsize (KiB) 290480

[startup+38.8008 s]
/proc/loadavg: 7.79 7.95 7.67 9/245 8609
/proc/meminfo: memFree=24157152/32951124 swapFree=61559568/67111528
[pid=8604] ppid=8602 vsize=290480 CPUtime=154.89 cores=1,3,5,7
/proc/8604/stat : 8604 (strangenight2-m) R 8602 8604 7898 0 -1 4202496 69793 0 0 0 15476 13 0 0 25 0 4 0 652146397 297451520 17503 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8604/statm: 72620 17503 379 95 0 67602 0
[pid=8604/tid=8605] ppid=8602 vsize=290480 CPUtime=38.5 cores=1,3,5,7
/proc/8604/task/8605/stat : 8605 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 18466 0 0 0 3848 2 0 0 25 0 4 0 652146397 297451520 17503 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8604/tid=8606] ppid=8602 vsize=290480 CPUtime=38.78 cores=1,3,5,7
/proc/8604/task/8606/stat : 8606 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 17684 0 0 0 3875 3 0 0 25 0 4 0 652146397 297451520 17503 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8604/tid=8607] ppid=8602 vsize=290480 CPUtime=38.78 cores=1,3,5,7
/proc/8604/task/8607/stat : 8607 (strangenight2-m) R 8602 8604 7898 0 -1 4202560 15772 0 0 0 3875 3 0 0 25 0 4 0 652146397 297451520 17503 33554432000 4194304 4580107 140733897907232 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 154.89
Current children cumulated vsize (KiB) 290480

Child status: 20
Real time (s): 38.8693
CPU time (s): 155.166
CPU user time (s): 155.022
CPU system time (s): 0.143978
CPU usage (%): 399.2
Max. virtual memory (cumulated for all children) (KiB): 300700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 155.022
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69840
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= 172
involuntary context switches= 771

runsolver used 0.081987 second user time and 0.208968 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 22:37:36
IDJOB=3366489
IDBENCH=82898
IDSOLVER=1844
FILE ID=node109/3366489-1305405456
RUNJOBID= node109-1305405456-8582
PBS_JOBID= 13324470
Free space on /tmp= 73220 MiB

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

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

MD5SUM BENCH= 9e24719e5efd9c5e96f374a33a1fed5d
RANDOM SEED=1666170151

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24306632 kB
Buffers:        232804 kB
Cached:        2257944 kB
SwapCached:      28404 kB
Active:         105792 kB
Inactive:      8323516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24306632 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:           10896 kB
Writeback:           8 kB
AnonPages:     5916140 kB
Mapped:          17596 kB
Slab:           122436 kB
PageTables:      30352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17938888 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= 73216 MiB
End job on node109 at 2011-05-14 22:38:15