Trace number 3368573

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.44 1203.95

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S440979335-036-UNKNOWN.cnf
MD5SUMa9820c4b7c4cca37033a1ea45b264344
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.10137
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses15000
Sum of the clauses size75000
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 515000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368573-1305397498.cnf'
0.00/0.01	c -- header says num vars:            750
0.00/0.01	c -- header says num clauses:       15000
0.00/0.08	c -- clauses added:            0 learnts,        15000 normals,            0 xors
0.00/0.08	c -- vars added        750
0.00/0.08	c Parsing time:  0.03 s
0.00/0.08	c  N st     0         0       750     15000         0         0     75000         0   no data   no data  --
0.00/0.09	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.27
0.00/0.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.35/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.35/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.56/0.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1.56/0.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.56/0.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1.56/0.42	c Finding binary XORs  T:     0.00 s  found:       0
1.56/0.42	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
1.56/0.42	c calculated reachability. Time: 0.00
1.56/0.42	c Calc default polars -  time:   0.00 s pos:     350 undec:      36 neg:     364
1.56/0.42	c =========================================================================================
1.56/0.42	c types(t): F = full restart, N = normal restart
1.56/0.42	c types(t): S = simplification begin/end, E = solution found
1.56/0.42	c restart types(rt): st = static, dy = dynamic
1.56/0.42	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.56/0.42	c  B st     0         0       750     15000         0         0     75000         0   no data   no data  --
1.56/0.42	c Decided on static restart strategy
1.56/0.42	c  N st     8      4918       750     15000         0      4886     75000    511596   no data   no data  --
3.56/0.90	c  N st    10     11301       750     15000         0      4529     75000    295663   no data   no data  --
5.15/1.34	c  N st    11     17044       750     15000         0     10221     75000    931361   no data   no data  --
7.95/2.05	c  F st    12     25001       750     15000         0     12564     75000   1124390   no data   no data  --
7.95/2.06	c  N st    12     25001       750     15000         0     12564     75000   1124390   no data   no data  --
9.54/2.42	c  N dy    18     30001       750     15000         0     10744     75000    886063   no data   no data  --
9.54/2.42	c  S st    18     30001       750     15000         0     10744     75000    886063   no data   no data  --
9.54/2.46	c  S st    18     30507       750     15000         0     11250     75000    930042   no data   no data  --
9.54/2.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.54/2.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.54/2.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
9.94/2.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
9.94/2.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.92/4.09	c lits-rem:      1089  cl-subs:      133  v-elim:      0  v-fix:    0  time:  6.31 s
16.72/4.21	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.47
16.72/4.21	c calculated reachability. Time: 0.00
16.72/4.21	c  N dy    18     30507       750     15000         0     11117     75000    905503   no data   no data  --
17.91/4.58	c  N dy    31     34826       750     15000         0     15419     75000   1345224     85.42     91.16  --
19.50/4.90	c  N dy    45     38897       750     15000         0     11617     75000    694517     84.24     92.06  --
20.71/5.25	c  N dy    58     43048       750     15000         0     15755     75000   1112824     83.34     88.67  --
21.53/5.50	c  S st    67     45761       750     15000         0      9543     75000    353810     82.47     78.40  --
21.95/5.55	c  S st    67     46263       750     15000         0     10045     75000    400335     82.47   no data  --
21.95/5.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
21.95/5.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.95/5.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
21.95/5.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.95/5.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.95/5.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
21.95/5.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.66/9.22	c lits-rem:      1178  cl-subs:        7  v-elim:      0  v-fix:    0  time: 14.53 s
36.66/9.22	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
36.66/9.23	c vivif2 --  cl tried    10038 cl shrink        0 lits rem          0 time: 0.02
37.06/9.33	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.41
37.06/9.33	c calculated reachability. Time: 0.00
37.06/9.33	c  N dy    67     46263       750     15000         0     10038     75000    397949     82.47   no data  --
38.26/9.65	c  N dy    85     50462       750     15000         0     14224     75000    811999     81.94     86.67  --
39.84/10.01	c  N dy   104     54463       750     15000         0     18219     75000   1206491     81.67     87.68  --
41.04/10.35	c  N dy   127     58507       750     15000         0     12306     75000    516352     81.65     88.15  --
42.64/10.70	c  N dy   146     62767       750     15000         0     16558     75000    935107     81.38     86.71  --
43.89/11.07	c  N dy   164     66944       750     15000         0     20719     75000   1337462     81.20     85.58  --
44.63/11.29	c  S st   176     69396       750     15000         0     12206     75000    409274     81.25     77.39  --
45.03/11.34	c  S st   176     69896       750     15000         0     12706     75000    453110     81.25   no data  --
45.03/11.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
45.03/11.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.03/11.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
45.03/11.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.03/11.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.03/11.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
45.03/11.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.00/15.38	c lits-rem:      1794  cl-subs:       13  v-elim:      0  v-fix:    0  time: 16.00 s
61.00/15.38	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
61.00/15.39	c vivif2 --  cl tried    12693 cl shrink        0 lits rem          0 time: 0.02
61.77/15.53	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.58
61.77/15.53	c calculated reachability. Time: 0.00
61.77/15.53	c  N dy   176     69896       750     15000         0     12693     75000    449018     81.25   no data  --
63.37/15.95	c  N dy   190     74417       750     15000         0     17197     75000    889104     80.97     86.48  --
65.39/16.43	c  N dy   212     79199       750     15000         0     21959     75000   1356380     80.93     85.62  --
67.36/16.94	c  N dy   240     84525       750     15000         0     15317     75000    619812     80.89     86.12  --
68.56/17.22	c  F st   251     87502       750     15000         0     18283     75000    914512     80.80     81.13  --
69.77/17.55	c  N st   256     90798       750     15000         0     21549     75000   1267580     80.80   no data  --
72.15/18.14	c  N dy   277     96607       750     15000         0     14394     75000    441646     80.84     86.06  --
74.16/18.70	c  N dy   311    102799       750     15000         0     20557     75000   1047160     80.81     85.48  --
75.33/18.90	c  S st   324    104845       750     15000         0     22600     75000   1247131     80.80   no data  --
75.33/18.97	c  S st   324    105350       750     15000         0     23105     75000   1294670     80.80   no data  --
75.33/18.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
75.33/18.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.33/18.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
75.73/19.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.73/19.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.73/19.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
75.73/19.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
94.48/23.78	c lits-rem:      1049  cl-subs:       64  v-elim:      0  v-fix:    0  time: 18.90 s
94.48/23.78	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
94.48/23.79	c vivif2 --  cl tried    23041 cl shrink        0 lits rem          0 time: 0.05
95.68/24.02	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.91
95.68/24.02	c calculated reachability. Time: 0.00
95.68/24.02	c  N dy   324    105350       750     15000         0     23041     75000   1282297     80.80   no data  --
98.46/24.74	c  N dy   356    112089       750     15000         0     15813     75000    481491     80.66     85.68  --
101.25/25.43	c  N dy   392    119274       750     15000         0     22976     75000   1186536     80.62     85.71  --
104.45/26.31	c  N dy   432    126896       750     15000         0     15627     75000    372036     80.59     87.16  --
107.63/27.09	c  N dy   473    135070       750     15000         0     23772     75000   1182354     80.65     93.41  --
112.01/28.10	c  N dy   506    143739       750     15000         0     16476     75000    364516     80.53     87.44  --
115.61/29.03	c  N dy   554    152978       750     15000         0     25682     75000   1270681     80.52     85.39  --
118.02/29.65	c  S st   577    158025       750     15000         0     30708     75000   1760408     80.44     74.36  --
118.44/29.74	c  S st   577    158526       750     15000         0     31208     75000   1804317     80.44   no data  --
118.44/29.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
118.44/29.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
118.44/29.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.08
118.79/29.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
118.79/29.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
118.79/29.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
118.79/29.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.92/39.65	c lits-rem:       873  cl-subs:      121  v-elim:      0  v-fix:    0  time: 39.15 s
157.92/39.65	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
157.92/39.67	c vivif2 --  cl tried    31087 cl shrink        0 lits rem          0 time: 0.07
159.48/40.00	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 1.31
159.48/40.00	c calculated reachability. Time: 0.00
159.48/40.00	c  N dy   577    158526       750     15000         0     31087     75000   1781902     80.44   no data  --
163.86/41.14	c  N dy   625    168864       750     15000         0     24455     75000   1048023     80.36     85.77  --
169.04/42.43	c  N dy   666    179685       750     15000         0     35250     75000   2095936     80.21     84.95  --
173.82/43.64	c  N dy   720    191448       750     15000         0     29031     75000   1414934     80.13     86.13  --
179.86/45.13	c  N dy   785    203763       750     15000         0     22359     75000    667358     80.16     93.93  --
185.79/46.64	c  N dy   846    216844       750     15000         0     35397     75000   1952331     80.12     84.79  --
192.17/48.24	c  N dy   913    230763       750     15000         0     29328     75000   1253535     80.08     85.64  --
195.76/49.12	c  S st   958    237789       750     15000         0     36334     75000   1943867     80.11     78.56  --
196.15/49.22	c  S st   958    238290       750     15000         0     36835     75000   1987449     80.11   no data  --
196.15/49.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
196.15/49.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
196.15/49.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
196.55/49.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
196.55/49.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
196.55/49.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
196.55/49.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
246.79/61.97	c lits-rem:       944  cl-subs:      110  v-elim:      0  v-fix:    0  time: 50.40 s
246.79/61.97	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
246.79/61.99	c vivif2 --  cl tried    36725 cl shrink        0 lits rem          0 time: 0.08
247.99/62.29	c asymm  cl-useful: 0/13821/15000 lits-rem:0 time: 1.23
248.39/62.30	c calculated reachability. Time: 0.00
248.39/62.30	c  N dy   958    238290       750     15000         0     36725     75000   1967304     80.11   no data  --
255.57/64.13	c  N dy  1023    253905       750     15000         0     31359     75000   1365815     80.02     84.44  --
263.94/66.27	c  N dy  1110    270495       750     15000         0     25973     75000    752636     80.01     84.44  --
273.12/68.52	c  N dy  1209    287817       750     15000         0     43240     75000   2443807     80.05     87.82  --
282.29/70.83	c  F st  1303    306250       750     15000         0     38696     75000   1899849     80.02     74.78  --
282.29/70.83	c  N st  1303    306250       750     15000         0     38696     75000   1899849     80.02     74.78  --
293.06/73.52	c  N dy  1372    325874       750     15000         0     34320     75000   1382296     79.98     84.25  --
305.01/76.51	c  N dy  1478    345928       750     15000         0     29389     75000    812684     79.99     86.81  --
311.02/78.09	c  S st  1542    357436       750     15000         0     40862     75000   1936139     79.99   no data  --
311.79/78.21	c  S st  1542    357938       750     15000         0     41364     75000   1980750     79.99   no data  --
311.79/78.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
311.79/78.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
311.79/78.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.11
312.18/78.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
312.18/78.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
312.18/78.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
312.18/78.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
367.62/92.25	c lits-rem:      1138  cl-subs:      116  v-elim:      0  v-fix:    0  time: 55.55 s
367.62/92.25	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
367.62/92.27	c vivif2 --  cl tried    41248 cl shrink        0 lits rem          0 time: 0.08
367.62/92.31	c asymm  cl-useful: 0/1179/15000 lits-rem:0 time: 0.14
367.62/92.31	c calculated reachability. Time: 0.00
367.62/92.31	c  N dy  1542    357938       750     15000         0     41248     75000   1959828     79.99   no data  --
379.17/95.18	c  N dy  1651    378100       750     15000         0     35428     75000   1310952     80.01     87.93  --
391.54/98.27	c  N dy  1765    398210       750     15000         0     28560     75000    552138     80.03     84.30  --
402.71/101.09	c  N dy  1878    418435       750     15000         0     48723     75000   2533572     80.02     84.95  --
414.67/104.01	c  N dy  1973    438474       750     15000         0     40781     75000   1652206     80.00     84.85  --
427.43/107.27	c  N dy  2086    458613       750     15000         0     31944     75000    699121     80.03     84.45  --
439.39/110.24	c  N dy  2189    478723       750     15000         0     51989     75000   2660534     80.01     84.79  --
451.80/113.39	c  N dy  2306    498843       750     15000         0     42144     75000   1604772     80.03     84.30  --
466.51/117.01	c  N dy  2409    519134       750     15000         0     31470     75000    472995     80.00     84.75  --
476.48/119.57	c  S st  2503    536908       750     15000         0     49189     75000   2214175     80.00   no data  --
477.28/119.70	c  S st  2503    537410       750     15000         0     49691     75000   2259957     80.00   no data  --
477.28/119.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
477.28/119.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
477.28/119.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
477.28/119.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
477.28/119.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
477.28/119.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
477.28/119.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
574.19/144.07	c lits-rem:      1459  cl-subs:      147  v-elim:      0  v-fix:    0  time: 96.65 s
574.19/144.07	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
574.19/144.10	c vivif2 --  cl tried    49544 cl shrink        0 lits rem          0 time: 0.10
575.76/144.48	c asymm  cl-useful: 0/11130/15000 lits-rem:0 time: 1.52
575.76/144.48	c calculated reachability. Time: 0.00
575.76/144.48	c  N dy  2503    537410       750     15000         0     49544     75000   2232056     80.00   no data  --
591.31/148.32	c  N dy  2616    557517       750     15000         0     37685     75000    991579     80.02     85.01  --
604.89/151.78	c  N dy  2716    577520       750     15000         0     57608     75000   2948228     80.01     84.53  --
619.61/155.40	c  N dy  2824    597662       750     15000         0     44799     75000   1605889     80.02     84.44  --
634.78/159.24	c  N dy  2923    617690       750     15000         0     64761     75000   3555688     80.00     86.07  --
648.34/162.70	c  N dy  3035    637733       750     15000         0     50842     75000   2121671     80.02     84.73  --
665.48/166.91	c  N dy  3143    657828       750     15000         0     35995     75000    555152     80.03     85.05  --
679.03/170.34	c  N dy  3248    677955       750     15000         0     56060     75000   2523779     80.01     85.00  --
696.18/174.61	c  N dy  3354    698189       750     15000         0     40353     75000    890573     80.01     84.50  --
710.93/178.36	c  N dy  3462    718440       750     15000         0     60546     75000   2871980     80.01     85.51  --
727.69/182.56	c  N dy  3563    738466       750     15000         0     43625     75000   1122715     79.99     85.98  --
744.03/186.61	c  N dy  3668    758496       750     15000         0     63588     75000   3096346     80.00     84.54  --
761.57/191.09	c  N dy  3775    778577       750     15000         0     45719     75000   1240671     80.01     85.00  --
778.31/195.29	c  N dy  3883    798669       750     15000         0     65737     75000   3205539     80.01     84.55  --
785.88/197.14	c  S st  3928    806115       750     15000         0     73158     75000   3940080     80.02     81.20  --
786.68/197.34	c  S st  3928    806618       750     15000         0     73660     75000   3986001     80.02   no data  --
786.68/197.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
786.68/197.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
787.08/197.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.20
787.48/197.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
787.48/197.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
787.48/197.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
787.48/197.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2837.82/711.76	c lits-rem:       809  cl-subs:      297  v-elim:      0  v-fix:    0  time: 2048.75 s
2837.82/711.76	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
2838.17/711.81	c vivif2 --  cl tried    73363 cl shrink        0 lits rem          0 time: 0.18
2838.97/712.07	c asymm  cl-useful: 0/3870/15000 lits-rem:0 time: 1.07
2838.97/712.08	c calculated reachability. Time: 0.00
2838.97/712.08	c  N dy  3928    806618       750     15000         0     73363     75000   3932448     80.02   no data  --
2856.11/716.34	c  N dy  4042    826753       750     15000         0     54568     75000   2029357     80.04     84.81  --
2875.65/721.25	c  N dy  4150    846838       750     15000         0     74580     75000   4007506     80.06     85.02  --
2893.19/725.63	c  N dy  4250    867013       750     15000         0     54826     75000   1958871     80.06     84.64  --
2912.72/730.51	c  N dy  4347    887118       750     15000         0     74863     75000   3924468     80.05     85.74  --
2930.68/735.03	c  N dy  4465    907165       750     15000         0     53982     75000   1790668     80.07     84.33  --
2950.21/739.98	c  N dy  4582    927251       750     15000         0     73988     75000   3775150     80.10     85.38  --
2970.15/744.91	c  N dy  4700    947376       750     15000         0     52191     75000   1515539     80.12     85.76  --
2988.48/749.55	c  N dy  4797    967444       750     15000         0     72203     75000   3482585     80.12     85.17  --
3010.02/754.93	c  N dy  4918    987662       750     15000         0     49489     75000   1167576     80.13     84.56  --
3028.76/759.63	c  N dy  5036   1007875       750     15000         0     69626     75000   3150437     80.15     84.56  --
3051.89/765.43	c  N dy  5144   1028016       750     15000         0     45858     75000    714163     80.15     84.47  --
3069.04/769.78	c  N dy  5247   1048031       750     15000         0     65800     75000   2669746     80.14     85.38  --
3091.79/775.42	c  N dy  5358   1068094       750     15000         0     85793     75000   4637188     80.15     84.46  --
3096.60/776.63	c  F st  5376   1071875       750     15000         0     89562     75000   5009796     80.15     80.35  --
3109.76/779.97	c  N dy  5426   1088569       750     15000         0     61338     75000   2165883     80.15     84.50  --
3130.85/785.26	c  N dy  5521   1108799       750     15000         0     81486     75000   4147307     80.13     85.73  --
3152.37/790.65	c  N dy  5638   1128847       750     15000         0     55646     75000   1502041     80.15     86.11  --
3172.30/795.62	c  N dy  5753   1148866       750     15000         0     75600     75000   3471815     80.17     84.80  --
3196.63/801.74	c  N dy  5861   1169274       750     15000         0     49118     75000    766268     80.16     84.89  --
3215.02/806.34	c  N dy  5977   1189532       750     15000         0     69315     75000   2777599     80.18     85.12  --
3238.50/812.23	c  N dy  6086   1209614       750     15000         0     89341     75000   4741674     80.19     90.24  --
3238.90/812.33	c  S st  6088   1209927       750     15000         0     89653     75000   4772056     80.19   no data  --
3239.70/812.59	c  S st  6088   1210429       750     15000         0     90154     75000   4816970     80.19   no data  --
3240.10/812.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3240.10/812.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3240.10/812.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.26
3240.91/812.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3240.91/812.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3240.91/812.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3240.91/812.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

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-3368573-1305397498/watcher-3368573-1305397498 -o /tmp/evaluation-result-3368573-1305397498/solver-3368573-1305397498 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368573-1305397498.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: 6.31 7.72 7.87 6/386 11125
/proc/meminfo: memFree=14889044/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 415 0 0 0 0 0 0 0 25 0 4 0 729980493 52465664 356 33554432000 4194304 4650419 140737103120720 18446744073709551615 216735178683 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 12809 356 306 112 0 7774 0
[pid=11125/tid=11126] ppid=11123 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 729980494 52465664 356 33554432000 4194304 4650419 140737103120720 18446744073709551615 47989295175193 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 729980494 52465664 356 33554432000 4194304 4650419 140737103120720 18446744073709551615 47989295175600 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 729980494 52465664 356 33554432000 4194304 4650419 140737103120720 18446744073709551615 47989295175193 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.098128 s]
/proc/loadavg: 6.31 7.72 7.87 6/386 11125
/proc/meminfo: memFree=14889044/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=286824 CPUtime=0.35 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) D 11123 11125 11082 0 -1 4202496 4077 0 0 0 35 0 0 0 18 0 4 0 729980493 293707776 3536 33554432000 4194304 4650419 140737103120720 18446744073709551615 216735221943 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 71706 3536 376 112 0 66671 0
[pid=11125/tid=11126] ppid=11123 vsize=286824 CPUtime=0.09 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) D 11123 11125 11082 0 -1 4202560 1043 0 0 0 9 0 0 0 18 0 4 0 729980494 293707776 3536 33554432000 4194304 4650419 140737103120720 18446744073709551615 216734839493 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=286824 CPUtime=0.08 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 993 0 0 0 8 0 0 0 25 0 4 0 729980494 293707776 3536 33554432000 4194304 4650419 140737103120720 18446744073709551615 216734875744 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=286824 CPUtime=0.08 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 635 0 0 0 8 0 0 0 18 0 4 0 729980494 293707776 3536 33554432000 4194304 4650419 140737103120720 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 286824

