Trace number 3174080

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mtUNSAT 151.625 38.5622

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-3174080-1304088234.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.05	c lits-rem:         0  cl-subs:        0  v-elim:      4  v-fix:    0  time:  0.00 s
0.00/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.05	c calculated reachability. Time: 0.00
0.00/0.05	c Calc default polars -  time:   0.00 s pos:     126 undec:      37 neg:     137
0.00/0.05	c =========================================================================================
0.00/0.05	c types(t): F = full restart, N = normal restart
0.00/0.05	c types(t): S = simplification begin/end, E = solution found
0.00/0.05	c restart types(rt): st = static, dy = dynamic
0.00/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.05	c  B st     0         0       296      1274         0         0      3855         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.77/0.20	c  N st     8      4918       296      1274         0      4748      3855     72069   no data   no data
1.17/0.34	c  N st    10     11300       296      1274         0      4399      3855     53003   no data   no data
1.97/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.38/1.16	c Decided on static restart strategy
4.38/1.16	c  N st    18     30000       296      1274         0     10468      3855    139487   no data   no data
4.38/1.16	c  S st    18     30000       296      1274         0     10468      3855    139487   no data   no data
4.38/1.19	c  S st    18     30506       296      1274         0     10969      3855    147258   no data   no data
4.38/1.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.38/1.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.38/1.19	c blocked clauses removed:        7 vars:      1 tried:         296 T: 0.00 s
4.38/1.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.38/1.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.38/1.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    295 time:  0.00 s
4.38/1.19	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.27	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.01
4.76/1.27	c calculated reachability. Time: 0.00
4.76/1.27	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.95	c  N st    21     44015       295      1267         0     15085      3834    206352   no data   no data
7.96/2.07	c  S st    22     45760       295      1267         0     16777      3834    236268   no data   no data
8.38/2.12	c  S st    22     46266       295      1267         0     17280      3834    244675   no data   no data
8.38/2.12	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.13	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.28	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.12	c  N st    23     60664       295      1267         0     11412      3834    125489   no data   no data
14.36/3.65	c  N st    24     69402       295      1267         0     19764      3834    257081   no data   no data
14.36/3.65	c  S st    24     69402       295      1267         0     19764      3834    257081   no data   no data
14.76/3.70	c  S st    24     69904       295      1267         0     20265      3834    265452   no data   no data
14.76/3.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.76/3.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.76/3.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.76/3.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.76/3.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    295 time:  0.00 s
14.76/3.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.76/3.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.76/3.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.49/3.96	c lits-rem:       155  cl-subs:     2624  v-elim:      0  v-fix:    0  time:  0.23 s
15.49/3.96	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
15.49/3.96	c vivif2 --  cl tried    17641 cl shrink        0 lits rem          0 time: 0.00
15.49/3.97	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.01
15.49/3.97	c calculated reachability. Time: 0.00
15.49/3.97	c  N st    24     69904       295      1267         0     17641      3834    227904   no data   no data
19.54/5.16	c  F st    25     87503       295      1267         0     12529      3834    132507   no data   no data
19.54/5.16	c  N st    25     87503       295      1267         0     12529      3834    132507   no data   no data
20.58/5.47	c Decided on static restart strategy
21.24/5.68	c  N st    32     95544       295      1267         0     20284      3834    262334   no data   no data
23.64/6.35	c  N st    34    104856       295      1267         0     16702      3834    179016   no data   no data
23.64/6.35	c  S st    34    104856       295      1267         0     16702      3834    179016   no data   no data
23.98/6.40	c  S st    34    105360       295      1267         0     17201      3834    187354   no data   no data
23.98/6.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.98/6.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.98/6.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.98/6.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.98/6.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.98/6.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    295 time:  0.00 s
23.98/6.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.98/6.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.98/6.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.98/6.48	c lits-rem:       190  cl-subs:     1678  v-elim:      0  v-fix:    0  time:  0.07 s
23.98/6.48	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
23.98/6.48	c vivif2 --  cl tried    15523 cl shrink        0 lits rem          0 time: 0.00
23.98/6.49	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.01
23.98/6.49	c calculated reachability. Time: 0.00
23.98/6.49	c  N st    34    105360       295      1267         0     15523      3834    166953   no data   no data
26.32/7.18	c  N st    35    114959       295      1267         0     24691      3834    305033   no data   no data
30.47/8.22	c  N st    36    129357       295      1267         0     25044      3834    291631   no data   no data
37.27/9.95	c  N st    37    150952       295      1267         0     16126      3834    153429   no data   no data
39.24/10.43	c  S st    38    158041       295      1267         0     22891      3834    258685   no data   no data
39.24/10.49	c  S st    38    158544       295      1267         0     23388      3834    266740   no data   no data
39.24/10.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.24/10.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
39.24/10.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.24/10.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.24/10.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.24/10.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    295 time:  0.00 s
39.24/10.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.64/10.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
39.64/10.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.04/10.69	c lits-rem:       514  cl-subs:     2422  v-elim:      0  v-fix:    0  time:  0.19 s
40.04/10.69	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
40.44/10.70	c vivif2 --  cl tried    20966 cl shrink        0 lits rem          0 time: 0.00
40.44/10.71	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.01
40.44/10.71	c calculated reachability. Time: 0.00
40.44/10.71	c  N st    38    158544       295      1267         0     20966      3834    234133   no data   no data
56.41/14.78	c  N st    39    207132       295      1267         0     33920      3834    406517   no data   no data
67.20/17.43	c  N st    40    237816       295      1267         0     26071      3834    279569   no data   no data
67.20/17.43	c  S st    40    237816       295      1267         0     26071      3834    279569   no data   no data
67.61/17.50	c  S st    40    238323       295      1267         0     26573      3834    288010   no data   no data
67.61/17.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.61/17.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
67.61/17.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.61/17.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.61/17.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.61/17.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    295 time:  0.00 s
67.61/17.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.61/17.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
67.61/17.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.39/17.75	c lits-rem:       332  cl-subs:     3085  v-elim:      0  v-fix:    0  time:  0.22 s
68.39/17.75	c vivif2 --  cl tried     1267 cl shrink        0 lits rem          0 time: 0.00
68.39/17.75	c vivif2 --  cl tried    23488 cl shrink        0 lits rem          0 time: 0.00
68.39/17.76	c asymm  cl-useful: 0/1267/1267 lits-rem:0 time: 0.01
68.39/17.76	c calculated reachability. Time: 0.00
68.39/17.76	c  N st    40    238323       295      1267         0     23488      3834    248786   no data   no data
91.93/23.69	c  F st    41    306252       295      1267         0     25606      3834    255178   no data   no data
91.93/23.69	c  N st    41    306252       295      1267         0     25606      3834    255178   no data   no data
93.94/24.16	c Decided on static restart strategy
103.50/26.52	c  N st    51    334550       295      1267         3     29621      3834    294455   no data   no data
112.26/28.78	c  N st    53    357484       295      1267         4     27696      3834    271682   no data   no data
112.26/28.78	c  S st    53    357484       295      1267         4     27696      3834    271682   no data   no data
112.66/28.86	c  S st    53    357988       295      1267         4     28195      3834    279672   no data   no data
112.66/28.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
112.66/28.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
112.66/28.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
112.66/28.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
112.66/28.87	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.00 s
112.66/28.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    295 time:  0.00 s
112.66/28.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
112.66/28.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
112.66/28.89	c subs with bin:      216  lits-rem:       481  v-fix:    0  time:  0.01 s
113.46/29.01	c lits-rem:       399  cl-subs:     1383  v-elim:      0  v-fix:    0  time:  0.11 s
113.46/29.01	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
113.46/29.01	c vivif2 --  cl tried    26596 cl shrink        0 lits rem          0 time: 0.00
113.46/29.02	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.01
113.46/29.02	c calculated reachability. Time: 0.00
113.46/29.02	c  N st    53    357988       295      1266         5     26596      3833    259249   no data   no data
127.43/32.52	c  N st    54    390381       295      1266         5     32683      3833    329999   no data   no data
127.43/32.52	c Finding binary XORs  T:     0.00 s  found:       0
145.80/37.13	c Finding binary XORs  T:     0.00 s  found:       0
147.79/37.68	c  N st    55    438969       294      1247        18     35474      3790    372374   no data   no data
151.00/38.47	c  E st    56    449030       274      1155        95     16227      3591    128038   no data   no data
151.41/38.55	c Following stats are for *FIRST FINISHED THREAD ONLY*
151.41/38.55	c num threads              : 4          
151.41/38.55	c restarts                 : 56         
151.41/38.55	c dynamic restarts         : 0          
151.41/38.55	c static restarts          : 56         
151.41/38.55	c full restarts            : 3          
151.41/38.55	c total simplify time      : 0.14       
151.41/38.55	c learnts DL2              : 0          
151.41/38.55	c learnts size 2           : 121        
151.41/38.55	c learnts size 1           : 140         (46.67     % of vars)
151.41/38.55	c filedLit time            : 0.03        (0.09      % time)
151.41/38.55	c v-elim SatELite          : 5           (1.67      % vars)
151.41/38.55	c SatELite time            : 1.03        (2.67      % time)
151.41/38.55	c v-elim xor               : 0           (0.00      % vars)
151.41/38.55	c xor elim time            : 0.01        (0.02      % time)
151.41/38.55	c num binary xor trees     : 0          
151.41/38.55	c binxor trees' crown      : 0           (nan       leafs/tree)
151.41/38.55	c bin xor find time        : 0.00       
151.41/38.55	c OTF clause improved      : 19512       (0.04      clauses/conflict)
151.41/38.55	c OTF impr. size diff      : 20867       (1.07       lits/clause)
151.41/38.55	c OTF cl watch-shrink      : 124679      (0.28      clauses/conflict)
151.41/38.55	c OTF cl watch-sh-lit      : 163763      (1.31       lits/clause)
151.41/38.55	c tried to recurMin cls    : 50270       (11.20      % of conflicts)
151.41/38.55	c updated cache            : 0           (0.00       lits/tried recurMin)
151.41/38.55	c unit cls recevied        : 1           (0.71      % of units)
151.41/38.55	c unit cls sent            : 2           (1.43      % of units)
151.41/38.55	c bin cls recevied         : 6          
151.41/38.55	c bin cls sent             : 30         
151.41/38.55	c clauses over max glue    : 0           (0.00      % of all clauses)
151.41/38.55	c conflicts                : 449030      (11669.13  / sec)
151.41/38.55	c decisions                : 523408      (1.12      % random)
151.41/38.55	c bogo-props               : 5317539849  (138189166.34 / sec)
151.41/38.55	c conflict literals        : 6818727     (30.00     % deleted)
151.41/38.55	c Memory used              : 307.72      MB
151.41/38.55	c single-thread CPU time   : 38.48       s
151.41/38.55	c all-threads sum CPU time : 151.23      s
151.41/38.55	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174080-1304088234/watcher-3174080-1304088234 -o /tmp/evaluation-result-3174080-1304088234/solver-3174080-1304088234 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174080-1304088234.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 6.64 7.79 7.94 3/170 12037
/proc/meminfo: memFree=26618480/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=116748 CPUtime=0 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) D 12035 12037 12004 0 -1 4202496 457 0 0 0 0 0 0 0 25 0 4 0 520422087 119549952 387 33554432000 4194304 4627427 140736661287200 18446744073709551615 242994940240 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 45571 388 328 106 0 40542 0
[pid=12037/tid=12038] ppid=12035 vsize=183256 CPUtime=0 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 39 0 0 0 0 0 0 0 25 0 4 0 520422087 187654144 464 33554432000 4194304 4627427 140736661287200 18446744073709551615 242970211013 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=183256 CPUtime=0 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 36 0 0 0 0 0 0 0 25 0 4 0 520422087 187654144 484 33554432000 4194304 4627427 140736661287200 18446744073709551615 242970246923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=183388 CPUtime=0 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) D 12035 12037 12004 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 4 0 520422087 187789312 496 33554432000 4194304 4627427 140736661287200 18446744073709551615 242970593370 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0566149 s]
/proc/loadavg: 6.64 7.79 7.94 3/170 12037
/proc/meminfo: memFree=26618480/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=282116 CPUtime=0.2 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 1186 0 0 0 20 0 0 0 18 0 4 0 520422087 288886784 1107 33554432000 4194304 4627427 140736661287200 18446744073709551615 4327429 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 70529 1107 384 106 0 65500 0
[pid=12037/tid=12038] ppid=12035 vsize=282116 CPUtime=0.05 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 196 0 0 0 5 0 0 0 18 0 4 0 520422087 288886784 1107 33554432000 4194304 4627427 140736661287200 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=282116 CPUtime=0.04 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 196 0 0 0 4 0 0 0 18 0 4 0 520422087 288886784 1107 33554432000 4194304 4627427 140736661287200 18446744073709551615 242970246923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=282116 CPUtime=0.04 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 159 0 0 0 4 0 0 0 25 0 4 0 520422087 288886784 1107 33554432000 4194304 4627427 140736661287200 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 282116

