Trace number 3175214

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? (TO) 4800.33 1201.93

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S2019147653-030.SATISFIABLE.cnf
MD5SUMb15e29d3a1300cd412b2c819b5ccc2fa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175214-1304099935.cnf'
0.00/0.00	c -- header says num vars:            600
0.00/0.00	c -- header says num clauses:        2556
0.00/0.00	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.00	c -- vars added        600
0.00/0.00	c Parsing time:  0.01 s
0.00/0.00	c  N st     0         0       600      2556         0         0      7668         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:     22  v-fix:    0  time:  0.01 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:     266 undec:      70 neg:     264
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0       578      2531         0         0      7707         0   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st     8      4912       578      2531         0      4836      7707    125631   no data   no data  --
3.57/0.90	c  N st    10     11295       578      2531         0      4479      7707     85157   no data   no data  --
3.57/0.90	c  N st    11     17039       578      2531         0     10096      7707    233931   no data   no data  --
4.77/1.20	c  F st    12     25002       578      2531         0     12385      7707    310249   no data   no data  --
4.77/1.20	c  N st    12     25002       578      2531         0     12385      7707    310249   no data   no data  --
5.97/1.50	c  N dy    18     30003       578      2531         0     10688      7707    226672   no data   no data  --
5.97/1.50	c  S st    18     30003       578      2531         0     10688      7707    226672   no data   no data  --
5.97/1.50	c  S st    18     30509       578      2531         0     11193      7707    239884   no data   no data  --
5.97/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.97/1.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
5.97/1.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
5.97/1.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.77/1.71	c lits-rem:       116  cl-subs:      407  v-elim:      0  v-fix:    0  time:  0.98 s
6.77/1.71	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.04
6.77/1.72	c calculated reachability. Time: 0.00
6.77/1.72	c  N dy    18     30509       578      2531         0     10786      7707    227439   no data   no data  --
7.57/1.95	c  N dy    37     34514       578      2531         0     14759      7707    327038     17.52     18.45  --
8.38/2.18	c  N dy    46     38713       578      2531         0     11093      7707    182185     17.02     18.05  --
9.96/2.54	c  N dy    62     44488       578      2531         0     16784      7707    321932     16.81     17.73  --
10.36/2.63	c  S st    71     45763       578      2531         0      9204      7707    113127     16.89     16.09  --
10.36/2.66	c  S st    71     46266       578      2531         0      9707      7707    125692     16.89   no data  --
10.36/2.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.36/2.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.36/2.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
10.36/2.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.76/2.74	c lits-rem:        15  cl-subs:       13  v-elim:      0  v-fix:    0  time:  0.32 s
10.76/2.74	c vivif2 --  cl tried     2531 cl shrink        0 lits rem          0 time: 0.00
10.76/2.74	c vivif2 --  cl tried     9694 cl shrink        0 lits rem          0 time: 0.01
10.76/2.75	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.03
10.76/2.75	c calculated reachability. Time: 0.00
10.76/2.75	c  N dy    71     46266       578      2531         0      9694      7707    125311     16.89   no data  --
11.96/3.01	c  N dy    98     50966       578      2531         0     14349      7707    244728     17.18     18.12  --
12.79/3.28	c  N dy   123     54977       578      2531         0     18325      7707    345940     17.38     18.37  --
13.96/3.53	c  N dy   137     59023       578      2531         0     12460      7707    171066     17.34     18.72  --
14.76/3.78	c  N dy   161     63039       578      2531         0     16434      7707    272208     17.41     20.16  --
15.96/4.09	c  N dy   185     67232       578      2531         0     20596      7707    377648     17.48     18.43  --
16.76/4.27	c  S st   199     69402       578      2531         0     11860      7707    134360     17.51     17.80  --
16.76/4.30	c  S st   199     69904       578      2531         0     12362      7707    146741     17.51   no data  --
16.76/4.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.76/4.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.76/4.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
17.17/4.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.17/4.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.17/4.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
17.17/4.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.57/4.45	c lits-rem:        31  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.58 s
17.57/4.45	c vivif2 --  cl tried     2531 cl shrink        0 lits rem          0 time: 0.00
17.57/4.45	c vivif2 --  cl tried    12347 cl shrink        0 lits rem          0 time: 0.01
17.57/4.46	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.04
17.57/4.46	c calculated reachability. Time: 0.00
17.57/4.46	c  N dy   199     69904       578      2531         0     12347      7707    146231     17.51   no data  --
20.35/5.11	c  N dy   210     78547       578      2531         0     20854      7707    351941     17.31     18.32  --
21.97/5.52	c  N dy   216     84333       578      2531         0     14718      7707    186584     17.24     18.19  --
22.75/5.73	c  F st   230     87501       578      2531         0     17861      7707    264788     17.24     14.09  --
23.54/5.97	c  N st   235     90796       578      2531         0     21121      7707    351864     17.24   no data  --
24.34/6.12	c Decided on static restart strategy
26.36/6.64	c  N st   238     99804       578      2531         0     17194      7707    364979     17.24   no data  --
27.94/7.06	c  S st   239    104857       578      2531         0     22152      7707    489654     17.24   no data  --
28.34/7.13	c  S st   239    105362       578      2531         0     22654      7707    502463     17.24   no data  --
28.34/7.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.34/7.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.34/7.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
28.34/7.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.34/7.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.34/7.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
28.34/7.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.93/8.51	c lits-rem:       589  cl-subs:      770  v-elim:      0  v-fix:    0  time:  5.41 s
33.93/8.51	c vivif2 --  cl tried     2531 cl shrink        0 lits rem          0 time: 0.00
33.93/8.51	c vivif2 --  cl tried    21884 cl shrink        0 lits rem          0 time: 0.02
33.93/8.53	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.08
33.93/8.53	c calculated reachability. Time: 0.00
33.93/8.53	c  N st   239    105362       578      2531         0     21884      7707    480318     17.24   no data  --
37.13/9.34	c  N st   240    114960       578      2531         0     17522      7707    307646     17.24   no data  --
42.32/10.65	c  N st   241    129360       578      2531         0     16940      7707    309716     17.24   no data  --
50.71/12.79	c  N st   242    150956       578      2531         0     22437      7707    417584     17.24   no data  --
53.50/13.45	c  S st   243    158043       578      2531         0     29425      7707    612580     17.24   no data  --
53.90/13.52	c  S st   243    158548       578      2531         0     29929      7707    625661     17.24   no data  --
53.90/13.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.90/13.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
53.90/13.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
53.90/13.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.90/13.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.90/13.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
53.90/13.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
60.70/15.29	c lits-rem:       491  cl-subs:     1198  v-elim:      0  v-fix:    0  time:  6.94 s
60.70/15.29	c vivif2 --  cl tried     2531 cl shrink        0 lits rem          0 time: 0.00
60.70/15.30	c vivif2 --  cl tried    28731 cl shrink        0 lits rem          0 time: 0.02
61.11/15.32	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.10
61.11/15.32	c calculated reachability. Time: 0.00
61.11/15.32	c  N st   243    158548       578      2531         0     28731      7707    589758     17.24   no data  --
81.07/20.30	c  N st   244    207136       578      2531         0     23492      7707    420732     17.24   no data  --
95.85/24.10	c  N st   245    237822       578      2531         0     34050      7707    704502     17.24   no data  --
95.85/24.10	c  S st   245    237822       578      2531         0     34050      7707    704502     17.24   no data  --
96.27/24.18	c  S st   245    238325       578      2531         0     34551      7707    718259     17.24   no data  --
96.27/24.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
96.27/24.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.27/24.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
96.67/24.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.67/24.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
96.67/24.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
96.67/24.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
104.64/26.27	c lits-rem:       485  cl-subs:     1113  v-elim:      0  v-fix:    0  time:  8.19 s
104.64/26.27	c vivif2 --  cl tried     2531 cl shrink        0 lits rem          0 time: 0.00
104.64/26.27	c vivif2 --  cl tried    33438 cl shrink        0 lits rem          0 time: 0.03
104.64/26.30	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.11
105.05/26.30	c calculated reachability. Time: 0.00
105.05/26.30	c  N st   245    238325       578      2531         0     33438      7707    680333     17.24   no data  --
135.00/33.83	c  F st   246    306252       578      2531         0     35287      7707    709631     17.24   no data  --
135.00/33.83	c  N st   246    306252       578      2531         0     35287      7707    709631     17.24   no data  --
137.79/34.55	c Decided on static restart strategy
148.99/37.32	c  N st   256    334558       578      2531         0     39509      7707    746101     17.24   no data  --
160.96/40.34	c  N st   258    357487       578      2531         0     37380      7707    635419     17.24   no data  --
160.96/40.34	c  S st   258    357487       578      2531         0     37380      7707    635419     17.24   no data  --
161.36/40.43	c  S st   258    357990       578      2531         0     37883      7707    648171     17.24   no data  --
161.36/40.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
161.36/40.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
161.36/40.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
161.36/40.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
161.36/40.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
161.36/40.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
161.36/40.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
168.54/42.27	c lits-rem:       590  cl-subs:     1358  v-elim:      0  v-fix:    0  time:  7.18 s
168.54/42.27	c vivif2 --  cl tried     2531 cl shrink        0 lits rem          0 time: 0.00
168.54/42.28	c vivif2 --  cl tried    36525 cl shrink        0 lits rem          0 time: 0.03
168.94/42.31	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.14
168.94/42.31	c calculated reachability. Time: 0.00
168.94/42.31	c  N st   258    357990       578      2531         0     36525      7707    610738     17.24   no data  --
184.93/46.31	c  N st   259    390383       578      2531         0     42852      7707    782999     17.24   no data  --
212.89/53.30	c  N st   260    438972       578      2531         0     36444      7707    583936     17.24   no data  --
254.03/63.65	c  N st   261    511855       578      2531         0     50182      7707    906684     17.24   no data  --
270.01/67.63	c  N st   262    536985       578      2531         0     44373      7707    740124     17.24   no data  --
270.01/67.63	c  S st   262    536985       578      2531         0     44373      7707    740124     17.24   no data  --
270.41/67.74	c  S st   262    537487       578      2531         0     44875      7707    753493     17.24   no data  --
270.41/67.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
270.41/67.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
270.41/67.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
270.41/67.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
270.41/67.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
270.41/67.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
270.41/67.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
279.20/69.94	c lits-rem:       859  cl-subs:     1166  v-elim:      0  v-fix:    0  time:  8.60 s
279.20/69.94	c vivif2 --  cl tried     2531 cl shrink        0 lits rem          0 time: 0.00
279.20/69.95	c vivif2 --  cl tried    43709 cl shrink        0 lits rem          0 time: 0.04
279.60/70.00	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.19
279.60/70.00	c calculated reachability. Time: 0.00
279.60/70.00	c  N st   262    537487       578      2531         0     43709      7707    719085     17.24   no data  --
391.06/97.94	c  N st   263    701471       578      2531         0     37924      7707    474543     17.24   no data  --
468.94/117.40	c  N st   264    806230       578      2531         0     67232      7707   1372326     17.24   no data  --
468.94/117.40	c  S st   264    806230       578      2531         0     67232      7707   1372326     17.24   no data  --
469.34/117.59	c  S st   264    806734       578      2531         0     67736      7707   1385227     17.24   no data  --
469.34/117.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
469.34/117.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
469.76/117.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
469.76/117.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
469.76/117.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
469.76/117.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
469.76/117.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
487.33/122.00	c lits-rem:       192  cl-subs:     2793  v-elim:      0  v-fix:    0  time: 17.32 s
487.33/122.00	c vivif2 --  cl tried     2531 cl shrink        0 lits rem          0 time: 0.00
487.33/122.02	c vivif2 --  cl tried    64943 cl shrink        0 lits rem          0 time: 0.06
487.73/122.11	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.34
487.73/122.11	c calculated reachability. Time: 0.00
487.73/122.11	c  N st   264    806734       578      2531         0     64943      7707   1294701     17.24   no data  --
717.40/179.69	c  F st   265   1071876       578      2531         0     80175      7707   1527052     17.24   no data  --
717.40/179.69	c  N st   265   1071876       578      2531         0     80175      7707   1527052     17.24   no data  --
724.20/181.35	c Decided on static restart strategy
743.77/186.25	c  N st   275   1100187       578      2531         0     64000      7707   1005378     17.24   no data  --
775.73/194.23	c  N st   277   1136180       578      2531         0     54247      7707    721827     17.24   no data  --
803.71/201.21	c  N st   278   1168572       578      2531         0     85970      7707   1549081     17.24   no data  --
839.64/210.28	c  N st   279   1210103       578      2531         0     80658      7707   1407059     17.24   no data  --
839.64/210.28	c  S st   279   1210103       578      2531         0     80658      7707   1407059     17.24   no data  --
840.84/210.54	c  S st   279   1210607       578      2531         0     81160      7707   1419592     17.24   no data  --
840.84/210.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
840.84/210.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
840.84/210.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
841.24/210.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
841.24/210.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
841.24/210.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
841.24/210.63	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
860.84/215.60	c lits-rem:        34  cl-subs:     4033  v-elim:      0  v-fix:    0  time: 19.85 s
860.84/215.60	c vivif2 --  cl tried     2531 cl shrink        0 lits rem          0 time: 0.00
861.23/215.62	c vivif2 --  cl tried    77127 cl shrink        0 lits rem          0 time: 0.07
861.61/215.73	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.44
861.61/215.73	c calculated reachability. Time: 0.00
861.61/215.73	c  N st   279   1210607       578      2531         0     77127      7707   1317612     17.24   no data  --
933.12/233.66	c  N st   280   1283490       578      2531         0     53609      7707    658810     17.24   no data  --
1038.97/260.19	c  N st   281   1392814       578      2531         0     61712      7707    844466     17.24   no data  --
1203.15/301.29	c  N st   282   1556798       578      2531         0     66425      7707    915142     17.24   no data  --
1363.12/341.45	c  N st   283   1710607       578      2531         0    108140      7707   2050727     17.24   no data  --
1363.12/341.45	c  S st   283   1710607       578      2531         0    108140      7707   2050727     17.24   no data  --
1364.31/341.77	c  S st   283   1711110       578      2531         0    108642      7707   2064015     17.24   no data  --
1364.31/341.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1364.31/341.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1364.71/341.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1365.10/341.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1365.10/341.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1365.10/341.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
1365.10/341.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1435.18/359.58	c lits-rem:       224  cl-subs:     7911  v-elim:      0  v-fix:    0  time: 70.37 s
1435.18/359.58	c vivif2 --  cl tried     2531 cl shrink        0 lits rem          0 time: 0.00
1435.18/359.60	c vivif2 --  cl tried   100731 cl shrink        0 lits rem          0 time: 0.09
1436.01/359.76	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.64
1436.01/359.76	c calculated reachability. Time: 0.00
1436.01/359.76	c  N st   283   1711110       578      2531         0    100731      7707   1858711     17.24   no data  --
1840.26/460.98	c  N st   284   2080079       578      2531         0    112763      7707   2078084     17.24   no data  --
1994.06/499.44	c  N st   285   2211113       578      2531         0    116927      7707   2133913     17.24   no data  --
1994.06/499.44	c  S st   285   2211113       578      2531         0    116927      7707   2133913     17.24   no data  --
1995.63/499.81	c  S st   285   2211618       578      2531         0    117429      7707   2147733     17.24   no data  --
1995.63/499.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1995.63/499.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1995.63/499.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.25
1996.03/499.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1996.03/499.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1996.03/499.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
1996.03/499.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2066.73/517.67	c lits-rem:       203  cl-subs:     7768  v-elim:      0  v-fix:    0  time: 70.73 s
2066.73/517.67	c vivif2 --  cl tried     2531 cl shrink        0 lits rem          0 time: 0.00
2066.73/517.69	c vivif2 --  cl tried   109661 cl shrink        0 lits rem          0 time: 0.10
2067.53/517.86	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.66
2067.53/517.86	c calculated reachability. Time: 0.00
2067.53/517.86	c  N st   285   2211618       578      2531         0    109661      7707   1955805     17.24   no data  --
2765.40/692.56	c  N st   286   2711619       578      2531         0    132919      7707   2452652     17.24   no data  --
2765.40/692.56	c  S st   286   2711619       578      2531         0    132919      7707   2452652     17.24   no data  --
2767.01/693.00	c  S st   286   2712120       578      2531         0    133418      7707   2465366     17.24   no data  --
2767.41/693.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2767.41/693.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2767.41/693.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
2767.79/693.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2767.79/693.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2767.79/693.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
2767.79/693.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2874.05/719.75	c lits-rem:        89  cl-subs:     9416  v-elim:      0  v-fix:    0  time: 106.19 s
2874.05/719.75	c vivif2 --  cl tried     2531 cl shrink        0 lits rem          0 time: 0.00
2874.05/719.78	c vivif2 --  cl tried   124002 cl shrink        0 lits rem          0 time: 0.11
2874.85/719.98	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.82
2874.85/719.99	c calculated reachability. Time: 0.00
2874.85/719.99	c  N st   286   2712120       578      2531         0    124002      7707   2217635     17.24   no data  --
3552.74/889.66	c  N st   287   3212123       578      2531         0     99649      7707   1387400     17.24   no data  --
3552.74/889.66	c  S st   287   3212123       578      2531         0     99649      7707   1387400     17.24   no data  --
3554.33/890.03	c  S st   287   3212625       578      2531         0    100150      7707   1400101     17.24   no data  --
3554.33/890.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3554.33/890.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3554.73/890.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.25
3554.73/890.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3554.73/890.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3554.73/890.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
3554.73/890.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3589.48/898.86	c lits-rem:       269  cl-subs:     3998  v-elim:      0  v-fix:    0  time: 34.77 s
3589.48/898.86	c vivif2 --  cl tried     2531 cl shrink        0 lits rem          0 time: 0.00
3589.48/898.88	c vivif2 --  cl tried    96152 cl shrink        0 lits rem          0 time: 0.08
3590.28/899.07	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.74
3590.28/899.07	c calculated reachability. Time: 0.00
3590.28/899.07	c  N st   287   3212625       578      2531         0     96152      7707   1304639     17.24   no data  --
4348.46/1088.85	c  N st   288   3712625       578      2531         0    106987      7707   1500937     17.24   no data  --
4348.46/1088.85	c  S st   288   3712625       578      2531         0    106987      7707   1500937     17.24   no data  --
4349.67/1089.19	c  S st   288   3713131       578      2531         0    107490      7707   1514081     17.24   no data  --
4350.07/1089.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4350.07/1089.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4350.07/1089.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
4350.47/1089.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4350.47/1089.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4350.47/1089.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
4350.47/1089.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4372.43/1094.87	c lits-rem:       157  cl-subs:     3886  v-elim:      0  v-fix:    0  time: 22.21 s
4372.43/1094.87	c vivif2 --  cl tried     2531 cl shrink        0 lits rem          0 time: 0.00
4372.43/1094.89	c vivif2 --  cl tried   103604 cl shrink        0 lits rem          0 time: 0.08
4373.23/1095.04	c asymm  cl-useful: 0/2531/2531 lits-rem:0 time: 0.63
4373.23/1095.05	c calculated reachability. Time: 0.00
4373.23/1095.05	c  N st   288   3713131       578      2531         0    103604      7707   1414623     17.24   no data  --
4437.54/1111.11	c  F st   289   3751562       578      2531         0    141097      7707   2493154     17.24   no data  --
4437.54/1111.11	c  N st   289   3751562       578      2531         0    141097      7707   2493154     17.24   no data  --
4451.13/1114.50	c Decided on static restart strategy
4501.46/1127.19	c  N st   299   3779863       578      2531         0     86023      7707    887674     17.24   no data  --
4551.42/1139.61	c  N st   301   3815857       578      2531         0    121234      7707   1816532     17.24   no data  --
4604.92/1153.09	c  N st   302   3848250       578      2531         0    152920      7707   2618983     17.24   no data  --
4680.42/1171.97	c  N st   303   3896839       578      2531         0    116438      7707   1657549     17.24   no data  --
4780.68/1197.00	c  N st   304   3969721       578      2531         0    102918      7707   1320934     17.24   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: 935)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.13 8.07 8.01 5/180 30959
/proc/meminfo: memFree=30940788/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 521591470 52465664 353 33554432000 4194304 4650419 140733766938976 18446744073709551615 47337225136050 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 12809 353 303 112 0 7774 0
[pid=30959/tid=30960] ppid=30957 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 521591471 52465664 353 33554432000 4194304 4650419 140733766938976 18446744073709551615 47337225136050 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 521591471 52465664 353 33554432000 4194304 4650419 140733766938976 18446744073709551615 47337225136050 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 521591471 52465664 353 33554432000 4194304 4650419 140733766938976 18446744073709551615 228244405233 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.080709 s]
/proc/loadavg: 8.13 8.07 8.01 5/180 30959
/proc/meminfo: memFree=30940788/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=282780 CPUtime=0.29 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 1743 0 0 0 29 0 0 0 18 0 4 0 521591470 289566720 1600 33554432000 4194304 4650419 140733766938976 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 70695 1600 391 112 0 65660 0
[pid=30959/tid=30960] ppid=30957 vsize=282780 CPUtime=0.07 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 432 0 0 0 7 0 0 0 25 0 4 0 521591471 289566720 1600 33554432000 4194304 4650419 140733766938976 18446744073709551615 4364346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=282780 CPUtime=0.07 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 291 0 0 0 7 0 0 0 18 0 4 0 521591471 289566720 1600 33554432000 4194304 4650419 140733766938976 18446744073709551615 4303936 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=282780 CPUtime=0.07 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 240 0 0 0 7 0 0 0 25 0 4 0 521591471 289566720 1600 33554432000 4194304 4650419 140733766938976 18446744073709551615 4328302 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 282780

