Trace number 3368702

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)? (TO) 4800.39 1203.24

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S1110880865-004.SATISFIABLE.cnf
MD5SUMdee9409d3106901eba323258572940c9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.065989
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53727
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368702-1305401035.cnf'
0.00/0.01	c -- header says num vars:            175
0.00/0.01	c -- header says num clauses:        3727
0.00/0.01	c -- clauses added:            0 learnts,         3727 normals,            0 xors
0.00/0.01	c -- vars added        175
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       175      3727         0         0     18635         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.05
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.03	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.03	c calculated reachability. Time: 0.00
0.00/0.03	c Calc default polars -  time:   0.00 s pos:     102 undec:       8 neg:      65
0.00/0.03	c =========================================================================================
0.00/0.03	c types(t): F = full restart, N = normal restart
0.00/0.03	c types(t): S = simplification begin/end, E = solution found
0.00/0.03	c restart types(rt): st = static, dy = dynamic
0.00/0.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.03	c  B st     0         0       175      3727         0         0     18635         0   no data   no data  --
0.19/0.08	c Decided on static restart strategy
0.36/0.17	c  N st     8      4913       175      3727         0      4682     18635    156567   no data   no data  --
1.56/0.40	c  N st    10     11297       175      3727         0      4352     18635    108800   no data   no data  --
2.36/0.64	c  N st    11     17040       175      3727         0      9858     18635    294781   no data   no data  --
3.99/1.01	c  F st    12     25001       175      3727         0     12044     18635    361311   no data   no data  --
3.99/1.01	c  N st    12     25001       175      3727         0     12044     18635    361311   no data   no data  --
4.75/1.23	c Decided on static restart strategy
4.75/1.23	c  N st    18     30002       175      3727         0     10335     18635    294395   no data   no data  --
4.75/1.23	c  S st    18     30002       175      3727         0     10335     18635    294395   no data   no data  --
4.75/1.26	c  S st    18     30507       175      3727         0     10832     18635    310559   no data   no data  --
4.75/1.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.75/1.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.75/1.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.75/1.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.75/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.75/1.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4.75/1.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.14/2.39	c lits-rem:      3596  cl-subs:     1203  v-elim:      0  v-fix:    0  time:  4.43 s
9.54/2.44	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.23
9.54/2.44	c calculated reachability. Time: 0.00
9.54/2.44	c  N st    18     30507       175      3727         0      9629     18635    260997   no data   no data  --
11.14/2.80	c  N st    20     37617       175      3727         0      8910     18635    218613   no data   no data  --
12.34/3.11	c  N st    21     44017       175      3727         0     15026     18635    427200   no data   no data  --
12.76/3.21	c  S st    22     45760       175      3727         0     16689     18635    481753   no data   no data  --
12.76/3.26	c  S st    22     46264       175      3727         0      8625     18635    185400   no data   no data  --
12.76/3.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.76/3.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.76/3.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
12.76/3.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.76/3.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.76/3.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
12.76/3.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.33/3.61	c lits-rem:       306  cl-subs:      124  v-elim:      0  v-fix:    0  time:  1.35 s
14.33/3.61	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
14.33/3.61	c vivif2 --  cl tried     8501 cl shrink        0 lits rem          0 time: 0.01
14.33/3.65	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.18
14.33/3.65	c calculated reachability. Time: 0.00
14.33/3.65	c  N st    22     46264       175      3727         0      8501     18635    180626   no data   no data  --
17.92/4.54	c  N st    23     60663       175      3727         0     12723     18635    304883   no data   no data  --
20.32/5.11	c  N st    24     69397       175      3727         0     10589     18635    214392   no data   no data  --
20.32/5.11	c  S st    24     69397       175      3727         0     10589     18635    214392   no data   no data  --
20.32/5.14	c  S st    24     69901       175      3727         0     11084     18635    230539   no data   no data  --
20.32/5.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.32/5.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.32/5.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
20.32/5.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.32/5.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.32/5.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
20.32/5.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.50/5.91	c lits-rem:       581  cl-subs:      178  v-elim:      0  v-fix:    0  time:  3.02 s
23.50/5.91	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
23.50/5.91	c vivif2 --  cl tried    10906 cl shrink        0 lits rem          0 time: 0.01
23.50/5.97	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.23
23.50/5.97	c calculated reachability. Time: 0.00
23.50/5.97	c  N st    24     69901       175      3727         0     10906     18635    223422   no data   no data  --
28.29/7.13	c  F st    25     87500       175      3727         0     16322     18635    395862   no data   no data  --
28.29/7.13	c  N st    25     87500       175      3727         0     16322     18635    395862   no data   no data  --
29.89/7.52	c Decided on static restart strategy
30.73/7.74	c  N st    32     95537       175      3727         0     24032     18635    655750   no data   no data  --
33.08/8.39	c  N st    34    104851       175      3727         0     20461     18635    521646   no data   no data  --
33.08/8.39	c  S st    34    104851       175      3727         0     20461     18635    521646   no data   no data  --
33.48/8.46	c  S st    34    105355       175      3727         0     20960     18635    537464   no data   no data  --
33.48/8.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
33.48/8.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.48/8.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
33.48/8.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.48/8.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.48/8.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
33.48/8.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.06/10.30	c lits-rem:      5120  cl-subs:     1214  v-elim:      0  v-fix:    0  time:  7.24 s
41.06/10.30	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
41.06/10.31	c vivif2 --  cl tried    19746 cl shrink        0 lits rem          0 time: 0.02
41.46/10.40	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.40
41.46/10.41	c calculated reachability. Time: 0.00
41.46/10.41	c  N st    34    105355       175      3727         0     19746     18635    486407   no data   no data  --
43.90/11.03	c  N st    35    114955       175      3727         0     15563     18635    346248   no data   no data  --
48.29/12.15	c  N st    36    129352       175      3727         0     14998     18635    296059   no data   no data  --
54.63/13.77	c  N st    37    150949       175      3727         0     20323     18635    461758   no data   no data  --
56.65/14.29	c  S st    38    158033       175      3727         0     27131     18635    696727   no data   no data  --
57.06/14.36	c  S st    38    158537       175      3727         0     27625     18635    712846   no data   no data  --
57.06/14.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
57.06/14.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.06/14.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
57.06/14.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.06/14.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.06/14.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
57.06/14.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
66.59/16.73	c lits-rem:      3350  cl-subs:     1657  v-elim:      0  v-fix:    0  time:  9.31 s
66.59/16.73	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
66.59/16.74	c vivif2 --  cl tried    25968 cl shrink        0 lits rem          0 time: 0.02
67.00/16.88	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.56
67.00/16.88	c calculated reachability. Time: 0.00
67.00/16.88	c  N st    38    158537       175      3727         0     25968     18635    643969   no data   no data  --
84.94/21.39	c  N st    39    207125       175      3727         0     20688     18635    414966   no data   no data  --
96.91/24.34	c  N st    40    237805       175      3727         0     30969     18635    749014   no data   no data  --
96.91/24.34	c  S st    40    237805       175      3727         0     30969     18635    749014   no data   no data  --
97.31/24.44	c  S st    40    238311       175      3727         0     31467     18635    765750   no data   no data  --
97.31/24.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
97.31/24.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
97.31/24.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.07
97.31/24.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
97.31/24.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
97.31/24.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
97.31/24.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
108.49/27.22	c lits-rem:      4476  cl-subs:     1915  v-elim:      0  v-fix:    0  time: 10.89 s
108.49/27.22	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
108.49/27.22	c vivif2 --  cl tried    29552 cl shrink        0 lits rem          0 time: 0.03
108.89/27.40	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.68
108.89/27.40	c calculated reachability. Time: 0.00
108.89/27.40	c  N st    40    238311       175      3727         0     29552     18635    693406   no data   no data  --
138.01/34.64	c  F st    41    306251       175      3727         0     31492     18635    711773   no data   no data  --
138.01/34.64	c  N st    41    306251       175      3727         0     31492     18635    711773   no data   no data  --
140.44/35.22	c Decided on static restart strategy
149.58/37.55	c  N st    51    334555       175      3727         0     35664     18635    811961   no data   no data  --
160.37/40.20	c  N st    53    357466       175      3727         0     33610     18635    715285   no data   no data  --
160.37/40.20	c  S st    53    357466       175      3727         0     33610     18635    715285   no data   no data  --
160.37/40.29	c  S st    53    357968       175      3727         0     34103     18635    731412   no data   no data  --
160.37/40.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
160.37/40.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
160.77/40.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
160.77/40.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.77/40.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.77/40.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
160.77/40.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
170.33/42.73	c lits-rem:      3611  cl-subs:     1679  v-elim:      0  v-fix:    0  time:  9.60 s
170.33/42.73	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
170.33/42.74	c vivif2 --  cl tried    32424 cl shrink        0 lits rem          0 time: 0.03
171.16/42.93	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.77
171.16/42.93	c calculated reachability. Time: 0.00
171.16/42.93	c  N st    53    357968       175      3727         0     32424     18635    667778   no data   no data  --
185.89/46.65	c  N st    54    390362       175      3727         0     38547     18635    869695   no data   no data  --
214.22/53.74	c  N st    55    438950       175      3727         0     32401     18635    629917   no data   no data  --
251.32/63.02	c  N st    56    511833       175      3727         0     45727     18635   1035959   no data   no data  --
265.29/66.53	c  N st    57    536954       175      3727         0     40080     18635    837994   no data   no data  --
265.29/66.53	c  S st    57    536954       175      3727         0     40080     18635    837994   no data   no data  --
265.69/66.63	c  S st    57    537458       175      3727         0     40576     18635    854622   no data   no data  --
265.69/66.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
265.69/66.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
265.69/66.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
265.69/66.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
265.69/66.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
265.69/66.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
265.69/66.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
277.26/69.52	c lits-rem:      2406  cl-subs:     1517  v-elim:      0  v-fix:    0  time: 11.34 s
277.26/69.52	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
277.26/69.53	c vivif2 --  cl tried    39059 cl shrink        0 lits rem          0 time: 0.04
278.06/69.77	c asymm  cl-useful: 0/3592/3727 lits-rem:0 time: 0.95
278.06/69.77	c calculated reachability. Time: 0.00
278.06/69.77	c  N st    57    537458       175      3727         0     39059     18635    792141   no data   no data  --
370.22/92.86	c  N st    58    701442       175      3727         0     67594     18635   1750660   no data   no data  --
434.50/108.95	c  N st    59    806188       175      3727         0     61641     18635   1452743   no data   no data  --
434.50/108.95	c  S st    59    806188       175      3727         0     61641     18635   1452743   no data   no data  --
435.25/109.13	c  S st    59    806690       175      3727         0     62139     18635   1469052   no data   no data  --
435.25/109.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
435.25/109.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
435.25/109.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
435.65/109.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
435.65/109.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
435.65/109.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
435.65/109.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
482.36/120.99	c lits-rem:      5236  cl-subs:     4233  v-elim:      0  v-fix:    0  time: 46.97 s
482.36/120.99	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
482.77/121.01	c vivif2 --  cl tried    57906 cl shrink        0 lits rem          0 time: 0.06
483.92/121.34	c asymm  cl-useful: 0/2552/3727 lits-rem:0 time: 1.34
483.92/121.34	c calculated reachability. Time: 0.00
483.92/121.34	c  N st    59    806690       175      3727         0     57906     18635   1309942   no data   no data  --
660.68/165.63	c  F st    60   1071875       175      3727         0     73350     18635   1762172   no data   no data  --
660.68/165.63	c  N st    60   1071875       175      3727         0     73350     18635   1762172   no data   no data  --
665.47/166.82	c Decided on static restart strategy
681.83/170.96	c  N st    70   1100179       175      3727         0     57635     18635   1136498   no data   no data  --
708.56/177.62	c  N st    72   1136173       175      3727         0     48156     18635    783054   no data   no data  --
730.50/183.14	c  N st    73   1168565       175      3727         0     79193     18635   1864659   no data   no data  --
760.02/190.50	c  N st    74   1210036       175      3727         0     73823     18635   1630114   no data   no data  --
760.02/190.50	c  S st    74   1210036       175      3727         0     73823     18635   1630114   no data   no data  --
760.83/190.70	c  S st    74   1210538       175      3727         0     74317     18635   1646522   no data   no data  --
760.83/190.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
760.83/190.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
760.83/190.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
760.83/190.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
760.83/190.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
760.83/190.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
760.83/190.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
835.02/209.38	c lits-rem:      2657  cl-subs:     4814  v-elim:      0  v-fix:    0  time: 74.12 s
835.02/209.38	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
835.42/209.40	c vivif2 --  cl tried    69503 cl shrink        0 lits rem          0 time: 0.08
836.21/209.67	c asymm  cl-useful: 0/1175/3727 lits-rem:0 time: 1.07
836.21/209.67	c calculated reachability. Time: 0.00
836.21/209.67	c  N st    74   1210538       175      3727         0     69503     18635   1477131   no data   no data  --
907.63/227.56	c  N st    75   1283420       175      3727         0     93031     18635   2282168   no data   no data  --
1009.76/253.13	c  N st    76   1392745       175      3727         0     54424     18635    890018   no data   no data  --
1143.42/286.66	c  N st    77   1556729       175      3727         0     59253     18635    997635   no data   no data  --
1280.68/321.01	c  N st    78   1710540       175      3727         0     99915     18635   2364763   no data   no data  --
1280.68/321.01	c  S st    78   1710540       175      3727         0     99915     18635   2364763   no data   no data  --
1281.51/321.29	c  S st    78   1711041       175      3727         0    100411     18635   2381268   no data   no data  --
1281.86/321.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1281.86/321.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1281.86/321.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.21
1282.26/321.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1282.26/321.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1282.26/321.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1282.26/321.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1422.29/356.57	c lits-rem:      9202  cl-subs:     8087  v-elim:      0  v-fix:    0  time: 140.15 s
1422.29/356.57	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1422.69/356.60	c vivif2 --  cl tried    92324 cl shrink        0 lits rem          0 time: 0.10
1423.88/356.96	c asymm  cl-useful: 0/1757/3727 lits-rem:0 time: 1.42
1423.88/356.96	c calculated reachability. Time: 0.00
1423.88/356.96	c  N st    78   1711041       175      3727         0     92324     18635   2084973   no data   no data  --
1803.36/452.08	c  N st    79   2080005       175      3727         0    103934     18635   2405455   no data   no data  --
1939.41/486.13	c  N st    80   2211043       175      3727         0    107683     18635   2441505   no data   no data  --
1939.41/486.13	c  S st    80   2211043       175      3727         0    107683     18635   2441505   no data   no data  --
1940.58/486.44	c  S st    80   2211549       175      3727         0    108181     18635   2458017   no data   no data  --
1940.58/486.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1940.58/486.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1940.98/486.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
1940.98/486.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1940.98/486.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1940.98/486.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1940.98/486.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2082.59/522.04	c lits-rem:      4687  cl-subs:     8420  v-elim:      0  v-fix:    0  time: 141.38 s
2082.59/522.04	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2082.59/522.07	c vivif2 --  cl tried    99761 cl shrink        0 lits rem          0 time: 0.12
2084.63/522.55	c asymm  cl-useful: 0/1357/3727 lits-rem:0 time: 1.92
2084.63/522.55	c calculated reachability. Time: 0.00
2084.63/522.55	c  N st    80   2211549       175      3727         0     99761     18635   2163410   no data   no data  --
2655.93/665.77	c  N st    81   2711549       175      3727         0    122288     18635   2814818   no data   no data  --
2655.93/665.77	c  S st    81   2711549       175      3727         0    122288     18635   2814818   no data   no data  --
2657.53/666.19	c  S st    81   2712054       175      3727         0    122785     18635   2831366   no data   no data  --
2657.53/666.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2657.53/666.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2657.93/666.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.27
2658.33/666.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2658.33/666.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2658.33/666.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2658.33/666.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2890.08/724.40	c lits-rem:      4887  cl-subs:    11576  v-elim:      0  v-fix:    0  time: 231.48 s
2890.08/724.40	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2890.08/724.43	c vivif2 --  cl tried   111209 cl shrink        0 lits rem          0 time: 0.12
2890.88/724.65	c asymm  cl-useful: 0/613/3727 lits-rem:0 time: 0.87
2890.88/724.65	c calculated reachability. Time: 0.00
2890.88/724.65	c  N st    81   2712054       175      3727         0    111209     18635   2452936   no data   no data  --
3466.61/868.96	c  N st    82   3212054       175      3727         0     88477     18635   1505471   no data   no data  --
3466.61/868.96	c  S st    82   3212054       175      3727         0     88477     18635   1505471   no data   no data  --
3467.77/869.22	c  S st    82   3212557       175      3727         0     88973     18635   1521747   no data   no data  --
3467.77/869.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3467.77/869.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3467.77/869.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
3468.17/869.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3468.17/869.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3468.17/869.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3468.17/869.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3520.83/882.53	c lits-rem:       788  cl-subs:     2869  v-elim:      0  v-fix:    0  time: 52.68 s
3520.83/882.53	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3520.83/882.55	c vivif2 --  cl tried    86104 cl shrink        0 lits rem          0 time: 0.08
3522.83/883.02	c asymm  cl-useful: 0/1688/3727 lits-rem:0 time: 1.86
3522.83/883.02	c calculated reachability. Time: 0.00
3522.83/883.02	c  N st    82   3212557       175      3727         0     86104     18635   1427727   no data   no data  --
4248.17/1064.86	c  N st    83   3712557       175      3727         0     96415     18635   1663141   no data   no data  --
4248.17/1064.86	c  S st    83   3712557       175      3727         0     96415     18635   1663141   no data   no data  --
4249.32/1065.18	c  S st    83   3713062       175      3727         0     96913     18635   1680463   no data   no data  --
4249.32/1065.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4249.32/1065.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4249.72/1065.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.22
4250.12/1065.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4250.12/1065.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4250.12/1065.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4250.12/1065.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4311.55/1080.79	c lits-rem:       771  cl-subs:     3283  v-elim:      0  v-fix:    0  time: 61.77 s
4311.55/1080.79	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4311.95/1080.81	c vivif2 --  cl tried    93630 cl shrink        0 lits rem          0 time: 0.09
4313.57/1081.23	c asymm  cl-useful: 0/1372/3727 lits-rem:0 time: 1.66
4313.57/1081.23	c calculated reachability. Time: 0.00
4313.57/1081.23	c  N st    83   3713062       175      3727         0     93630     18635   1566492   no data   no data  --
4363.81/1093.84	c  F st    84   3751571       175      3727         0    130123     18635   2813304   no data   no data  --
4363.81/1093.84	c  N st    84   3751571       175      3727         0    130123     18635   2813304   no data   no data  --
4371.03/1095.62	c Decided on static restart strategy
4414.92/1106.68	c  N st    94   3779876       175      3727         0    157204     18635   3743425   no data   no data  --
4462.37/1118.55	c  N st    96   3815868       175      3727         0    111081     18635   2168274   no data   no data  --
4509.04/1130.26	c  N st    97   3848261       175      3727         0    142047     18635   3270834   no data   no data  --
4574.08/1146.54	c  N st    98   3896849       175      3727         0    106608     18635   1988886   no data   no data  --
4672.63/1171.21	c  N st    99   3969732       175      3727         0     93346     18635   1472750   no data   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3368702-1305401035/watcher-3368702-1305401035 -o /tmp/evaluation-result-3368702-1305401035/solver-3368702-1305401035 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368702-1305401035.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: 7.50 7.96 7.92 2/314 7578
/proc/meminfo: memFree=11163700/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 416 0 0 0 1 0 0 0 19 0 4 0 651705844 52465664 357 33554432000 4194304 4650419 140735014380352 18446744073709551615 47614940014105 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 12809 357 306 112 0 7774 0
[pid=7577/tid=7581] ppid=7575 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 4 0 651705845 52465664 357 33554432000 4194304 4650419 140735014380352 18446744073709551615 47614940014109 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 651705845 52465664 357 33554432000 4194304 4650419 140735014380352 18446744073709551615 47614940014514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 651705845 52465664 357 33554432000 4194304 4650419 140735014380352 18446744073709551615 47614940014105 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.057358 s]
/proc/loadavg: 7.50 7.96 7.92 2/314 7578
/proc/meminfo: memFree=11163700/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=283264 CPUtime=0.19 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 1982 0 0 0 19 0 0 0 18 0 4 0 651705844 290062336 1778 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 70816 1778 388 112 0 65781 0
[pid=7577/tid=7581] ppid=7575 vsize=283264 CPUtime=0.04 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 454 0 0 0 4 0 0 0 18 0 4 0 651705845 290062336 1778 33554432000 4194304 4650419 140735014380352 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=283264 CPUtime=0.04 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 428 0 0 0 4 0 0 0 21 0 4 0 651705845 290062336 1778 33554432000 4194304 4650419 140735014380352 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=283264 CPUtime=0.05 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 222 0 0 0 5 0 0 0 18 0 4 0 651705845 290062336 1778 33554432000 4194304 4650419 140735014380352 18446744073709551615 4328130 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 283264