[startup+0.101133 s]
/proc/loadavg: 6.31 7.72 7.87 6/386 11125
/proc/meminfo: memFree=14889044/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=288232 CPUtime=0.37 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 4939 0 0 0 36 1 0 0 18 0 4 0 729980493 295149568 4398 33554432000 4194304 4650419 140737103120720 18446744073709551615 216735203223 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 72058 4398 381 112 0 67023 0
[pid=11125/tid=11126] ppid=11123 vsize=288232 CPUtime=0.09 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) D 11123 11125 11082 0 -1 4202560 1391 0 0 0 9 0 0 0 18 0 4 0 729980494 295149568 4398 33554432000 4194304 4650419 140737103120720 18446744073709551615 4441572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=288232 CPUtime=0.08 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 1239 0 0 0 8 0 0 0 25 0 4 0 729980494 295149568 4398 33554432000 4194304 4650419 140737103120720 18446744073709551615 216735221943 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=288232 CPUtime=0.09 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 641 0 0 0 9 0 0 0 18 0 4 0 729980494 295149568 4398 33554432000 4194304 4650419 140737103120720 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 288232

[startup+0.301084 s]
/proc/loadavg: 6.31 7.72 7.87 6/386 11125
/proc/meminfo: memFree=14889044/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=288804 CPUtime=1.17 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 7085 0 0 0 116 1 0 0 18 0 4 0 729980493 295735296 6276 33554432000 4194304 4650419 140737103120720 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 72201 6276 389 112 0 67166 0
[pid=11125/tid=11126] ppid=11123 vsize=288804 CPUtime=0.29 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 1871 0 0 0 29 0 0 0 18 0 4 0 729980494 295735296 6276 33554432000 4194304 4650419 140737103120720 18446744073709551615 4365439 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=288804 CPUtime=0.28 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 1870 0 0 0 28 0 0 0 25 0 4 0 729980494 295735296 6276 33554432000 4194304 4650419 140737103120720 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=288804 CPUtime=0.29 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 1053 0 0 0 29 0 0 0 18 0 4 0 729980494 295735296 6276 33554432000 4194304 4650419 140737103120720 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 288804