[startup+0.109163 s]
/proc/loadavg: 6.64 7.79 7.94 3/170 12037
/proc/meminfo: memFree=26618480/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=282252 CPUtime=0.41 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 1439 0 0 0 41 0 0 0 18 0 4 0 520422087 289026048 1360 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 70563 1360 384 106 0 65534 0
[pid=12037/tid=12038] ppid=12035 vsize=282252 CPUtime=0.1 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 258 0 0 0 10 0 0 0 18 0 4 0 520422087 289026048 1360 33554432000 4194304 4627427 140736661287200 18446744073709551615 4308282 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=282252 CPUtime=0.1 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 263 0 0 0 10 0 0 0 18 0 4 0 520422087 289026048 1360 33554432000 4194304 4627427 140736661287200 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=282252 CPUtime=0.09 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 215 0 0 0 9 0 0 0 25 0 4 0 520422087 289026048 1360 33554432000 4194304 4627427 140736661287200 18446744073709551615 4299595 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282252

[startup+0.300131 s]
/proc/loadavg: 6.64 7.79 7.94 3/170 12037
/proc/meminfo: memFree=26618480/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=283200 CPUtime=1.17 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 2232 0 0 0 117 0 0 0 18 0 4 0 520422087 289996800 1780 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 70800 1780 385 106 0 65771 0
[pid=12037/tid=12038] ppid=12035 vsize=283200 CPUtime=0.29 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 460 0 0 0 29 0 0 0 18 0 4 0 520422087 289996800 1780 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=283200 CPUtime=0.29 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 468 0 0 0 29 0 0 0 18 0 4 0 520422087 289996800 1780 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=283200 CPUtime=0.29 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 407 0 0 0 29 0 0 0 25 0 4 0 520422087 289996800 1780 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283200

