Trace number 3174069

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-mtSAT 67.1818 16.903

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S328068950-002.SATISFIABLE.cnf
MD5SUM9a5f08397d2e05808da45bc73aa751c4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012998
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
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-3174069-1304081585.cnf'
0.00/0.00	c -- header says num vars:            100
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        100
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       100      2130         0         0     10650         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.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:        0  lits-rem:         0  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:    100 time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.05	c calculated reachability. Time: 0.00
0.00/0.05	c Calc default polars -  time:   0.00 s pos:      48 undec:       2 neg:      50
0.00/0.05	c =========================================================================================
0.00/0.05	c types(t): F = full restart, N = normal restart
0.00/0.05	c types(t): S = simplification begin/end, E = solution found
0.00/0.05	c restart types(rt): st = static, dy = dynamic
0.00/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.05	c  B st     0         0       100      2130         0         0     10650         0   no data   no data
0.00/0.05	c Decided on static restart strategy
3.18/0.85	c  N st     8      4918       100      2130         0      4612     10650    105757   no data   no data
3.18/0.85	c  N st    10     11302       100      2130         0      4265     10650     76036   no data   no data
3.18/0.85	c  N st    11     17047       100      2130         0      9597     10650    192501   no data   no data
3.18/0.85	c  F st    12     25000       100      2130         0     11706     10650    230431   no data   no data
3.18/0.85	c  N st    12     25000       100      2130         0     11706     10650    230431   no data   no data
3.97/1.05	c Decided on static restart strategy
3.97/1.05	c  N st    18     30002       100      2130         0     10057     10650    188902   no data   no data
3.97/1.05	c  S st    18     30002       100      2130         0     10057     10650    188902   no data   no data
4.40/1.15	c  S st    18     30505       100      2130         0     10535     10650    199584   no data   no data
4.40/1.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.40/1.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.40/1.15	c blocked clauses removed:        0 vars:      0 tried:         100 T: 0.00 s
4.40/1.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.40/1.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/1.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4.40/1.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.40/1.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.40/1.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.80/1.25	c lits-rem:       168  cl-subs:     1677  v-elim:      0  v-fix:    0  time:  0.16 s
5.17/1.35	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
5.17/1.35	c calculated reachability. Time: 0.00
5.17/1.35	c  N st    18     30505       100      2130         0      8858     10650    162205   no data   no data
5.97/1.59	c  N st    20     37616       100      2130         0      8167     10650    134082   no data   no data
7.17/1.87	c  N st    21     44015       100      2130         0     14158     10650    265365   no data   no data
7.57/1.97	c  S st    22     45757       100      2130         0     15772     10650    300888   no data   no data
7.97/2.02	c  S st    22     46262       100      2130         0     16265     10650    311796   no data   no data
7.97/2.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.97/2.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.97/2.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.97/2.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.97/2.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
7.97/2.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.97/2.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.97/2.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.42	c lits-rem:       295  cl-subs:     2062  v-elim:      0  v-fix:    0  time:  0.39 s
9.56/2.42	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
9.56/2.43	c vivif2 --  cl tried    14203 cl shrink        0 lits rem          0 time: 0.00
9.56/2.48	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
9.56/2.48	c calculated reachability. Time: 0.00
9.56/2.48	c  N st    22     46262       100      2130         0     14203     10650    267436   no data   no data
12.76/3.21	c  N st    23     60660       100      2130         0     10026     10650    150552   no data   no data
14.35/3.67	c  N st    24     69394       100      2130         0     18125     10650    321538   no data   no data
14.35/3.67	c  S st    24     69394       100      2130         0     18125     10650    321538   no data   no data
14.75/3.72	c  S st    24     69898       100      2130         0     18608     10650    332432   no data   no data
14.75/3.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.75/3.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.75/3.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.75/3.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.75/3.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
14.75/3.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.75/3.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.75/3.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.25	c lits-rem:       366  cl-subs:     2579  v-elim:      0  v-fix:    0  time:  0.51 s
16.75/4.25	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
16.75/4.25	c vivif2 --  cl tried    16029 cl shrink        0 lits rem          0 time: 0.00
17.15/4.31	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
17.15/4.31	c calculated reachability. Time: 0.00
17.15/4.31	c  N st    24     69898       100      2130         0     16029     10650    279800   no data   no data
21.55/5.43	c  F st    25     87500       100      2130         0     11213     10650    160597   no data   no data
21.55/5.43	c  N st    25     87500       100      2130         0     11213     10650    160597   no data   no data
22.36/5.69	c Decided on static restart strategy
23.14/5.85	c  N st    32     95546       100      2130         0     18683     10650    325076   no data   no data
25.54/6.48	c  N st    34    104848       100      2130         0     15289     10650    243322   no data   no data
25.54/6.48	c  S st    34    104848       100      2130         0     15289     10650    243322   no data   no data
25.94/6.52	c  S st    34    105349       100      2130         0     15763     10650    254217   no data   no data
25.94/6.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.94/6.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
25.94/6.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.94/6.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.94/6.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.94/6.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
25.94/6.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.94/6.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.94/6.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.36/6.69	c lits-rem:       185  cl-subs:     1237  v-elim:      0  v-fix:    0  time:  0.16 s
26.36/6.69	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
26.36/6.70	c vivif2 --  cl tried    14526 cl shrink        0 lits rem          0 time: 0.00
26.76/6.75	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
26.76/6.75	c calculated reachability. Time: 0.00
26.76/6.75	c  N st    34    105349       100      2130         0     14526     10650    228658   no data   no data
29.53/7.47	c  N st    35    114948       100      2130         0     23379     10650    422608   no data   no data
33.52/8.42	c  N st    36    129346       100      2130         0     23946     10650    443510   no data   no data
40.32/10.10	c  N st    37    150941       100      2130         0     15156     10650    206175   no data   no data
42.32/10.61	c  S st    38    158023       100      2130         0     21727     10650    354120   no data   no data
42.32/10.67	c  S st    38    158530       100      2130         0     22209     10650    364693   no data   no data
42.32/10.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.32/10.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
42.32/10.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.32/10.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.32/10.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.32/10.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
42.32/10.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.32/10.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
42.32/10.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.33/11.11	c lits-rem:       385  cl-subs:     1966  v-elim:      0  v-fix:    0  time:  0.42 s
44.33/11.11	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
44.33/11.11	c vivif2 --  cl tried    20243 cl shrink        0 lits rem          0 time: 0.00
44.33/11.18	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.07
44.33/11.18	c calculated reachability. Time: 0.00
44.33/11.18	c  N st    38    158530       100      2130         0     20243     10650    320976   no data   no data
60.29/15.19	c  N st    39    207118       100      2130         0     32870     10650    578004   no data   no data
66.30/16.64	c  E st    40    224316         0      2130         0     31251     10650    531596   no data   no data
66.97/16.89	c Verified 2130 clauses.
66.97/16.89	c Verified 2130 clauses.
66.97/16.89	c Following stats are for *FIRST FINISHED THREAD ONLY*
66.97/16.89	c num threads              : 4          
66.97/16.89	c restarts                 : 40         
66.97/16.89	c dynamic restarts         : 0          
66.97/16.89	c static restarts          : 40         
66.97/16.89	c full restarts            : 2          
66.97/16.89	c total simplify time      : 0.00       
66.97/16.89	c learnts DL2              : 0          
66.97/16.89	c learnts size 2           : 0          
66.97/16.89	c learnts size 1           : 0           (0.00      % of vars)
66.97/16.89	c filedLit time            : 0.02        (0.13      % time)
66.97/16.89	c v-elim SatELite          : 0           (0.00      % vars)
66.97/16.89	c SatELite time            : 1.63        (9.65      % time)
66.97/16.89	c v-elim xor               : 0           (0.00      % vars)
66.97/16.89	c xor elim time            : 0.00        (0.02      % time)
66.97/16.89	c num binary xor trees     : 0          
66.97/16.89	c binxor trees' crown      : 0           (nan       leafs/tree)
66.97/16.89	c bin xor find time        : 0.00       
66.97/16.89	c OTF clause improved      : 16353       (0.07      clauses/conflict)
66.97/16.89	c OTF impr. size diff      : 16505       (1.01       lits/clause)
66.97/16.89	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
66.97/16.89	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
66.97/16.89	c tried to recurMin cls    : 17484       (7.79       % of conflicts)
66.97/16.89	c updated cache            : 0           (0.00       lits/tried recurMin)
66.97/16.89	c unit cls recevied        : 0           (nan       % of units)
66.97/16.89	c unit cls sent            : 0           (nan       % of units)
66.97/16.89	c bin cls recevied         : 0          
66.97/16.89	c bin cls sent             : 0          
66.97/16.89	c clauses over max glue    : 0           (0.00      % of all clauses)
66.97/16.89	c conflicts                : 224316      (13294.82  / sec)
66.97/16.89	c decisions                : 253017      (1.23      % random)
66.97/16.89	c bogo-props               : 2324070542  (137743635.82 / sec)
66.97/16.89	c conflict literals        : 4981576     (12.57     % deleted)
66.97/16.89	c Memory used              : 297.44      MB
66.97/16.89	c single-thread CPU time   : 16.87       s
66.97/16.89	c all-threads sum CPU time : 67.07       s
66.97/16.89	s SATISFIABLE
66.97/16.89	v -1 -2 -3 4 -5 6 -7 -8 -9 10 -11 -12 13 14 -15 -16 17 18 19 20 21 -22 -23 -24 -25 -26 -27 28 -29 -30 -31 32 33 34 35 -36 37 -38 -39 40 -41 -42 -43 44 45 46 47 -48 49 -50 -51 52 53 54 -55 56 57 -58 -59 -60 -61 62 63 -64 65 -66 67 -68 69 70 -71 72 73 74 -75 76 -77 78 79 80 -81 82 83 84 85 86 -87 -88 -89 90 91 92 93 -94 95 96 97 98 99 -100 0