[startup+0.100704 s]
/proc/loadavg: 8.13 8.07 8.01 5/180 30959
/proc/meminfo: memFree=30940788/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=282912 CPUtime=0.38 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 1847 0 0 0 37 1 0 0 18 0 4 0 521591470 289701888 1704 33554432000 4194304 4650419 140733766938976 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 70728 1704 391 112 0 65693 0
[pid=30959/tid=30960] ppid=30957 vsize=282912 CPUtime=0.09 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 457 0 0 0 9 0 0 0 25 0 4 0 521591471 289701888 1704 33554432000 4194304 4650419 140733766938976 18446744073709551615 4363331 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=282912 CPUtime=0.09 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 323 0 0 0 9 0 0 0 18 0 4 0 521591471 289701888 1704 33554432000 4194304 4650419 140733766938976 18446744073709551615 4331084 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=282912 CPUtime=0.09 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 256 0 0 0 9 0 0 0 25 0 4 0 521591471 289701888 1704 33554432000 4194304 4650419 140733766938976 18446744073709551615 4363493 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282912

[startup+0.300669 s]
/proc/loadavg: 8.13 8.07 8.01 5/180 30959
/proc/meminfo: memFree=30940788/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=284260 CPUtime=1.18 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 3021 0 0 0 117 1 0 0 18 0 4 0 521591470 291082240 2254 33554432000 4194304 4650419 140733766938976 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 71065 2254 393 112 0 66030 0
[pid=30959/tid=30960] ppid=30957 vsize=284260 CPUtime=0.29 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 747 0 0 0 29 0 0 0 25 0 4 0 521591471 291082240 2254 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=284260 CPUtime=0.29 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 626 0 0 0 29 0 0 0 18 0 4 0 521591471 291082240 2254 33554432000 4194304 4650419 140733766938976 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=284260 CPUtime=0.28 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 536 0 0 0 28 0 0 0 25 0 4 0 521591471 291082240 2254 33554432000 4194304 4650419 140733766938976 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284260

