Trace number 3175280

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-mtUNSAT 167.926 42.0477

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1223020224-097.UNKNOWN.cnf
MD5SUM9e24719e5efd9c5e96f374a33a1fed5d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.43478
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175280-1304106637.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:        1278
0.00/0.00	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.00	c -- vars added        300
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       300      1278         0         0      3834         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      8  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     123 undec:      38 neg:     139
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       292      1270         0         0      3861         0   no data   no data  --
0.09/0.05	c Decided on static restart strategy
0.09/0.13	c  N st     8      4922       292      1270         0      4747      3861     74107   no data   no data  --
1.18/0.35	c  N st    10     11307       292      1270         0      4408      3861     53876   no data   no data  --
1.98/0.58	c  N st    11     17050       292      1270         0      9915      3861    135117   no data   no data  --
3.18/0.89	c  F st    12     25001       292      1270         0     12187      3861    171280   no data   no data  --
3.18/0.89	c  N st    12     25001       292      1270         0     12187      3861    171280   no data   no data  --
4.39/1.12	c Decided on static restart strategy
4.39/1.12	c  N st    18     30003       292      1270         0     10488      3861    126190   no data   no data  --
4.39/1.12	c  S st    18     30003       292      1270         0     10488      3861    126190   no data   no data  --
4.39/1.15	c  S st    18     30507       292      1270         0     10990      3861    134206   no data   no data  --
4.39/1.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.39/1.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.39/1.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.39/1.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.39/1.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/1.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
4.39/1.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.27	c lits-rem:       238  cl-subs:     1758  v-elim:      0  v-fix:    0  time:  0.44 s
4.77/1.28	c asymm  cl-useful: 0/1270/1270 lits-rem:0 time: 0.02
4.77/1.28	c calculated reachability. Time: 0.00
4.77/1.28	c  N st    18     30507       292      1270         0      9232      3861    112382   no data   no data  --
6.37/1.66	c  N st    20     37618       292      1270         0      8517      3861     91818   no data   no data  --
7.56/1.96	c  N st    21     44017       292      1270         0     14721      3861    194153   no data   no data  --
7.97/2.07	c  S st    22     45761       292      1270         0     16382      3861    219886   no data   no data  --
8.38/2.12	c  S st    22     46262       292      1270         0     16874      3861    227971   no data   no data  --
8.38/2.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.38/2.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.38/2.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.38/2.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/2.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
8.38/2.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.55	c lits-rem:       470  cl-subs:     1842  v-elim:      0  v-fix:    0  time:  1.68 s
9.96/2.55	c vivif2 --  cl tried     1270 cl shrink        0 lits rem          0 time: 0.00
9.96/2.56	c vivif2 --  cl tried    15032 cl shrink        0 lits rem          0 time: 0.00
9.96/2.57	c asymm  cl-useful: 0/1270/1270 lits-rem:0 time: 0.04
9.96/2.57	c calculated reachability. Time: 0.00
9.96/2.57	c  N st    22     46262       292      1270         0     15032      3861    202091   no data   no data  --
13.18/3.39	c  N st    23     60662       292      1270         0     10763      3861    113736   no data   no data  --
15.15/3.88	c  N st    24     69396       292      1270         0     19165      3861    251382   no data   no data  --
15.15/3.88	c  S st    24     69396       292      1270         0     19165      3861    251382   no data   no data  --
15.55/3.93	c  S st    24     69899       292      1270         0     19668      3861    260191   no data   no data  --
15.55/3.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.55/3.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.55/3.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.55/3.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.55/3.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
15.55/3.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.94/4.50	c lits-rem:       552  cl-subs:     2042  v-elim:      0  v-fix:    0  time:  2.20 s
17.94/4.50	c vivif2 --  cl tried     1270 cl shrink        0 lits rem          0 time: 0.00
17.94/4.50	c vivif2 --  cl tried    17626 cl shrink        0 lits rem          0 time: 0.01
17.94/4.51	c asymm  cl-useful: 0/1270/1270 lits-rem:0 time: 0.05
17.94/4.51	c calculated reachability. Time: 0.00
17.94/4.51	c  N st    24     69899       292      1270         0     17626      3861    231918   no data   no data  --
22.34/5.66	c  F st    25     87500       292      1270         0     12537      3861    132305   no data   no data  --
22.34/5.66	c  N st    25     87500       292      1270         0     12537      3861    132305   no data   no data  --
23.54/5.99	c Decided on static restart strategy
24.74/6.20	c  N st    32     95539       292      1270         0     20246      3861    248462   no data   no data  --
27.14/6.81	c  N st    34    104849       292      1270         0     16699      3861    181400   no data   no data  --
27.14/6.81	c  S st    34    104849       292      1270         0     16699      3861    181400   no data   no data  --
27.14/6.86	c  S st    34    105351       292      1270         0     17197      3861    189675   no data   no data  --
27.14/6.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.14/6.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.14/6.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
27.14/6.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.14/6.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.14/6.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
27.14/6.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.34/7.15	c lits-rem:       320  cl-subs:     1539  v-elim:      0  v-fix:    0  time:  1.15 s
28.34/7.15	c vivif2 --  cl tried     1270 cl shrink        0 lits rem          0 time: 0.00
28.34/7.15	c vivif2 --  cl tried    15658 cl shrink        0 lits rem          0 time: 0.01
28.34/7.16	c asymm  cl-useful: 0/1270/1270 lits-rem:0 time: 0.04
28.34/7.16	c calculated reachability. Time: 0.00
28.34/7.16	c  N st    34    105351       292      1270         0     15658      3861    169673   no data   no data  --
31.13/7.85	c  N st    35    114949       292      1270         0     24806      3861    289633   no data   no data  --
34.73/8.80	c  N st    36    129347       292      1270         1     25192      3861    288507   no data   no data  --
41.51/10.44	c  N st    37    150942       292      1270         1     16222      3861    152173   no data   no data  --
43.53/10.91	c  S st    38    158026       292      1270         1     23002      3861    261803   no data   no data  --
43.53/10.97	c  S st    38    158528       292      1270         1     23502      3861    269747   no data   no data  --
43.53/10.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.53/10.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.53/10.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
43.53/10.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.53/11.00	c subs with bin:      121  lits-rem:       773  v-fix:    0  time:  0.04 s
43.53/11.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
43.53/11.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
46.30/11.63	c lits-rem:       977  cl-subs:     2471  v-elim:      0  v-fix:    0  time:  2.54 s
46.30/11.63	c vivif2 --  cl tried     1269 cl shrink        0 lits rem          0 time: 0.00
46.30/11.64	c vivif2 --  cl tried    20911 cl shrink        0 lits rem          0 time: 0.01
46.30/11.65	c asymm  cl-useful: 0/1269/1269 lits-rem:0 time: 0.05
46.30/11.65	c calculated reachability. Time: 0.00
46.30/11.65	c  N st    38    158528       292      1269         1     20911      3860    234778   no data   no data  --
62.69/15.75	c  N st    39    207118       292      1269         1     33938      3860    406943   no data   no data  --
73.47/18.46	c  N st    40    237794       292      1269         1     26042      3860    284100   no data   no data  --
73.47/18.46	c  S st    40    237794       292      1269         1     26042      3860    284100   no data   no data  --
73.87/18.53	c  S st    40    238295       292      1269         1     26537      3860    292255   no data   no data  --
73.87/18.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
73.87/18.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
73.87/18.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
73.87/18.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.87/18.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.87/18.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
73.87/18.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.07/19.30	c lits-rem:       586  cl-subs:     2263  v-elim:      0  v-fix:    0  time:  3.04 s
77.07/19.30	c vivif2 --  cl tried     1269 cl shrink        0 lits rem          0 time: 0.00
77.07/19.31	c vivif2 --  cl tried    24274 cl shrink        0 lits rem          0 time: 0.01
77.07/19.32	c asymm  cl-useful: 0/1269/1269 lits-rem:0 time: 0.07
77.07/19.32	c calculated reachability. Time: 0.00
77.07/19.32	c  N st    40    238295       292      1269         1     24274      3860    259618   no data   no data  --
102.24/25.64	c  F st    41    306252       292      1269         1     26211      3860    255538   no data   no data  --
102.24/25.64	c  N st    41    306252       292      1269         1     26211      3860    255538   no data   no data  --
102.24/25.64	c Finding binary XORs  T:     0.00 s  found:       0
103.84/26.09	c Decided on static restart strategy
113.83/28.51	c  N st    51    334552       291      1247        25     29509      3810    306227   no data   no data  --
123.80/31.06	c  N st    53    357442       291      1247        25     27929      3810    265366   no data   no data  --
123.80/31.06	c  S st    53    357442       291      1247        25     27929      3810    265366   no data   no data  --
124.20/31.13	c  S st    53    357945       291      1247        25     28430      3810    273616   no data   no data  --
124.20/31.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
124.20/31.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
124.20/31.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      4 BRemN:      0 P:  0.3M T:  0.03
124.20/31.15	c bin-w-bin subsume rem           10 bins  time:  0.00 s
124.20/31.17	c subs with bin:      488  lits-rem:       887  v-fix:    0  time:  0.09 s
124.20/31.17	c Subs w/ non-existent bins:      4 l-rem:     17 v-fix:     0 done:    291 time:  0.00 s
124.20/31.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
127.02/31.82	c lits-rem:       660  cl-subs:     2113  v-elim:      0  v-fix:    0  time:  2.59 s
127.02/31.82	c vivif2 --  cl tried     1246 cl shrink        0 lits rem          0 time: 0.00
127.02/31.83	c vivif2 --  cl tried    25826 cl shrink        0 lits rem          0 time: 0.01
127.02/31.84	c asymm  cl-useful: 0/1246/1246 lits-rem:0 time: 0.07
127.02/31.84	c calculated reachability. Time: 0.00
127.02/31.84	c  N st    53    357945       291      1246        12     25826      3809    241599   no data   no data  --
140.20/35.12	c  N st    54    390339       291      1246        12     32224      3809    335188   no data   no data  --
164.15/41.11	c  N st    55    438928       291      1246        13     52846      3809    609273   no data   no data  --
164.15/41.15	c Finding binary XORs  T:     0.00 s  found:       0
167.74/42.04	c Following stats are for *FIRST FINISHED THREAD ONLY*
167.74/42.04	c num threads              : 4          
167.74/42.04	c restarts                 : 55         
167.74/42.04	c dynamic restarts         : 0          
167.74/42.04	c static restarts          : 55         
167.74/42.04	c full restarts            : 3          
167.74/42.04	c total simplify time      : 0.35       
167.74/42.04	c learnts DL2              : 0          
167.74/42.04	c learnts size 2           : 182        
167.74/42.04	c learnts size 1           : 115         (38.33     % of vars)
167.74/42.04	c filedLit time            : 0.09        (0.05      % time)
167.74/42.04	c v-elim SatELite          : 8           (2.67      % vars)
167.74/42.04	c SatELite time            : 10.97       (6.54      % time)
167.74/42.04	c v-elim xor               : 0           (0.00      % vars)
167.74/42.04	c xor elim time            : 0.01        (0.01      % time)
167.74/42.04	c num binary xor trees     : 0          
167.74/42.04	c binxor trees' crown      : 0           (nan       leafs/tree)
167.74/42.04	c bin xor find time        : 0.00       
167.74/42.04	c OTF clause improved      : 18506       (0.04      clauses/conflict)
167.74/42.04	c OTF impr. size diff      : 20554       (1.11       lits/clause)
167.74/42.04	c OTF cl watch-shrink      : 141200      (0.32      clauses/conflict)
167.74/42.04	c OTF cl watch-sh-lit      : 190558      (1.35       lits/clause)
167.74/42.04	c tried to recurMin cls    : 66072       (14.90      % of conflicts)
167.74/42.04	c updated cache            : 530         (0.01       lits/tried recurMin)
167.74/42.04	c unit cls received        : 3           (2.61      % of units)
167.74/42.04	c unit cls sent            : 4           (3.48      % of units)
167.74/42.04	c bin cls received         : 21         
167.74/42.04	c bin cls sent             : 66         
167.74/42.04	c clauses over max glue    : 0           (0.00      % of all clauses)
167.74/42.04	c conflicts                : 443430      (2642.65   / sec)
167.74/42.04	c decisions                : 517058      (1.94      % random)
167.74/42.04	c bogo-props               : 5294589729  (31553450.11 / sec)
167.74/42.04	c conflict literals        : 6860454     (29.11     % deleted)
167.74/42.04	c Memory used              : 279.32      MB
167.74/42.04	c single-thread CPU time   : 167.80      s
167.74/42.04	c all-threads sum CPU time : 167.80      s
167.74/42.04	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3175280-1304106637/watcher-3175280-1304106637 -o /tmp/evaluation-result-3175280-1304106637/solver-3175280-1304106637 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175280-1304106637.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: 6.80 7.82 7.77 2/173 30497
/proc/meminfo: memFree=17432412/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 413 0 0 0 0 0 0 0 24 0 4 0 600894491 52465664 352 33554432000 4194304 4650419 140733729213536 18446744073709551615 47465036068786 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 12809 352 303 112 0 7774 0
[pid=30497/tid=30498] ppid=30495 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 600894492 52465664 352 33554432000 4194304 4650419 140733729213536 18446744073709551615 47465036068786 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 600894492 52465664 352 33554432000 4194304 4650419 140733729213536 18446744073709551615 47465036068786 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 600894492 52465664 352 33554432000 4194304 4650419 140733729213536 18446744073709551615 215988648945 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.029559 s]
/proc/loadavg: 6.80 7.82 7.77 2/173 30497
/proc/meminfo: memFree=17432412/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=282144 CPUtime=0.09 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 1083 0 0 0 9 0 0 0 25 0 4 0 600894491 288915456 967 33554432000 4194304 4650419 140733729213536 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 70536 967 390 112 0 65501 0
[pid=30497/tid=30498] ppid=30495 vsize=282144 CPUtime=0.02 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 156 0 0 0 2 0 0 0 25 0 4 0 600894492 288915456 969 33554432000 4194304 4650419 140733729213536 18446744073709551615 4334468 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=282144 CPUtime=0.02 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 207 0 0 0 2 0 0 0 25 0 4 0 600894492 288915456 970 33554432000 4194304 4650419 140733729213536 18446744073709551615 215988289291 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=282144 CPUtime=0.02 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 128 0 0 0 2 0 0 0 25 0 4 0 600894492 288915456 971 33554432000 4194304 4650419 140733729213536 18446744073709551615 215988697582 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 282144