[startup+0.701015 s]
/proc/loadavg: 6.31 7.72 7.87 6/386 11125
/proc/meminfo: memFree=14889044/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=292148 CPUtime=2.77 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 11330 0 0 0 275 2 0 0 18 0 4 0 729980493 299159552 7008 33554432000 4194304 4650419 140737103120720 18446744073709551615 4365548 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 73037 7009 391 112 0 68002 0
[pid=11125/tid=11126] ppid=11123 vsize=292148 CPUtime=0.69 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 2777 0 0 0 69 0 0 0 18 0 4 0 729980494 299159552 7009 33554432000 4194304 4650419 140737103120720 18446744073709551615 4331882 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=292148 CPUtime=0.68 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 2841 0 0 0 68 0 0 0 25 0 4 0 729980494 299159552 7010 33554432000 4194304 4650419 140737103120720 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=292148 CPUtime=0.69 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 2466 0 0 0 69 0 0 0 18 0 4 0 729980494 299159552 7010 33554432000 4194304 4650419 140737103120720 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 292148

[startup+1.50088 s]
/proc/loadavg: 6.31 7.72 7.87 10/390 11131
/proc/meminfo: memFree=14834700/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=295504 CPUtime=5.95 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 19086 0 0 0 592 3 0 0 20 0 4 0 729980493 302596096 7431 33554432000 4194304 4650419 140737103120720 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 73876 7431 391 112 0 68841 0
[pid=11125/tid=11126] ppid=11123 vsize=295504 CPUtime=1.48 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 4768 0 0 0 148 0 0 0 20 0 4 0 729980494 302596096 7431 33554432000 4194304 4650419 140737103120720 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=295504 CPUtime=1.46 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 4939 0 0 0 145 1 0 0 25 0 4 0 729980494 302596096 7431 33554432000 4194304 4650419 140737103120720 18446744073709551615 4334219 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=295504 CPUtime=1.48 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 4020 0 0 0 148 0 0 0 20 0 4 0 729980494 302596096 7431 33554432000 4194304 4650419 140737103120720 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 295504

