Trace number 3266467

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-2-mt? (TO) 4800.39 1201.74

General information on the benchmark

NameSAT02/handmade/simon/satex-challenges/
par32-3.shuffled.cnf
MD5SUM0115a0e26236f3f01aa829c2004452c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.6469
Satisfiable
(Un)Satisfiability was proved
Number of variables3176
Number of clauses10297
Sum of the clauses size27581
Maximum clause length3
Minimum clause length1
Number of clauses of size 1141
Number of clauses of size 23028
Number of clauses of size 37128
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3266467-1304130405.cnf'
0.00/0.00	c -- header says num vars:           3176
0.00/0.00	c -- header says num clauses:       10297
0.00/0.05	c -- clauses added:            0 learnts,        10297 normals,            0 xors
0.00/0.05	c -- vars added       3176
0.00/0.05	c Parsing time:  0.00 s
0.00/0.05	c  N st     0         0      3176      6714      3095         0     26332         0   no data   no data
0.00/0.05	c asymm  cl-useful: 0/4922/4922 lits-rem:0 time: 0.01
0.00/0.05	c Flit:     0 Blit:      2 bXBeca:    0 bXProp: 1070 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.00/0.05	c Replacing     1070 vars Replaced    13531 lits Time:     0.00 s 
0.00/0.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:      183  lits-rem:       122  v-fix:    0  time:  0.00 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1323 time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.08M  time:  0.00 s
0.00/0.15	c lits-rem:         0  cl-subs:       18  v-elim:    441  v-fix:    0  time:  0.01 s
0.00/0.15	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.15	c Finding non-binary XORs:     0.00 s (found:     703, avg size: 3.6)
0.00/0.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    242 locsubst:    48 time:   0.00
0.00/0.15	c Replacing       13 vars Replaced       82 lits Time:     0.00 s 
0.00/0.15	c calculated reachability. Time: 0.00
0.00/0.15	c Calc default polars -  time:   0.00 s pos:      44 undec:    2590 neg:     542
0.00/0.15	c =========================================================================================
0.00/0.15	c types(t): F = full restart, N = normal restart
0.00/0.15	c types(t): S = simplification begin/end, E = solution found
0.00/0.15	c restart types(rt): st = static, dy = dynamic
0.00/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.15	c  B st     0         0       627       324       407         0      3834         0   no data   no data
0.00/0.15	c Decided on static restart strategy
0.77/0.28	c  N st     8      4915       627       324       419      4626      3834    132555   no data   no data
2.37/0.67	c  N st    10     11298       627       324       438      4167      3834     91152   no data   no data
3.98/1.00	c  N st    11     17041       627       324       438      9463      3834    225408   no data   no data
5.57/1.48	c  F st    12     25000       627       324       454     11697      3834    274793   no data   no data
5.57/1.48	c  N st    12     25000       627       324       454     11697      3834    274793   no data   no data
5.57/1.48	c Finding binary XORs  T:     0.00 s  found:       0
7.16/1.81	c Decided on static restart strategy
7.16/1.81	c  N st    18     30001       627       324       461     10042      3834    230143   no data   no data
7.16/1.81	c  S st    18     30001       627       324       461     10042      3834    230143   no data   no data
7.16/1.84	c  S st    18     30503       627       324       463     10503      3834    241042   no data   no data
7.16/1.84	c x-sub:    13 x-cut:      0 vfix:      0 v-elim:    128 locsubst:     0 time:   0.01
7.16/1.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    233 BRemL:     76 BRemN:      0 P:  0.3M T:  0.01
7.16/1.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.16/1.86	c bin-w-bin subsume rem           39 bins  time:  0.00 s
7.16/1.86	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    499 time:  0.00 s
7.16/1.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.16/1.86	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.00 s
7.16/1.86	c subs with bin:        2  lits-rem:        18  v-fix:    0  time:  0.00 s
9.56/2.49	c lits-rem:       126  cl-subs:     5595  v-elim:      0  v-fix:    0  time:  0.63 s
9.56/2.49	c asymm  cl-useful: 2/321/321 lits-rem:2 time: 0.00
9.56/2.49	c calculated reachability. Time: 0.00
9.56/2.49	c  N st    18     30503       493       321       575      2203      3449     48236   no data   no data
10.36/2.62	c Finding binary XORs  T:     0.00 s  found:       0
11.16/2.84	c  N st    20     37614       493       321       577      8816      3449    219575   no data   no data
12.36/3.19	c  N st    21     44013       493       321       577      8959      3449    206805   no data   no data
12.76/3.29	c  S st    22     45754       493       321       643     10567      3449    250277   no data   no data
13.17/3.31	c  S st    22     46260       493       321       643     11027      3449    261837   no data   no data
13.17/3.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     71 locsubst:     0 time:   0.00
13.17/3.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:     59 BRemN:      0 P:  0.2M T:  0.01
13.17/3.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.17/3.32	c bin-w-bin subsume rem            1 bins  time:  0.00 s
13.17/3.32	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
13.17/3.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    422 time:  0.00 s
13.17/3.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
13.17/3.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.17/3.33	c subs with bin:        0  lits-rem:         9  v-fix:    0  time:  0.00 s
17.98/4.54	c lits-rem:        77  cl-subs:     6834  v-elim:      0  v-fix:    0  time:  1.20 s
17.98/4.54	c vivif2 --  cl tried      319 cl shrink        0 lits rem          0 time: 0.00
17.98/4.54	c vivif2 --  cl tried     3164 cl shrink      175 lits rem        367 time: 0.00
17.98/4.54	c asymm  cl-useful: 0/319/319 lits-rem:0 time: 0.00
17.98/4.54	c calculated reachability. Time: 0.00
17.98/4.54	c  N st    22     46260       422       319       583      3164      3301     72451   no data   no data
20.75/5.24	c  N st    23     60657       422       319       583      9734      3301    220948   no data   no data
20.75/5.24	c Finding binary XORs  T:     0.00 s  found:       0
22.74/5.74	c  N st    24     69390       422       319       585      9325      3301    204463   no data   no data
22.74/5.74	c  S st    24     69390       422       319       585      9325      3301    204463   no data   no data
22.74/5.76	c  S st    24     69893       422       319       585      9792      3301    217242   no data   no data
22.74/5.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     49 locsubst:     0 time:   0.01
22.74/5.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
22.74/5.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.74/5.77	c bin-w-bin subsume rem            1 bins  time:  0.00 s
22.74/5.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.74/5.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    373 time:  0.00 s
22.74/5.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
22.74/5.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.74/5.78	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.00 s
26.35/6.67	c lits-rem:        57  cl-subs:     6257  v-elim:      0  v-fix:    0  time:  0.89 s
26.35/6.67	c vivif2 --  cl tried      319 cl shrink        0 lits rem          0 time: 0.00
26.35/6.67	c vivif2 --  cl tried     3016 cl shrink       29 lits rem         43 time: 0.00
26.35/6.67	c asymm  cl-useful: 3/319/319 lits-rem:5 time: 0.00
26.35/6.67	c calculated reachability. Time: 0.00
26.35/6.67	c  N st    24     69893       373       318       585      3016      3200     62659   no data   no data
29.94/7.56	c  F st    25     87501       373       318       585      9954      3200    218796   no data   no data
29.94/7.56	c  N st    25     87501       373       318       585      9954      3200    218796   no data   no data
30.75/7.80	c Decided on static restart strategy
31.54/7.95	c  N st    32     95539       373       318       587     17315      3200    413845   no data   no data
33.54/8.46	c  N st    34    104840       373       318       587     15295      3200    353853   no data   no data
33.54/8.46	c  S st    34    104840       373       318       587     15295      3200    353853   no data   no data
33.54/8.49	c  S st    34    105343       373       318       587     15760      3200    367238   no data   no data
33.54/8.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      5 locsubst:     0 time:   0.01
33.94/8.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      2 BRemN:      0 P:  0.3M T:  0.01
33.94/8.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.94/8.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.94/8.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.94/8.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    368 time:  0.00 s
33.94/8.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.94/8.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
33.94/8.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.32/10.67	c lits-rem:        76  cl-subs:    10596  v-elim:      0  v-fix:    0  time:  2.15 s
42.32/10.67	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
42.32/10.67	c vivif2 --  cl tried     4842 cl shrink       64 lits rem        132 time: 0.00
42.32/10.67	c asymm  cl-useful: 1/318/318 lits-rem:1 time: 0.00
42.32/10.67	c calculated reachability. Time: 0.00
42.32/10.67	c  N st    34    105343       368       318       585      4842      3189    112913   no data   no data
44.34/11.10	c  N st    35    114942       368       318       585     13577      3189    334528   no data   no data
47.51/11.92	c  N st    36    129340       368       318       585     15697      3189    361538   no data   no data
52.73/13.20	c  N st    37    150936       368       318       585     23126      3189    536597   no data   no data
54.31/13.68	c  S st    38    158016       368       318       585     16063      3189    363473   no data   no data
54.70/13.70	c  S st    38    158518       368       318       585     16500      3189    376221   no data   no data
54.70/13.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
54.70/13.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
54.70/13.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.70/13.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.70/13.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.70/13.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    368 time:  0.00 s
54.70/13.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
54.70/13.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
54.70/13.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.69/16.25	c lits-rem:       123  cl-subs:    10136  v-elim:      0  v-fix:    0  time:  2.52 s
64.69/16.25	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
64.69/16.25	c vivif2 --  cl tried     6364 cl shrink       61 lits rem        120 time: 0.00
64.69/16.26	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.00
64.69/16.26	c calculated reachability. Time: 0.00
64.69/16.26	c  N st    38    158518       368       318       585      6364      3189    151871   no data   no data
77.08/19.36	c  N st    39    207106       368       318       585     21400      3189    484530   no data   no data
77.08/19.36	c Finding binary XORs  T:     0.00 s  found:       0
85.87/21.57	c  N st    40    237778       368       318       600     33125      3189    764346   no data   no data
85.87/21.57	c  S st    40    237778       368       318       600     33125      3189    764346   no data   no data
86.27/21.61	c  S st    40    238281       368       318       600     33568      3189    777066   no data   no data
86.27/21.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
86.27/21.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:     13 BRemN:      0 P:  0.5M T:  0.01
86.27/21.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
86.27/21.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.27/21.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.27/21.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    368 time:  0.00 s
86.27/21.63	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
86.27/21.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
86.27/21.66	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.00 s
145.01/36.31	c lits-rem:       245  cl-subs:    23127  v-elim:      0  v-fix:    0  time: 14.65 s
145.01/36.31	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
145.01/36.31	c vivif2 --  cl tried    10441 cl shrink      215 lits rem        539 time: 0.00
145.01/36.31	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.00
145.01/36.32	c calculated reachability. Time: 0.00
145.01/36.32	c  N st    40    238281       368       318       587     10441      3189    265906   no data   no data
166.97/41.90	c  F st    41    306250       368       318       587     19606      3189    438071   no data   no data
166.97/41.90	c  N st    41    306250       368       318       587     19606      3189    438071   no data   no data
168.55/42.27	c Decided on static restart strategy
176.94/44.37	c  N st    51    334556       368       318       587     25319      3189    587480   no data   no data
185.73/46.59	c  N st    53    357422       368       318       587     25432      3189    594482   no data   no data
185.73/46.59	c  S st    53    357422       368       318       587     25432      3189    594482   no data   no data
186.13/46.64	c  S st    53    357925       368       318       587     25892      3189    607939   no data   no data
186.13/46.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
186.13/46.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
186.13/46.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
186.13/46.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
186.13/46.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
186.13/46.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    368 time:  0.00 s
186.13/46.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
186.13/46.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
186.53/46.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
225.68/56.53	c lits-rem:       208  cl-subs:    13732  v-elim:      0  v-fix:    0  time:  9.83 s
225.68/56.53	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
225.68/56.54	c vivif2 --  cl tried    12160 cl shrink      125 lits rem        285 time: 0.00
225.68/56.54	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.00
225.68/56.54	c calculated reachability. Time: 0.00
225.68/56.54	c  N st    53    357925       368       318       587     12160      3189    301966   no data   no data
234.87/58.83	c  N st    54    390318       368       318       587     41341      3189   1025427   no data   no data
250.46/62.80	c  N st    55    438906       368       318       587     42166      3189    986621   no data   no data
276.42/69.23	c  N st    56    511789       368       318       587     35337      3189    824780   no data   no data
286.01/71.61	c  N st    57    536887       368       318       587     31694      3189    732637   no data   no data
286.01/71.61	c  S st    57    536887       368       318       587     31694      3189    732637   no data   no data
286.01/71.65	c  S st    57    537389       368       318       587     32152      3189    745992   no data   no data
286.01/71.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
286.01/71.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
286.01/71.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
286.01/71.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
286.01/71.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
286.01/71.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    368 time:  0.00 s
286.01/71.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
286.01/71.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
286.39/71.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
321.95/80.62	c lits-rem:       321  cl-subs:    17258  v-elim:      0  v-fix:    0  time:  8.92 s
321.95/80.62	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
321.95/80.63	c vivif2 --  cl tried    14894 cl shrink       94 lits rem        194 time: 0.01
321.95/80.63	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.00
321.95/80.63	c calculated reachability. Time: 0.00
321.95/80.63	c  N st    57    537389       368       318       587     14894      3189    364720   no data   no data
386.68/96.83	c  N st    58    701374       368       318       587     51282      3189   1187910   no data   no data
430.20/107.74	c  N st    59    806084       368       318       587     51056      3189   1147348   no data   no data
430.20/107.74	c  S st    59    806084       368       318       587     51056      3189   1147348   no data   no data
430.61/107.81	c  S st    59    806587       368       318       587     51515      3189   1160464   no data   no data
430.61/107.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
430.61/107.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
430.61/107.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
430.61/107.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
430.61/107.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
430.61/107.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    368 time:  0.00 s
430.61/107.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
430.61/107.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
430.61/107.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
643.90/161.20	c lits-rem:       353  cl-subs:    32618  v-elim:      0  v-fix:    0  time: 53.30 s
643.90/161.20	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
643.90/161.21	c vivif2 --  cl tried    18897 cl shrink      161 lits rem        357 time: 0.01
643.90/161.21	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.00
643.90/161.21	c calculated reachability. Time: 0.00
643.90/161.21	c  N st    59    806587       368       318       587     18897      3189    464654   no data   no data
762.96/191.05	c  F st    60   1071875       368       318       587     47543      3189   1069062   no data   no data
762.96/191.05	c  N st    60   1071875       368       318       587     47543      3189   1069062   no data   no data
765.35/191.60	c Decided on static restart strategy
776.55/194.47	c  N st    70   1100179       368       318       587     73690      3189   1740527   no data   no data
794.12/198.87	c  N st    72   1136171       368       318       587     66957      3189   1547045   no data   no data
810.09/202.86	c  N st    73   1168565       368       318       587     56511      3189   1260059   no data   no data
831.66/208.26	c  N st    74   1209881       368       318       587     53255      3189   1172722   no data   no data
831.66/208.26	c  S st    74   1209881       368       318       587     53255      3189   1172722   no data   no data
832.06/208.35	c  S st    74   1210383       368       318       587     53696      3189   1185285   no data   no data
832.06/208.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
832.46/208.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
832.46/208.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
832.46/208.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
832.46/208.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
832.46/208.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    368 time:  0.00 s
832.46/208.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
832.46/208.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
832.46/208.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1080.13/270.47	c lits-rem:       424  cl-subs:    35288  v-elim:      0  v-fix:    0  time: 62.02 s
1080.13/270.47	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
1080.13/270.48	c vivif2 --  cl tried    18408 cl shrink      197 lits rem        381 time: 0.01
1080.13/270.48	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.00
1080.13/270.48	c calculated reachability. Time: 0.00
1080.13/270.48	c  N st    74   1210383       368       318       587     18408      3189    439329   no data   no data
1115.28/279.29	c  N st    75   1283265       368       318       587     44713      3189    979034   no data   no data
1172.41/293.55	c  N st    76   1392588       368       318       587     59154      3189   1303439   no data   no data
1268.30/317.56	c  N st    77   1556573       368       318       587     72293      3189   1637338   no data   no data
1362.96/341.29	c  N st    78   1710384       368       318       587     67475      3189   1482367   no data   no data
1362.96/341.29	c  S st    78   1710384       368       318       587     67475      3189   1482367   no data   no data
1363.76/341.40	c  S st    78   1710889       368       318       587     67955      3189   1497435   no data   no data
1363.76/341.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1363.76/341.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
1363.76/341.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1363.76/341.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1363.76/341.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1363.76/341.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    368 time:  0.00 s
1363.76/341.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1363.76/341.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1364.17/341.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1762.44/441.28	c lits-rem:       678  cl-subs:    44034  v-elim:      0  v-fix:    0  time: 99.74 s
1762.44/441.28	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
1762.44/441.29	c vivif2 --  cl tried    23921 cl shrink      214 lits rem        398 time: 0.01
1762.44/441.29	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.00
1762.44/441.29	c calculated reachability. Time: 0.00
1762.44/441.29	c  N st    78   1710889       368       318       587     23921      3189    577652   no data   no data
2008.88/502.92	c  N st    79   2079854       368       318       587    105159      3189   2300220   no data   no data
2113.14/529.03	c  N st    80   2210889       368       318       587    114215      3189   2562766   no data   no data
2113.14/529.03	c  S st    80   2210889       368       318       587    114215      3189   2562766   no data   no data
2113.96/529.27	c  S st    80   2211391       368       318       587    114654      3189   2575545   no data   no data
2113.96/529.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2114.73/529.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.12
2114.73/529.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2114.73/529.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2114.73/529.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2114.73/529.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    368 time:  0.00 s
2114.73/529.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2114.73/529.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2115.13/529.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3879.95/971.39	c lits-rem:       934  cl-subs:    76618  v-elim:      0  v-fix:    0  time: 441.80 s
3879.95/971.39	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
3880.35/971.42	c vivif2 --  cl tried    38036 cl shrink      576 lits rem       1043 time: 0.02
3880.35/971.42	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.00
3880.35/971.42	c calculated reachability. Time: 0.00
3880.35/971.42	c  N st    80   2211391       368       318       587     38036      3189    959195   no data   no data
4211.90/1054.43	c  N st    81   2711391       368       318       587     85417      3189   1868362   no data   no data
4211.90/1054.43	c  S st    81   2711391       368       318       587     85417      3189   1868362   no data   no data
4212.30/1054.57	c  S st    81   2711891       368       318       587     85864      3189   1881196   no data   no data
4212.30/1054.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4212.70/1054.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
4212.70/1054.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4212.70/1054.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4212.70/1054.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4212.70/1054.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    368 time:  0.00 s
4212.70/1054.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4212.70/1054.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4213.10/1054.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 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: 935)

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

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.26 8.13 7.87 5/180 23787
/proc/meminfo: memFree=20580292/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 505456125 52441088 347 33554432000 4194304 4627427 140737195252624 18446744073709551615 47820435761068 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 12803 347 299 106 0 7774 0
[pid=23787/tid=23788] ppid=23785 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 505456125 52441088 347 33554432000 4194304 4627427 140737195252624 18446744073709551615 47820435761074 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 505456125 52441088 347 33554432000 4194304 4627427 140737195252624 18446744073709551615 47820435761078 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 505456125 52441088 347 33554432000 4194304 4627427 140737195252624 18446744073709551615 264726461425 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.156677 s]
/proc/loadavg: 8.26 8.13 7.87 5/180 23787
/proc/meminfo: memFree=20580292/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=285888 CPUtime=0.6 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 4276 0 0 0 60 0 0 0 18 0 4 0 505456125 292749312 3797 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309710 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 71472 3797 387 106 0 66443 0
[pid=23787/tid=23788] ppid=23785 vsize=285888 CPUtime=0.15 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 1069 0 0 0 15 0 0 0 18 0 4 0 505456125 292749312 3797 33554432000 4194304 4627427 140737195252624 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=285888 CPUtime=0.14 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 1095 0 0 0 14 0 0 0 25 0 4 0 505456125 292749312 3797 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=285888 CPUtime=0.14 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 608 0 0 0 14 0 0 0 25 0 4 0 505456125 292749312 3797 33554432000 4194304 4627427 140737195252624 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 285888