[startup+0.157136 s]
/proc/loadavg: 6.80 7.82 7.77 2/173 30497
/proc/meminfo: memFree=17432412/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=283164 CPUtime=0.6 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 1892 0 0 0 60 0 0 0 25 0 4 0 600894491 289959936 1379 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 70791 1379 393 112 0 65756 0
[pid=30497/tid=30498] ppid=30495 vsize=283164 CPUtime=0.15 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 356 0 0 0 15 0 0 0 25 0 4 0 600894492 289959936 1379 33554432000 4194304 4650419 140733729213536 18446744073709551615 4306784 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=283164 CPUtime=0.15 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 421 0 0 0 15 0 0 0 25 0 4 0 600894492 289959936 1379 33554432000 4194304 4650419 140733729213536 18446744073709551615 4364358 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=283164 CPUtime=0.14 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 325 0 0 0 14 0 0 0 25 0 4 0 600894492 289959936 1379 33554432000 4194304 4650419 140733729213536 18446744073709551615 4328364 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) 283164

[startup+0.301111 s]
/proc/loadavg: 6.80 7.82 7.77 2/173 30497
/proc/meminfo: memFree=17432412/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=283312 CPUtime=1.18 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 2331 0 0 0 118 0 0 0 25 0 4 0 600894491 290111488 1818 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365273 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 70828 1818 393 112 0 65793 0
[pid=30497/tid=30498] ppid=30495 vsize=283312 CPUtime=0.29 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 468 0 0 0 29 0 0 0 25 0 4 0 600894492 290111488 1818 33554432000 4194304 4650419 140733729213536 18446744073709551615 4314710 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=283312 CPUtime=0.29 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 539 0 0 0 29 0 0 0 25 0 4 0 600894492 290111488 1818 33554432000 4194304 4650419 140733729213536 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=283312 CPUtime=0.29 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 430 0 0 0 29 0 0 0 25 0 4 0 600894492 290111488 1818 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283312