[startup+3.1006 s]
/proc/loadavg: 6.31 7.72 7.87 9/390 11131
/proc/meminfo: memFree=14819524/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=286972 CPUtime=12.34 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 38146 0 0 0 1227 7 0 0 25 0 4 0 729980493 293859328 17924 33554432000 4194304 4650419 140737103120720 18446744073709551615 4438951 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 71743 17924 393 112 0 66708 0
[pid=11125/tid=11126] ppid=11123 vsize=286972 CPUtime=3.08 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 10577 0 0 0 307 1 0 0 25 0 4 0 729980494 293859328 17924 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=286972 CPUtime=3.05 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 8230 0 0 0 304 1 0 0 25 0 4 0 729980494 293859328 17924 33554432000 4194304 4650419 140737103120720 18446744073709551615 4361036 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=286972 CPUtime=3.08 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 6940 0 0 0 307 1 0 0 25 0 4 0 729980494 293859328 17924 33554432000 4194304 4650419 140737103120720 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 286972

[startup+6.30104 s]
/proc/loadavg: 6.45 7.73 7.87 9/390 11131
/proc/meminfo: memFree=14686620/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=275896 CPUtime=25.1 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 51811 0 0 0 2501 9 0 0 25 0 4 0 729980493 282517504 29786 33554432000 4194304 4650419 140737103120720 18446744073709551615 4438653 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 68974 29786 393 112 0 63939 0
[pid=11125/tid=11126] ppid=11123 vsize=275896 CPUtime=6.28 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 10578 0 0 0 627 1 0 0 25 0 4 0 729980494 282517504 29786 33554432000 4194304 4650419 140737103120720 18446744073709551615 4438750 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=275896 CPUtime=6.21 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 15414 0 0 0 619 2 0 0 25 0 4 0 729980494 282517504 29786 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=275896 CPUtime=6.28 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 10771 0 0 0 627 1 0 0 25 0 4 0 729980494 282517504 29786 33554432000 4194304 4650419 140737103120720 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 275896