[startup+0.200601 s]
/proc/loadavg: 8.26 8.13 7.87 5/180 23787
/proc/meminfo: memFree=20580292/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=285888 CPUtime=0.77 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 4370 0 0 0 77 0 0 0 18 0 4 0 505456125 292749312 3891 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309643 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 71472 3891 387 106 0 66443 0
[pid=23787/tid=23788] ppid=23785 vsize=285888 CPUtime=0.19 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 1098 0 0 0 19 0 0 0 18 0 4 0 505456125 292749312 3891 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309789 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=285888 CPUtime=0.19 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 1117 0 0 0 19 0 0 0 25 0 4 0 505456125 292749312 3891 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309760 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=285888 CPUtime=0.19 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 627 0 0 0 19 0 0 0 25 0 4 0 505456125 292749312 3891 33554432000 4194304 4627427 140737195252624 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 285888

[startup+0.300583 s]
/proc/loadavg: 8.26 8.13 7.87 5/180 23787
/proc/meminfo: memFree=20580292/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=286808 CPUtime=1.17 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 4835 0 0 0 117 0 0 0 18 0 4 0 505456125 293691392 3790 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 71702 3790 388 106 0 66673 0
[pid=23787/tid=23788] ppid=23785 vsize=286808 CPUtime=0.29 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 1161 0 0 0 29 0 0 0 18 0 4 0 505456125 293691392 3790 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309735 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=286808 CPUtime=0.29 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 1238 0 0 0 29 0 0 0 25 0 4 0 505456125 293691392 3790 33554432000 4194304 4627427 140737195252624 18446744073709551615 4310028 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=286808 CPUtime=0.29 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 774 0 0 0 29 0 0 0 25 0 4 0 505456125 293691392 3790 33554432000 4194304 4627427 140737195252624 18446744073709551615 4350176 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 286808