[startup+0.701043 s]
/proc/loadavg: 6.80 7.82 7.77 2/173 30497
/proc/meminfo: memFree=17432412/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=284500 CPUtime=2.78 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 4024 0 0 0 278 0 0 0 25 0 4 0 600894491 291328000 2144 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 71125 2145 393 112 0 66090 0
[pid=30497/tid=30498] ppid=30495 vsize=284500 CPUtime=0.69 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 921 0 0 0 69 0 0 0 25 0 4 0 600894492 291328000 2145 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=284500 CPUtime=0.69 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 982 0 0 0 69 0 0 0 25 0 4 0 600894492 291328000 2145 33554432000 4194304 4650419 140733729213536 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=284500 CPUtime=0.69 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 836 0 0 0 69 0 0 0 25 0 4 0 600894492 291328000 2145 33554432000 4194304 4650419 140733729213536 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284500

[startup+1.5009 s]
/proc/loadavg: 6.80 7.82 7.77 9/184 30509
/proc/meminfo: memFree=17404168/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=279684 CPUtime=5.97 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 7827 0 0 0 597 0 0 0 25 0 4 0 600894491 286396416 4382 33554432000 4194304 4650419 140733729213536 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 69921 4382 395 112 0 64886 0
[pid=30497/tid=30498] ppid=30495 vsize=279684 CPUtime=1.49 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 2299 0 0 0 149 0 0 0 25 0 4 0 600894492 286396416 4382 33554432000 4194304 4650419 140733729213536 18446744073709551615 4433053 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=279684 CPUtime=1.49 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 1587 0 0 0 149 0 0 0 25 0 4 0 600894492 286396416 4382 33554432000 4194304 4650419 140733729213536 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=279684 CPUtime=1.48 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 1372 0 0 0 148 0 0 0 25 0 4 0 600894492 286396416 4382 33554432000 4194304 4650419 140733729213536 18446744073709551615 4364775 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) 279684