[startup+12.7009 s]
/proc/loadavg: 6.57 7.73 7.87 9/390 11131
/proc/meminfo: memFree=14618772/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=299088 CPUtime=50.62 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 74394 0 0 0 5047 15 0 0 25 0 4 0 729980493 306266112 44376 33554432000 4194304 4650419 140737103120720 18446744073709551615 4439619 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 74772 44376 393 112 0 69737 0
[pid=11125/tid=11126] ppid=11123 vsize=299088 CPUtime=12.69 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 17069 0 0 0 1267 2 0 0 25 0 4 0 729980494 306266112 44376 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=299088 CPUtime=12.53 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 21737 0 0 0 1249 4 0 0 25 0 4 0 729980494 306266112 44376 33554432000 4194304 4650419 140737103120720 18446744073709551615 4438666 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=299088 CPUtime=12.68 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 18791 0 0 0 1264 4 0 0 25 0 4 0 729980494 306266112 44376 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 299088

[startup+25.5007 s]
/proc/loadavg: 6.89 7.74 7.87 9/390 11131
/proc/meminfo: memFree=14459180/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=405280 CPUtime=101.65 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 104829 0 0 0 10143 22 0 0 25 0 4 0 729980493 415006720 66319 33554432000 4194304 4650419 140737103120720 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 101320 66319 393 112 0 96285 0
[pid=11125/tid=11126] ppid=11123 vsize=405280 CPUtime=25.48 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 24945 0 0 0 2544 4 0 0 25 0 4 0 729980494 415006720 66319 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=405280 CPUtime=25.16 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 30024 0 0 0 2511 5 0 0 25 0 4 0 729980494 415006720 66319 33554432000 4194304 4650419 140737103120720 18446744073709551615 4333866 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=405280 CPUtime=25.49 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 24047 0 0 0 2543 6 0 0 25 0 4 0 729980494 415006720 66319 33554432000 4194304 4650419 140737103120720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 405280