Verifier Data

OK

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-3174069-1304081585/watcher-3174069-1304081585 -o /tmp/evaluation-result-3174069-1304081585/solver-3174069-1304081585 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174069-1304081585.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.07 8.10 8.03 6/184 21896
/proc/meminfo: memFree=25038872/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) R 21894 21896 21677 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 519756618 52441088 347 33554432000 4194304 4627427 140734126020576 18446744073709551615 47715061675954 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 12803 347 299 106 0 7774 0
[pid=21896/tid=21897] ppid=21894 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/21896/task/21897/stat : 21897 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 519756618 52441088 347 33554432000 4194304 4627427 140734126020576 18446744073709551615 47715061675944 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21896/tid=21898] ppid=21894 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/21896/task/21898/stat : 21898 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 519756618 52441088 347 33554432000 4194304 4627427 140734126020576 18446744073709551615 47715061675944 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 519756618 52441088 347 33554432000 4194304 4627427 140734126020576 18446744073709551615 232335948785 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.157494 s]
/proc/loadavg: 8.07 8.10 8.03 6/184 21896
/proc/meminfo: memFree=25038872/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=283728 CPUtime=0.6 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) R 21894 21896 21677 0 -1 4202496 2227 0 0 0 60 0 0 0 18 0 4 0 519756618 290537472 1579 33554432000 4194304 4627427 140734126020576 18446744073709551615 4330178 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 70932 1579 384 106 0 65903 0
[pid=21896/tid=21897] ppid=21894 vsize=283728 CPUtime=0.15 cores=0,2,4,6
/proc/21896/task/21897/stat : 21897 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 444 0 0 0 15 0 0 0 25 0 4 0 519756618 290537472 1579 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21896/tid=21898] ppid=21894 vsize=283728 CPUtime=0.15 cores=0,2,4,6
/proc/21896/task/21898/stat : 21898 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 508 0 0 0 15 0 0 0 25 0 4 0 519756618 290537472 1579 33554432000 4194304 4627427 140734126020576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=283728 CPUtime=0.14 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 373 0 0 0 14 0 0 0 25 0 4 0 519756618 290537472 1579 33554432000 4194304 4627427 140734126020576 18446744073709551615 4326038 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) 283728