[startup+3.10062 s]
/proc/loadavg: 6.80 7.82 7.77 9/184 30509
/proc/meminfo: memFree=17376564/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=280160 CPUtime=12.35 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 13403 0 0 0 1234 1 0 0 25 0 4 0 600894491 286883840 7889 33554432000 4194304 4650419 140733729213536 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 70040 7889 395 112 0 65005 0
[pid=30497/tid=30498] ppid=30495 vsize=280160 CPUtime=3.08 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 3150 0 0 0 308 0 0 0 25 0 4 0 600894492 286883840 7889 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=280160 CPUtime=3.09 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 3547 0 0 0 309 0 0 0 25 0 4 0 600894492 286883840 7889 33554432000 4194304 4650419 140733729213536 18446744073709551615 4366062 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=280160 CPUtime=3.07 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 3011 0 0 0 307 0 0 0 25 0 4 0 600894492 286883840 7889 33554432000 4194304 4650419 140733729213536 18446744073709551615 4364402 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 280160

[startup+6.30106 s]
/proc/loadavg: 6.98 7.84 7.78 9/184 30509
/proc/meminfo: memFree=17338504/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=284696 CPUtime=25.14 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 20371 0 0 0 2512 2 0 0 25 0 4 0 600894491 291528704 10437 33554432000 4194304 4650419 140733729213536 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 71174 10437 395 112 0 66139 0
[pid=30497/tid=30498] ppid=30495 vsize=284696 CPUtime=6.28 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 5306 0 0 0 628 0 0 0 25 0 4 0 600894492 291528704 10437 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=284696 CPUtime=6.29 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 5597 0 0 0 629 0 0 0 25 0 4 0 600894492 291528704 10437 33554432000 4194304 4650419 140733729213536 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=284696 CPUtime=6.25 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 4151 0 0 0 625 0 0 0 25 0 4 0 600894492 291528704 10437 33554432000 4194304 4650419 140733729213536 18446744073709551615 4363420 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) 284696