[startup+0.700601 s]
/proc/loadavg: 8.13 8.07 8.01 5/180 30959
/proc/meminfo: memFree=30940788/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=285244 CPUtime=2.78 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 4669 0 0 0 277 1 0 0 18 0 4 0 521591470 292089856 2952 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 71311 2952 393 112 0 66276 0
[pid=30959/tid=30960] ppid=30957 vsize=285244 CPUtime=0.69 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 1181 0 0 0 69 0 0 0 25 0 4 0 521591471 292089856 2952 33554432000 4194304 4650419 140733766938976 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=285244 CPUtime=0.69 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 1013 0 0 0 69 0 0 0 18 0 4 0 521591471 292089856 2952 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=285244 CPUtime=0.68 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 944 0 0 0 68 0 0 0 25 0 4 0 521591471 292089856 2952 33554432000 4194304 4650419 140733766938976 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285244

[startup+1.50046 s]
/proc/loadavg: 8.13 8.07 8.01 9/184 30963
/proc/meminfo: memFree=30922416/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=286808 CPUtime=5.97 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 9258 0 0 0 595 2 0 0 20 0 4 0 521591470 293691392 4914 33554432000 4194304 4650419 140733766938976 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 71702 4914 395 112 0 66667 0
[pid=30959/tid=30960] ppid=30957 vsize=286808 CPUtime=1.49 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 2040 0 0 0 149 0 0 0 25 0 4 0 521591471 293691392 4914 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=286808 CPUtime=1.48 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 1847 0 0 0 148 0 0 0 19 0 4 0 521591471 293691392 4914 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=286808 CPUtime=1.48 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 1662 0 0 0 148 0 0 0 25 0 4 0 521591471 293691392 4914 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286808