[startup+51.1012 s]
/proc/loadavg: 7.33 7.78 7.88 9/390 11132
/proc/meminfo: memFree=14356204/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=528120 CPUtime=203.73 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 143399 0 0 0 20339 34 0 0 25 0 4 0 729980493 540794880 73995 33554432000 4194304 4650419 140737103120720 18446744073709551615 4439371 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 132030 73995 393 112 0 126995 0
[pid=11125/tid=11126] ppid=11123 vsize=528120 CPUtime=51.08 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 31224 0 0 0 5102 6 0 0 25 0 4 0 729980494 540794880 73996 33554432000 4194304 4650419 140737103120720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=528120 CPUtime=50.44 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 40327 0 0 0 5036 8 0 0 25 0 4 0 729980494 540794880 73996 33554432000 4194304 4650419 140737103120720 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=528120 CPUtime=51.09 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 33918 0 0 0 5099 10 0 0 25 0 4 0 729980494 540794880 73996 33554432000 4194304 4650419 140737103120720 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.73
Current children cumulated vsize (KiB) 528120

[startup+102.314 s]
/proc/loadavg: 7.75 7.82 7.89 9/390 11134
/proc/meminfo: memFree=14285856/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=629956 CPUtime=407.94 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 217573 0 0 0 40730 64 0 0 25 0 4 0 729980493 645074944 85375 33554432000 4194304 4650419 140737103120720 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 157489 85375 393 112 0 152454 0
[pid=11125/tid=11126] ppid=11123 vsize=629956 CPUtime=102.29 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 38059 0 0 0 10219 10 0 0 25 0 4 0 729980494 645074944 85375 33554432000 4194304 4650419 140737103120720 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=629956 CPUtime=101.01 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 58928 0 0 0 10087 14 0 0 25 0 4 0 729980494 645074944 85375 33554432000 4194304 4650419 140737103120720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=629956 CPUtime=102.3 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 65565 0 0 0 10207 23 0 0 25 0 4 0 729980494 645074944 85375 33554432000 4194304 4650419 140737103120720 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.94
Current children cumulated vsize (KiB) 629956

[startup+162.301 s]

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

[pid=11125] ppid=11123 vsize=873876 CPUtime=2800.29 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 795808 0 0 0 279742 287 0 0 25 0 4 0 729980493 894849024 143258 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 218469 143258 393 112 0 213434 0
[pid=11125/tid=11126] ppid=11123 vsize=873876 CPUtime=702.28 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 124518 0 0 0 70165 63 0 0 25 0 4 0 729980494 894849024 143258 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=873876 CPUtime=693.38 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 255355 0 0 0 69230 108 0 0 25 0 4 0 729980494 894849024 143258 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=873876 CPUtime=702.29 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 211249 0 0 0 70163 66 0 0 25 0 4 0 729980494 894849024 143258 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.29
Current children cumulated vsize (KiB) 873876

