Trace number 3369608

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)UNSAT 1527.21 407.668

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark113.98
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
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.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369608-1305394563.cnf'
0.00/0.01	c -- header says num vars:          26061
0.00/0.01	c -- header says num clauses:      742909
1.12/0.33	c -- clauses added:            0 learnts,       742909 normals,            0 xors
1.12/0.33	c -- vars added      26061
1.12/0.33	c Parsing time:  1.07 s
1.12/0.33	c  N st     0         0     26061    698310     44599         0   2791650         0   no data   no data  --
1.58/0.46	c asymm  cl-useful: 16/801/698310 lits-rem:16 time: 0.47
7.46/1.93	c Flit:   248 Blit:     43 bXBeca:    0 bXProp:  267 Bins:      0 BRemL:      0 BRemN:      0 P: 178.7M T:  5.43
7.46/1.95	c Cleaning up after failed var search:     0.10 s 
7.46/1.99	c Replacing      268 vars Replaced    10522 lits Time:     0.14 s 
9.00/2.34	c bin-w-bin subsume rem         6566 bins  time:  0.05 s
9.39/2.41	c subs with bin:     4628  lits-rem:      2867  v-fix:    0  time:  0.26 s
9.39/2.45	c Subs w/ non-existent bins:   1968 l-rem:    752 v-fix:     0 done:   3229 time:  0.17 s
9.80/2.54	c Removed useless bin:    8798  fixed:     0  props:  16.57M  time:  0.33 s
17.39/4.46	c lits-rem:        59  cl-subs:    56176  v-elim:    182  v-fix:    0  time:  7.52 s
17.39/4.49	c Finding binary XORs  T:     0.13 s  found:      28
17.74/4.52	c Replacing       28 vars Replaced     1318 lits Time:     0.11 s 
19.74/5.02	c Finding non-binary XORs:     1.83 s (found:       0, avg size: nan)
19.74/5.02	c calculated reachability. Time: 0.06
19.74/5.04	c Calc default polars -  time:   0.08 s pos:    8766 undec:    8385 neg:    8910
19.74/5.04	c =========================================================================================
19.74/5.04	c types(t): F = full restart, N = normal restart
19.74/5.04	c types(t): S = simplification begin/end, E = solution found
19.74/5.04	c restart types(rt): st = static, dy = dynamic
19.74/5.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
19.74/5.04	c  B st     0         0     25180    619306     31048         0   2459531         0   no data   no data  --
23.73/6.06	c  N dy    14      4098     25180    619306     31055      4059   2459530     49653      6.65      8.55  --
27.72/7.02	c  N dy    35      8345     25180    619306     31071      8265   2459530     99148      6.58      7.01  --
31.71/8.06	c Finding binary XORs  T:     0.13 s  found:       0
31.71/8.09	c  N dy    61     12436     25180    619306     34535     12315   2459530    153381      6.72      7.43  --
36.50/9.22	c  N dy    86     16569     25180    619306     34539     16414   2459530    203018      6.77      7.20  --
40.89/10.32	c  N dy   106     20700     25179    619306     34559     10598   2459530    103067      6.79      7.16  --
44.88/11.39	c  N dy   119     24772     25178    619306     34605     14621   2459530    150721      6.72      7.08  --
45.28/11.44	c  F st   121     25000     25178    619306     34605     14847   2459530    153757      6.73      6.83  --
45.68/11.57	c Found part      750 vars:        952 clauses:      6776 lits size:     23750
45.68/11.57	c Found part     1105 vars:       1070 clauses:      8951 lits size:     31643
45.68/11.57	c Found part     1112 vars:       4877 clauses:    194924 lits size:    744762
45.68/11.57	c Found part     1139 vars:        971 clauses:     11398 lits size:     41707
45.68/11.57	c Found part     1147 vars:        833 clauses:      5234 lits size:     18290
45.68/11.57	c Found part     1148 vars:        313 clauses:       965 lits size:      2968
45.68/11.57	c Found part     1153 vars:      15924 clauses:    421325 lits size:   1593978
45.68/11.57	c Found part     1162 vars:        238 clauses:       557 lits size:      1531
45.68/11.57	c Found parts:          8 time: 0.53 s
45.68/11.57	c Solving part 1162
46.08/11.60	c  N st     0         0       238       267       316         0      1531        52   no data   no data  --
46.08/11.60	c asymm  cl-useful: 14/267/267 lits-rem:14 time: 0.00
46.08/11.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
46.08/11.61	c Finding binary XORs  T:     0.01 s  found:       0
46.08/11.61	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
46.08/11.61	c calculated reachability. Time: 0.00
46.08/11.61	c Calc default polars -  time:   0.00 s pos:     123 undec:   25835 neg:     103
46.08/11.61	c =========================================================================================
46.08/11.61	c types(t): F = full restart, N = normal restart
46.08/11.61	c types(t): S = simplification begin/end, E = solution found
46.08/11.61	c restart types(rt): st = static, dy = dynamic
46.08/11.61	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
46.08/11.61	c  B st     0         0       238       267       316         0      1517        52   no data   no data  --
46.08/11.61	c  E st     1         0         0       267       316         0      1517        52   no data   no data  --
46.08/11.61	c Verified 267 clauses.
46.08/11.61	c Verified 267 clauses.
46.08/11.61	c Solved part
46.08/11.61	c =========================================================================================
46.08/11.61	c Solving part 1148
46.08/11.63	c  N st     0         0       313       599       366         0      2968         0   no data   no data  --
46.08/11.64	c asymm  cl-useful: 95/599/599 lits-rem:101 time: 0.02
46.08/11.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
46.08/11.64	c Finding binary XORs  T:     0.01 s  found:       0
46.08/11.64	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
46.08/11.64	c calculated reachability. Time: 0.00
46.08/11.65	c Calc default polars -  time:   0.00 s pos:     135 undec:   25775 neg:     151
46.08/11.65	c =========================================================================================
46.08/11.65	c types(t): F = full restart, N = normal restart
46.08/11.65	c types(t): S = simplification begin/end, E = solution found
46.08/11.65	c restart types(rt): st = static, dy = dynamic
46.08/11.65	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
46.08/11.65	c  B st     0         0       313       599       366         0      2867         0   no data   no data  --
46.08/11.65	c  E st     1         0         0       599       366         0      2867         0   no data   no data  --
46.08/11.65	c Verified 599 clauses.
46.08/11.65	c Verified 599 clauses.
46.08/11.65	c Solved part
46.08/11.65	c =========================================================================================
46.08/11.65	c Solving part 1147
46.08/11.67	c  N st     0         0       833      4240      1013         0     18290        38   no data   no data  --
46.48/11.73	c asymm  cl-useful: 49/4240/4240 lits-rem:49 time: 0.23
46.48/11.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.07
46.48/11.75	c Finding binary XORs  T:     0.01 s  found:       0
46.48/11.75	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
46.48/11.75	c calculated reachability. Time: 0.00
46.48/11.75	c Calc default polars -  time:   0.00 s pos:     279 undec:   25525 neg:     257
46.48/11.75	c =========================================================================================
46.48/11.75	c types(t): F = full restart, N = normal restart
46.48/11.75	c types(t): S = simplification begin/end, E = solution found
46.48/11.75	c restart types(rt): st = static, dy = dynamic
46.48/11.75	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
46.48/11.75	c  B st     0         0       833      4240      1013         0     18241        38   no data   no data  --
46.48/11.75	c  E st     1         0         0      4240      1013         0     18241        38   no data   no data  --
46.48/11.76	c Verified 4240 clauses.
46.48/11.76	c Verified 4240 clauses.
46.48/11.76	c Solved part
46.48/11.76	c =========================================================================================
46.48/11.76	c Solving part 750
46.48/11.78	c  N st     0         0       952      5550      1246         0     23750        40   no data   no data  --
46.87/11.88	c asymm  cl-useful: 189/5550/5550 lits-rem:189 time: 0.37
47.27/11.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
47.27/11.91	c Finding binary XORs  T:     0.01 s  found:       0
47.27/11.91	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
47.27/11.91	c calculated reachability. Time: 0.00
47.27/11.91	c Calc default polars -  time:   0.00 s pos:     361 undec:   25335 neg:     365
47.27/11.91	c =========================================================================================
47.27/11.91	c types(t): F = full restart, N = normal restart
47.27/11.91	c types(t): S = simplification begin/end, E = solution found
47.27/11.91	c restart types(rt): st = static, dy = dynamic
47.27/11.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
47.27/11.91	c  B st     0         0       952      5550      1246         0     23561        40   no data   no data  --
47.27/11.91	c  E st     1         0         0      5550      1246         0     23561        40   no data   no data  --
47.27/11.91	c Verified 5550 clauses.
47.27/11.91	c Verified 5550 clauses.
47.27/11.91	c Solved part
47.27/11.91	c =========================================================================================
47.27/11.91	c Solving part 1139
47.27/11.94	c  N st     0         0       971     10189      1512         0     41707       606   no data   no data  --
48.11/12.16	c asymm  cl-useful: 833/3309/10189 lits-rem:860 time: 0.88
48.47/12.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   16 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.19
48.47/12.22	c Finding binary XORs  T:     0.01 s  found:       1
48.47/12.22	c Replacing       17 vars Replaced     1094 lits Time:     0.00 s 
48.47/12.22	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
48.47/12.22	c calculated reachability. Time: 0.00
48.47/12.22	c Calc default polars -  time:   0.00 s pos:     330 undec:   25455 neg:     276
48.47/12.22	c =========================================================================================
48.47/12.22	c types(t): F = full restart, N = normal restart
48.47/12.22	c types(t): S = simplification begin/end, E = solution found
48.47/12.22	c restart types(rt): st = static, dy = dynamic
48.47/12.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
48.47/12.22	c  B st     0         0       954      9979      1505         0     40036       606   no data   no data  --
48.47/12.22	c  E st     1         0         0      9979      1505         0     40036       606   no data   no data  --
48.47/12.22	c Verified 9979 clauses.
48.47/12.22	c Verified 9979 clauses.
48.47/12.22	c Solved part
48.47/12.22	c =========================================================================================
48.47/12.22	c Solving part 1105
48.47/12.25	c  N st     0         0      1070      7498      1554         0     31643       202   no data   no data  --
48.87/12.40	c asymm  cl-useful: 139/7498/7498 lits-rem:139 time: 0.58
49.27/12.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.12
49.27/12.43	c Finding binary XORs  T:     0.01 s  found:       0
49.27/12.43	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
49.27/12.43	c calculated reachability. Time: 0.00
49.27/12.43	c Calc default polars -  time:   0.00 s pos:     432 undec:   25168 neg:     461
49.27/12.43	c =========================================================================================
49.27/12.43	c types(t): F = full restart, N = normal restart
49.27/12.43	c types(t): S = simplification begin/end, E = solution found
49.27/12.43	c restart types(rt): st = static, dy = dynamic
49.27/12.43	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
49.27/12.43	c  B st     0         0      1070      7498      1554         0     31504       202   no data   no data  --
49.27/12.43	c  E st     1         0         0      7498      1554         0     31504       202   no data   no data  --
49.27/12.43	c Verified 7498 clauses.
49.27/12.43	c Verified 7498 clauses.
49.27/12.43	c Solved part
49.27/12.43	c =========================================================================================
49.27/12.44	c Solving part 1112
49.66/12.58	c  N st     0         0      4877    188814      6995     13416    744762    134217   no data   no data  --
50.07/12.65	c asymm  cl-useful: 6/430/188814 lits-rem:6 time: 0.29
51.67/13.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P: 71.1M T:  1.63
51.67/13.09	c Finding binary XORs  T:     0.03 s  found:       0
51.67/13.10	c Replacing        2 vars Replaced      696 lits Time:     0.03 s 
52.08/13.18	c Finding non-binary XORs:     0.28 s (found:       0, avg size: nan)
52.08/13.18	c calculated reachability. Time: 0.01
52.08/13.19	c Calc default polars -  time:   0.02 s pos:    1573 undec:   22941 neg:    1547
52.08/13.19	c =========================================================================================
52.08/13.19	c types(t): F = full restart, N = normal restart
52.08/13.19	c types(t): S = simplification begin/end, E = solution found
52.08/13.19	c restart types(rt): st = static, dy = dynamic
52.08/13.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
52.08/13.19	c  B st     0         0      4875    188813      6991     13416    744748    134211   no data   no data  --
56.47/14.29	c  N dy    15      4021      4875    188813      6996     17402    744748    183990      6.60      7.05  --
61.63/15.54	c  N dy    36      8518      4875    188813      7000     21859    744748    237456      6.51      6.93  --
66.03/16.64	c  N dy    58     12717      4875    188813      7009     26025    744748    289978      6.57      6.93  --
70.82/17.89	c  N dy    85     16944      4874    188813      7016     30207    744748    341980      6.68      7.05  --
76.01/19.12	c  N dy   109     21048      4874    188813      7019     17660    744748    155424      6.73      7.12  --
80.00/20.17	c  F st   125     25000      4874    188813      7027     21560    744748    200601      6.69   no data  --
80.40/20.24	c  N st   126     25250      4874    188813      7029     21808    744748    203767      6.69   no data  --
85.99/21.63	c  N dy   131     30192      4873    188813      7034     26707    744748    274011      6.69   no data  --
91.59/23.09	c  N dy   155     34741      4873    188813      7042     31210    744748    329912      6.74      7.12  --
97.96/24.61	c  N dy   167     39732      4872    188813      7058     36146    744748    392319      6.67      7.04  --
102.34/25.78	c  N dy   184     43744      4872    188813      7058     21440    744746    171355      6.69      7.05  --
107.54/27.07	c  N dy   205     47755      4872    188813      7063     25421    744746    223146      6.72      7.88  --
112.32/28.29	c Finding binary XORs  T:     0.03 s  found:       0
112.72/28.33	c  N dy   234     51853      4872    188372      6966     27191    742983    257882      6.77      8.98  --
119.90/30.17	c  N dy   245     57635      4871    188372      6982     32905    742983    323504      6.70      7.12  --
125.49/31.56	c  N dy   266     61686      4871    188372      6996     36900    742983    373545      6.71      8.71  --
130.68/32.87	c  N dy   288     65737      4871    188372      7001     21813    742983    168962      6.72      7.22  --
135.90/34.15	c  N dy   319     70009      4871    188372      7003     26049    742983    225036      6.75      7.15  --
141.05/35.43	c  N dy   343     74528      4870    188372      7014     30518    742983    282273      6.75      7.13  --
147.04/36.91	c  N dy   371     79408      4869    188372      7031     35343    742982    346605      6.76      7.12  --
153.81/38.64	c  N dy   402     84759      4868    188372      7044     40631    742982    415090      6.80      7.23  --
154.21/38.70	c Finding binary XORs  T:     0.03 s  found:       0
157.02/39.50	c  F st   412     87501      4867    187673      7006     18175    740298    120869      6.79      4.79  --
161.01/40.41	c  N st   417     90799      4866    187673      7012     21445    740298    169003      6.79   no data  --
167.39/42.05	c  N dy   444     96628      4866    187673      7016     27244    740298    253046      6.82      7.27  --
174.99/43.91	c  N dy   482    102863      4866    187673      7023     33435    740297    338482      6.86      9.51  --
183.36/46.00	c  N dy   530    109615      4865    187673      7031     40137    740297    430886      6.90      7.30  --
192.97/48.42	c  N dy   570    116780      4865    187673      7037     26998    740297    213869      6.93      7.40  --
201.76/50.64	c  N dy   615    124288      4865    187673      7042     34454    740297    317843      6.95      7.89  --
210.88/52.95	c  N dy   671    132247      4865    187673      7046     42354    740297    433870      7.00      7.55  --
221.27/55.50	c  N dy   708    140776      4864    187673      7059     28278    740297    219426      7.00      9.18  --
232.06/58.27	c Finding binary XORs  T:     0.03 s  found:       1
232.48/58.37	c  N dy   763    149920      4862    186720      6979     30885    736650    290485      7.03      7.45  --
245.65/61.62	c  N dy   829    159517      4861    186720      6989     40410    736650    427960      7.07      9.42  --
258.82/64.99	c  N dy   887    169750      4861    186720      6996     29648    736650    253807      7.09      7.47  --
272.75/68.46	c  N dy   946    180643      4860    186720      7000     40478    736650    410869      7.11      8.27  --
289.91/72.76	c  N dy  1008    192250      4859    186720      7014     28117    736650    209297      7.13      8.58  --
306.28/76.80	c  N dy  1083    204591      4859    186720      7022     40387    736650    393286      7.16      9.38  --
324.25/81.33	c  N dy  1165    217759      4858    186720      7033     27612    736650    182519      7.19      7.58  --
343.38/86.12	c  N dy  1266    231794      4857    186720      7044     41551    736650    390403      7.24      7.63  --
357.35/89.69	c Finding binary XORs  T:     0.03 s  found:       2
365.34/91.68	c  N dy  1361    246671      4856    185605      6975     25468    732289    159267      7.27      7.70  --
386.12/96.86	c  N dy  1479    262497      4856    185605      6976     41195    732289    399101      7.33      8.54  --
410.83/103.09	c  N dy  1583    279278      4855    185605      6989     31065    732289    218671      7.36      7.75  --
436.77/109.55	c  N dy  1687    297132      4855    185605      6997     48796    732289    484070      7.38     10.19  --
451.14/113.19	c  F st  1735    306251      4854    185605      7006     29046    732289    167260      7.39   no data  --
463.91/116.36	c  N dy  1771    316121      4854    185605      7009     38872    732289    327100      7.40      8.39  --
494.63/124.07	c  N dy  1907    336203      4854    185605      7019     58830    732288    634850      7.44      7.96  --
523.76/131.35	c  N dy  2035    356280      4853    185605      7034     48482    732288    441960      7.47      7.94  --
555.30/139.29	c  N dy  2156    376345      4853    185605      7041     36884    732287    258487      7.49      9.42  --
585.23/146.78	c  N dy  2258    396355      4853    185605      7044     56810    732287    571112      7.51      8.27  --
602.38/151.07	c Finding binary XORs  T:     0.03 s  found:       5
616.36/154.51	c  N dy  2360    416472      4851    184735      7014     42055    728810    329029      7.51      8.04  --
647.48/162.37	c  N dy  2491    436552      4850    184735      7026     62035    728810    643294      7.54      7.96  --
675.85/169.49	c  N dy  2608    456585      4850    184735      7030     49249    728810    438033      7.56      7.98  --
707.34/177.35	c  N dy  2740    476784      4850    184735      7036     35068    728810    196238      7.58      7.99  --
736.08/184.56	c  N dy  2844    497000      4848    184735      7050     55160    728810    514745      7.59      8.09  --
770.01/193.06	c  N dy  2977    517832      4848    184735      7052     40361    728810    264386      7.61      8.03  --
799.93/200.50	c  N dy  3093    537868      4848    184735      7058     60272    728810    583571      7.63      8.99  --
832.26/208.65	c  N dy  3177    557917      4848    184735      7067     43529    728810    305611      7.62      8.09  --
863.78/216.55	c  N dy  3290    578412      4848    184735      7076     63896    728810    622388      7.63      8.07  --
888.92/222.83	c Finding binary XORs  T:     0.03 s  found:      12
894.52/224.28	c  N dy  3386    598445      4847    184044      7058     45007    726043    324383      7.64      8.04  --
925.24/231.96	c  N dy  3491    618500      4845    184044      7075     64924    726043    645579      7.64      8.05  --
957.56/240.00	c  N dy  3619    638593      4842    184044      7083     47695    726043    353308      7.66      8.88  --
988.69/247.90	c  N dy  3722    658634      4840    184044      7093     67640    726043    681250      7.66      8.74  --
1021.42/256.07	c  N dy  3845    678692      4839    184044      7105     48679    726043    345870      7.68      8.48  --
1052.96/263.97	c  N dy  3933    699207      4839    184044      7119     69071    726043    682536      7.67      8.09  --
1087.27/272.58	c  N dy  4037    719385      4838    184044      7129     49343    726043    339472      7.68      8.10  --
1119.58/280.62	c  N dy  4147    739390      4838    184044      7134     69240    726043    663441      7.69      9.30  --
1124.38/281.88	c Finding binary XORs  T:     0.03 s  found:      17
1152.32/288.88	c  N dy  4244    759408      4821    178489      6888     45591    703196    281150      7.69      8.42  --
1183.85/296.78	c  N dy  4334    779450      4818    178489      6898     65506    703195    608378      7.69      8.11  --
1219.36/305.67	c  N dy  4422    799495      4818    178489      6905     85453    703195    946327      7.69      8.11  --
1250.92/313.53	c  N dy  4513    819587      4815    178489      6924     63979    703195    563836      7.69      8.85  --
1286.04/322.39	c  N dy  4600    839673      4815    178489      6934     83961    703195    895197      7.68      8.14  --
1311.15/328.61	c Finding binary XORs  T:     0.03 s  found:      36
1311.15/328.66	c Replacing       73 vars Replaced    56584 lits Time:     0.17 s 
1317.53/330.26	c  N dy  4682    859693      4732    169990      6715     56055    669260    444363      7.68      9.02  --
1347.50/337.77	c  N dy  4753    879800      4717    169990      6729     76038    669260    782819      7.67      8.09  --
1361.83/341.34	c Finding binary XORs  T:     0.03 s  found:      40
1375.80/344.86	c  N dy  4823    899873      4634    155315      6781     47851    611246    353283      7.66      8.09  --
1382.98/346.69	c Finding binary XORs  T:     0.03 s  found:     404
1383.38/346.73	c Replacing      444 vars Replaced   179278 lits Time:     0.17 s 
1383.38/346.74	c  E dy  4835    905887      3911     71037      5500     13105    279963     70486      7.66      4.01  --
1527.10/407.63	c Following stats are for *FIRST FINISHED THREAD ONLY*
1527.10/407.63	c num threads              : 4          
1527.10/407.63	c restarts                 : 81         
1527.10/407.63	c dynamic restarts         : 75         
1527.10/407.63	c static restarts          : 6          
1527.10/407.63	c full restarts            : 0          
1527.10/407.63	c total simplify time      : 0.16       
1527.10/407.63	c learnts DL2              : 0          
1527.10/407.63	c learnts size 2           : 52819      
1527.10/407.63	c learnts size 1           : 404         (1.55      % of vars)
1527.10/407.63	c filedLit time            : 5.60        (0.37      % time)
1527.10/407.63	c v-elim SatELite          : 230         (0.88      % vars)
1527.10/407.63	c SatELite time            : 6.40        (0.42      % time)
1527.10/407.63	c v-elim xor               : 0           (0.00      % vars)
1527.10/407.63	c xor elim time            : 0.00        (0.00      % time)
1527.10/407.63	c num binary xor trees     : 24         
1527.10/407.63	c binxor trees' crown      : 296         (12.33     leafs/tree)
1527.10/407.63	c bin xor find time        : 0.28       
1527.10/407.63	c OTF clause improved      : 235         (0.01      clauses/conflict)
1527.10/407.63	c OTF impr. size diff      : 351         (1.49       lits/clause)
1527.10/407.63	c OTF cl watch-shrink      : 18820       (0.75      clauses/conflict)
1527.10/407.63	c OTF cl watch-sh-lit      : 50749       (2.70       lits/clause)
1527.10/407.63	c tried to recurMin cls    : 5175        (20.70      % of conflicts)
1527.10/407.63	c updated cache            : 0           (0.00       lits/tried recurMin)
1527.10/407.63	c unit cls received        : 1           (0.25      % of units)
1527.10/407.63	c unit cls sent            : 0           (0.00      % of units)
1527.10/407.63	c bin cls received         : 3843       
1527.10/407.63	c bin cls sent             : 739        
1527.10/407.63	c clauses over max glue    : 0           (0.00      % of all clauses)
1527.10/407.63	c conflicts                : 25000       (16.38     / sec)
1527.10/407.63	c decisions                : 30992       (0.00      % random)
1527.10/407.63	c bogo-props               : 1485049711  (973113.93 / sec)
1527.10/407.63	c conflict literals        : 337878      (54.33     % deleted)
1527.10/407.63	c Memory used              : 943.60      MB
1527.10/407.63	c single-thread CPU time   : 1526.08     s
1527.10/407.63	c all-threads sum CPU time : 1526.08     s
1527.10/407.63	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-3369608-1305394563/watcher-3369608-1305394563 -o /tmp/evaluation-result-3369608-1305394563/solver-3369608-1305394563 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369608-1305394563.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: 3.78 5.58 6.95 7/298 19766
/proc/meminfo: memFree=27633792/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 416 0 0 0 0 0 0 0 20 0 4 0 651054867 52465664 356 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222809 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 12809 356 306 112 0 7774 0
[pid=19766/tid=19767] ppid=19764 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 651054867 52465664 356 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222809 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 651054867 52465664 356 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207223218 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 4 0 651054867 52465664 356 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222803 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.097074 s]
/proc/loadavg: 3.78 5.58 6.95 7/298 19766
/proc/meminfo: memFree=27633792/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=378744 CPUtime=0.34 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 20313 0 0 0 29 5 0 0 18 0 4 0 651054867 387833856 18210 33554432000 4194304 4650419 140734779775664 18446744073709551615 210204752366 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 94686 18214 344 112 0 89651 0
[pid=19766/tid=19767] ppid=19764 vsize=378744 CPUtime=0.08 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 5331 0 0 0 7 1 0 0 22 0 4 0 651054867 387833856 18259 33554432000 4194304 4650419 140734779775664 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=378744 CPUtime=0.08 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) S 19764 19766 19034 0 -1 4202560 4940 0 0 0 7 1 0 0 18 0 4 0 651054867 387833856 18350 33554432000 4194304 4650419 140734779775664 18446744073709551615 210204752366 0 0 4096 2 18446604450340766848 0 0 -1 6 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=379384 CPUtime=0.07 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 4712 0 0 0 7 0 0 0 18 0 4 0 651054867 388489216 18364 33554432000 4194304 4650419 140734779775664 18446744073709551615 210204344505 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 378744