[startup+0.10035 s]
/proc/loadavg: 7.50 7.96 7.92 2/314 7578
/proc/meminfo: memFree=11163700/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=283264 CPUtime=0.36 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 2239 0 0 0 36 0 0 0 18 0 4 0 651705844 290062336 2035 33554432000 4194304 4650419 140735014380352 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 70816 2036 389 112 0 65781 0
[pid=7577/tid=7581] ppid=7575 vsize=283264 CPUtime=0.09 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 523 0 0 0 9 0 0 0 18 0 4 0 651705845 290062336 2036 33554432000 4194304 4650419 140735014380352 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=283264 CPUtime=0.08 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 511 0 0 0 8 0 0 0 21 0 4 0 651705845 290062336 2036 33554432000 4194304 4650419 140735014380352 18446744073709551615 4328119 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=283264 CPUtime=0.09 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 271 0 0 0 9 0 0 0 18 0 4 0 651705845 290062336 2036 33554432000 4194304 4650419 140735014380352 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 283264

[startup+0.300312 s]
/proc/loadavg: 7.50 7.96 7.92 2/314 7578
/proc/meminfo: memFree=11163700/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=284720 CPUtime=1.16 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 3659 0 0 0 116 0 0 0 18 0 4 0 651705844 291553280 2636 33554432000 4194304 4650419 140735014380352 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 71180 2636 391 112 0 66145 0
[pid=7577/tid=7581] ppid=7575 vsize=284720 CPUtime=0.29 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 865 0 0 0 29 0 0 0 18 0 4 0 651705845 291553280 2636 33554432000 4194304 4650419 140735014380352 18446744073709551615 4349694 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=284720 CPUtime=0.28 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 916 0 0 0 28 0 0 0 21 0 4 0 651705845 291553280 2636 33554432000 4194304 4650419 140735014380352 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=284720 CPUtime=0.29 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 607 0 0 0 29 0 0 0 18 0 4 0 651705845 291553280 2636 33554432000 4194304 4650419 140735014380352 18446744073709551615 4331067 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284720