[startup+0.701062 s]
/proc/loadavg: 6.64 7.79 7.94 3/170 12037
/proc/meminfo: memFree=26618480/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=284400 CPUtime=2.77 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 3845 0 0 0 277 0 0 0 18 0 4 0 520422087 291225600 2045 33554432000 4194304 4627427 140736661287200 18446744073709551615 4308764 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 71100 2045 385 106 0 66071 0
[pid=12037/tid=12038] ppid=12035 vsize=284400 CPUtime=0.69 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 853 0 0 0 69 0 0 0 18 0 4 0 520422087 291225600 2045 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=284400 CPUtime=0.69 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 873 0 0 0 69 0 0 0 18 0 4 0 520422087 291225600 2045 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=284400 CPUtime=0.69 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 809 0 0 0 69 0 0 0 25 0 4 0 520422087 291225600 2045 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284400

[startup+1.50092 s]
/proc/loadavg: 6.64 7.79 7.94 9/182 12049
/proc/meminfo: memFree=26594952/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=285236 CPUtime=5.97 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 7841 0 0 0 596 1 0 0 19 0 4 0 520422087 292081664 4237 33554432000 4194304 4627427 140736661287200 18446744073709551615 4327427 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 71309 4237 389 106 0 66280 0
[pid=12037/tid=12038] ppid=12035 vsize=285236 CPUtime=1.49 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 2228 0 0 0 149 0 0 0 20 0 4 0 520422087 292081664 4237 33554432000 4194304 4627427 140736661287200 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=285236 CPUtime=1.49 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 1455 0 0 0 149 0 0 0 20 0 4 0 520422087 292081664 4237 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=285236 CPUtime=1.48 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 1405 0 0 0 148 0 0 0 25 0 4 0 520422087 292081664 4237 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285236

