Trace number 3368626

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.36 1203.55

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S61914820-087-UNKNOWN.cnf
MD5SUM1b9b43753c02a2c226adda648a956e92
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
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 540000
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-3368626-1305399162.cnf'
0.00/0.01	c -- header says num vars:           2000
0.00/0.01	c -- header says num clauses:       40000
0.00/0.04	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.04	c -- vars added       2000
0.00/0.04	c Parsing time:  0.07 s
0.00/0.04	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data  --
0.13/0.29	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.91
0.13/0.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
0.13/0.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.13/0.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.13/0.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.13/0.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.13/0.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
0.13/0.84	c Finding binary XORs  T:     0.00 s  found:       0
0.13/0.84	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.13/0.84	c calculated reachability. Time: 0.00
0.13/0.84	c Calc default polars -  time:   0.01 s pos:     936 undec:      87 neg:     977
0.13/0.84	c =========================================================================================
0.13/0.84	c types(t): F = full restart, N = normal restart
0.13/0.84	c types(t): S = simplification begin/end, E = solution found
0.13/0.84	c restart types(rt): st = static, dy = dynamic
0.13/0.84	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.13/0.84	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data  --
3.40/0.94	c  N dy    19      4244      2000     40000         0      4240    200000    810778    142.94    153.09  --
5.14/1.31	c  N dy    46      8337      2000     40000         0      5002    200000    528543    142.92    150.90  --
6.75/1.79	c  N dy    69     12444      2000     40000         0      9109    200000   1264726    141.62    149.42  --
8.73/2.29	c  N dy    97     16469      2000     40000         0      7635    200000    688777    142.78    150.98  --
10.72/2.79	c  N dy   124     20513      2000     40000         0     11677    200000   1428638    143.20    157.53  --
13.12/3.36	c  N dy   151     24862      2000     40000         0      8948    200000    666596    143.44    151.45  --
13.12/3.38	c  F st   152     25000      2000     40000         0      9086    200000    692587    143.43    149.02  --
15.95/4.03	c  N dy   158     30001      2000     40000         0     14076    200000   1712739    143.43   no data  --
15.95/4.03	c  S st   158     30001      2000     40000         0     14076    200000   1712739    143.43   no data  --
16.30/4.12	c  S st   158     30505      2000     40000         0     14580    200000   1795748    143.43   no data  --
16.30/4.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
16.30/4.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.30/4.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
16.70/4.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.70/4.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.70/4.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.70/4.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.65/9.27	c lits-rem:       894  cl-subs:       40  v-elim:      0  v-fix:    0  time: 19.99 s
38.24/9.65	c asymm  cl-useful: 0/39355/40000 lits-rem:0 time: 1.50
38.24/9.65	c calculated reachability. Time: 0.00
38.24/9.65	c  N dy   158     30505      2000     40000         0     14540    200000   1775877    143.43   no data  --
40.64/10.26	c  N dy   185     34571      2000     40000         0     10235    200000    682872    143.96    155.11  --
43.03/10.83	c  N dy   215     38679      2000     40000         0     14342    200000   1443285    144.45    152.75  --
45.43/11.43	c  N dy   243     42753      2000     40000         0     18416    200000   2176353    144.44    153.74  --
47.01/11.84	c  S st   261     45757      2000     40000         0     11905    200000    766549    144.06   no data  --
47.41/11.93	c  S st   261     46263      2000     40000         0     12411    200000    853000    144.06   no data  --
47.41/11.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
47.41/11.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.41/11.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
47.81/12.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.81/12.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.81/12.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
47.81/12.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
62.18/15.69	c lits-rem:       755  cl-subs:        0  v-elim:      0  v-fix:    0  time: 14.69 s
62.18/15.69	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
62.57/15.70	c vivif2 --  cl tried    12411 cl shrink        0 lits rem          0 time: 0.03
62.57/15.71	c asymm  cl-useful: 0/645/40000 lits-rem:0 time: 0.03
62.57/15.71	c calculated reachability. Time: 0.00
62.57/15.71	c  N dy   261     46263      2000     40000         0     12411    200000    852245    144.06   no data  --
64.96/16.30	c  N dy   292     50280      2000     40000         0     16427    200000   1610588    144.67    153.88  --
67.36/16.90	c  N dy   316     54299      2000     40000         0     20444    200000   2347920    144.59    154.76  --
69.36/17.47	c  N dy   345     58325      2000     40000         0     13885    200000    948931    144.70    154.12  --
71.75/18.04	c  N dy   365     62456      2000     40000         0     18015    200000   1696416    144.41    152.63  --
74.54/18.71	c  N dy   394     66586      2000     40000         0     22142    200000   2461037    144.74    154.50  --
76.14/19.14	c  S st   412     69394      2000     40000         0     13323    200000    662981    144.62   no data  --
76.54/19.23	c  S st   412     69895      2000     40000         0     13824    200000    744079    144.62   no data  --
76.54/19.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
76.54/19.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
76.54/19.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
76.54/19.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.54/19.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.54/19.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
76.54/19.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
100.47/25.22	c lits-rem:      1552  cl-subs:        1  v-elim:      0  v-fix:    0  time: 23.61 s
100.47/25.22	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
100.47/25.23	c vivif2 --  cl tried    13823 cl shrink        0 lits rem          0 time: 0.03
102.07/25.60	c asymm  cl-useful: 0/39667/40000 lits-rem:0 time: 1.50
102.07/25.60	c calculated reachability. Time: 0.00
102.07/25.60	c  N dy   412     69895      2000     40000         0     13823    200000    742023    144.62   no data  --
105.26/26.40	c  N dy   441     74846      2000     40000         0     18771    200000   1660544    144.77    152.45  --
108.45/27.23	c  N dy   471     79745      2000     40000         0     23669    200000   2547427    144.76    155.75  --
111.65/28.10	c  N dy   503     84915      2000     40000         0     16193    200000   1002531    144.54    153.75  --
113.63/28.52	c  F st   518     87501      2000     40000         0     18778    200000   1462834    144.42    149.35  --
115.63/29.07	c  N st   523     90798      2000     40000         0     22074    200000   2102896    144.42   no data  --
120.02/30.12	c  N dy   548     96679      2000     40000         0     14298    200000    482977    144.39    154.52  --
124.01/31.15	c  N dy   592    102884      2000     40000         0     20501    200000   1625148    144.52    153.23  --
125.22/31.50	c  S st   604    104845      2000     40000         0     22461    200000   1984994    144.53   no data  --
125.99/31.62	c  S st   604    105347      2000     40000         0     22963    200000   2058488    144.53   no data  --
125.99/31.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
125.99/31.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
125.99/31.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
126.39/31.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
126.39/31.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
126.39/31.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
126.39/31.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
185.44/46.51	c lits-rem:       691  cl-subs:       12  v-elim:      0  v-fix:    0  time: 58.79 s
185.44/46.51	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
185.44/46.53	c vivif2 --  cl tried    22951 cl shrink        0 lits rem          0 time: 0.08
186.64/46.87	c asymm  cl-useful: 0/33059/40000 lits-rem:0 time: 1.34
186.64/46.87	c calculated reachability. Time: 0.00
186.64/46.87	c  N dy   604    105347      2000     40000         0     22951    200000   2052276    144.53   no data  --
191.04/47.95	c  N dy   643    112143      2000     40000         0     15093    200000    458046    144.52    158.57  --
195.42/49.03	c  N dy   688    119362      2000     40000         0     22310    200000   1790356    144.60    152.55  --
200.59/50.30	c  N dy   736    127034      2000     40000         0     29981    200000   3194233    144.60    154.28  --
205.38/51.59	c  N dy   793    135232      2000     40000         0     22517    200000   1637885    144.72    159.09  --
211.37/53.07	c  N dy   838    143947      2000     40000         0     31228    200000   3218584    144.46    153.18  --
217.79/54.68	c  N dy   897    153271      2000     40000         0     23890    200000   1710794    144.43    154.16  --
221.35/55.51	c  S st   928    158025      2000     40000         0     28642    200000   2577949    144.42   no data  --
221.75/55.64	c  S st   928    158531      2000     40000         0     29148    200000   2659033    144.42   no data  --
221.75/55.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
221.75/55.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
221.75/55.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
222.18/55.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
222.18/55.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
222.18/55.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
222.18/55.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
309.52/77.66	c lits-rem:       573  cl-subs:        3  v-elim:      0  v-fix:    0  time: 87.13 s
309.52/77.66	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
309.52/77.69	c vivif2 --  cl tried    29145 cl shrink        0 lits rem          0 time: 0.10
310.29/77.80	c asymm  cl-useful: 0/6941/40000 lits-rem:0 time: 0.43
310.29/77.80	c calculated reachability. Time: 0.00
310.29/77.80	c  N dy   928    158531      2000     40000         0     29145    200000   2657383    144.42   no data  --
317.08/79.58	c  N dy   990    168677      2000     40000         0     21625    200000   1114757    144.50    152.37  --
324.65/81.43	c  N dy  1055    179532      2000     40000         0     32480    200000   3094411    144.48    152.64  --
332.63/83.44	c  N dy  1127    191188      2000     40000         0     25475    200000   1645211    144.48    154.92  --
341.41/85.66	c  N dy  1202    203475      2000     40000         0     37756    200000   3899565    144.57    190.18  --
350.98/88.06	c  N dy  1287    216614      2000     40000         0     31229    200000   2535693    144.70    153.06  --
362.17/90.90	c  N dy  1377    230459      2000     40000         0     24412    200000   1112252    144.75    157.21  --
368.13/92.30	c  S st  1419    237797      2000     40000         0     31746    200000   2446178    144.74   no data  --
368.53/92.44	c  S st  1419    238303      2000     40000         0     32252    200000   2529478    144.74   no data  --
368.53/92.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
368.53/92.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
368.53/92.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
368.93/92.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
368.93/92.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
368.93/92.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
368.93/92.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
457.48/114.73	c lits-rem:       606  cl-subs:       10  v-elim:      0  v-fix:    0  time: 88.18 s
457.48/114.73	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
457.48/114.76	c vivif2 --  cl tried    32242 cl shrink        0 lits rem          0 time: 0.10
459.46/115.21	c asymm  cl-useful: 0/28507/40000 lits-rem:0 time: 1.78
459.46/115.21	c calculated reachability. Time: 0.00
459.46/115.21	c  N dy  1419    238303      2000     40000         0     32242    200000   2524135    144.74   no data  --
472.28/118.44	c  N dy  1518    253614      2000     40000         0     25889    200000   1199349    144.85    154.44  --
485.79/121.83	c  N dy  1613    269960      2000     40000         0     42234    200000   4167430    144.76    152.55  --
500.16/125.41	c  N dy  1723    287362      2000     40000         0     36969    200000   3051130    144.76    154.32  --
516.51/129.59	c  N dy  1844    305886      2000     40000         0     31827    200000   1944622    144.89    154.53  --
516.91/129.67	c  F st  1847    306250      2000     40000         0     32191    200000   2009182    144.89   no data  --
534.86/134.15	c  N dy  1934    325688      2000     40000         0     26962    200000    855987    144.89    153.37  --
552.81/138.65	c  N dy  2064    346005      2000     40000         0     47274    200000   4634158    145.04    153.67  --
562.79/141.11	c  S st  2130    357454      2000     40000         0     33066    200000   1792972    144.99    130.43  --
563.19/141.26	c  S st  2130    357957      2000     40000         0     33569    200000   1885093    144.99   no data  --
563.19/141.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
563.19/141.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
563.58/141.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
563.58/141.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
563.58/141.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
563.58/141.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
563.58/141.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
618.22/155.03	c lits-rem:       516  cl-subs:        5  v-elim:      0  v-fix:    0  time: 54.37 s
618.22/155.03	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
618.22/155.05	c vivif2 --  cl tried    33564 cl shrink        0 lits rem          0 time: 0.08
619.02/155.28	c asymm  cl-useful: 0/11493/40000 lits-rem:0 time: 0.89
619.02/155.28	c calculated reachability. Time: 0.00
619.02/155.28	c  N dy  2130    357957      2000     40000         0     33564    200000   1882431    144.99   no data  --
638.18/160.01	c  N dy  2254    378055      2000     40000         0     26996    200000    522614    145.04    155.02  --
655.33/164.38	c  N dy  2384    398235      2000     40000         0     47173    200000   4242475    145.15    154.48  --
673.69/168.94	c  N dy  2507    418296      2000     40000         0     39573    200000   2678425    145.20    154.75  --
693.21/173.86	c  N dy  2629    438538      2000     40000         0     31153    200000    924571    145.22    156.18  --
711.17/178.35	c  N dy  2752    458573      2000     40000         0     51184    200000   4600538    145.21    156.16  --
729.52/182.98	c  N dy  2865    478587      2000     40000         0     41535    200000   2643194    145.17    161.04  --
750.26/188.10	c  N dy  2998    498589      2000     40000         0     30873    200000    532940    145.20    154.79  --
768.21/192.62	c  N dy  3130    518636      2000     40000         0     50916    200000   4221401    145.26    155.51  --
786.57/197.21	c  S st  3245    536935      2000     40000         0     37549    200000   1567856    145.26    124.11  --
786.97/197.36	c  S st  3245    537437      2000     40000         0     38051    200000   1640182    145.26   no data  --
786.97/197.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
786.97/197.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
787.36/197.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
787.36/197.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
787.36/197.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
787.36/197.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
787.36/197.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
826.05/207.16	c lits-rem:       491  cl-subs:        1  v-elim:      0  v-fix:    0  time: 38.56 s
826.05/207.16	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
826.05/207.18	c vivif2 --  cl tried    38050 cl shrink        0 lits rem          0 time: 0.07
828.03/207.64	c asymm  cl-useful: 0/26269/40000 lits-rem:0 time: 1.81
828.03/207.64	c calculated reachability. Time: 0.00
828.03/207.64	c  N dy  3245    537437      2000     40000         0     38050    200000   1639268    145.26   no data  --
847.99/212.67	c  N dy  3373    557763      2000     40000         0     58369    200000   5365167    145.26    157.51  --
867.92/217.61	c  N dy  3497    578080      2000     40000         0     46025    200000   2981390    145.26    153.77  --
889.13/222.97	c  N dy  3628    598164      2000     40000         0     66101    200000   6688959    145.33    155.49  --
908.22/227.73	c  N dy  3749    618255      2000     40000         0     52524    200000   3972980    145.31    153.71  --
930.16/233.21	c  N dy  3882    638343      2000     40000         0     37950    200000   1133075    145.33    153.16  --
948.91/237.94	c  N dy  3995    658359      2000     40000         0     57960    200000   4793819    145.30    153.15  --
970.05/243.27	c  N dy  4117    678391      2000     40000         0     42332    200000   1759223    145.29    154.52  --
990.39/248.36	c  N dy  4241    698466      2000     40000         0     62400    200000   5437660    145.32    153.95  --
1012.33/253.83	c  N dy  4374    718681      2000     40000         0     45958    200000   2253220    145.39    153.43  --
1033.49/259.20	c  N dy  4499    738756      2000     40000         0     66027    200000   5918364    145.40    153.41  --
1055.43/264.61	c  N dy  4614    758986      2000     40000         0     48594    200000   2549399    145.37    171.17  --
1076.96/270.08	c  N dy  4739    779239      2000     40000         0     68845    200000   6300481    145.40    155.00  --
1098.50/275.47	c  N dy  4863    799423      2000     40000         0     50368    200000   2680527    145.37    153.23  --
1105.67/277.22	c  S st  4907    806155      2000     40000         0     57100    200000   3916595    145.38   no data  --
1106.47/277.42	c  S st  4907    806661      2000     40000         0     57606    200000   3996966    145.38   no data  --
1106.47/277.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1106.47/277.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1106.47/277.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.25
1107.27/277.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1107.27/277.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1107.27/277.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1107.27/277.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2410.32/604.39	c lits-rem:       451  cl-subs:       13  v-elim:      0  v-fix:    0  time: 1301.63 s
2410.32/604.39	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
2410.72/604.43	c vivif2 --  cl tried    57593 cl shrink        0 lits rem          0 time: 0.17
2412.31/604.83	c asymm  cl-useful: 0/13731/40000 lits-rem:0 time: 1.57
2412.31/604.83	c calculated reachability. Time: 0.00
2412.31/604.83	c  N dy  4907    806661      2000     40000         0     57593    200000   3991329    145.38   no data  --
2436.65/610.96	c  N dy  5027    826882      2000     40000         0     77803    200000   7678387    145.36    156.25  --
2457.79/616.26	c  N dy  5155    847323      2000     40000         0     58591    200000   4066904    145.41    154.30  --
2482.52/622.42	c  N dy  5275    867595      2000     40000         0     78858    200000   7814767    145.42    153.93  --
2503.71/627.76	c  N dy  5408    887603      2000     40000         0     58198    200000   3823965    145.47    156.31  --
2528.40/633.90	c  N dy  5533    907618      2000     40000         0     78205    200000   7500871    145.48    161.17  --
2550.33/639.41	c  N dy  5653    927688      2000     40000         0     56615    200000   3296221    145.48    164.11  --
2574.66/645.54	c  N dy  5789    947970      2000     40000         0     76889    200000   7076246    145.54    154.54  --
2597.80/651.31	c  N dy  5912    968039      2000     40000         0     54303    200000   2711776    145.55    153.91  --
2621.34/657.22	c  N dy  6046    988076      2000     40000         0     74335    200000   6416014    145.59    157.51  --
2645.67/663.36	c  N dy  6165   1008107      2000     40000         0     50708    200000   1891701    145.57    153.97  --
2668.41/669.01	c  N dy  6290   1028161      2000     40000         0     70753    200000   5604167    145.60    158.74  --
2694.74/675.63	c  N dy  6405   1048279      2000     40000         0     46213    200000    883924    145.57    153.53  --
2715.48/680.85	c  N dy  6514   1068333      2000     40000         0     66264    200000   4545702    145.54    155.87  --
2719.87/681.94	c  F st  6538   1071877      2000     40000         0     69807    200000   5201663    145.55   no data  --
2741.00/687.27	c  N dy  6609   1088531      2000     40000         0     86448    200000   8448733    145.54    154.26  --
2764.15/693.04	c  N dy  6736   1108535      2000     40000         0     60795    200000   3393471    145.56    163.09  --
2788.92/699.25	c  N dy  6859   1128572      2000     40000         0     80827    200000   7093227    145.57    153.37  --
2814.41/705.67	c  N dy  6983   1148613      2000     40000         0     54213    200000   2020502    145.57    153.26  --
2837.55/711.44	c  N dy  7104   1168685      2000     40000         0     74280    200000   5701302    145.56    153.34  --
2865.87/718.53	c  N dy  7239   1188801      2000     40000         0     94392    200000   9411343    145.58    155.83  --
2888.61/724.21	c  N dy  7367   1208869      2000     40000         0     66803    200000   4179301    145.61    153.36  --
2889.85/724.56	c  S st  7376   1209991      2000     40000         0     67925    200000   4391836    145.62   no data  --
2890.60/724.79	c  S st  7376   1210494      2000     40000         0     68428    200000   4468270    145.62   no data  --
2890.99/724.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
2890.99/724.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2890.99/724.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.29
2891.79/725.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2891.79/725.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2891.79/725.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2891.79/725.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4495.57/1127.11	c lits-rem:       241  cl-subs:        8  v-elim:      0  v-fix:    0  time: 1602.73 s
4495.57/1127.12	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
4495.57/1127.17	c vivif2 --  cl tried    68420 cl shrink        0 lits rem          0 time: 0.19
4497.52/1127.67	c asymm  cl-useful: 0/18898/40000 lits-rem:0 time: 2.00
4497.52/1127.67	c calculated reachability. Time: 0.00
4497.52/1127.67	c  N dy  7376   1210494      2000     40000         0     68420    200000   4464870    145.62   no data  --
4523.84/1134.24	c  N dy  7493   1230533      2000     40000         0     88454    200000   8165431    145.62    155.05  --
4548.98/1140.55	c  N dy  7609   1250786      2000     40000         0     60048    200000   2716122    145.61    158.22  --
4573.72/1146.79	c  N dy  7738   1270993      2000     40000         0     80249    200000   6441054    145.63    156.11  --
4603.23/1154.17	c  N dy  7865   1291147      2000     40000         0     50744    200000    835406    145.64    155.30  --
4625.57/1159.74	c  N dy  7988   1311278      2000     40000         0     70871    200000   4513334    145.63    153.99  --
4653.52/1166.79	c  N dy  8115   1331292      2000     40000         0     90882    200000   8200320    145.64    155.62  --
4681.00/1173.67	c  N dy  8242   1351380      2000     40000         0     60312    200000   2415665    145.64    153.43  --
4707.33/1180.21	c  N dy  8363   1371414      2000     40000         0     80343    200000   6092523    145.64    155.93  --
4738.84/1188.15	c  N dy  8491   1391446      2000     40000         0    100366    200000   9793268    145.65    154.18  --
4765.16/1194.73	c  N dy  8620   1411520      2000     40000         0     68784    200000   3819007    145.66    160.70  --
4792.68/1201.64	c  N dy  8749   1431612      2000     40000         0     88875    200000   7499183    145.66    156.74  --

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-3368626-1305399162/watcher-3368626-1305399162 -o /tmp/evaluation-result-3368626-1305399162/solver-3368626-1305399162 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368626-1305399162.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.23 8.14 8.03 2/345 2712
/proc/meminfo: memFree=26261992/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 410 0 0 0 0 0 0 0 18 0 4 0 651518878 52465664 351 33554432000 4194304 4650419 140735593949424 18446744073709551615 47726783383474 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 12809 351 303 112 0 7774 0
[pid=2712/tid=2714] ppid=2709 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 651518879 52465664 352 33554432000 4194304 4650419 140735593949424 18446744073709551615 47726783383474 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 651518879 52465664 352 33554432000 4194304 4650419 140735593949424 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 651518879 52465664 352 33554432000 4194304 4650419 140735593949424 18446744073709551615 47726783383474 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0448419 s]
/proc/loadavg: 8.23 8.14 8.03 2/345 2712
/proc/meminfo: memFree=26261992/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=285604 CPUtime=0.13 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 4893 0 0 0 11 2 0 0 18 0 4 0 651518878 292458496 4798 33554432000 4194304 4650419 140735593949424 18446744073709551615 216634180133 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 71401 4885 367 112 0 66366 0
[pid=2712/tid=2714] ppid=2709 vsize=285736 CPUtime=0.05 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 1184 0 0 0 5 0 0 0 18 0 4 0 651518879 292593664 5000 33554432000 4194304 4650419 140735593949424 18446744073709551615 4371151 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=307888 CPUtime=0.24 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) D 2709 2712 2586 0 -1 4202560 1505 0 0 0 24 0 0 0 18 0 4 0 651518879 315277312 6229 33554432000 4194304 4650419 140735593949424 18446744073709551615 216634213002 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=299516 CPUtime=0.24 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 1571 0 0 0 24 0 0 0 18 0 4 0 651518879 306704384 6191 33554432000 4194304 4650419 140735593949424 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 285604