[startup+0.103982 s]
/proc/loadavg: 3.78 5.58 6.95 7/298 19766
/proc/meminfo: memFree=27633792/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=379924 CPUtime=0.37 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 21144 0 0 0 32 5 0 0 18 0 4 0 651054867 389042176 19041 33554432000 4194304 4650419 140734779775664 18446744073709551615 4520322 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 94981 19271 344 112 0 89946 0
[pid=19766/tid=19767] ppid=19764 vsize=381140 CPUtime=0.09 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 5832 0 0 0 8 1 0 0 22 0 4 0 651054867 390287360 19566 33554432000 4194304 4650419 140734779775664 18446744073709551615 210204705194 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=381140 CPUtime=0.08 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) D 19764 19766 19034 0 -1 4202560 5131 0 0 0 7 1 0 0 18 0 4 0 651054867 390287360 19566 33554432000 4194304 4650419 140734779775664 18446744073709551615 4373896 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=381948 CPUtime=0.08 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 5033 0 0 0 7 1 0 0 18 0 4 0 651054867 391114752 19587 33554432000 4194304 4650419 140734779775664 18446744073709551615 210204690615 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 379924

[startup+0.306719 s]
/proc/loadavg: 3.78 5.58 6.95 7/298 19766
/proc/meminfo: memFree=27633792/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=543288 CPUtime=1.12 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 48518 0 0 0 97 15 0 0 18 0 4 0 651054867 556326912 46143 33554432000 4194304 4650419 140734779775664 18446744073709551615 4547020 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 135855 46374 345 112 0 130820 0
[pid=19766/tid=19767] ppid=19764 vsize=543680 CPUtime=0.29 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 13644 0 0 0 26 3 0 0 18 0 4 0 651054867 556728320 46826 33554432000 4194304 4650419 140734779775664 18446744073709551615 4532736 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=543812 CPUtime=0.28 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) S 19764 19766 19034 0 -1 4202560 11641 0 0 0 24 4 0 0 18 0 4 0 651054867 556863488 47313 33554432000 4194304 4650419 140734779775664 18446744073709551615 210204752366 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=544420 CPUtime=0.28 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 11358 0 0 0 24 4 0 0 18 0 4 0 651054867 557486080 47465 33554432000 4194304 4650419 140734779775664 18446744073709551615 210204752415 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 543288