[startup+3.10065 s]
/proc/loadavg: 6.64 7.79 7.94 9/182 12049
/proc/meminfo: memFree=26568788/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=291852 CPUtime=12.36 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 14629 0 0 0 1234 2 0 0 25 0 4 0 520422087 298856448 7662 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 72963 7662 389 106 0 67934 0
[pid=12037/tid=12038] ppid=12035 vsize=291852 CPUtime=3.09 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 3012 0 0 0 309 0 0 0 25 0 4 0 520422087 298856448 7662 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=291852 CPUtime=3.09 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 3620 0 0 0 309 0 0 0 25 0 4 0 520422087 298856448 7662 33554432000 4194304 4627427 140736661287200 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=291852 CPUtime=3.07 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 3546 0 0 0 307 0 0 0 25 0 4 0 520422087 298856448 7662 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 291852

[startup+6.3011 s]
/proc/loadavg: 6.74 7.79 7.94 10/182 12049
/proc/meminfo: memFree=26530832/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=292460 CPUtime=23.64 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 21063 0 0 0 2354 10 0 0 25 0 4 0 520422087 299479040 9246 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 73115 9246 389 106 0 68086 0
[pid=12037/tid=12038] ppid=12035 vsize=292460 CPUtime=6.29 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 5364 0 0 0 628 1 0 0 25 0 4 0 520422087 299479040 9246 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=292460 CPUtime=4.79 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 3940 0 0 0 473 6 0 0 25 0 4 0 520422087 299479040 9247 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=292460 CPUtime=6.26 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 5232 0 0 0 625 1 0 0 25 0 4 0 520422087 299479040 9247 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.64
Current children cumulated vsize (KiB) 292460