[startup+0.700238 s]
/proc/loadavg: 7.50 7.96 7.92 2/314 7578
/proc/meminfo: memFree=11163700/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=286580 CPUtime=2.77 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 6490 0 0 0 276 1 0 0 18 0 4 0 651705844 293457920 3125 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 71645 3125 391 112 0 66610 0
[pid=7577/tid=7581] ppid=7575 vsize=286580 CPUtime=0.69 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 1362 0 0 0 69 0 0 0 18 0 4 0 651705845 293457920 3125 33554432000 4194304 4650419 140735014380352 18446744073709551615 4306762 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=286580 CPUtime=0.68 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 1724 0 0 0 68 0 0 0 22 0 4 0 651705845 293457920 3125 33554432000 4194304 4650419 140735014380352 18446744073709551615 4333593 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=286580 CPUtime=0.69 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 1366 0 0 0 69 0 0 0 18 0 4 0 651705845 293457920 3125 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286580

[startup+1.50109 s]
/proc/loadavg: 7.62 7.98 7.93 9/324 7588
/proc/meminfo: memFree=11137084/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=287888 CPUtime=5.96 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 12195 0 0 0 594 2 0 0 20 0 4 0 651705844 294797312 5657 33554432000 4194304 4650419 140735014380352 18446744073709551615 4438272 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 71972 5657 393 112 0 66937 0
[pid=7577/tid=7581] ppid=7575 vsize=287888 CPUtime=1.49 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 2414 0 0 0 149 0 0 0 19 0 4 0 651705845 294797312 5657 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=287888 CPUtime=1.46 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 2897 0 0 0 146 0 0 0 25 0 4 0 651705845 294797312 5657 33554432000 4194304 4650419 140735014380352 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=287888 CPUtime=1.49 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 2367 0 0 0 149 0 0 0 20 0 4 0 651705845 294797312 5658 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287888