[startup+3.10018 s]
/proc/loadavg: 8.13 8.07 8.01 9/184 30963
/proc/meminfo: memFree=30895632/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=273700 CPUtime=12.36 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 17177 0 0 0 1233 3 0 0 25 0 4 0 521591470 280268800 10266 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365333 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 68425 10266 395 112 0 63390 0
[pid=30959/tid=30960] ppid=30957 vsize=273700 CPUtime=3.08 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 4265 0 0 0 308 0 0 0 25 0 4 0 521591471 280268800 10266 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=273700 CPUtime=3.09 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 4461 0 0 0 308 1 0 0 25 0 4 0 521591471 280268800 10266 33554432000 4194304 4650419 140733766938976 18446744073709551615 4333957 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=273700 CPUtime=3.07 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 3690 0 0 0 307 0 0 0 25 0 4 0 521591471 280268800 10266 33554432000 4194304 4650419 140733766938976 18446744073709551615 4367420 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 273700

[startup+6.30062 s]
/proc/loadavg: 8.12 8.06 8.01 9/184 30963
/proc/meminfo: memFree=30848708/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=290280 CPUtime=25.14 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 25119 0 0 0 2509 5 0 0 25 0 4 0 521591470 297246720 14616 33554432000 4194304 4650419 140733766938976 18446744073709551615 4310421 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 72570 14616 395 112 0 67535 0
[pid=30959/tid=30960] ppid=30957 vsize=290280 CPUtime=6.29 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 7209 0 0 0 628 1 0 0 25 0 4 0 521591471 297246720 14616 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=290280 CPUtime=6.28 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 6408 0 0 0 627 1 0 0 25 0 4 0 521591471 297246720 14616 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=290280 CPUtime=6.26 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 5108 0 0 0 625 1 0 0 25 0 4 0 521591471 297246720 14616 33554432000 4194304 4650419 140733766938976 18446744073709551615 4332013 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 290280