[startup+0.700507 s]
/proc/loadavg: 8.26 8.13 7.87 5/180 23787
/proc/meminfo: memFree=20580292/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=287836 CPUtime=2.77 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 6099 0 0 0 277 0 0 0 18 0 4 0 505456125 294744064 4181 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 71959 4181 388 106 0 66930 0
[pid=23787/tid=23788] ppid=23785 vsize=287836 CPUtime=0.69 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 1569 0 0 0 69 0 0 0 18 0 4 0 505456125 294744064 4181 33554432000 4194304 4627427 140737195252624 18446744073709551615 4299664 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=287836 CPUtime=0.69 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 1561 0 0 0 69 0 0 0 25 0 4 0 505456125 294744064 4181 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=287836 CPUtime=0.69 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 993 0 0 0 69 0 0 0 25 0 4 0 505456125 294744064 4181 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 287836

[startup+1.50036 s]
/proc/loadavg: 8.26 8.13 7.87 10/184 23791
/proc/meminfo: memFree=20559180/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=289000 CPUtime=5.97 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 8392 0 0 0 596 1 0 0 20 0 4 0 505456125 295936000 5114 33554432000 4194304 4627427 140737195252624 18446744073709551615 4352204 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 72250 5114 389 106 0 67221 0
[pid=23787/tid=23788] ppid=23785 vsize=289000 CPUtime=1.49 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 2188 0 0 0 149 0 0 0 19 0 4 0 505456125 295936000 5114 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=289000 CPUtime=1.49 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 2157 0 0 0 149 0 0 0 25 0 4 0 505456125 295936000 5114 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=289000 CPUtime=1.48 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 1513 0 0 0 148 0 0 0 25 0 4 0 505456125 295936000 5115 33554432000 4194304 4627427 140737195252624 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 289000