[startup+3.10078 s]
/proc/loadavg: 7.62 7.98 7.93 10/324 7588
/proc/meminfo: memFree=11094720/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=307588 CPUtime=12.34 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 20520 0 0 0 1231 3 0 0 25 0 4 0 651705844 314970112 12208 33554432000 4194304 4650419 140735014380352 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 76897 12208 393 112 0 71862 0
[pid=7577/tid=7581] ppid=7575 vsize=307588 CPUtime=3.09 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 4847 0 0 0 308 1 0 0 25 0 4 0 651705845 314970112 12209 33554432000 4194304 4650419 140735014380352 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=307588 CPUtime=3.05 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 5713 0 0 0 305 0 0 0 25 0 4 0 651705845 314970112 12209 33554432000 4194304 4650419 140735014380352 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=307588 CPUtime=3.08 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 4723 0 0 0 308 0 0 0 25 0 4 0 651705845 314970112 12209 33554432000 4194304 4650419 140735014380352 18446744073709551615 4350792 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 307588

[startup+6.30118 s]
/proc/loadavg: 7.62 7.98 7.93 9/324 7588
/proc/meminfo: memFree=11043144/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=326584 CPUtime=25.11 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 29793 0 0 0 2505 6 0 0 25 0 4 0 651705844 334422016 16144 33554432000 4194304 4650419 140735014380352 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 81646 16144 393 112 0 76611 0
[pid=7577/tid=7581] ppid=7575 vsize=326584 CPUtime=6.29 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 7940 0 0 0 628 1 0 0 25 0 4 0 651705845 334422016 16144 33554432000 4194304 4650419 140735014380352 18446744073709551615 4438794 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=326584 CPUtime=6.22 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 8437 0 0 0 621 1 0 0 25 0 4 0 651705845 334422016 16144 33554432000 4194304 4650419 140735014380352 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=326584 CPUtime=6.28 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 5907 0 0 0 627 1 0 0 25 0 4 0 651705845 334422016 16144 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 326584