[startup+0.200486 s]
/proc/loadavg: 8.07 8.10 8.03 6/184 21896
/proc/meminfo: memFree=25038872/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=283860 CPUtime=0.77 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) R 21894 21896 21677 0 -1 4202496 2432 0 0 0 77 0 0 0 18 0 4 0 519756618 290672640 1784 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 70965 1784 384 106 0 65936 0
[pid=21896/tid=21897] ppid=21894 vsize=283860 CPUtime=0.19 cores=0,2,4,6
/proc/21896/task/21897/stat : 21897 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 496 0 0 0 19 0 0 0 25 0 4 0 519756618 290672640 1784 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21896/tid=21898] ppid=21894 vsize=283860 CPUtime=0.19 cores=0,2,4,6
/proc/21896/task/21898/stat : 21898 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 553 0 0 0 19 0 0 0 25 0 4 0 519756618 290672640 1784 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=283860 CPUtime=0.19 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 432 0 0 0 19 0 0 0 25 0 4 0 519756618 290672640 1784 33554432000 4194304 4627427 140734126020576 18446744073709551615 4308399 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) 283860

[startup+0.300469 s]
/proc/loadavg: 8.07 8.10 8.03 6/184 21896
/proc/meminfo: memFree=25038872/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=284488 CPUtime=1.17 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) R 21894 21896 21677 0 -1 4202496 3135 0 0 0 117 0 0 0 18 0 4 0 519756618 291315712 1878 33554432000 4194304 4627427 140734126020576 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 71122 1878 384 106 0 66093 0
[pid=21896/tid=21897] ppid=21894 vsize=284488 CPUtime=0.29 cores=0,2,4,6
/proc/21896/task/21897/stat : 21897 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 589 0 0 0 29 0 0 0 25 0 4 0 519756618 291315712 1878 33554432000 4194304 4627427 140734126020576 18446744073709551615 4333399 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21896/tid=21898] ppid=21894 vsize=284488 CPUtime=0.29 cores=0,2,4,6
/proc/21896/task/21898/stat : 21898 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 764 0 0 0 29 0 0 0 25 0 4 0 519756618 291315712 1878 33554432000 4194304 4627427 140734126020576 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=284488 CPUtime=0.29 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 632 0 0 0 29 0 0 0 25 0 4 0 519756618 291315712 1878 33554432000 4194304 4627427 140734126020576 18446744073709551615 4332689 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) 284488