[startup+0.867678 s]
/proc/loadavg: 8.23 8.14 8.03 2/345 2712
/proc/meminfo: memFree=26261992/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=296128 CPUtime=3.4 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 18963 0 0 0 335 5 0 0 19 0 4 0 651518878 303235072 15013 33554432000 4194304 4650419 140735593949424 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 74032 15013 391 112 0 68997 0
[pid=2712/tid=2714] ppid=2709 vsize=296128 CPUtime=0.85 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 5180 0 0 0 84 1 0 0 19 0 4 0 651518879 303235072 15013 33554432000 4194304 4650419 140735593949424 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=296128 CPUtime=0.84 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 5103 0 0 0 84 0 0 0 19 0 4 0 651518879 303235072 15013 33554432000 4194304 4650419 140735593949424 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=296128 CPUtime=0.84 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 3377 0 0 0 83 1 0 0 19 0 4 0 651518879 303235072 15013 33554432000 4194304 4650419 140735593949424 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 296128

[startup+0.967661 s]
/proc/loadavg: 8.23 8.14 8.03 2/345 2712
/proc/meminfo: memFree=26261992/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=296128 CPUtime=3.81 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 19605 0 0 0 375 6 0 0 19 0 4 0 651518878 303235072 15655 33554432000 4194304 4650419 140735593949424 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 74032 15655 391 112 0 68997 0
[pid=2712/tid=2714] ppid=2709 vsize=296128 CPUtime=0.95 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 5332 0 0 0 94 1 0 0 19 0 4 0 651518879 303235072 15655 33554432000 4194304 4650419 140735593949424 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=296128 CPUtime=0.93 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 5268 0 0 0 93 0 0 0 19 0 4 0 651518879 303235072 15655 33554432000 4194304 4650419 140735593949424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=296128 CPUtime=0.94 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 3542 0 0 0 93 1 0 0 19 0 4 0 651518879 303235072 15655 33554432000 4194304 4650419 140735593949424 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 296128