[startup+0.700878 s]
/proc/loadavg: 3.78 5.58 6.95 7/298 19766
/proc/meminfo: memFree=27633792/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=534632 CPUtime=2.67 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 94503 0 0 0 244 23 0 0 18 0 4 0 651054867 547463168 61557 33554432000 4194304 4650419 140734779775664 18446744073709551615 4370875 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19766/statm: 133658 61557 372 112 0 128623 0
[pid=19766/tid=19767] ppid=19764 vsize=534632 CPUtime=0.67 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 27383 0 0 0 62 5 0 0 18 0 4 0 651054867 547463168 61557 33554432000 4194304 4650419 140734779775664 18446744073709551615 210204308513 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=534632 CPUtime=0.65 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 26117 0 0 0 59 6 0 0 18 0 4 0 651054867 547463168 61558 33554432000 4194304 4650419 140734779775664 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=534632 CPUtime=0.65 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 13634 0 0 0 60 5 0 0 18 0 4 0 651054867 547463168 61559 33554432000 4194304 4650419 140734779775664 18446744073709551615 4363604 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 534632

[startup+1.50075 s]
/proc/loadavg: 4.20 5.64 6.96 10/302 19770
/proc/meminfo: memFree=27196280/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=542288 CPUtime=5.86 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 110817 0 0 0 557 29 0 0 19 0 4 0 651054867 555302912 77871 33554432000 4194304 4650419 140734779775664 18446744073709551615 4302842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19766/statm: 135572 77871 373 112 0 130537 0
[pid=19766/tid=19767] ppid=19764 vsize=542288 CPUtime=1.47 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 32529 0 0 0 140 7 0 0 18 0 4 0 651054867 555302912 77871 33554432000 4194304 4650419 140734779775664 18446744073709551615 4245091 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=542288 CPUtime=1.44 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 31602 0 0 0 136 8 0 0 18 0 4 0 651054867 555302912 77871 33554432000 4194304 4650419 140734779775664 18446744073709551615 4371317 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=542288 CPUtime=1.45 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 14019 0 0 0 140 5 0 0 19 0 4 0 651054867 555302912 77871 33554432000 4194304 4650419 140734779775664 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 542288