[startup+12.701 s]
/proc/loadavg: 7.08 7.84 7.95 9/182 12049
/proc/meminfo: memFree=26499836/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=321560 CPUtime=48.43 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 33102 0 0 0 4821 22 0 0 25 0 4 0 520422087 329277440 13418 33554432000 4194304 4627427 140736661287200 18446744073709551615 4333210 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 80390 13418 389 106 0 75361 0
[pid=12037/tid=12038] ppid=12035 vsize=321560 CPUtime=12.68 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 8722 0 0 0 1266 2 0 0 25 0 4 0 520422087 329277440 13418 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=321560 CPUtime=10.43 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 6218 0 0 0 1034 9 0 0 25 0 4 0 520422087 329277440 13418 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=321560 CPUtime=12.62 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 8644 0 0 0 1255 7 0 0 25 0 4 0 520422087 329277440 13418 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.43
Current children cumulated vsize (KiB) 321560

[startup+25.5008 s]
/proc/loadavg: 7.29 7.85 7.95 9/182 12050
/proc/meminfo: memFree=26463452/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=323288 CPUtime=99.51 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 48902 0 0 0 9921 30 0 0 25 0 4 0 520422087 331046912 17564 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 80822 17564 389 106 0 75793 0
[pid=12037/tid=12038] ppid=12035 vsize=323288 CPUtime=25.48 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 13930 0 0 0 2545 3 0 0 25 0 4 0 520422087 331046912 17564 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=323288 CPUtime=23.17 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 7680 0 0 0 2303 14 0 0 25 0 4 0 520422087 331046912 17564 33554432000 4194304 4627427 140736661287200 18446744073709551615 4310109 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=323288 CPUtime=25.36 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 13023 0 0 0 2528 8 0 0 25 0 4 0 520422087 331046912 17564 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.51
Current children cumulated vsize (KiB) 323288

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