[startup+12.7009 s]
/proc/loadavg: 7.06 7.85 7.78 9/184 30509
/proc/meminfo: memFree=17300572/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=287796 CPUtime=50.7 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 29723 0 0 0 5066 4 0 0 25 0 4 0 600894491 294703104 12897 33554432000 4194304 4650419 140733729213536 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 71949 12897 395 112 0 66914 0
[pid=30497/tid=30498] ppid=30495 vsize=287796 CPUtime=12.68 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 8182 0 0 0 1267 1 0 0 25 0 4 0 600894492 294703104 12897 33554432000 4194304 4650419 140733729213536 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=287796 CPUtime=12.68 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 7186 0 0 0 1268 0 0 0 25 0 4 0 600894492 294703104 12897 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=287796 CPUtime=12.63 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 6551 0 0 0 1261 2 0 0 25 0 4 0 600894492 294703104 12897 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365357 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) 287796

[startup+25.5007 s]
/proc/loadavg: 7.27 7.85 7.78 9/184 30510
/proc/meminfo: memFree=17258664/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=285384 CPUtime=101.84 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 45076 0 0 0 10176 8 0 0 25 0 4 0 600894491 292233216 18218 33554432000 4194304 4650419 140733729213536 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 71346 18218 395 112 0 66311 0
[pid=30497/tid=30498] ppid=30495 vsize=285384 CPUtime=25.48 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 13011 0 0 0 2546 2 0 0 25 0 4 0 600894492 292233216 18218 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=285384 CPUtime=25.48 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 11104 0 0 0 2547 1 0 0 25 0 4 0 600894492 292233216 18218 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=285384 CPUtime=25.35 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 9482 0 0 0 2533 2 0 0 25 0 4 0 600894492 292233216 18218 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 285384

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