[startup+3.10049 s]
/proc/loadavg: 4.20 5.64 6.96 10/302 19770
/proc/meminfo: memFree=26905624/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=833552 CPUtime=12.2 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 184705 0 0 0 1172 48 0 0 19 0 4 0 651054867 853557248 151405 33554432000 4194304 4650419 140734779775664 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19766/statm: 208388 151405 388 112 0 203353 0
[pid=19766/tid=19767] ppid=19764 vsize=833552 CPUtime=3.04 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 55585 0 0 0 291 13 0 0 18 0 4 0 651054867 853557248 151405 33554432000 4194304 4650419 140734779775664 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=833552 CPUtime=3.03 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 55838 0 0 0 288 15 0 0 18 0 4 0 651054867 853557248 151405 33554432000 4194304 4650419 140734779775664 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=833552 CPUtime=3.05 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 14605 0 0 0 300 5 0 0 19 0 4 0 651054867 853557248 151405 33554432000 4194304 4650419 140734779775664 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 833552

[startup+6.30095 s]
/proc/loadavg: 4.20 5.64 6.96 9/302 19771
/proc/meminfo: memFree=26612508/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=863420 CPUtime=24.93 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 237761 0 0 0 2435 58 0 0 20 0 4 0 651054867 884142080 151660 33554432000 4194304 4650419 140734779775664 18446744073709551615 4363496 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 215855 151660 391 112 0 210820 0
[pid=19766/tid=19767] ppid=19764 vsize=863420 CPUtime=6.24 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 73282 0 0 0 608 16 0 0 20 0 4 0 651054867 884142080 151660 33554432000 4194304 4650419 140734779775664 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=863420 CPUtime=6.22 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 74409 0 0 0 604 18 0 0 20 0 4 0 651054867 884142080 151660 33554432000 4194304 4650419 140734779775664 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=863420 CPUtime=6.22 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 14779 0 0 0 617 5 0 0 25 0 4 0 651054867 884142080 151660 33554432000 4194304 4650419 140734779775664 18446744073709551615 4315544 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 863420