[startup+31.9067 s]
/proc/loadavg: 7.34 7.85 7.95 9/182 12050
/proc/meminfo: memFree=26455760/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=324064 CPUtime=125.06 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 55161 0 0 0 12469 37 0 0 25 0 4 0 520422087 331841536 17796 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 81016 17796 389 106 0 75987 0
[pid=12037/tid=12038] ppid=12035 vsize=324064 CPUtime=31.88 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 15936 0 0 0 3185 3 0 0 25 0 4 0 520422087 331841536 17796 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=324064 CPUtime=29.53 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 8017 0 0 0 2934 19 0 0 25 0 4 0 520422087 331841536 17796 33554432000 4194304 4627427 140736661287200 18446744073709551615 4308606 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=324064 CPUtime=31.74 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 14727 0 0 0 3165 9 0 0 25 0 4 0 520422087 331841536 17796 33554432000 4194304 4627427 140736661287200 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 125.06
Current children cumulated vsize (KiB) 324064

[startup+35.1011 s]
/proc/loadavg: 7.40 7.85 7.95 9/182 12050
/proc/meminfo: memFree=26447576/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=324160 CPUtime=137.83 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 59060 0 0 0 13745 38 0 0 25 0 4 0 520422087 331939840 20186 33554432000 4194304 4627427 140736661287200 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 81040 20186 389 106 0 76011 0
[pid=12037/tid=12038] ppid=12035 vsize=324160 CPUtime=35.07 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 18046 0 0 0 3504 3 0 0 25 0 4 0 520422087 331939840 20186 33554432000 4194304 4627427 140736661287200 18446744073709551615 4420204 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=324160 CPUtime=32.72 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 8111 0 0 0 3253 19 0 0 25 0 4 0 520422087 331939840 20186 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=324160 CPUtime=34.92 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 15563 0 0 0 3483 9 0 0 25 0 4 0 520422087 331939840 20186 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 137.83
Current children cumulated vsize (KiB) 324160

[startup+36.7009 s]
/proc/loadavg: 7.40 7.85 7.95 9/182 12050
/proc/meminfo: memFree=26448184/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=324216 CPUtime=144.2 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 60074 0 0 0 14382 38 0 0 25 0 4 0 520422087 331997184 19840 33554432000 4194304 4627427 140736661287200 18446744073709551615 4299555 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 81054 19840 389 106 0 76025 0
[pid=12037/tid=12038] ppid=12035 vsize=324216 CPUtime=36.67 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 18213 0 0 0 3664 3 0 0 25 0 4 0 520422087 331997184 19840 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=324216 CPUtime=34.32 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 8141 0 0 0 3413 19 0 0 25 0 4 0 520422087 331997184 19840 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=324216 CPUtime=36.51 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 16117 0 0 0 3642 9 0 0 25 0 4 0 520422087 331997184 19840 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 144.2
Current children cumulated vsize (KiB) 324216

[startup+37.5007 s]
/proc/loadavg: 7.44 7.86 7.95 9/182 12050
/proc/meminfo: memFree=26448556/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=324304 CPUtime=147.39 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 60805 0 0 0 14700 39 0 0 25 0 4 0 520422087 332087296 19663 33554432000 4194304 4627427 140736661287200 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 81076 19663 389 106 0 76047 0
[pid=12037/tid=12038] ppid=12035 vsize=324304 CPUtime=37.47 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 18620 0 0 0 3744 3 0 0 25 0 4 0 520422087 332087296 19663 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=324304 CPUtime=35.11 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 8241 0 0 0 3492 19 0 0 25 0 4 0 520422087 332087296 19663 33554432000 4194304 4627427 140736661287200 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=324304 CPUtime=37.3 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 16244 0 0 0 3721 9 0 0 25 0 4 0 520422087 332087296 19663 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 147.39
Current children cumulated vsize (KiB) 324304