[startup+12.701 s]
/proc/loadavg: 7.75 8.00 7.93 10/324 7588
/proc/meminfo: memFree=10986796/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=339144 CPUtime=50.64 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 47589 0 0 0 5056 8 0 0 25 0 4 0 651705844 347283456 24328 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 84786 24328 393 112 0 79751 0
[pid=7577/tid=7581] ppid=7575 vsize=339144 CPUtime=12.69 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 12909 0 0 0 1267 2 0 0 25 0 4 0 651705845 347283456 24328 33554432000 4194304 4650419 140735014380352 18446744073709551615 4370637 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=339144 CPUtime=12.55 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 12737 0 0 0 1254 1 0 0 25 0 4 0 651705845 347283456 24328 33554432000 4194304 4650419 140735014380352 18446744073709551615 4349683 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=339144 CPUtime=12.69 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 8992 0 0 0 1267 2 0 0 25 0 4 0 651705845 347283456 24328 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 339144

[startup+25.5005 s]
/proc/loadavg: 7.79 8.00 7.93 9/324 7589
/proc/meminfo: memFree=10905080/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=350072 CPUtime=101.7 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 73425 0 0 0 10155 15 0 0 25 0 4 0 651705844 358473728 34178 33554432000 4194304 4650419 140735014380352 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 87518 34178 393 112 0 82483 0
[pid=7577/tid=7581] ppid=7575 vsize=350072 CPUtime=25.49 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 20887 0 0 0 2545 4 0 0 25 0 4 0 651705845 358473728 34178 33554432000 4194304 4650419 140735014380352 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=350072 CPUtime=25.21 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 19654 0 0 0 2518 3 0 0 25 0 4 0 651705845 358473728 34178 33554432000 4194304 4650419 140735014380352 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=350072 CPUtime=25.48 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 10886 0 0 0 2546 2 0 0 25 0 4 0 651705845 358473728 34178 33554432000 4194304 4650419 140735014380352 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 350072