[startup+0.700398 s]
/proc/loadavg: 8.07 8.10 8.03 6/184 21896
/proc/meminfo: memFree=25038872/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=285660 CPUtime=2.78 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) R 21894 21896 21677 0 -1 4202496 5051 0 0 0 277 1 0 0 18 0 4 0 519756618 292515840 2589 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 71415 2589 384 106 0 66386 0
[pid=21896/tid=21897] ppid=21894 vsize=285660 CPUtime=0.69 cores=0,2,4,6
/proc/21896/task/21897/stat : 21897 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 1112 0 0 0 69 0 0 0 25 0 4 0 519756618 292515840 2589 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21896/tid=21898] ppid=21894 vsize=285660 CPUtime=0.69 cores=0,2,4,6
/proc/21896/task/21898/stat : 21898 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 1227 0 0 0 69 0 0 0 25 0 4 0 519756618 292515840 2589 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=285660 CPUtime=0.69 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 1111 0 0 0 69 0 0 0 25 0 4 0 519756618 292515840 2589 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309572 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) 285660

[startup+1.50026 s]
/proc/loadavg: 8.07 8.10 8.03 11/188 21900
/proc/meminfo: memFree=25027184/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=291452 CPUtime=5.97 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) R 21894 21896 21677 0 -1 4202496 10241 0 0 0 595 2 0 0 20 0 4 0 519756618 298446848 5343 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 72863 5343 388 106 0 67834 0
[pid=21896/tid=21897] ppid=21894 vsize=291452 CPUtime=1.48 cores=0,2,4,6
/proc/21896/task/21897/stat : 21897 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 2907 0 0 0 148 0 0 0 25 0 4 0 519756618 298446848 5343 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21896/tid=21898] ppid=21894 vsize=291452 CPUtime=1.48 cores=0,2,4,6
/proc/21896/task/21898/stat : 21898 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 2046 0 0 0 148 0 0 0 25 0 4 0 519756618 298446848 5343 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=291452 CPUtime=1.48 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 1893 0 0 0 148 0 0 0 25 0 4 0 519756618 298446848 5343 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309195 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) 291452