[startup+3.10106 s]
/proc/loadavg: 8.26 8.13 7.87 9/184 23791
/proc/meminfo: memFree=20578944/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=275812 CPUtime=12.36 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 14897 0 0 0 1234 2 0 0 25 0 4 0 505456125 282431488 8821 33554432000 4194304 4627427 140737195252624 18446744073709551615 4308809 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 68953 8822 390 106 0 63924 0
[pid=23787/tid=23788] ppid=23785 vsize=275812 CPUtime=3.08 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 4000 0 0 0 308 0 0 0 25 0 4 0 505456125 282431488 8822 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=275812 CPUtime=3.08 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 4361 0 0 0 308 0 0 0 25 0 4 0 505456125 282431488 8822 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420171 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=275812 CPUtime=3.07 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 2151 0 0 0 307 0 0 0 25 0 4 0 505456125 282431488 8822 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 275812

[startup+6.30045 s]
/proc/loadavg: 8.24 8.13 7.87 9/184 23791
/proc/meminfo: memFree=20535188/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=289216 CPUtime=25.14 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 23051 0 0 0 2511 3 0 0 25 0 4 0 505456125 296157184 12051 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 72304 12051 391 106 0 67275 0
[pid=23787/tid=23788] ppid=23785 vsize=289216 CPUtime=6.28 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 6102 0 0 0 628 0 0 0 25 0 4 0 505456125 296157184 12051 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309735 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=289216 CPUtime=6.29 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 5937 0 0 0 628 1 0 0 25 0 4 0 505456125 296157184 12051 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309768 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=289216 CPUtime=6.25 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 4793 0 0 0 625 0 0 0 25 0 4 0 505456125 296157184 12051 33554432000 4194304 4627427 140737195252624 18446744073709551615 4308712 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 289216