[startup+12.7005 s]
/proc/loadavg: 8.11 8.06 8.01 10/184 30963
/proc/meminfo: memFree=30803852/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=280736 CPUtime=50.71 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 39452 0 0 0 5062 9 0 0 25 0 4 0 521591470 287473664 21665 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 70184 21665 395 112 0 65149 0
[pid=30959/tid=30960] ppid=30957 vsize=280736 CPUtime=12.69 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 10429 0 0 0 1267 2 0 0 25 0 4 0 521591471 287473664 21665 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=280736 CPUtime=12.69 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 10108 0 0 0 1267 2 0 0 25 0 4 0 521591471 287473664 21665 33554432000 4194304 4650419 140733766938976 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=280736 CPUtime=12.61 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 8103 0 0 0 1260 1 0 0 25 0 4 0 521591471 287473664 21665 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 280736

[startup+25.5003 s]
/proc/loadavg: 8.23 8.09 8.02 9/184 30963
/proc/meminfo: memFree=30741224/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=375876 CPUtime=101.83 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 57644 0 0 0 10169 14 0 0 25 0 4 0 521591470 384897024 32542 33554432000 4194304 4650419 140733766938976 18446744073709551615 4476331 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 93969 32542 395 112 0 88934 0
[pid=30959/tid=30960] ppid=30957 vsize=375876 CPUtime=25.49 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 14511 0 0 0 2545 4 0 0 25 0 4 0 521591471 384897024 32542 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=375876 CPUtime=25.48 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 14819 0 0 0 2545 3 0 0 25 0 4 0 521591471 384897024 32542 33554432000 4194304 4650419 140733766938976 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=375876 CPUtime=25.35 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 11157 0 0 0 2532 3 0 0 25 0 4 0 521591471 384897024 32542 33554432000 4194304 4650419 140733766938976 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 375876