[startup+1.00066 s]
/proc/loadavg: 8.23 8.14 8.03 2/345 2712
/proc/meminfo: memFree=26261992/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=296128 CPUtime=3.94 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 19813 0 0 0 388 6 0 0 19 0 4 0 651518878 303235072 15863 33554432000 4194304 4650419 140735593949424 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 74032 15863 391 112 0 68997 0
[pid=2712/tid=2714] ppid=2709 vsize=296128 CPUtime=0.98 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 5384 0 0 0 97 1 0 0 19 0 4 0 651518879 303235072 15863 33554432000 4194304 4650419 140735593949424 18446744073709551615 4315564 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=296128 CPUtime=0.97 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 5316 0 0 0 97 0 0 0 19 0 4 0 651518879 303235072 15863 33554432000 4194304 4650419 140735593949424 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=296128 CPUtime=0.97 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 3597 0 0 0 96 1 0 0 19 0 4 0 651518879 303235072 15863 33554432000 4194304 4650419 140735593949424 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 296128

[startup+1.50057 s]
/proc/loadavg: 8.23 8.14 8.03 2/345 2712
/proc/meminfo: memFree=26261992/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=299528 CPUtime=5.94 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 24648 0 0 0 588 6 0 0 20 0 4 0 651518878 306716672 15968 33554432000 4194304 4650419 140735593949424 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 74882 15969 391 112 0 69847 0
[pid=2712/tid=2714] ppid=2709 vsize=299528 CPUtime=1.48 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 6721 0 0 0 147 1 0 0 20 0 4 0 651518879 306716672 15969 33554432000 4194304 4650419 140735593949424 18446744073709551615 4365634 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=299528 CPUtime=1.48 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 6717 0 0 0 147 1 0 0 20 0 4 0 651518879 306716672 15969 33554432000 4194304 4650419 140735593949424 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=299528 CPUtime=1.47 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 4373 0 0 0 146 1 0 0 20 0 4 0 651518879 306716672 15969 33554432000 4194304 4650419 140735593949424 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 299528