[startup+12.7002 s]
/proc/loadavg: 8.22 8.13 7.87 9/184 23791
/proc/meminfo: memFree=20531104/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=309404 CPUtime=50.7 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 37779 0 0 0 5063 7 0 0 25 0 4 0 505456125 316829696 16135 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309300 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 77351 16135 391 106 0 72322 0
[pid=23787/tid=23788] ppid=23785 vsize=309404 CPUtime=12.68 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 9398 0 0 0 1267 1 0 0 25 0 4 0 505456125 316829696 16135 33554432000 4194304 4627427 140737195252624 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=309404 CPUtime=12.68 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 9641 0 0 0 1266 2 0 0 25 0 4 0 505456125 316829696 16135 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=309404 CPUtime=12.62 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 8930 0 0 0 1261 1 0 0 25 0 4 0 505456125 316829696 16135 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420275 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 309404

[startup+25.5008 s]
/proc/loadavg: 8.17 8.12 7.87 9/184 23792
/proc/meminfo: memFree=20450868/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=321824 CPUtime=101.85 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 61914 0 0 0 10172 13 0 0 25 0 4 0 505456125 329547776 24005 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420232 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 80456 24006 391 106 0 75427 0
[pid=23787/tid=23788] ppid=23785 vsize=321824 CPUtime=25.49 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 14620 0 0 0 2546 3 0 0 25 0 4 0 505456125 329547776 24006 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=321824 CPUtime=25.48 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 16640 0 0 0 2544 4 0 0 25 0 4 0 505456125 329547776 24006 33554432000 4194304 4627427 140737195252624 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=321824 CPUtime=25.36 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 13626 0 0 0 2534 2 0 0 25 0 4 0 505456125 329547776 24006 33554432000 4194304 4627427 140737195252624 18446744073709551615 4330840 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 321824