[startup+38.3006 s]
/proc/loadavg: 7.44 7.86 7.95 9/182 12050
/proc/meminfo: memFree=26448556/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=315104 CPUtime=150.59 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 61501 0 0 0 15020 39 0 0 25 0 4 0 520422087 322666496 19604 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 78776 19604 389 106 0 73747 0
[pid=12037/tid=12038] ppid=12035 vsize=315104 CPUtime=38.28 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 18759 0 0 0 3824 4 0 0 25 0 4 0 520422087 322666496 19604 33554432000 4194304 4627427 140736661287200 18446744073709551615 4310584 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=315104 CPUtime=35.91 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 8276 0 0 0 3572 19 0 0 25 0 4 0 520422087 322666496 19604 33554432000 4194304 4627427 140736661287200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=315104 CPUtime=38.1 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 16402 0 0 0 3801 9 0 0 25 0 4 0 520422087 322666496 19604 33554432000 4194304 4627427 140736661287200 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 150.59
Current children cumulated vsize (KiB) 315104

[startup+38.5065 s]
/proc/loadavg: 7.44 7.86 7.95 9/182 12050
/proc/meminfo: memFree=26447688/32951132 swapFree=67111364/67111528
[pid=12037] ppid=12035 vsize=315104 CPUtime=151.41 cores=0,2,4,6
/proc/12037/stat : 12037 (strangenight2-m) R 12035 12037 12004 0 -1 4202496 61915 0 0 0 15102 39 0 0 25 0 4 0 520422087 322666496 20018 33554432000 4194304 4627427 140736661287200 18446744073709551615 4205600 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12037/statm: 78776 20018 389 106 0 73747 0
[pid=12037/tid=12038] ppid=12035 vsize=315104 CPUtime=38.48 cores=0,2,4,6
/proc/12037/task/12038/stat : 12038 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 18784 0 0 0 3844 4 0 0 25 0 4 0 520422087 322666496 20018 33554432000 4194304 4627427 140736661287200 18446744073709551615 47606907901465 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12037/tid=12039] ppid=12035 vsize=315104 CPUtime=36.11 cores=0,2,4,6
/proc/12037/task/12039/stat : 12039 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 8612 0 0 0 3592 19 0 0 25 0 4 0 520422087 322666496 20018 33554432000 4194304 4627427 140736661287200 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12037/tid=12040] ppid=12035 vsize=315104 CPUtime=38.3 cores=0,2,4,6
/proc/12037/task/12040/stat : 12040 (strangenight2-m) R 12035 12037 12004 0 -1 4202560 16428 0 0 0 3821 9 0 0 25 0 4 0 520422087 322666496 20018 33554432000 4194304 4627427 140736661287200 18446744073709551615 47606907901465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 151.41
Current children cumulated vsize (KiB) 315104

Child status: 20
Real time (s): 38.5622
CPU time (s): 151.625
CPU user time (s): 151.227
CPU system time (s): 0.397939
CPU usage (%): 393.196
Max. virtual memory (cumulated for all children) (KiB): 333904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.227
system time used= 0.397939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61920
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= 183
involuntary context switches= 938

runsolver used 0.054991 second user time and 0.13098 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 16:43:54
IDJOB=3174080
IDBENCH=82898
IDSOLVER=1586
FILE ID=node128/3174080-1304088234
RUNJOBID= node128-1304088234-12022
PBS_JOBID= 13170567
Free space on /tmp= 66976 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3174080-1304088234/watcher-3174080-1304088234 -o /tmp/evaluation-result-3174080-1304088234/solver-3174080-1304088234 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174080-1304088234.cnf

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

MD5SUM BENCH= 9e24719e5efd9c5e96f374a33a1fed5d
RANDOM SEED=281675041

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26618752 kB
Buffers:       1279076 kB
Cached:        4400936 kB
SwapCached:        160 kB
Active:         337140 kB
Inactive:      5407676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26618752 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           11416 kB
Writeback:           0 kB
AnonPages:       64448 kB
Mapped:          14624 kB
Slab:           523944 kB
PageTables:       5260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   185620 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66964 MiB
End job on node128 at 2011-04-29 16:44:33