[startup+3.10098 s]
/proc/loadavg: 8.07 8.10 8.03 10/188 21900
/proc/meminfo: memFree=25001144/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=294700 CPUtime=12.36 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) R 21894 21896 21677 0 -1 4202496 19622 0 0 0 1233 3 0 0 25 0 4 0 519756618 301772800 11088 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 73675 11088 388 106 0 68646 0
[pid=21896/tid=21897] ppid=21894 vsize=294700 CPUtime=3.08 cores=0,2,4,6
/proc/21896/task/21897/stat : 21897 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 5368 0 0 0 308 0 0 0 25 0 4 0 519756618 301772800 11088 33554432000 4194304 4627427 140734126020576 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21896/tid=21898] ppid=21894 vsize=294700 CPUtime=3.09 cores=0,2,4,6
/proc/21896/task/21898/stat : 21898 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 4793 0 0 0 308 1 0 0 25 0 4 0 519756618 301772800 11088 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=294700 CPUtime=3.07 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 4410 0 0 0 306 1 0 0 25 0 4 0 519756618 301772800 11088 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309287 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) 294700

[startup+6.30041 s]
/proc/loadavg: 8.06 8.10 8.03 9/188 21900
/proc/meminfo: memFree=24981220/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=313880 CPUtime=25.14 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) R 21894 21896 21677 0 -1 4202496 27692 0 0 0 2509 5 0 0 25 0 4 0 519756618 321413120 13076 33554432000 4194304 4627427 140734126020576 18446744073709551615 4324205 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 78470 13076 389 106 0 73441 0
[pid=21896/tid=21897] ppid=21894 vsize=313880 CPUtime=6.29 cores=0,2,4,6
/proc/21896/task/21897/stat : 21897 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 6980 0 0 0 628 1 0 0 25 0 4 0 519756618 321413120 13076 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21896/tid=21898] ppid=21894 vsize=313880 CPUtime=6.28 cores=0,2,4,6
/proc/21896/task/21898/stat : 21898 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 7287 0 0 0 627 1 0 0 25 0 4 0 519756618 321413120 13076 33554432000 4194304 4627427 140734126020576 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=313880 CPUtime=6.25 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 6386 0 0 0 624 1 0 0 25 0 4 0 519756618 321413120 13076 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309170 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) 313880

[startup+12.7003 s]
/proc/loadavg: 8.14 8.11 8.04 10/188 21901
/proc/meminfo: memFree=24962900/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=304212 CPUtime=50.7 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) R 21894 21896 21677 0 -1 4202496 43106 0 0 0 5062 8 0 0 25 0 4 0 519756618 311513088 16409 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 76053 16409 389 106 0 71024 0
[pid=21896/tid=21897] ppid=21894 vsize=304212 CPUtime=12.68 cores=0,2,4,6
/proc/21896/task/21897/stat : 21897 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 11234 0 0 0 1267 1 0 0 25 0 4 0 519756618 311513088 16409 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21896/tid=21898] ppid=21894 vsize=304212 CPUtime=12.69 cores=0,2,4,6
/proc/21896/task/21898/stat : 21898 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 10660 0 0 0 1267 2 0 0 25 0 4 0 519756618 311513088 16409 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=304212 CPUtime=12.61 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 10446 0 0 0 1259 2 0 0 25 0 4 0 519756618 311513088 16409 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309145 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) 304212

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