[startup+12.7009 s]
/proc/loadavg: 4.78 5.72 6.97 9/302 19771
/proc/meminfo: memFree=26422200/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=973132 CPUtime=50.47 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 270006 0 0 0 4986 61 0 0 25 0 4 0 651054867 996487168 172075 33554432000 4194304 4650419 140734779775664 18446744073709551615 4370467 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 243283 172075 395 112 0 238248 0
[pid=19766/tid=19767] ppid=19764 vsize=973132 CPUtime=12.64 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 80710 0 0 0 1247 17 0 0 25 0 4 0 651054867 996487168 172075 33554432000 4194304 4650419 140734779775664 18446744073709551615 4369255 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=973132 CPUtime=12.62 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 81538 0 0 0 1244 18 0 0 25 0 4 0 651054867 996487168 172075 33554432000 4194304 4650419 140734779775664 18446744073709551615 4370732 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=973132 CPUtime=12.56 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 21605 0 0 0 1250 6 0 0 25 0 4 0 651054867 996487168 172075 33554432000 4194304 4650419 140734779775664 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 973132

[startup+25.5008 s]
/proc/loadavg: 5.28 5.79 6.98 9/302 19771
/proc/meminfo: memFree=26284668/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=1038088 CPUtime=101.54 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 288632 0 0 0 10090 64 0 0 25 0 4 0 651054867 1063002112 187353 33554432000 4194304 4650419 140734779775664 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 259522 187353 395 112 0 254487 0
[pid=19766/tid=19767] ppid=19764 vsize=1038088 CPUtime=25.43 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 88629 0 0 0 2526 17 0 0 25 0 4 0 651054867 1063002112 187353 33554432000 4194304 4650419 140734779775664 18446744073709551615 4313463 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=1038088 CPUtime=25.42 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 90502 0 0 0 2523 19 0 0 25 0 4 0 651054867 1063002112 187353 33554432000 4194304 4650419 140734779775664 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=1038088 CPUtime=25.24 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 22586 0 0 0 2517 7 0 0 25 0 4 0 651054867 1063002112 187353 33554432000 4194304 4650419 140734779775664 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 1038088