[startup+3.10029 s]
/proc/loadavg: 8.37 8.17 8.04 9/356 2726
/proc/meminfo: memFree=26109040/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=301712 CPUtime=12.31 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 38143 0 0 0 1222 9 0 0 25 0 4 0 651518878 308953088 17188 33554432000 4194304 4650419 140735593949424 18446744073709551615 4331067 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 75428 17188 392 112 0 70393 0
[pid=2712/tid=2714] ppid=2709 vsize=301712 CPUtime=3.08 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 10328 0 0 0 306 2 0 0 25 0 4 0 651518879 308953088 17188 33554432000 4194304 4650419 140735593949424 18446744073709551615 4363666 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=301712 CPUtime=3.05 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 9785 0 0 0 304 1 0 0 25 0 4 0 651518879 308953088 17188 33554432000 4194304 4650419 140735593949424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=301712 CPUtime=3.08 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 8215 0 0 0 306 2 0 0 25 0 4 0 651518879 308953088 17188 33554432000 4194304 4650419 140735593949424 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 301712

[startup+6.30073 s]
/proc/loadavg: 8.34 8.16 8.04 9/356 2726
/proc/meminfo: memFree=25986420/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=304716 CPUtime=25.07 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 74407 0 0 0 2490 17 0 0 25 0 4 0 651518878 312029184 36075 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476491 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 76179 36075 393 112 0 71144 0
[pid=2712/tid=2714] ppid=2709 vsize=304716 CPUtime=6.28 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 19880 0 0 0 624 4 0 0 25 0 4 0 651518879 312029184 36075 33554432000 4194304 4650419 140735593949424 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=304716 CPUtime=6.22 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 18619 0 0 0 618 4 0 0 25 0 4 0 651518879 312029184 36075 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=304716 CPUtime=6.27 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 14013 0 0 0 624 3 0 0 25 0 4 0 651518879 312029184 36075 33554432000 4194304 4650419 140735593949424 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 304716