[startup+51.1007 s]
/proc/loadavg: 7.87 8.00 7.93 9/324 7589
/proc/meminfo: memFree=10832300/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=352376 CPUtime=203.84 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 109276 0 0 0 20360 24 0 0 25 0 4 0 651705844 360833024 42188 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 88094 42188 393 112 0 83059 0
[pid=7577/tid=7581] ppid=7575 vsize=352376 CPUtime=51.09 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 33980 0 0 0 5102 7 0 0 25 0 4 0 651705845 360833024 42188 33554432000 4194304 4650419 140735014380352 18446744073709551615 4433093 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=352376 CPUtime=50.56 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 29592 0 0 0 5051 5 0 0 25 0 4 0 651705845 360833024 42188 33554432000 4194304 4650419 140735014380352 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=352376 CPUtime=51.08 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 12017 0 0 0 5105 3 0 0 25 0 4 0 651705845 360833024 42188 33554432000 4194304 4650419 140735014380352 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 352376

[startup+102.313 s]
/proc/loadavg: 7.98 8.01 7.94 9/324 7591
/proc/meminfo: memFree=10746084/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=426084 CPUtime=408.17 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 173081 0 0 0 40774 43 0 0 25 0 4 0 651705844 436310016 53127 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 106521 53127 393 112 0 101486 0
[pid=7577/tid=7581] ppid=7575 vsize=426084 CPUtime=102.3 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 51767 0 0 0 10218 12 0 0 25 0 4 0 651705845 436310016 53127 33554432000 4194304 4650419 140735014380352 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=426084 CPUtime=101.24 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 50613 0 0 0 10112 12 0 0 25 0 4 0 651705845 436310016 53127 33554432000 4194304 4650419 140735014380352 18446744073709551615 4368276 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=426084 CPUtime=102.29 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 16548 0 0 0 10225 4 0 0 25 0 4 0 651705845 436310016 53127 33554432000 4194304 4650419 140735014380352 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 426084

[startup+162.301 s]

################
# More data... #
################

[pid=7577] ppid=7575 vsize=654848 CPUtime=2562.59 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 526362 0 0 0 256085 174 0 0 25 0 4 0 651705844 670564352 117436 33554432000 4194304 4650419 140735014380352 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 163712 117436 393 112 0 158677 0
[pid=7577/tid=7581] ppid=7575 vsize=654848 CPUtime=642.32 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 179811 0 0 0 64171 61 0 0 25 0 4 0 651705845 670564352 117438 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=654848 CPUtime=635.74 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 161016 0 0 0 63521 53 0 0 25 0 4 0 651705845 670564352 117438 33554432000 4194304 4650419 140735014380352 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=654848 CPUtime=642.21 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 31950 0 0 0 64212 9 0 0 25 0 4 0 651705845 670564352 117438 33554432000 4194304 4650419 140735014380352 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2562.59
Current children cumulated vsize (KiB) 654848