[startup+51.1005 s]
/proc/loadavg: 6.28 5.98 7.01 9/302 19772
/proc/meminfo: memFree=26242120/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=1063560 CPUtime=203.71 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 310009 0 0 0 20301 70 0 0 25 0 4 0 651054867 1089085440 195549 33554432000 4194304 4650419 140734779775664 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 265890 195549 395 112 0 260855 0
[pid=19766/tid=19767] ppid=19764 vsize=1063560 CPUtime=51.04 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 93815 0 0 0 5085 19 0 0 25 0 4 0 651054867 1089085440 195549 33554432000 4194304 4650419 140734779775664 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=1063560 CPUtime=51.02 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 95717 0 0 0 5081 21 0 0 25 0 4 0 651054867 1089085440 195549 33554432000 4194304 4650419 140734779775664 18446744073709551615 4334120 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=1063560 CPUtime=50.61 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 28730 0 0 0 5053 8 0 0 25 0 4 0 651054867 1089085440 195549 33554432000 4194304 4650419 140734779775664 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.71
Current children cumulated vsize (KiB) 1063560

[startup+102.311 s]
/proc/loadavg: 7.39 6.34 7.07 9/302 19773
/proc/meminfo: memFree=26182440/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=1109828 CPUtime=408.08 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 336261 0 0 0 40731 77 0 0 25 0 4 0 651054867 1136463872 204542 33554432000 4194304 4650419 140734779775664 18446744073709551615 4333980 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 277457 204542 395 112 0 272422 0
[pid=19766/tid=19767] ppid=19764 vsize=1109828 CPUtime=102.25 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 99774 0 0 0 10205 20 0 0 25 0 4 0 651054867 1136463872 204542 33554432000 4194304 4650419 140734779775664 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=1109828 CPUtime=102.23 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 104622 0 0 0 10200 23 0 0 25 0 4 0 651054867 1136463872 204542 33554432000 4194304 4650419 140734779775664 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=1109828 CPUtime=101.35 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 34549 0 0 0 10125 10 0 0 25 0 4 0 651054867 1136463872 204542 33554432000 4194304 4650419 140734779775664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 1109828