[startup+12.7006 s]
/proc/loadavg: 8.31 8.16 8.04 9/356 2726
/proc/meminfo: memFree=25843628/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=346208 CPUtime=50.62 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 98224 0 0 0 5041 21 0 0 25 0 4 0 651518878 354516992 50291 33554432000 4194304 4650419 140735593949424 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 86552 50291 393 112 0 81517 0
[pid=2712/tid=2714] ppid=2709 vsize=346208 CPUtime=12.7 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 24105 0 0 0 1265 5 0 0 25 0 4 0 651518879 354516992 50301 33554432000 4194304 4650419 140735593949424 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=346208 CPUtime=12.55 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 22753 0 0 0 1250 5 0 0 25 0 4 0 651518879 354516992 50301 33554432000 4194304 4650419 140735593949424 18446744073709551615 4304237 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=346208 CPUtime=12.68 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 24300 0 0 0 1264 4 0 0 25 0 4 0 651518879 354516992 50301 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 346208

[startup+25.5003 s]
/proc/loadavg: 8.27 8.15 8.04 9/356 2726
/proc/meminfo: memFree=25643840/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=581448 CPUtime=101.67 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 152028 0 0 0 10133 34 0 0 25 0 4 0 651518878 595402752 75123 33554432000 4194304 4650419 140735593949424 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 145362 75123 393 112 0 140327 0
[pid=2712/tid=2714] ppid=2709 vsize=581448 CPUtime=25.48 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 36391 0 0 0 2541 7 0 0 25 0 4 0 651518879 595402752 75123 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=581448 CPUtime=25.21 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 42384 0 0 0 2512 9 0 0 25 0 4 0 651518879 595402752 75123 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=581448 CPUtime=25.47 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 38676 0 0 0 2538 9 0 0 25 0 4 0 651518879 595402752 75123 33554432000 4194304 4650419 140735593949424 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 581448