[startup+51.1008 s]
/proc/loadavg: 8.15 8.08 8.02 9/184 30994
/proc/meminfo: memFree=30731228/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=385200 CPUtime=204.1 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 79039 0 0 0 20388 22 0 0 25 0 4 0 521591470 394444800 38500 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 96300 38500 395 112 0 91265 0
[pid=30959/tid=30960] ppid=30957 vsize=385200 CPUtime=51.09 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 16173 0 0 0 5104 5 0 0 25 0 4 0 521591471 394444800 38500 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365280 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=385200 CPUtime=51.08 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 19344 0 0 0 5104 4 0 0 25 0 4 0 521591471 394444800 38500 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=385200 CPUtime=50.81 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 17342 0 0 0 5076 5 0 0 25 0 4 0 521591471 394444800 38500 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 385200

[startup+102.307 s]
/proc/loadavg: 8.16 8.10 8.02 9/184 30995
/proc/meminfo: memFree=30638576/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=389848 CPUtime=408.65 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 118297 0 0 0 40827 38 0 0 25 0 4 0 521591470 399204352 44196 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 97462 44196 395 112 0 92427 0
[pid=30959/tid=30960] ppid=30957 vsize=389848 CPUtime=102.3 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 20640 0 0 0 10223 7 0 0 25 0 4 0 521591471 399204352 44196 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=389848 CPUtime=102.29 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 31759 0 0 0 10220 9 0 0 25 0 4 0 521591471 399204352 44196 33554432000 4194304 4650419 140733766938976 18446744073709551615 4315467 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=389848 CPUtime=101.73 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 25024 0 0 0 10165 8 0 0 25 0 4 0 521591471 399204352 44196 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 389848

[startup+162.3 s]

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

[pid=30959] ppid=30957 vsize=572232 CPUtime=2804.54 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 394186 0 0 0 280292 162 0 0 25 0 4 0 521591470 585965568 101184 33554432000 4194304 4650419 140733766938976 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 143058 101184 395 112 0 138023 0
[pid=30959/tid=30960] ppid=30957 vsize=572232 CPUtime=701.73 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 31572 0 0 0 70160 13 0 0 25 0 4 0 521591471 585965568 101184 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=572232 CPUtime=702.29 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 133882 0 0 0 70175 54 0 0 25 0 4 0 521591471 585965568 101184 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=572232 CPUtime=698.19 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 80315 0 0 0 69782 37 0 0 25 0 4 0 521591471 585965568 101184 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2804.54
Current children cumulated vsize (KiB) 572232