[startup+162.301 s]
/proc/loadavg: 7.89 6.67 7.14 9/302 19775
/proc/meminfo: memFree=26154304/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=1144556 CPUtime=647.48 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 359582 0 0 0 64663 85 0 0 25 0 4 0 651054867 1172025344 203018 33554432000 4194304 4650419 140734779775664 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 286139 203018 395 112 0 281104 0
[pid=19766/tid=19767] ppid=19764 vsize=1144556 CPUtime=162.24 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 105840 0 0 0 16202 22 0 0 25 0 4 0 651054867 1172025344 203018 33554432000 4194304 4650419 140734779775664 18446744073709551615 4364746 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=1144556 CPUtime=162.22 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 111880 0 0 0 16196 26 0 0 25 0 4 0 651054867 1172025344 203018 33554432000 4194304 4650419 140734779775664 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=1144556 CPUtime=160.8 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 40755 0 0 0 16068 12 0 0 25 0 4 0 651054867 1172025344 203018 33554432000 4194304 4650419 140734779775664 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.48
Current children cumulated vsize (KiB) 1144556

[startup+222.301 s]
/proc/loadavg: 8.14 6.96 7.20 9/302 19776
/proc/meminfo: memFree=26117184/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=1144700 CPUtime=886.93 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 381896 0 0 0 88601 92 0 0 25 0 4 0 651054867 1172172800 212764 33554432000 4194304 4650419 140734779775664 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 286175 212764 395 112 0 281140 0
[pid=19766/tid=19767] ppid=19764 vsize=1144700 CPUtime=222.24 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 110655 0 0 0 22200 24 0 0 25 0 4 0 651054867 1172172800 212764 33554432000 4194304 4650419 140734779775664 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=1144700 CPUtime=222.22 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 116945 0 0 0 22195 27 0 0 25 0 4 0 651054867 1172172800 212764 33554432000 4194304 4650419 140734779775664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=1144700 CPUtime=220.25 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 46913 0 0 0 22011 14 0 0 25 0 4 0 651054867 1172172800 212764 33554432000 4194304 4650419 140734779775664 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 886.93
Current children cumulated vsize (KiB) 1144700

[startup+282.301 s]
/proc/loadavg: 8.16 7.17 7.26 9/302 19778
/proc/meminfo: memFree=26104124/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=1226068 CPUtime=1126.38 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 408397 0 0 0 112539 99 0 0 25 0 4 0 651054867 1255493632 216295 33554432000 4194304 4650419 140734779775664 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 306517 216295 395 112 0 301482 0
[pid=19766/tid=19767] ppid=19764 vsize=1226068 CPUtime=282.25 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 120058 0 0 0 28198 27 0 0 25 0 4 0 651054867 1255493632 216295 33554432000 4194304 4650419 140734779775664 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=1226068 CPUtime=282.21 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 122680 0 0 0 28193 28 0 0 25 0 4 0 651054867 1255493632 216295 33554432000 4194304 4650419 140734779775664 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=1226068 CPUtime=279.71 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 53109 0 0 0 27955 16 0 0 25 0 4 0 651054867 1255493632 216295 33554432000 4194304 4650419 140734779775664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1126.38
Current children cumulated vsize (KiB) 1226068

[startup+342.301 s]
/proc/loadavg: 8.24 7.37 7.32 9/302 19780
/proc/meminfo: memFree=26114380/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=1161156 CPUtime=1365.82 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) R 19764 19766 19034 0 -1 4202496 431459 0 0 0 136477 105 0 0 25 0 4 0 651054867 1189023744 206975 33554432000 4194304 4650419 140734779775664 18446744073709551615 4363883 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 290289 206975 395 112 0 285254 0
[pid=19766/tid=19767] ppid=19764 vsize=1161156 CPUtime=342.24 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 123946 0 0 0 34197 27 0 0 25 0 4 0 651054867 1189023744 206975 33554432000 4194304 4650419 140734779775664 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=1161156 CPUtime=342.22 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 128609 0 0 0 34192 30 0 0 25 0 4 0 651054867 1189023744 206975 33554432000 4194304 4650419 140734779775664 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=1161156 CPUtime=339.16 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 61262 0 0 0 33898 18 0 0 25 0 4 0 651054867 1189023744 206975 33554432000 4194304 4650419 140734779775664 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1365.82
Current children cumulated vsize (KiB) 1161156

[startup+402.301 s]
/proc/loadavg: 7.18 7.23 7.27 7/302 19781
/proc/meminfo: memFree=26183280/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=1031200 CPUtime=1516.5 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) S 19764 19766 19034 0 -1 4202496 438405 0 0 0 151542 108 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222836 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 257800 192703 395 112 0 252765 0
[pid=19766/tid=19767] ppid=19764 vsize=1031200 CPUtime=368.42 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) S 19764 19766 19034 0 -1 4202560 127135 0 0 0 36813 29 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222836 0 0 4096 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=1031200 CPUtime=402.22 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 128609 0 0 0 40192 30 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207198251 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=1031200 CPUtime=399.11 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 65019 0 0 0 39892 19 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1516.5
Current children cumulated vsize (KiB) 1031200

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

[startup+403.101 s]
/proc/loadavg: 7.18 7.23 7.27 7/302 19781
/proc/meminfo: memFree=26182908/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=1031200 CPUtime=1518.1 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) S 19764 19766 19034 0 -1 4202496 438405 0 0 0 151702 108 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222836 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 257800 192703 395 112 0 252765 0
[pid=19766/tid=19767] ppid=19764 vsize=1031200 CPUtime=368.42 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) S 19764 19766 19034 0 -1 4202560 127135 0 0 0 36813 29 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222836 0 0 4096 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=1031200 CPUtime=403.02 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 128609 0 0 0 40272 30 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207198251 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=1031200 CPUtime=399.91 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 65019 0 0 0 39972 19 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1518.1
Current children cumulated vsize (KiB) 1031200