[startup+51.1008 s]
/proc/loadavg: 8.24 8.16 8.04 9/356 2727
/proc/meminfo: memFree=25482936/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=594120 CPUtime=203.79 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 215466 0 0 0 20327 52 0 0 25 0 4 0 651518878 608378880 99417 33554432000 4194304 4650419 140735593949424 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 148530 99417 393 112 0 143495 0
[pid=2712/tid=2714] ppid=2709 vsize=594120 CPUtime=51.08 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 49966 0 0 0 5097 11 0 0 25 0 4 0 651518879 608378880 99417 33554432000 4194304 4650419 140735593949424 18446744073709551615 4438951 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=594120 CPUtime=50.53 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 63660 0 0 0 5037 16 0 0 25 0 4 0 651518879 608378880 99417 33554432000 4194304 4650419 140735593949424 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=594120 CPUtime=51.07 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 50297 0 0 0 5095 12 0 0 25 0 4 0 651518879 608378880 99417 33554432000 4194304 4650419 140735593949424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 594120

[startup+102.301 s]
/proc/loadavg: 8.22 8.16 8.05 9/356 2728
/proc/meminfo: memFree=25244804/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=791520 CPUtime=408.02 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 312255 0 0 0 40717 85 0 0 25 0 4 0 651518878 810516480 127728 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 197880 127728 393 112 0 192845 0
[pid=2712/tid=2714] ppid=2709 vsize=791520 CPUtime=102.29 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 62984 0 0 0 10214 15 0 0 25 0 4 0 651518879 810516480 127728 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=791520 CPUtime=101.16 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 94390 0 0 0 10088 28 0 0 25 0 4 0 651518879 810516480 127728 33554432000 4194304 4650419 140735593949424 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=791520 CPUtime=102.27 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 89013 0 0 0 10201 26 0 0 25 0 4 0 651518879 810516480 127728 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.02
Current children cumulated vsize (KiB) 791520

[startup+162.3 s]

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

[pid=2712] ppid=2709 vsize=1087440 CPUtime=2561.9 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 950292 0 0 0 255806 384 0 0 25 0 4 0 651518878 1113538560 177943 33554432000 4194304 4650419 140735593949424 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 271860 177943 393 112 0 266825 0
[pid=2712/tid=2714] ppid=2709 vsize=1087440 CPUtime=642.29 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 176436 0 0 0 64186 43 0 0 25 0 4 0 651518879 1113538560 177943 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=1087440 CPUtime=635.02 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 357366 0 0 0 63341 161 0 0 25 0 4 0 651518879 1113538560 177943 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=1087440 CPUtime=642.28 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 212539 0 0 0 64126 102 0 0 25 0 4 0 651518879 1113538560 177943 33554432000 4194304 4650419 140735593949424 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2561.9
Current children cumulated vsize (KiB) 1087440