[startup+51.101 s]
/proc/loadavg: 8.25 8.14 7.88 9/184 23792
/proc/meminfo: memFree=20411120/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=303160 CPUtime=204.11 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 88283 0 0 0 20390 21 0 0 25 0 4 0 505456125 310435840 32452 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 75790 32452 391 106 0 70761 0
[pid=23787/tid=23788] ppid=23785 vsize=303160 CPUtime=51.09 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 21063 0 0 0 5104 5 0 0 25 0 4 0 505456125 310435840 32452 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=303160 CPUtime=51.09 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 26053 0 0 0 5103 6 0 0 25 0 4 0 505456125 310435840 32452 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=303160 CPUtime=50.82 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 19751 0 0 0 5079 3 0 0 25 0 4 0 505456125 310435840 32452 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 303160

[startup+102.3 s]
/proc/loadavg: 8.17 8.13 7.89 5/179 23795
/proc/meminfo: memFree=21834268/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=318300 CPUtime=408.64 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 144401 0 0 0 40827 37 0 0 25 0 4 0 505456125 325939200 40314 33554432000 4194304 4627427 140737195252624 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 79575 40314 391 106 0 74546 0
[pid=23787/tid=23788] ppid=23785 vsize=318300 CPUtime=102.29 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 37468 0 0 0 10219 10 0 0 25 0 4 0 505456125 325939200 40314 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420272 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=318300 CPUtime=102.29 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 39093 0 0 0 10219 10 0 0 25 0 4 0 505456125 325939200 40314 33554432000 4194304 4627427 140737195252624 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=318300 CPUtime=101.75 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 29655 0 0 0 10169 6 0 0 25 0 4 0 505456125 325939200 40314 33554432000 4194304 4627427 140737195252624 18446744073709551615 4330946 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 318300

[startup+162.301 s]

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

[pid=23787] ppid=23785 vsize=566588 CPUtime=2565.72 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 382500 0 0 0 256410 162 0 0 25 0 4 0 505456125 580186112 94155 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420243 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 141647 94155 391 106 0 136618 0
[pid=23787/tid=23788] ppid=23785 vsize=566588 CPUtime=642.25 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 91606 0 0 0 64190 35 0 0 25 0 4 0 505456125 580186112 94155 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=566588 CPUtime=642.29 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 105626 0 0 0 64180 49 0 0 25 0 4 0 505456125 580186112 94155 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=566588 CPUtime=638.86 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 77731 0 0 0 63854 32 0 0 25 0 4 0 505456125 580186112 94155 33554432000 4194304 4627427 140737195252624 18446744073709551615 4333184 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.72
Current children cumulated vsize (KiB) 566588