[startup+762.306 s]
/proc/loadavg: 8.10 8.13 8.08 9/184 31025
/proc/meminfo: memFree=30197092/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=560308 CPUtime=3044.24 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 413042 0 0 0 304251 173 0 0 25 0 4 0 521591470 573755392 95842 33554432000 4194304 4650419 140733766938976 18446744073709551615 4328275 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 140077 95842 395 112 0 135042 0
[pid=30959/tid=30960] ppid=30957 vsize=560308 CPUtime=761.73 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 31855 0 0 0 76160 13 0 0 25 0 4 0 521591471 573755392 95842 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=560308 CPUtime=762.3 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 142894 0 0 0 76170 60 0 0 25 0 4 0 521591471 573755392 95842 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=560308 CPUtime=757.86 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 82990 0 0 0 75748 38 0 0 25 0 4 0 521591471 573755392 95842 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.24
Current children cumulated vsize (KiB) 560308

[startup+822.301 s]
/proc/loadavg: 8.15 8.14 8.08 9/184 31027
/proc/meminfo: memFree=30144620/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=496244 CPUtime=3283.9 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 429329 0 0 0 328208 182 0 0 25 0 4 0 521591470 508153856 92746 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 124061 92746 395 112 0 119026 0
[pid=30959/tid=30960] ppid=30957 vsize=496244 CPUtime=821.73 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 32176 0 0 0 82160 13 0 0 25 0 4 0 521591471 508153856 92746 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=496244 CPUtime=822.3 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 150438 0 0 0 82166 64 0 0 25 0 4 0 521591471 508153856 92746 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=496244 CPUtime=817.53 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 86957 0 0 0 81713 40 0 0 25 0 4 0 521591471 508153856 92746 33554432000 4194304 4650419 140733766938976 18446744073709551615 4367241 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.9
Current children cumulated vsize (KiB) 496244

[startup+882.3 s]
/proc/loadavg: 8.16 8.14 8.09 9/184 31028
/proc/meminfo: memFree=30141360/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=625852 CPUtime=3523.57 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 447266 0 0 0 352165 192 0 0 25 0 4 0 521591470 640872448 100170 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 156463 100170 395 112 0 151428 0
[pid=30959/tid=30960] ppid=30957 vsize=625852 CPUtime=881.73 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 32538 0 0 0 88160 13 0 0 25 0 4 0 521591471 640872448 100170 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=625852 CPUtime=882.3 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 157458 0 0 0 88163 67 0 0 25 0 4 0 521591471 640872448 100170 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=625852 CPUtime=877.21 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 90025 0 0 0 87678 43 0 0 25 0 4 0 521591471 640872448 100170 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.57
Current children cumulated vsize (KiB) 625852

[startup+942.301 s]
/proc/loadavg: 8.11 8.13 8.09 9/184 31030
/proc/meminfo: memFree=30140820/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=532140 CPUtime=3763.26 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 463546 0 0 0 376127 199 0 0 25 0 4 0 521591470 544911360 101910 33554432000 4194304 4650419 140733766938976 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 133035 101910 395 112 0 128000 0
[pid=30959/tid=30960] ppid=30957 vsize=532140 CPUtime=941.73 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 33461 0 0 0 94159 14 0 0 25 0 4 0 521591471 544911360 101910 33554432000 4194304 4650419 140733766938976 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=532140 CPUtime=942.3 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 165583 0 0 0 94159 71 0 0 25 0 4 0 521591471 544911360 101910 33554432000 4194304 4650419 140733766938976 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=532140 CPUtime=936.88 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 91347 0 0 0 93645 43 0 0 25 0 4 0 521591471 544911360 101910 33554432000 4194304 4650419 140733766938976 18446744073709551615 4334268 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.26
Current children cumulated vsize (KiB) 532140

[startup+1002.3 s]
/proc/loadavg: 8.09 8.12 8.09 9/184 31031
/proc/meminfo: memFree=30139904/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=577356 CPUtime=4002.93 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 490506 0 0 0 400083 210 0 0 25 0 4 0 521591470 591212544 99634 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 144339 99634 395 112 0 139304 0
[pid=30959/tid=30960] ppid=30957 vsize=577356 CPUtime=1001.73 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 38425 0 0 0 100158 15 0 0 25 0 4 0 521591471 591212544 99634 33554432000 4194304 4650419 140733766938976 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=577356 CPUtime=1002.3 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 172392 0 0 0 100155 75 0 0 25 0 4 0 521591471 591212544 99634 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=577356 CPUtime=996.56 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 98930 0 0 0 99610 46 0 0 25 0 4 0 521591471 591212544 99634 33554432000 4194304 4650419 140733766938976 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.93
Current children cumulated vsize (KiB) 577356

[startup+1062.3 s]
/proc/loadavg: 8.08 8.11 8.09 9/184 31033
/proc/meminfo: memFree=30093364/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=634928 CPUtime=4242.61 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 514208 0 0 0 424040 221 0 0 25 0 4 0 521591470 650166272 107216 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 158732 107216 395 112 0 153697 0
[pid=30959/tid=30960] ppid=30957 vsize=634928 CPUtime=1061.74 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 42364 0 0 0 106157 17 0 0 25 0 4 0 521591471 650166272 107216 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=634928 CPUtime=1062.31 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 179024 0 0 0 106152 79 0 0 25 0 4 0 521591471 650166272 107216 33554432000 4194304 4650419 140733766938976 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=634928 CPUtime=1056.24 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 104230 0 0 0 105576 48 0 0 25 0 4 0 521591471 650166272 107216 33554432000 4194304 4650419 140733766938976 18446744073709551615 4364759 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.61
Current children cumulated vsize (KiB) 634928