[startup+702.301 s]
/proc/loadavg: 8.17 8.13 8.02 9/324 7607
/proc/meminfo: memFree=10289588/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=690168 CPUtime=2801.92 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 550009 0 0 0 280007 185 0 0 25 0 4 0 651705844 706732032 114080 33554432000 4194304 4650419 140735014380352 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 172542 114080 393 112 0 167507 0
[pid=7577/tid=7581] ppid=7575 vsize=690168 CPUtime=702.31 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 190958 0 0 0 70165 66 0 0 25 0 4 0 651705845 706732032 114080 33554432000 4194304 4650419 140735014380352 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=690168 CPUtime=695.09 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 168706 0 0 0 69453 56 0 0 25 0 4 0 651705845 706732032 114080 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=690168 CPUtime=702.2 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 34428 0 0 0 70209 11 0 0 25 0 4 0 651705845 706732032 114080 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2801.92
Current children cumulated vsize (KiB) 690168

[startup+762.313 s]
/proc/loadavg: 8.16 8.13 8.02 9/324 7608
/proc/meminfo: memFree=10215036/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=641932 CPUtime=3041.32 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 576269 0 0 0 303935 197 0 0 25 0 4 0 651705844 657338368 124754 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 160483 124754 393 112 0 155448 0
[pid=7577/tid=7581] ppid=7575 vsize=641932 CPUtime=762.32 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 203120 0 0 0 76162 70 0 0 25 0 4 0 651705845 657338368 124754 33554432000 4194304 4650419 140735014380352 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=641932 CPUtime=754.46 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 176622 0 0 0 75386 60 0 0 25 0 4 0 651705845 657338368 124754 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=641932 CPUtime=762.2 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 34742 0 0 0 76209 11 0 0 25 0 4 0 651705845 657338368 124754 33554432000 4194304 4650419 140735014380352 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3041.32
Current children cumulated vsize (KiB) 641932

[startup+822.3 s]
/proc/loadavg: 8.06 8.11 8.02 9/324 7610
/proc/meminfo: memFree=10232992/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=768088 CPUtime=3280.66 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 598082 0 0 0 327859 207 0 0 25 0 4 0 651705844 786522112 124201 33554432000 4194304 4650419 140735014380352 18446744073709551615 4313699 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 192022 124201 393 112 0 186987 0
[pid=7577/tid=7581] ppid=7575 vsize=768088 CPUtime=822.31 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 210094 0 0 0 82158 73 0 0 25 0 4 0 651705845 786522112 124201 33554432000 4194304 4650419 140735014380352 18446744073709551615 4313323 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=768088 CPUtime=813.83 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 185814 0 0 0 81319 64 0 0 25 0 4 0 651705845 786522112 124201 33554432000 4194304 4650419 140735014380352 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=768088 CPUtime=822.18 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 35564 0 0 0 82206 12 0 0 25 0 4 0 651705845 786522112 124201 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3280.66
Current children cumulated vsize (KiB) 768088

[startup+882.301 s]
/proc/loadavg: 8.07 8.10 8.02 10/324 7612
/proc/meminfo: memFree=10179152/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=656952 CPUtime=3520.03 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 629491 0 0 0 351783 220 0 0 25 0 4 0 651705844 672718848 131609 33554432000 4194304 4650419 140735014380352 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 164238 131609 393 112 0 159203 0
[pid=7577/tid=7581] ppid=7575 vsize=656952 CPUtime=882.32 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 222680 0 0 0 88153 79 0 0 25 0 4 0 651705845 672718848 131609 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=656952 CPUtime=873.22 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 194121 0 0 0 87254 68 0 0 25 0 4 0 651705845 672718848 131609 33554432000 4194304 4650419 140735014380352 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=656952 CPUtime=882.17 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 36450 0 0 0 88205 12 0 0 25 0 4 0 651705845 672718848 131609 33554432000 4194304 4650419 140735014380352 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3520.03
Current children cumulated vsize (KiB) 656952

[startup+942.301 s]
/proc/loadavg: 8.02 8.08 8.01 9/324 7613
/proc/meminfo: memFree=10139320/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=758704 CPUtime=3759.41 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 650758 0 0 0 375712 229 0 0 25 0 4 0 651705844 776912896 130554 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 189676 130554 393 112 0 184641 0
[pid=7577/tid=7581] ppid=7575 vsize=758704 CPUtime=942.32 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 234081 0 0 0 94148 84 0 0 25 0 4 0 651705845 776912896 130554 33554432000 4194304 4650419 140735014380352 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=758704 CPUtime=932.6 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 199428 0 0 0 93190 70 0 0 25 0 4 0 651705845 776912896 130554 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=758704 CPUtime=942.16 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 36875 0 0 0 94204 12 0 0 25 0 4 0 651705845 776912896 130554 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3759.41
Current children cumulated vsize (KiB) 758704

[startup+1002.3 s]
/proc/loadavg: 8.05 8.08 8.01 9/324 7615
/proc/meminfo: memFree=10136812/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=708464 CPUtime=3998.78 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 670173 0 0 0 399638 240 0 0 25 0 4 0 651705844 725467136 129112 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 177116 129112 393 112 0 172081 0
[pid=7577/tid=7581] ppid=7575 vsize=708464 CPUtime=1002.33 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 240058 0 0 0 100147 86 0 0 25 0 4 0 651705845 725467136 129112 33554432000 4194304 4650419 140735014380352 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=708464 CPUtime=991.97 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 205174 0 0 0 99123 74 0 0 25 0 4 0 651705845 725467136 129112 33554432000 4194304 4650419 140735014380352 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=708464 CPUtime=1002.16 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 37748 0 0 0 100203 13 0 0 25 0 4 0 651705845 725467136 129112 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3998.78
Current children cumulated vsize (KiB) 708464