[startup+31.9066 s]
/proc/loadavg: 7.33 7.85 7.78 9/184 30510
/proc/meminfo: memFree=17244900/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=303216 CPUtime=127.42 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 52194 0 0 0 12731 11 0 0 25 0 4 0 600894491 310493184 18904 33554432000 4194304 4650419 140733729213536 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 75804 18904 395 112 0 70769 0
[pid=30497/tid=30498] ppid=30495 vsize=303216 CPUtime=31.89 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 14889 0 0 0 3186 3 0 0 25 0 4 0 600894492 310493184 18904 33554432000 4194304 4650419 140733729213536 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=303216 CPUtime=31.89 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 12992 0 0 0 3187 2 0 0 25 0 4 0 600894492 310493184 18904 33554432000 4194304 4650419 140733729213536 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=303216 CPUtime=31.72 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 11244 0 0 0 3169 3 0 0 25 0 4 0 600894492 310493184 18904 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 127.42
Current children cumulated vsize (KiB) 303216

[startup+38.3005 s]
/proc/loadavg: 7.43 7.86 7.79 9/184 30510
/proc/meminfo: memFree=17228968/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=295648 CPUtime=152.97 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 57800 0 0 0 15285 12 0 0 25 0 4 0 600894491 302743552 21289 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 73912 21289 395 112 0 68877 0
[pid=30497/tid=30498] ppid=30495 vsize=295648 CPUtime=38.28 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 16573 0 0 0 3825 3 0 0 25 0 4 0 600894492 302743552 21289 33554432000 4194304 4650419 140733729213536 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=295648 CPUtime=38.28 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 14548 0 0 0 3826 2 0 0 25 0 4 0 600894492 302743552 21289 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=295648 CPUtime=38.09 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 12709 0 0 0 3806 3 0 0 25 0 4 0 600894492 302743552 21289 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 152.97
Current children cumulated vsize (KiB) 295648