[startup+12.8003 s]
/proc/loadavg: 8.14 8.11 8.04 10/188 21901
/proc/meminfo: memFree=24962900/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=304212 CPUtime=51.1 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) R 21894 21896 21677 0 -1 4202496 43227 0 0 0 5102 8 0 0 25 0 4 0 519756618 311513088 16530 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 76053 16530 389 106 0 71024 0
[pid=21896/tid=21897] ppid=21894 vsize=304212 CPUtime=12.78 cores=0,2,4,6
/proc/21896/task/21897/stat : 21897 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 11265 0 0 0 1277 1 0 0 25 0 4 0 519756618 311513088 16530 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21896/tid=21898] ppid=21894 vsize=304212 CPUtime=12.79 cores=0,2,4,6
/proc/21896/task/21898/stat : 21898 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 10689 0 0 0 1277 2 0 0 25 0 4 0 519756618 311513088 16530 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=304212 CPUtime=12.71 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 10478 0 0 0 1269 2 0 0 25 0 4 0 519756618 311513088 16530 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 304212

[startup+14.407 s]
/proc/loadavg: 8.12 8.11 8.04 10/188 21901
/proc/meminfo: memFree=24958436/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=304396 CPUtime=57.52 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) R 21894 21896 21677 0 -1 4202496 46316 0 0 0 5743 9 0 0 25 0 4 0 519756618 311701504 17472 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 76099 17472 389 106 0 71070 0
[pid=21896/tid=21897] ppid=21894 vsize=304396 CPUtime=14.4 cores=0,2,4,6
/proc/21896/task/21897/stat : 21897 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 11979 0 0 0 1438 2 0 0 25 0 4 0 519756618 311701504 17472 33554432000 4194304 4627427 140734126020576 18446744073709551615 4306360 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21896/tid=21898] ppid=21894 vsize=304396 CPUtime=14.39 cores=0,2,4,6
/proc/21896/task/21898/stat : 21898 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 11623 0 0 0 1437 2 0 0 25 0 4 0 519756618 311701504 17472 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=304396 CPUtime=14.3 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 11200 0 0 0 1428 2 0 0 25 0 4 0 519756618 311701504 17472 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 57.52
Current children cumulated vsize (KiB) 304396

[startup+16.0007 s]
/proc/loadavg: 8.12 8.11 8.04 10/188 21901
/proc/meminfo: memFree=24950872/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=304576 CPUtime=63.89 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) R 21894 21896 21677 0 -1 4202496 50422 0 0 0 6379 10 0 0 25 0 4 0 519756618 311885824 19303 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 76144 19303 389 106 0 71115 0
[pid=21896/tid=21897] ppid=21894 vsize=304576 CPUtime=15.99 cores=0,2,4,6
/proc/21896/task/21897/stat : 21897 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 13933 0 0 0 1597 2 0 0 25 0 4 0 519756618 311885824 19303 33554432000 4194304 4627427 140734126020576 18446744073709551615 4420161 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21896/tid=21898] ppid=21894 vsize=304576 CPUtime=15.98 cores=0,2,4,6
/proc/21896/task/21898/stat : 21898 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 12344 0 0 0 1596 2 0 0 25 0 4 0 519756618 311885824 19303 33554432000 4194304 4627427 140734126020576 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=304576 CPUtime=15.9 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 11919 0 0 0 1587 3 0 0 25 0 4 0 519756618 311885824 19303 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 304576

[startup+16.4006 s]
/proc/loadavg: 8.12 8.11 8.04 10/188 21901
/proc/meminfo: memFree=24950872/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=304576 CPUtime=65.49 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) R 21894 21896 21677 0 -1 4202496 50764 0 0 0 6539 10 0 0 25 0 4 0 519756618 311885824 19645 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 76144 19645 389 106 0 71115 0
[pid=21896/tid=21897] ppid=21894 vsize=304576 CPUtime=16.39 cores=0,2,4,6
/proc/21896/task/21897/stat : 21897 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 13933 0 0 0 1637 2 0 0 25 0 4 0 519756618 311885824 19645 33554432000 4194304 4627427 140734126020576 18446744073709551615 4420191 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21896/tid=21898] ppid=21894 vsize=304576 CPUtime=16.38 cores=0,2,4,6
/proc/21896/task/21898/stat : 21898 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 12460 0 0 0 1636 2 0 0 25 0 4 0 519756618 311885824 19645 33554432000 4194304 4627427 140734126020576 18446744073709551615 4333248 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=304576 CPUtime=16.3 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 12037 0 0 0 1627 3 0 0 25 0 4 0 519756618 311885824 19645 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 65.49
Current children cumulated vsize (KiB) 304576