[startup+1122.3 s]
/proc/loadavg: 8.07 8.10 8.09 9/184 31035
/proc/meminfo: memFree=30031824/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=626832 CPUtime=4482.29 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 536602 0 0 0 447994 235 0 0 25 0 4 0 521591470 641875968 118018 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 156708 118018 395 112 0 151673 0
[pid=30959/tid=30960] ppid=30957 vsize=626832 CPUtime=1121.74 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 46697 0 0 0 112153 21 0 0 25 0 4 0 521591471 641875968 118018 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=626832 CPUtime=1122.31 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 183791 0 0 0 112150 81 0 0 25 0 4 0 521591471 641875968 118018 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=626832 CPUtime=1115.9 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 109374 0 0 0 111540 50 0 0 25 0 4 0 521591471 641875968 118018 33554432000 4194304 4650419 140733766938976 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.29
Current children cumulated vsize (KiB) 626832

[startup+1182.3 s]
/proc/loadavg: 8.07 8.10 8.09 9/184 31036
/proc/meminfo: memFree=30007740/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=648368 CPUtime=4721.97 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 548423 0 0 0 471955 242 0 0 25 0 4 0 521591470 663928832 116001 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 162092 116001 395 112 0 157057 0
[pid=30959/tid=30960] ppid=30957 vsize=648368 CPUtime=1181.74 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 47619 0 0 0 118152 22 0 0 25 0 4 0 521591471 663928832 116001 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=648368 CPUtime=1182.3 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 186789 0 0 0 118148 82 0 0 25 0 4 0 521591471 663928832 116001 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=648368 CPUtime=1175.58 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 110394 0 0 0 117507 51 0 0 25 0 4 0 521591471 663928832 116001 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.97
Current children cumulated vsize (KiB) 648368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.05 8.09 8.08 9/184 31037
/proc/meminfo: memFree=30001908/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=600224 CPUtime=4800.28 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 554543 0 0 0 479783 245 0 0 25 0 4 0 521591470 614629376 117749 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 150056 117749 395 112 0 145021 0
[pid=30959/tid=30960] ppid=30957 vsize=600224 CPUtime=1201.35 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 47619 0 0 0 120113 22 0 0 25 0 4 0 521591471 614629376 117749 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=600224 CPUtime=1201.91 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 187916 0 0 0 120108 83 0 0 25 0 4 0 521591471 614629376 117749 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=600224 CPUtime=1195.08 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 112470 0 0 0 119455 53 0 0 25 0 4 0 521591471 614629376 117749 33554432000 4194304 4650419 140733766938976 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 600224

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

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

[startup+1201.9 s]
/proc/loadavg: 8.05 8.09 8.08 9/184 31037
/proc/meminfo: memFree=30001908/32951124 swapFree=67111364/67111528
[pid=30959] ppid=30957 vsize=600224 CPUtime=4800.28 cores=1,3,5,7
/proc/30959/stat : 30959 (strangenight1-m) R 30957 30959 30527 0 -1 4202496 554543 0 0 0 479783 245 0 0 25 0 4 0 521591470 614629376 117749 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30959/statm: 150056 117749 395 112 0 145021 0
[pid=30959/tid=30960] ppid=30957 vsize=600224 CPUtime=1201.35 cores=1,3,5,7
/proc/30959/task/30960/stat : 30960 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 47619 0 0 0 120113 22 0 0 25 0 4 0 521591471 614629376 117749 33554432000 4194304 4650419 140733766938976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30959/tid=30961] ppid=30957 vsize=600224 CPUtime=1201.91 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 187916 0 0 0 120108 83 0 0 25 0 4 0 521591471 614629376 117749 33554432000 4194304 4650419 140733766938976 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30959/tid=30962] ppid=30957 vsize=600224 CPUtime=1195.08 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (strangenight1-m) R 30957 30959 30527 0 -1 4202560 112470 0 0 0 119455 53 0 0 25 0 4 0 521591471 614629376 117749 33554432000 4194304 4650419 140733766938976 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 600224

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.93
CPU time (s): 4800.33
CPU user time (s): 4797.85
CPU system time (s): 2.47662
CPU usage (%): 399.384
Max. virtual memory (cumulated for all children) (KiB): 697632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.85
system time used= 2.47662
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 554543
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= 457
involuntary context switches= 31285

runsolver used 1.75173 second user time and 4.81527 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 19:58:55
IDJOB=3175214
IDBENCH=82832
IDSOLVER=1588
FILE ID=node136/3175214-1304099935
RUNJOBID= node136-1304098731-30843
PBS_JOBID= 13170595
Free space on /tmp= 72328 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S2019147653-030.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175214-1304099935/watcher-3175214-1304099935 -o /tmp/evaluation-result-3175214-1304099935/solver-3175214-1304099935 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175214-1304099935.cnf

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

MD5SUM BENCH= b15e29d3a1300cd412b2c819b5ccc2fa
RANDOM SEED=1437528289

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30941068 kB
Buffers:        581320 kB
Cached:         938584 kB
SwapCached:          0 kB
Active:         137996 kB
Inactive:      1448776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30941068 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12436 kB
Writeback:           0 kB
AnonPages:       67240 kB
Mapped:          15072 kB
Slab:           359788 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   276608 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= 72324 MiB
End job on node136 at 2011-04-29 20:18:59