[startup+762.315 s]
/proc/loadavg: 8.04 8.07 7.99 9/390 11157
/proc/meminfo: memFree=13804268/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=940404 CPUtime=3039.58 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 836769 0 0 0 303652 306 0 0 25 0 4 0 729980493 962973696 152171 33554432000 4194304 4650419 140737103120720 18446744073709551615 4329436 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 235101 152171 393 112 0 230066 0
[pid=11125/tid=11126] ppid=11123 vsize=940404 CPUtime=762.29 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 124518 0 0 0 76166 63 0 0 25 0 4 0 729980494 962973696 152171 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=940404 CPUtime=752.63 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 262795 0 0 0 75153 110 0 0 25 0 4 0 729980494 962973696 152171 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=940404 CPUtime=762.32 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 220657 0 0 0 76164 68 0 0 25 0 4 0 729980494 962973696 152171 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3039.58
Current children cumulated vsize (KiB) 940404

[startup+822.301 s]
/proc/loadavg: 8.05 8.07 8.00 9/390 11159
/proc/meminfo: memFree=13814396/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=941192 CPUtime=3278.77 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 871642 0 0 0 327556 321 0 0 25 0 4 0 729980493 963780608 151213 33554432000 4194304 4650419 140737103120720 18446744073709551615 4438951 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 235298 151213 393 112 0 230263 0
[pid=11125/tid=11126] ppid=11123 vsize=941192 CPUtime=822.28 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 124518 0 0 0 82165 63 0 0 25 0 4 0 729980494 963780608 151213 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=941192 CPUtime=811.86 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 270795 0 0 0 81076 110 0 0 25 0 4 0 729980494 963780608 151213 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=941192 CPUtime=822.3 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 230131 0 0 0 82160 70 0 0 25 0 4 0 729980494 963780608 151213 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3278.77
Current children cumulated vsize (KiB) 941192

[startup+882.3 s]
/proc/loadavg: 8.32 8.16 8.03 9/390 11165
/proc/meminfo: memFree=13802608/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=991152 CPUtime=3518 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 899137 0 0 0 351474 326 0 0 25 0 4 0 729980493 1014939648 152253 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 247788 152253 393 112 0 242753 0
[pid=11125/tid=11126] ppid=11123 vsize=991152 CPUtime=882.28 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 125917 0 0 0 88164 64 0 0 25 0 4 0 729980494 1014939648 152253 33554432000 4194304 4650419 140737103120720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=991152 CPUtime=871.1 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 279306 0 0 0 86998 112 0 0 25 0 4 0 729980494 1014939648 152253 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=991152 CPUtime=882.3 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 240869 0 0 0 88159 71 0 0 25 0 4 0 729980494 1014939648 152253 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518
Current children cumulated vsize (KiB) 991152

[startup+942.301 s]
/proc/loadavg: 8.27 8.17 8.04 9/390 11167
/proc/meminfo: memFree=13817224/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=976500 CPUtime=3757.25 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 942644 0 0 0 375384 341 0 0 25 0 4 0 729980493 999936000 149030 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 244125 149030 393 112 0 239090 0
[pid=11125/tid=11126] ppid=11123 vsize=976500 CPUtime=942.28 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 140894 0 0 0 94152 76 0 0 25 0 4 0 729980494 999936000 149030 33554432000 4194304 4650419 140737103120720 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=976500 CPUtime=930.34 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 287265 0 0 0 92922 112 0 0 25 0 4 0 729980494 999936000 149030 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=976500 CPUtime=942.3 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 251838 0 0 0 94157 73 0 0 25 0 4 0 729980494 999936000 149030 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3757.25
Current children cumulated vsize (KiB) 976500

[startup+1002.3 s]
/proc/loadavg: 8.21 8.17 8.04 9/390 11169
/proc/meminfo: memFree=13820780/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=977376 CPUtime=3996.48 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 990790 0 0 0 399288 360 0 0 25 0 4 0 729980493 1000833024 147845 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 244344 147845 393 112 0 239309 0
[pid=11125/tid=11126] ppid=11123 vsize=977376 CPUtime=1002.27 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 161382 0 0 0 100137 90 0 0 25 0 4 0 729980494 1000833024 147845 33554432000 4194304 4650419 140737103120720 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=977376 CPUtime=989.56 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 295677 0 0 0 98843 113 0 0 25 0 4 0 729980494 1000833024 147845 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=977376 CPUtime=1002.3 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 261957 0 0 0 100156 74 0 0 25 0 4 0 729980494 1000833024 147845 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3996.48
Current children cumulated vsize (KiB) 977376

[startup+1062.3 s]
/proc/loadavg: 8.18 8.17 8.05 9/390 11172
/proc/meminfo: memFree=13787012/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=983596 CPUtime=4235.73 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 1035416 0 0 0 423199 374 0 0 25 0 4 0 729980493 1007202304 148158 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476474 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 245899 148158 393 112 0 240864 0
[pid=11125/tid=11126] ppid=11123 vsize=983596 CPUtime=1062.28 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 176807 0 0 0 106127 101 0 0 25 0 4 0 729980494 1007202304 148158 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=983596 CPUtime=1048.82 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 303888 0 0 0 104767 115 0 0 25 0 4 0 729980494 1007202304 148158 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=983596 CPUtime=1062.31 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 273033 0 0 0 106155 76 0 0 25 0 4 0 729980494 1007202304 148158 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4235.73
Current children cumulated vsize (KiB) 983596