[startup+702.3 s]
/proc/loadavg: 8.31 8.18 8.10 9/356 2756
/proc/meminfo: memFree=24851808/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=1049380 CPUtime=2801.25 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 1021037 0 0 0 279703 422 0 0 25 0 4 0 651518878 1074565120 183860 33554432000 4194304 4650419 140735593949424 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 262345 183860 393 112 0 257310 0
[pid=2712/tid=2714] ppid=2709 vsize=1049380 CPUtime=702.29 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 176610 0 0 0 70186 43 0 0 25 0 4 0 651518879 1074565120 183860 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=1049380 CPUtime=694.37 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 357437 0 0 0 69276 161 0 0 25 0 4 0 651518879 1074565120 183860 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=1049380 CPUtime=702.27 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 248924 0 0 0 70107 120 0 0 25 0 4 0 651518879 1074565120 183860 33554432000 4194304 4650419 140735593949424 18446744073709551615 4315143 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2801.25
Current children cumulated vsize (KiB) 1049380

[startup+762.301 s]
/proc/loadavg: 8.30 8.20 8.10 9/356 2758
/proc/meminfo: memFree=24843592/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=1102948 CPUtime=3040.56 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 1041998 0 0 0 303620 436 0 0 25 0 4 0 651518878 1129418752 181698 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 275737 181698 393 112 0 270702 0
[pid=2712/tid=2714] ppid=2709 vsize=1102948 CPUtime=762.3 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 176658 0 0 0 76187 43 0 0 25 0 4 0 651518879 1129418752 181698 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=1102948 CPUtime=753.68 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 357437 0 0 0 75207 161 0 0 25 0 4 0 651518879 1129418752 181698 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=1102948 CPUtime=762.27 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 260816 0 0 0 76099 128 0 0 25 0 4 0 651518879 1129418752 181698 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3040.56
Current children cumulated vsize (KiB) 1102948

[startup+822.3 s]
/proc/loadavg: 8.25 8.19 8.10 9/356 2760
/proc/meminfo: memFree=24829400/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=1054044 CPUtime=3279.87 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 1070270 0 0 0 327531 456 0 0 25 0 4 0 651518878 1079341056 179779 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 263511 179779 393 112 0 258476 0
[pid=2712/tid=2714] ppid=2709 vsize=1054044 CPUtime=822.31 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 204928 0 0 0 82168 63 0 0 25 0 4 0 651518879 1079341056 179779 33554432000 4194304 4650419 140735593949424 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=1054044 CPUtime=812.98 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 357437 0 0 0 81137 161 0 0 25 0 4 0 651518879 1079341056 179779 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=1054044 CPUtime=822.28 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 260816 0 0 0 82100 128 0 0 25 0 4 0 651518879 1079341056 179779 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3279.87
Current children cumulated vsize (KiB) 1054044

[startup+882.301 s]
/proc/loadavg: 8.28 8.20 8.11 9/356 2761
/proc/meminfo: memFree=24821424/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=1104868 CPUtime=3519.15 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 1097206 0 0 0 351438 477 0 0 25 0 4 0 651518878 1131384832 182986 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 276217 182986 393 112 0 271182 0
[pid=2712/tid=2714] ppid=2709 vsize=1104868 CPUtime=882.3 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 231864 0 0 0 88146 84 0 0 25 0 4 0 651518879 1131384832 182986 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=1104868 CPUtime=872.27 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 357437 0 0 0 87066 161 0 0 25 0 4 0 651518879 1131384832 182986 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=1104868 CPUtime=882.27 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 260816 0 0 0 88099 128 0 0 25 0 4 0 651518879 1131384832 182986 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3519.15
Current children cumulated vsize (KiB) 1104868

[startup+942.314 s]
/proc/loadavg: 8.10 8.16 8.10 9/356 2767
/proc/meminfo: memFree=24821760/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=1104868 CPUtime=3758.5 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 1097206 0 0 0 375373 477 0 0 25 0 4 0 651518878 1131384832 182986 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 276217 182986 393 112 0 271182 0
[pid=2712/tid=2714] ppid=2709 vsize=1104868 CPUtime=942.31 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 231864 0 0 0 94147 84 0 0 25 0 4 0 651518879 1131384832 182986 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=1104868 CPUtime=931.56 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 357437 0 0 0 92995 161 0 0 25 0 4 0 651518879 1131384832 182986 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=1104868 CPUtime=942.29 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 260816 0 0 0 94101 128 0 0 25 0 4 0 651518879 1131384832 182986 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3758.5
Current children cumulated vsize (KiB) 1104868

[startup+1002.3 s]
/proc/loadavg: 8.10 8.15 8.09 9/356 2768
/proc/meminfo: memFree=24820852/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=1104868 CPUtime=3997.75 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 1097206 0 0 0 399298 477 0 0 25 0 4 0 651518878 1131384832 182986 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 276217 182986 393 112 0 271182 0
[pid=2712/tid=2714] ppid=2709 vsize=1104868 CPUtime=1002.3 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 231864 0 0 0 100146 84 0 0 25 0 4 0 651518879 1131384832 182986 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=1104868 CPUtime=990.86 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 357437 0 0 0 98925 161 0 0 25 0 4 0 651518879 1131384832 182986 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=1104868 CPUtime=1002.28 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 260816 0 0 0 100100 128 0 0 25 0 4 0 651518879 1131384832 182986 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3997.75
Current children cumulated vsize (KiB) 1104868