[startup+39.9002 s]
/proc/loadavg: 7.43 7.86 7.79 9/184 30510
/proc/meminfo: memFree=17224056/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=295648 CPUtime=159.36 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 58837 0 0 0 15924 12 0 0 25 0 4 0 600894491 302743552 22300 33554432000 4194304 4650419 140733729213536 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 73912 22300 395 112 0 68877 0
[pid=30497/tid=30498] ppid=30495 vsize=295648 CPUtime=39.88 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 16848 0 0 0 3985 3 0 0 25 0 4 0 600894492 302743552 22300 33554432000 4194304 4650419 140733729213536 18446744073709551615 4364346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=295648 CPUtime=39.88 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 14879 0 0 0 3986 2 0 0 25 0 4 0 600894492 302743552 22300 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=295648 CPUtime=39.67 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 12904 0 0 0 3964 3 0 0 25 0 4 0 600894492 302743552 22300 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 159.36
Current children cumulated vsize (KiB) 295648

[startup+40.706 s]
/proc/loadavg: 7.43 7.86 7.79 9/184 30510
/proc/meminfo: memFree=17218972/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=295648 CPUtime=162.57 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 59250 0 0 0 16245 12 0 0 25 0 4 0 600894491 302743552 22713 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 73912 22713 395 112 0 68877 0
[pid=30497/tid=30498] ppid=30495 vsize=295648 CPUtime=40.68 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 16960 0 0 0 4065 3 0 0 25 0 4 0 600894492 302743552 22713 33554432000 4194304 4650419 140733729213536 18446744073709551615 4314688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=295648 CPUtime=40.69 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 15001 0 0 0 4067 2 0 0 25 0 4 0 600894492 302743552 22713 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=295648 CPUtime=40.47 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 12988 0 0 0 4044 3 0 0 25 0 4 0 600894492 302743552 22713 33554432000 4194304 4650419 140733729213536 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 162.57
Current children cumulated vsize (KiB) 295648

[startup+41.5009 s]
/proc/loadavg: 7.43 7.86 7.79 9/184 30510
/proc/meminfo: memFree=17218972/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=286024 CPUtime=165.75 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 60188 0 0 0 16563 12 0 0 25 0 4 0 600894491 292888576 22105 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 71506 22105 395 112 0 66471 0
[pid=30497/tid=30498] ppid=30495 vsize=286024 CPUtime=41.48 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 17407 0 0 0 4145 3 0 0 25 0 4 0 600894492 292888576 22105 33554432000 4194304 4650419 140733729213536 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=286024 CPUtime=41.48 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 15104 0 0 0 4146 2 0 0 25 0 4 0 600894492 292888576 22105 33554432000 4194304 4650419 140733729213536 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=286024 CPUtime=41.27 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 13061 0 0 0 4124 3 0 0 25 0 4 0 600894492 292888576 22105 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 165.75
Current children cumulated vsize (KiB) 286024