[startup+1122.3 s]
/proc/loadavg: 8.24 8.18 8.06 9/390 11174
/proc/meminfo: memFree=13781004/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=983596 CPUtime=4474.96 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 1065303 0 0 0 447117 379 0 0 25 0 4 0 729980493 1007202304 148296 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 245899 148296 393 112 0 240864 0
[pid=11125/tid=11126] ppid=11123 vsize=983596 CPUtime=1122.28 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 176833 0 0 0 112127 101 0 0 25 0 4 0 729980494 1007202304 148296 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=983596 CPUtime=1108.04 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 312234 0 0 0 110688 116 0 0 25 0 4 0 729980494 1007202304 148296 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=983596 CPUtime=1122.31 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 284100 0 0 0 112153 78 0 0 25 0 4 0 729980494 1007202304 148296 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4474.96
Current children cumulated vsize (KiB) 983596

[startup+1182.3 s]
/proc/loadavg: 8.22 8.18 8.06 9/390 11175
/proc/meminfo: memFree=13768544/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=923880 CPUtime=4714.21 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 1098425 0 0 0 471033 388 0 0 25 0 4 0 729980493 946053120 148145 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 230970 148145 393 112 0 225935 0
[pid=11125/tid=11126] ppid=11123 vsize=923880 CPUtime=1182.28 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 176833 0 0 0 118127 101 0 0 25 0 4 0 729980494 946053120 148145 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=923880 CPUtime=1167.29 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 321011 0 0 0 116612 117 0 0 25 0 4 0 729980494 946053120 148145 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=923880 CPUtime=1182.31 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 297808 0 0 0 118146 85 0 0 25 0 4 0 729980494 946053120 148145 33554432000 4194304 4650419 140737103120720 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4714.21
Current children cumulated vsize (KiB) 923880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.15 8.17 8.06 9/390 11176
/proc/meminfo: memFree=13753408/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=972312 CPUtime=4800.35 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 1113250 0 0 0 479641 394 0 0 25 0 4 0 729980493 995647488 153797 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 243078 153797 393 112 0 238043 0
[pid=11125/tid=11126] ppid=11123 vsize=972312 CPUtime=1203.89 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 176833 0 0 0 120288 101 0 0 25 0 4 0 729980494 995647488 153798 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=972312 CPUtime=1188.61 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 323965 0 0 0 118743 118 0 0 25 0 4 0 729980494 995647488 153798 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=972312 CPUtime=1203.92 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 306240 0 0 0 120302 90 0 0 25 0 4 0 729980494 995647488 153798 33554432000 4194304 4650419 140737103120720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 972312

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

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

[startup+1203.9 s]
/proc/loadavg: 8.15 8.17 8.06 9/390 11176
/proc/meminfo: memFree=13753408/32951124 swapFree=65586204/67111528
[pid=11125] ppid=11123 vsize=972312 CPUtime=4800.35 cores=1,3,5,7
/proc/11125/stat : 11125 (strangenight1-m) R 11123 11125 11082 0 -1 4202496 1113250 0 0 0 479641 394 0 0 25 0 4 0 729980493 995647488 153797 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11125/statm: 243078 153797 393 112 0 238043 0
[pid=11125/tid=11126] ppid=11123 vsize=972312 CPUtime=1203.89 cores=1,3,5,7
/proc/11125/task/11126/stat : 11126 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 176833 0 0 0 120288 101 0 0 25 0 4 0 729980494 995647488 153798 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11125/tid=11128] ppid=11123 vsize=972312 CPUtime=1188.61 cores=1,3,5,7
/proc/11125/task/11128/stat : 11128 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 323965 0 0 0 118743 118 0 0 25 0 4 0 729980494 995647488 153798 33554432000 4194304 4650419 140737103120720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11125/tid=11129] ppid=11123 vsize=972312 CPUtime=1203.92 cores=1,3,5,7
/proc/11125/task/11129/stat : 11129 (strangenight1-m) R 11123 11125 11082 0 -1 4202560 306240 0 0 0 120302 90 0 0 25 0 4 0 729980494 995647488 153798 33554432000 4194304 4650419 140737103120720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 972312

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.95
CPU time (s): 4800.44
CPU user time (s): 4796.46
CPU system time (s): 3.9774
CPU usage (%): 398.724
Max. virtual memory (cumulated for all children) (KiB): 991592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.46
system time used= 3.9774
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1113253
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= 842
involuntary context switches= 34089

runsolver used 4.16037 second user time and 11.1653 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-14 20:24:58
IDJOB=3368573
IDBENCH=82582
IDSOLVER=1846
FILE ID=node119/3368573-1305397498
RUNJOBID= node119-1305397498-11103
PBS_JOBID= 13324462
Free space on /tmp= 73188 MiB

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

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

MD5SUM BENCH= a9820c4b7c4cca37033a1ea45b264344
RANDOM SEED=612924771

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14890564 kB
Buffers:        281204 kB
Cached:        4557792 kB
SwapCached:       4756 kB
Active:       14710224 kB
Inactive:      3016740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14890564 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           13340 kB
Writeback:           0 kB
AnonPages:    12886540 kB
Mapped:          30144 kB
Slab:           210932 kB
PageTables:      56972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102544504 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= 73184 MiB
End job on node119 at 2011-05-14 20:45:04