[startup+1062.3 s]
/proc/loadavg: 8.04 8.12 8.09 9/356 2770
/proc/meminfo: memFree=24759308/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=1171196 CPUtime=4237.05 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 1130701 0 0 0 423202 503 0 0 25 0 4 0 651518878 1199304704 192957 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 292799 192957 393 112 0 287764 0
[pid=2712/tid=2714] ppid=2709 vsize=1171196 CPUtime=1062.3 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 265359 0 0 0 106121 109 0 0 25 0 4 0 651518879 1199304704 192957 33554432000 4194304 4650419 140735593949424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=1171196 CPUtime=1050.14 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 357437 0 0 0 104853 161 0 0 25 0 4 0 651518879 1199304704 192957 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=1171196 CPUtime=1062.28 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 260816 0 0 0 106100 128 0 0 25 0 4 0 651518879 1199304704 192957 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4237.05
Current children cumulated vsize (KiB) 1171196

[startup+1122.3 s]
/proc/loadavg: 8.07 8.11 8.08 9/356 2771
/proc/meminfo: memFree=24762500/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=1172048 CPUtime=4476.38 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 1163016 0 0 0 447115 523 0 0 25 0 4 0 651518878 1200177152 195555 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 293012 195555 393 112 0 287977 0
[pid=2712/tid=2714] ppid=2709 vsize=1172048 CPUtime=1122.31 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 297675 0 0 0 112101 130 0 0 25 0 4 0 651518879 1200177152 195555 33554432000 4194304 4650419 140735593949424 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=1172048 CPUtime=1109.47 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 357437 0 0 0 110786 161 0 0 25 0 4 0 651518879 1200177152 195555 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=1172048 CPUtime=1122.28 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 260816 0 0 0 112100 128 0 0 25 0 4 0 651518879 1200177152 195555 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4476.38
Current children cumulated vsize (KiB) 1172048

[startup+1182.3 s]
/proc/loadavg: 8.12 8.12 8.09 9/356 2773
/proc/meminfo: memFree=24692644/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=1173272 CPUtime=4715.7 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 1219947 0 0 0 471018 552 0 0 25 0 4 0 651518878 1201430528 201689 33554432000 4194304 4650419 140735593949424 18446744073709551615 4334040 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 293318 201689 393 112 0 288283 0
[pid=2712/tid=2714] ppid=2709 vsize=1173272 CPUtime=1182.3 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 327609 0 0 0 118087 143 0 0 25 0 4 0 651518879 1201430528 201689 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=1173272 CPUtime=1168.79 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 357437 0 0 0 116718 161 0 0 25 0 4 0 651518879 1201430528 201689 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=1173272 CPUtime=1182.28 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 260816 0 0 0 118100 128 0 0 25 0 4 0 651518879 1201430528 201689 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4715.7
Current children cumulated vsize (KiB) 1173272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.09 8.11 8.09 9/356 2774
/proc/meminfo: memFree=24639188/32951124 swapFree=53501236/67111528
[pid=2712] ppid=2709 vsize=1173496 CPUtime=4800.27 cores=1,3,5,7
/proc/2712/stat : 2712 (strangenight1-m) R 2709 2712 2586 0 -1 4202496 1233529 0 0 0 479467 560 0 0 25 0 4 0 651518878 1201659904 206540 33554432000 4194304 4650419 140735593949424 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2712/statm: 293374 206540 393 112 0 288339 0
[pid=2712/tid=2714] ppid=2709 vsize=1173496 CPUtime=1203.51 cores=1,3,5,7
/proc/2712/task/2714/stat : 2714 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 327609 0 0 0 120208 143 0 0 25 0 4 0 651518879 1201659904 206551 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2712/tid=2715] ppid=2709 vsize=1173496 CPUtime=1189.74 cores=1,3,5,7
/proc/2712/task/2715/stat : 2715 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 358766 0 0 0 118813 161 0 0 25 0 4 0 651518879 1201659904 206551 33554432000 4194304 4650419 140735593949424 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2712/tid=2716] ppid=2709 vsize=1173496 CPUtime=1203.49 cores=1,3,5,7
/proc/2712/task/2716/stat : 2716 (strangenight1-m) R 2709 2712 2586 0 -1 4202560 264263 0 0 0 120220 129 0 0 25 0 4 0 651518879 1201659904 206551 33554432000 4194304 4650419 140735593949424 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1173496

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.55
CPU time (s): 4800.36
CPU user time (s): 4794.72
CPU system time (s): 5.64014
CPU usage (%): 398.849
Max. virtual memory (cumulated for all children) (KiB): 1173496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.72
system time used= 5.64014
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1233543
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= 3135
involuntary context switches= 34618

runsolver used 3.47147 second user time and 10.3094 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-14 20:52:43
IDJOB=3368626
IDBENCH=82635
IDSOLVER=1846
FILE ID=node103/3368626-1305399162
RUNJOBID= node103-1305397957-2605
PBS_JOBID= 13324472
Free space on /tmp= 72992 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S61914820-087-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368626-1305399162/watcher-3368626-1305399162 -o /tmp/evaluation-result-3368626-1305399162/solver-3368626-1305399162 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368626-1305399162.cnf

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

MD5SUM BENCH= 1b9b43753c02a2c226adda648a956e92
RANDOM SEED=1899724568

node103.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.858
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.71
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.858
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.858
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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:      26262156 kB
Buffers:        295252 kB
Cached:        3859052 kB
SwapCached:     340192 kB
Active:        1311164 kB
Inactive:      5108236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26262156 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:            7424 kB
Writeback:           0 kB
AnonPages:     1935792 kB
Mapped:          10408 kB
Slab:           151152 kB
PageTables:      52896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78286644 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= 72976 MiB
End job on node103 at 2011-05-14 21:12:48