[startup+41.9008 s]
/proc/loadavg: 7.43 7.86 7.79 9/184 30510
/proc/meminfo: memFree=17228024/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=286024 CPUtime=167.35 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 60359 0 0 0 16723 12 0 0 25 0 4 0 600894491 292888576 22276 33554432000 4194304 4650419 140733729213536 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 71506 22276 395 112 0 66471 0
[pid=30497/tid=30498] ppid=30495 vsize=286024 CPUtime=41.88 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 17462 0 0 0 4185 3 0 0 25 0 4 0 600894492 292888576 22276 33554432000 4194304 4650419 140733729213536 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=286024 CPUtime=41.88 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 15147 0 0 0 4186 2 0 0 25 0 4 0 600894492 292888576 22276 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=286024 CPUtime=41.66 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 13061 0 0 0 4163 3 0 0 25 0 4 0 600894492 292888576 22276 33554432000 4194304 4650419 140733729213536 18446744073709551615 4314772 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 167.35
Current children cumulated vsize (KiB) 286024

[startup+42.0008 s]
/proc/loadavg: 7.43 7.86 7.79 9/184 30510
/proc/meminfo: memFree=17228024/32950940 swapFree=67111528/67111528
[pid=30497] ppid=30495 vsize=286024 CPUtime=167.74 cores=0,2,4,6
/proc/30497/stat : 30497 (strangenight1-m) R 30495 30497 28861 0 -1 4202496 60387 0 0 0 16762 12 0 0 25 0 4 0 600894491 292888576 22304 33554432000 4194304 4650419 140733729213536 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30497/statm: 71506 22304 395 112 0 66471 0
[pid=30497/tid=30498] ppid=30495 vsize=286024 CPUtime=41.98 cores=0,2,4,6
/proc/30497/task/30498/stat : 30498 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 17477 0 0 0 4195 3 0 0 25 0 4 0 600894492 292888576 22304 33554432000 4194304 4650419 140733729213536 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30497/tid=30499] ppid=30495 vsize=286024 CPUtime=41.98 cores=0,2,4,6
/proc/30497/task/30499/stat : 30499 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 15147 0 0 0 4196 2 0 0 25 0 4 0 600894492 292888576 22304 33554432000 4194304 4650419 140733729213536 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30497/tid=30500] ppid=30495 vsize=286024 CPUtime=41.76 cores=0,2,4,6
/proc/30497/task/30500/stat : 30500 (strangenight1-m) R 30495 30497 28861 0 -1 4202560 13061 0 0 0 4173 3 0 0 25 0 4 0 600894492 292888576 22304 33554432000 4194304 4650419 140733729213536 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 167.74
Current children cumulated vsize (KiB) 286024

Child status: 20
Real time (s): 42.0477
CPU time (s): 167.926
CPU user time (s): 167.797
CPU system time (s): 0.12898
CPU usage (%): 399.372
Max. virtual memory (cumulated for all children) (KiB): 305008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.797
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60400
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= 277
involuntary context switches= 777

runsolver used 0.068989 second user time and 0.163975 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 21:50:37
IDJOB=3175280
IDBENCH=82898
IDSOLVER=1588
FILE ID=node117/3175280-1304106637
RUNJOBID= node117-1304106637-30482
PBS_JOBID= 13170599
Free space on /tmp= 71680 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1223020224-097.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175280-1304106637/watcher-3175280-1304106637 -o /tmp/evaluation-result-3175280-1304106637/solver-3175280-1304106637 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175280-1304106637.cnf

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

MD5SUM BENCH= 9e24719e5efd9c5e96f374a33a1fed5d
RANDOM SEED=851508469

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17433932 kB
Buffers:       2381684 kB
Cached:       12488840 kB
SwapCached:          0 kB
Active:        8156256 kB
Inactive:      6778712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17433932 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7944 kB
Writeback:           0 kB
AnonPages:       63492 kB
Mapped:          14496 kB
Slab:           519092 kB
PageTables:       4296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   187280 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= 71668 MiB
End job on node117 at 2011-04-29 21:51:19