[startup+702.301 s]
/proc/loadavg: 7.92 8.07 7.95 8/184 24138
/proc/meminfo: memFree=17956736/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=566588 CPUtime=2805.38 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 387775 0 0 0 280373 165 0 0 25 0 4 0 505456125 580186112 94223 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 141647 94223 391 106 0 136618 0
[pid=23787/tid=23788] ppid=23785 vsize=566588 CPUtime=702.24 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 91606 0 0 0 70189 35 0 0 25 0 4 0 505456125 580186112 94223 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=566588 CPUtime=702.29 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 105626 0 0 0 70180 49 0 0 25 0 4 0 505456125 580186112 94223 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=566588 CPUtime=698.53 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 83006 0 0 0 69818 35 0 0 25 0 4 0 505456125 580186112 94223 33554432000 4194304 4627427 140737195252624 18446744073709551615 4330046 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 566588

[startup+762.301 s]
/proc/loadavg: 6.57 7.66 7.82 6/184 24139
/proc/meminfo: memFree=17861220/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=566588 CPUtime=3045.08 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 391081 0 0 0 304341 167 0 0 25 0 4 0 505456125 580186112 92014 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420272 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 141647 92014 391 106 0 136618 0
[pid=23787/tid=23788] ppid=23785 vsize=566588 CPUtime=762.25 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 91606 0 0 0 76190 35 0 0 25 0 4 0 505456125 580186112 92014 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420161 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=566588 CPUtime=762.3 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 105626 0 0 0 76181 49 0 0 25 0 4 0 505456125 580186112 92014 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420272 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=566588 CPUtime=758.21 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 86312 0 0 0 75784 37 0 0 25 0 4 0 505456125 580186112 92014 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420268 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 566588

[startup+822.3 s]
/proc/loadavg: 5.64 7.19 7.64 6/184 24141
/proc/meminfo: memFree=17853048/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=575296 CPUtime=3284.73 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 397659 0 0 0 328299 174 0 0 25 0 4 0 505456125 589103104 94070 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 143824 94070 391 106 0 138795 0
[pid=23787/tid=23788] ppid=23785 vsize=575296 CPUtime=822.24 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 98184 0 0 0 82182 42 0 0 25 0 4 0 505456125 589103104 94070 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=575296 CPUtime=822.29 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 105626 0 0 0 82180 49 0 0 25 0 4 0 505456125 589103104 94070 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420272 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=575296 CPUtime=817.88 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 86312 0 0 0 81751 37 0 0 25 0 4 0 505456125 589103104 94070 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420171 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.73
Current children cumulated vsize (KiB) 575296

[startup+882.307 s]
/proc/loadavg: 5.56 6.89 7.51 6/184 24143
/proc/meminfo: memFree=17820556/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=575296 CPUtime=3524.43 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 407939 0 0 0 352262 181 0 0 25 0 4 0 505456125 589103104 98317 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420278 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 143824 98317 391 106 0 138795 0
[pid=23787/tid=23788] ppid=23785 vsize=575296 CPUtime=882.24 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 104890 0 0 0 88177 47 0 0 25 0 4 0 505456125 589103104 98317 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=575296 CPUtime=882.3 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 105626 0 0 0 88181 49 0 0 25 0 4 0 505456125 589103104 98317 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420275 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=575296 CPUtime=877.56 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 89886 0 0 0 87717 39 0 0 25 0 4 0 505456125 589103104 98317 33554432000 4194304 4627427 140737195252624 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.43
Current children cumulated vsize (KiB) 575296

[startup+942.301 s]
/proc/loadavg: 5.45 6.62 7.38 6/184 24144
/proc/meminfo: memFree=17831496/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=590744 CPUtime=3764.09 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 413631 0 0 0 376224 185 0 0 25 0 4 0 505456125 604921856 97707 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420258 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 147686 97707 391 106 0 142657 0
[pid=23787/tid=23788] ppid=23785 vsize=590744 CPUtime=942.24 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 107084 0 0 0 94176 48 0 0 25 0 4 0 505456125 604921856 97707 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=590744 CPUtime=942.29 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 105626 0 0 0 94180 49 0 0 25 0 4 0 505456125 604921856 97707 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=590744 CPUtime=937.23 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 93384 0 0 0 93681 42 0 0 25 0 4 0 505456125 604921856 97707 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 590744

[startup+1002.3 s]
/proc/loadavg: 6.52 6.65 7.34 9/184 24146
/proc/meminfo: memFree=17807084/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=575884 CPUtime=4003.76 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 430653 0 0 0 400181 195 0 0 25 0 4 0 505456125 589705216 103129 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 143971 103129 391 106 0 138942 0
[pid=23787/tid=23788] ppid=23785 vsize=575884 CPUtime=1002.24 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 107084 0 0 0 100176 48 0 0 25 0 4 0 505456125 589705216 103129 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=575884 CPUtime=1002.29 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 110016 0 0 0 100178 51 0 0 25 0 4 0 505456125 589705216 103129 33554432000 4194304 4627427 140737195252624 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=575884 CPUtime=996.9 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 98529 0 0 0 99645 45 0 0 25 0 4 0 505456125 589705216 103129 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.76
Current children cumulated vsize (KiB) 575884