[startup+16.8006 s]
/proc/loadavg: 8.12 8.11 8.04 10/188 21901
/proc/meminfo: memFree=24945660/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=304576 CPUtime=66.97 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) R 21894 21896 21677 0 -1 4202496 50961 0 0 0 6687 10 0 0 25 0 4 0 519756618 311885824 19788 33554432000 4194304 4627427 140734126020576 18446744073709551615 47715061650987 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 76144 19788 389 106 0 71115 0
[pid=21896/tid=21897] ppid=21894 vsize=304576 CPUtime=16.79 cores=0,2,4,6
/proc/21896/task/21897/stat : 21897 (strangenight2-m) R 21894 21896 21677 0 -1 4202560 13933 0 0 0 1677 2 0 0 25 0 4 0 519756618 311885824 19788 33554432000 4194304 4627427 140734126020576 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21896/tid=21898] ppid=21894 vsize=304576 CPUtime=16.73 cores=0,2,4,6
/proc/21896/task/21898/stat : 21898 (strangenight2-m) S 21894 21896 21677 0 -1 4202560 12527 0 0 0 1671 2 0 0 25 0 4 0 519756618 311885824 19788 33554432000 4194304 4627427 140734126020576 18446744073709551615 47715061675572 0 0 4096 2 18446604446859937088 0 0 -1 2 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=304576 CPUtime=16.64 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) S 21894 21896 21677 0 -1 4202560 12103 0 0 0 1661 3 0 0 25 0 4 0 519756618 311885824 19788 33554432000 4194304 4627427 140734126020576 18446744073709551615 47715061675572 0 0 4096 2 18446604446859937088 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 66.97
Current children cumulated vsize (KiB) 304576

[startup+16.9006 s]
/proc/loadavg: 8.12 8.11 8.04 10/188 21901
/proc/meminfo: memFree=24945660/32951124 swapFree=67111524/67111528
[pid=21896] ppid=21894 vsize=0 CPUtime=67.17 cores=0,2,4,6
/proc/21896/stat : 21896 (strangenight2-m) Z 21894 21896 21677 0 -1 4202524 50969 0 0 0 6707 10 0 0 25 0 2 0 519756618 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21896/statm: 0 0 0 0 0 0 0
[pid=21896/tid=21899] ppid=21894 vsize=0 CPUtime=16.64 cores=0,2,4,6
/proc/21896/task/21899/stat : 21899 (strangenight2-m) R 21894 21896 21677 0 -1 4203588 12103 0 0 0 1661 3 0 0 24 0 2 0 519756618 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 67.17
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 16.903
CPU time (s): 67.1818
CPU user time (s): 67.0728
CPU system time (s): 0.108983
CPU usage (%): 397.455
Max. virtual memory (cumulated for all children) (KiB): 314156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.0728
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50969
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= 294
involuntary context switches= 1098

runsolver used 0.029995 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 14:53:05
IDJOB=3174069
IDBENCH=82887
IDSOLVER=1586
FILE ID=node132/3174069-1304081585
RUNJOBID= node132-1304079470-21695
PBS_JOBID= 13170531
Free space on /tmp= 71868 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S328068950-002.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174069-1304081585/watcher-3174069-1304081585 -o /tmp/evaluation-result-3174069-1304081585/solver-3174069-1304081585 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174069-1304081585.cnf

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

MD5SUM BENCH= 9a5f08397d2e05808da45bc73aa751c4
RANDOM SEED=1304753266

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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:      25039276 kB
Buffers:        770732 kB
Cached:        6237028 kB
SwapCached:          4 kB
Active:        2425200 kB
Inactive:      4989128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25039276 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5864 kB
Writeback:           0 kB
AnonPages:      406084 kB
Mapped:          15492 kB
Slab:           435396 kB
PageTables:       5516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   645488 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71864 MiB
End job on node132 at 2011-04-29 14:53:22