[startup+404.701 s]
/proc/loadavg: 7.18 7.23 7.27 7/302 19781
/proc/meminfo: memFree=26192328/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=1031200 CPUtime=1521.31 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) S 19764 19766 19034 0 -1 4202496 438405 0 0 0 152023 108 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222836 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 257800 192703 395 112 0 252765 0
[pid=19766/tid=19767] ppid=19764 vsize=1031200 CPUtime=368.42 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) S 19764 19766 19034 0 -1 4202560 127135 0 0 0 36813 29 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222836 0 0 4096 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=1031200 CPUtime=404.63 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 128609 0 0 0 40433 30 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207198404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=1031200 CPUtime=401.52 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 65019 0 0 0 40133 19 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 4365477 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1521.31
Current children cumulated vsize (KiB) 1031200

[startup+406.3 s]
/proc/loadavg: 7.18 7.23 7.27 7/302 19781
/proc/meminfo: memFree=26192080/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=1031200 CPUtime=1524.5 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) S 19764 19766 19034 0 -1 4202496 438405 0 0 0 152342 108 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222836 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 257800 192703 395 112 0 252765 0
[pid=19766/tid=19767] ppid=19764 vsize=1031200 CPUtime=368.42 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) S 19764 19766 19034 0 -1 4202560 127135 0 0 0 36813 29 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222836 0 0 4096 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=1031200 CPUtime=406.22 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 128609 0 0 0 40592 30 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207198404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=1031200 CPUtime=403.11 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 65019 0 0 0 40292 19 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 4365373 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1524.5
Current children cumulated vsize (KiB) 1031200

[startup+407.1 s]
/proc/loadavg: 7.08 7.21 7.27 7/302 19781
/proc/meminfo: memFree=26192076/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=1031200 CPUtime=1526.1 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) S 19764 19766 19034 0 -1 4202496 438405 0 0 0 152502 108 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222836 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 257800 192703 395 112 0 252765 0
[pid=19766/tid=19767] ppid=19764 vsize=1031200 CPUtime=368.42 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) S 19764 19766 19034 0 -1 4202560 127135 0 0 0 36813 29 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222836 0 0 4096 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=1031200 CPUtime=407.02 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 128609 0 0 0 40672 30 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207198404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=1031200 CPUtime=403.91 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 65019 0 0 0 40372 19 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1526.1
Current children cumulated vsize (KiB) 1031200

[startup+407.501 s]
/proc/loadavg: 7.08 7.21 7.27 7/302 19781
/proc/meminfo: memFree=26192076/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=1031200 CPUtime=1526.9 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) S 19764 19766 19034 0 -1 4202496 438405 0 0 0 152582 108 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222836 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 257800 192703 395 112 0 252765 0
[pid=19766/tid=19767] ppid=19764 vsize=1031200 CPUtime=368.42 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) S 19764 19766 19034 0 -1 4202560 127135 0 0 0 36813 29 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222836 0 0 4096 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=1031200 CPUtime=407.42 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 128609 0 0 0 40712 30 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207198251 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=1031200 CPUtime=404.31 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 65019 0 0 0 40412 19 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1526.9
Current children cumulated vsize (KiB) 1031200

[startup+407.601 s]
/proc/loadavg: 7.08 7.21 7.27 7/302 19781
/proc/meminfo: memFree=26192076/32951124 swapFree=63649232/67111528
[pid=19766] ppid=19764 vsize=1031200 CPUtime=1527.1 cores=0,2,4,6
/proc/19766/stat : 19766 (strangenight1-m) S 19764 19766 19034 0 -1 4202496 438405 0 0 0 152602 108 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222836 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19766/statm: 257800 192703 395 112 0 252765 0
[pid=19766/tid=19767] ppid=19764 vsize=1031200 CPUtime=368.42 cores=0,2,4,6
/proc/19766/task/19767/stat : 19767 (strangenight1-m) S 19764 19766 19034 0 -1 4202560 127135 0 0 0 36813 29 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207222836 0 0 4096 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=19766/tid=19768] ppid=19764 vsize=1031200 CPUtime=407.52 cores=0,2,4,6
/proc/19766/task/19768/stat : 19768 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 128609 0 0 0 40722 30 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 47363207198404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19766/tid=19769] ppid=19764 vsize=1031200 CPUtime=404.41 cores=0,2,4,6
/proc/19766/task/19769/stat : 19769 (strangenight1-m) R 19764 19766 19034 0 -1 4202560 65019 0 0 0 40422 19 0 0 25 0 4 0 651054867 1055948800 192703 33554432000 4194304 4650419 140734779775664 18446744073709551615 4313467 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1527.1
Current children cumulated vsize (KiB) 1031200

Child status: 20
Real time (s): 407.668
CPU time (s): 1527.21
CPU user time (s): 1526.08
CPU system time (s): 1.12783
CPU usage (%): 374.621
Max. virtual memory (cumulated for all children) (KiB): 1226068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1526.08
system time used= 1.12783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 438408
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= 32183
involuntary context switches= 7002

runsolver used 1.05184 second user time and 2.66659 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-14 19:36:04
IDJOB=3369608
IDBENCH=82501
IDSOLVER=1846
FILE ID=node130/3369608-1305394563
RUNJOBID= node130-1305394563-19743
PBS_JOBID= 13324426
Free space on /tmp= 73392 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_b_unsat.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369608-1305394563/watcher-3369608-1305394563 -o /tmp/evaluation-result-3369608-1305394563/solver-3369608-1305394563 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369608-1305394563.cnf

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=953277892

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27635320 kB
Buffers:        248540 kB
Cached:        3618892 kB
SwapCached:      10248 kB
Active:        1253360 kB
Inactive:      3792264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27635320 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           43596 kB
Writeback:           0 kB
AnonPages:     1174828 kB
Mapped:          13272 kB
Slab:           182880 kB
PageTables:      25568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51708824 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= 73384 MiB
End job on node130 at 2011-05-14 19:42:51