[startup+1062.3 s]
/proc/loadavg: 7.45 6.90 7.38 9/184 24147
/proc/meminfo: memFree=17728076/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=625972 CPUtime=4243.46 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 464595 0 0 0 424137 209 0 0 25 0 4 0 505456125 640995328 108791 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 156493 108791 391 106 0 151464 0
[pid=23787/tid=23788] ppid=23785 vsize=625972 CPUtime=1062.25 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 113176 0 0 0 106174 51 0 0 25 0 4 0 505456125 640995328 108791 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=625972 CPUtime=1062.29 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 121946 0 0 0 106172 57 0 0 25 0 4 0 505456125 640995328 108791 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=625972 CPUtime=1056.59 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 102103 0 0 0 105614 45 0 0 25 0 4 0 505456125 640995328 108791 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420181 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 625972

[startup+1122.3 s]
/proc/loadavg: 7.80 7.09 7.41 9/184 24149
/proc/meminfo: memFree=17000944/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=576460 CPUtime=4483.14 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 472731 0 0 0 448099 215 0 0 25 0 4 0 505456125 590295040 101087 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 144115 101087 391 106 0 139086 0
[pid=23787/tid=23788] ppid=23785 vsize=576460 CPUtime=1122.24 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 118930 0 0 0 112171 53 0 0 25 0 4 0 505456125 590295040 101087 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=576460 CPUtime=1122.3 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 122221 0 0 0 112172 58 0 0 25 0 4 0 505456125 590295040 101087 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420275 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=576460 CPUtime=1116.27 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 104210 0 0 0 111579 48 0 0 25 0 4 0 505456125 590295040 101087 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.14
Current children cumulated vsize (KiB) 576460

[startup+1182.3 s]
/proc/loadavg: 7.92 7.26 7.45 9/184 24151
/proc/meminfo: memFree=16973756/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=576460 CPUtime=4722.81 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 482824 0 0 0 472058 223 0 0 25 0 4 0 505456125 590295040 110940 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 144115 110940 391 106 0 139086 0
[pid=23787/tid=23788] ppid=23785 vsize=576460 CPUtime=1182.25 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 118930 0 0 0 118172 53 0 0 25 0 4 0 505456125 590295040 110940 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=576460 CPUtime=1182.3 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 126009 0 0 0 118169 61 0 0 25 0 4 0 505456125 590295040 110940 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=576460 CPUtime=1175.95 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 110515 0 0 0 117541 54 0 0 25 0 4 0 505456125 590295040 110940 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 576460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.94 7.30 7.46 9/184 24151
/proc/meminfo: memFree=16955416/32951124 swapFree=67111524/67111528
[pid=23787] ppid=23785 vsize=641996 CPUtime=4800.33 cores=0,2,4,6
/proc/23787/stat : 23787 (strangenight2-m) R 23785 23787 21275 0 -1 4202496 486609 0 0 0 479807 226 0 0 25 0 4 0 505456125 657403904 108611 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420136 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23787/statm: 160499 108611 391 106 0 155470 0
[pid=23787/tid=23788] ppid=23785 vsize=641996 CPUtime=1201.65 cores=0,2,4,6
/proc/23787/task/23788/stat : 23788 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 118930 0 0 0 120112 53 0 0 25 0 4 0 505456125 657403904 108611 33554432000 4194304 4627427 140737195252624 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=23787/tid=23789] ppid=23785 vsize=641996 CPUtime=1201.7 cores=0,2,4,6
/proc/23787/task/23789/stat : 23789 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 129508 0 0 0 120107 63 0 0 25 0 4 0 505456125 657403904 108611 33554432000 4194304 4627427 140737195252624 18446744073709551615 4324205 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23787/tid=23790] ppid=23785 vsize=641996 CPUtime=1195.24 cores=0,2,4,6
/proc/23787/task/23790/stat : 23790 (strangenight2-m) R 23785 23787 21275 0 -1 4202560 110801 0 0 0 119470 54 0 0 25 0 4 0 505456125 657403904 108611 33554432000 4194304 4627427 140737195252624 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 641996

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): 1201.74
CPU time (s): 4800.39
CPU user time (s): 4798.1
CPU system time (s): 2.28365
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 706956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.1
system time used= 2.28365
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486609
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= 318
involuntary context switches= 25253

runsolver used 1.83372 second user time and 4.66529 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-30 04:26:45
IDJOB=3266467
IDBENCH=87739
IDSOLVER=1586
FILE ID=node141/3266467-1304130405
RUNJOBID= node141-1304128529-21293
PBS_JOBID= 13170777
Free space on /tmp= 72592 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT02/handmade/simon/satex-challenges/par32-3.shuffled.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266467-1304130405/watcher-3266467-1304130405 -o /tmp/evaluation-result-3266467-1304130405/solver-3266467-1304130405 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3266467-1304130405.cnf

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

MD5SUM BENCH= 0115a0e26236f3f01aa829c2004452c1
RANDOM SEED=1535673320

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      20580572 kB
Buffers:       1402316 kB
Cached:        8914084 kB
SwapCached:          4 kB
Active:        3979472 kB
Inactive:      7814616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20580572 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5864 kB
Writeback:           0 kB
AnonPages:     1477576 kB
Mapped:          15472 kB
Slab:           510788 kB
PageTables:       8276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2372712 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= 72368 MiB
End job on node141 at 2011-04-30 04:46:49