[startup+1062.3 s]
/proc/loadavg: 8.05 8.08 8.01 9/324 7616
/proc/meminfo: memFree=10046028/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=733688 CPUtime=4238.15 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 695298 0 0 0 423565 250 0 0 25 0 4 0 651705844 751296512 138750 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 183422 138750 393 112 0 178387 0
[pid=7577/tid=7581] ppid=7575 vsize=733688 CPUtime=1062.33 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 249158 0 0 0 106143 90 0 0 25 0 4 0 651705845 751296512 138750 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=733688 CPUtime=1051.36 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 212487 0 0 0 105059 77 0 0 25 0 4 0 651705845 751296512 138750 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=733688 CPUtime=1062.16 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 40028 0 0 0 106203 13 0 0 25 0 4 0 651705845 751296512 138750 33554432000 4194304 4650419 140735014380352 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4238.15
Current children cumulated vsize (KiB) 733688

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 8.02 9/324 7618
/proc/meminfo: memFree=10067212/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=728428 CPUtime=4477.52 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 713380 0 0 0 447491 261 0 0 25 0 4 0 651705844 745910272 134595 33554432000 4194304 4650419 140735014380352 18446744073709551615 4363426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 182107 134595 393 112 0 177072 0
[pid=7577/tid=7581] ppid=7575 vsize=728428 CPUtime=1122.33 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 257764 0 0 0 112139 94 0 0 25 0 4 0 651705845 745910272 134595 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=728428 CPUtime=1110.72 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 217195 0 0 0 110993 79 0 0 25 0 4 0 651705845 745910272 134595 33554432000 4194304 4650419 140735014380352 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=728428 CPUtime=1122.14 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 41963 0 0 0 112200 14 0 0 25 0 4 0 651705845 745910272 134595 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4477.52
Current children cumulated vsize (KiB) 728428

[startup+1182.3 s]
/proc/loadavg: 8.22 8.12 8.03 9/324 7620
/proc/meminfo: memFree=9998736/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=866584 CPUtime=4716.92 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 744990 0 0 0 471417 275 0 0 25 0 4 0 651705844 887382016 151976 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365300 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 216646 151976 393 112 0 211611 0
[pid=7577/tid=7581] ppid=7575 vsize=866584 CPUtime=1182.33 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 266652 0 0 0 118135 98 0 0 25 0 4 0 651705845 887382016 151976 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=866584 CPUtime=1170.13 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 226260 0 0 0 116930 83 0 0 25 0 4 0 651705845 887382016 151976 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=866584 CPUtime=1182.13 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 47232 0 0 0 118197 16 0 0 25 0 4 0 651705845 887382016 151976 33554432000 4194304 4650419 140735014380352 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4716.92
Current children cumulated vsize (KiB) 866584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.2 s]
/proc/loadavg: 8.16 8.11 8.02 5/320 7621
/proc/meminfo: memFree=10573376/32951124 swapFree=67093864/67111528
[pid=7577] ppid=7575 vsize=821592 CPUtime=4800.33 cores=0,2,4,6
/proc/7577/stat : 7577 (strangenight1-m) R 7575 7577 7247 0 -1 4202496 753811 0 0 0 479755 278 0 0 25 0 4 0 651705844 841310208 146342 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7577/statm: 205398 146342 393 112 0 200363 0
[pid=7577/tid=7581] ppid=7575 vsize=821592 CPUtime=1203.24 cores=0,2,4,6
/proc/7577/task/7581/stat : 7581 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 270252 0 0 0 120225 99 0 0 25 0 4 0 651705845 841310208 146342 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7577/tid=7582] ppid=7575 vsize=821592 CPUtime=1190.82 cores=0,2,4,6
/proc/7577/task/7582/stat : 7582 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 229777 0 0 0 118998 84 0 0 25 0 4 0 651705845 841310208 146342 33554432000 4194304 4650419 140735014380352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7577/tid=7586] ppid=7575 vsize=821592 CPUtime=1203.04 cores=0,2,4,6
/proc/7577/task/7586/stat : 7586 (strangenight1-m) R 7575 7577 7247 0 -1 4202560 47402 0 0 0 120288 16 0 0 25 0 4 0 651705845 841310208 146342 33554432000 4194304 4650419 140735014380352 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 821592

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.24
CPU time (s): 4800.39
CPU user time (s): 4797.58
CPU system time (s): 2.80857
CPU usage (%): 398.954
Max. virtual memory (cumulated for all children) (KiB): 955360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.58
system time used= 2.80857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 753813
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= 400
involuntary context switches= 43371

runsolver used 3.47947 second user time and 8.96264 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-14 21:23:55
IDJOB=3368702
IDBENCH=82711
IDSOLVER=1846
FILE ID=node102/3368702-1305401035
RUNJOBID= node102-1305401035-7561
PBS_JOBID= 13324460
Free space on /tmp= 73536 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S1110880865-004.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368702-1305401035/watcher-3368702-1305401035 -o /tmp/evaluation-result-3368702-1305401035/solver-3368702-1305401035 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368702-1305401035.cnf

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

MD5SUM BENCH= dee9409d3106901eba323258572940c9
RANDOM SEED=1875258665

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11164120 kB
Buffers:        253692 kB
Cached:        2799652 kB
SwapCached:       1128 kB
Active:       19511920 kB
Inactive:      1981036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11164120 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           12524 kB
Writeback:           0 kB
AnonPages:    18438560 kB
Mapped:          25920 kB
Slab:           177116 kB
PageTables:      52796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59041932 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= 73532 MiB
End job on node102 at 2011-05-14 21:44:00