Trace number 3366478

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)SAT 67.1158 16.9108

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366478-1305405209.cnf'
0.00/0.01	c -- header says num vars:            100
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        100
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0       100      2130         0         0     10650         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.42/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.42/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.42/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.42/0.90	c calculated reachability. Time: 0.00
3.42/0.90	c Calc default polars -  time:   0.00 s pos:      48 undec:       2 neg:      50
3.42/0.90	c =========================================================================================
3.42/0.90	c types(t): F = full restart, N = normal restart
3.42/0.90	c types(t): S = simplification begin/end, E = solution found
3.42/0.90	c restart types(rt): st = static, dy = dynamic
3.42/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.42/0.90	c  B st     0         0       100      2130         0         0     10650         0   no data   no data
3.42/0.90	c Decided on static restart strategy
3.42/0.90	c  N st     8      4918       100      2130         0      4612     10650    105757   no data   no data
3.42/0.90	c  N st    10     11302       100      2130         0      4265     10650     76036   no data   no data
3.42/0.90	c  N st    11     17047       100      2130         0      9597     10650    192501   no data   no data
3.42/0.90	c  F st    12     25000       100      2130         0     11706     10650    230431   no data   no data
3.42/0.90	c  N st    12     25000       100      2130         0     11706     10650    230431   no data   no data
4.22/1.07	c Decided on static restart strategy
4.22/1.07	c  N st    18     30002       100      2130         0     10057     10650    188902   no data   no data
4.22/1.07	c  S st    18     30002       100      2130         0     10057     10650    188902   no data   no data
4.22/1.07	c  S st    18     30505       100      2130         0     10535     10650    199584   no data   no data
4.22/1.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.22/1.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.22/1.07	c blocked clauses removed:        0 vars:      0 tried:         100 T: 0.00 s
4.22/1.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.22/1.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.22/1.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4.22/1.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.22/1.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.22/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.23	c lits-rem:       168  cl-subs:     1677  v-elim:      0  v-fix:    0  time:  0.16 s
4.77/1.26	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
4.77/1.26	c calculated reachability. Time: 0.00
4.77/1.26	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.18/1.88	c  N st    21     44015       100      2130         0     14158     10650    265365   no data   no data
7.60/1.98	c  S st    22     45757       100      2130         0     15772     10650    300888   no data   no data
7.95/2.02	c  S st    22     46262       100      2130         0     16265     10650    311796   no data   no data
7.95/2.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.95/2.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.95/2.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.95/2.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.95/2.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.95/2.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
7.95/2.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.95/2.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.95/2.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.43	c lits-rem:       295  cl-subs:     2062  v-elim:      0  v-fix:    0  time:  0.39 s
9.56/2.43	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.74/3.21	c  N st    23     60660       100      2130         0     10026     10650    150552   no data   no data
14.34/3.68	c  N st    24     69394       100      2130         0     18125     10650    321538   no data   no data
14.34/3.68	c  S st    24     69394       100      2130         0     18125     10650    321538   no data   no data
14.74/3.73	c  S st    24     69898       100      2130         0     18608     10650    332432   no data   no data
14.74/3.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.74/3.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.74/3.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.74/3.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.74/3.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
14.74/3.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.74/3.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.74/3.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.25	c lits-rem:       366  cl-subs:     2579  v-elim:      0  v-fix:    0  time:  0.51 s
16.73/4.25	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
16.73/4.26	c vivif2 --  cl tried    16029 cl shrink        0 lits rem          0 time: 0.00
17.13/4.31	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.06
17.13/4.31	c calculated reachability. Time: 0.00
17.13/4.31	c  N st    24     69898       100      2130         0     16029     10650    279800   no data   no data
21.52/5.43	c  F st    25     87500       100      2130         0     11213     10650    160597   no data   no data
21.52/5.43	c  N st    25     87500       100      2130         0     11213     10650    160597   no data   no data
22.32/5.69	c Decided on static restart strategy
23.12/5.85	c  N st    32     95546       100      2130         0     18683     10650    325076   no data   no data
25.50/6.48	c  N st    34    104848       100      2130         0     15289     10650    243322   no data   no data
25.50/6.48	c  S st    34    104848       100      2130         0     15289     10650    243322   no data   no data
25.90/6.53	c  S st    34    105349       100      2130         0     15763     10650    254217   no data   no data
25.90/6.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.90/6.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
25.90/6.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.90/6.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.90/6.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.90/6.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
25.90/6.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.90/6.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.90/6.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.30/6.69	c lits-rem:       185  cl-subs:     1237  v-elim:      0  v-fix:    0  time:  0.16 s
26.30/6.70	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
26.70/6.70	c vivif2 --  cl tried    14526 cl shrink        0 lits rem          0 time: 0.00
26.70/6.75	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
26.70/6.75	c calculated reachability. Time: 0.00
26.70/6.75	c  N st    34    105349       100      2130         0     14526     10650    228658   no data   no data
29.54/7.47	c  N st    35    114948       100      2130         0     23379     10650    422608   no data   no data
33.51/8.42	c  N st    36    129346       100      2130         0     23946     10650    443510   no data   no data
40.27/10.10	c  N st    37    150941       100      2130         0     15156     10650    206175   no data   no data
42.29/10.61	c  S st    38    158023       100      2130         0     21727     10650    354120   no data   no data
42.29/10.67	c  S st    38    158530       100      2130         0     22209     10650    364693   no data   no data
42.29/10.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.29/10.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
42.29/10.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.29/10.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.29/10.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.29/10.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
42.29/10.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.29/10.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
42.29/10.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.26/11.11	c lits-rem:       385  cl-subs:     1966  v-elim:      0  v-fix:    0  time:  0.42 s
44.26/11.11	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
44.26/11.11	c vivif2 --  cl tried    20243 cl shrink        0 lits rem          0 time: 0.00
44.26/11.19	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.07
44.26/11.19	c calculated reachability. Time: 0.00
44.26/11.19	c  N st    38    158530       100      2130         0     20243     10650    320976   no data   no data
60.25/15.19	c  N st    39    207118       100      2130         0     32870     10650    578004   no data   no data
66.19/16.64	c  E st    40    224316         0      2130         0     31251     10650    531596   no data   no data
67.09/16.90	c Verified 2130 clauses.
67.09/16.90	c Verified 2130 clauses.
67.09/16.90	c Following stats are for *FIRST FINISHED THREAD ONLY*
67.09/16.90	c num threads              : 4          
67.09/16.90	c restarts                 : 40         
67.09/16.90	c dynamic restarts         : 0          
67.09/16.90	c static restarts          : 40         
67.09/16.90	c full restarts            : 2          
67.09/16.90	c total simplify time      : 0.00       
67.09/16.90	c learnts DL2              : 0          
67.09/16.90	c learnts size 2           : 0          
67.09/16.90	c learnts size 1           : 0           (0.00      % of vars)
67.09/16.90	c filedLit time            : 0.02        (0.12      % time)
67.09/16.90	c v-elim SatELite          : 0           (0.00      % vars)
67.09/16.90	c SatELite time            : 1.61        (9.54      % time)
67.09/16.90	c v-elim xor               : 0           (0.00      % vars)
67.09/16.90	c xor elim time            : 0.00        (0.03      % time)
67.09/16.90	c num binary xor trees     : 0          
67.09/16.90	c binxor trees' crown      : 0           (nan       leafs/tree)
67.09/16.90	c bin xor find time        : 0.00       
67.09/16.90	c OTF clause improved      : 16353       (0.07      clauses/conflict)
67.09/16.90	c OTF impr. size diff      : 16505       (1.01       lits/clause)
67.09/16.90	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
67.09/16.90	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
67.09/16.90	c tried to recurMin cls    : 17484       (7.79       % of conflicts)
67.09/16.90	c updated cache            : 0           (0.00       lits/tried recurMin)
67.09/16.90	c unit cls recevied        : 0           (nan       % of units)
67.09/16.90	c unit cls sent            : 0           (nan       % of units)
67.09/16.90	c bin cls recevied         : 0          
67.09/16.90	c bin cls sent             : 0          
67.09/16.90	c clauses over max glue    : 0           (0.00      % of all clauses)
67.09/16.90	c conflicts                : 224316      (13290.10  / sec)
67.09/16.90	c decisions                : 253017      (1.23      % random)
67.09/16.90	c bogo-props               : 2324070542  (137694678.43 / sec)
67.09/16.90	c conflict literals        : 4981576     (12.57     % deleted)
67.09/16.90	c Memory used              : 302.93      MB
67.09/16.90	c single-thread CPU time   : 16.88       s
67.09/16.90	c all-threads sum CPU time : 67.02       s
67.09/16.90	s SATISFIABLE
67.09/16.90	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: 961)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 6.59 7.76 7.98 5/352 3298
/proc/meminfo: memFree=26251128/32951124 swapFree=53501236/67111528
[pid=3298] ppid=3296 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3298/stat : 3298 (strangenight2-m) R 3296 3298 2586 0 -1 4202496 407 0 0 0 0 0 0 0 21 0 4 0 652123551 52396032 347 33554432000 4194304 4580107 140737454070576 18446744073709551615 47724552808370 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3298/statm: 12792 347 299 95 0 7774 0
[pid=3298/tid=3299] ppid=3296 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3298/task/3299/stat : 3299 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 652123551 52396032 347 33554432000 4194304 4580107 140737454070576 18446744073709551615 47724552808364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3298/tid=3300] ppid=3296 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3298/task/3300/stat : 3300 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 652123551 52396032 347 33554432000 4194304 4580107 140737454070576 18446744073709551615 47724552808370 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3298/tid=3301] ppid=3296 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3298/task/3301/stat : 3301 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 652123551 52396032 347 33554432000 4194304 4580107 140737454070576 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.121032 s]
/proc/loadavg: 6.59 7.76 7.98 5/352 3298
/proc/meminfo: memFree=26251128/32951124 swapFree=53501236/67111528
[pid=3298] ppid=3296 vsize=285908 CPUtime=3.42 cores=1,3,5,7
/proc/3298/stat : 3298 (strangenight2-m) R 3296 3298 2586 0 -1 4202496 5853 0 0 0 341 1 0 0 19 0 4 0 652123551 292769792 2792 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3298/statm: 71477 2792 378 95 0 66459 0
[pid=3298/tid=3299] ppid=3296 vsize=285908 CPUtime=0.85 cores=1,3,5,7
/proc/3298/task/3299/stat : 3299 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1295 0 0 0 85 0 0 0 18 0 4 0 652123551 292769792 2792 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3298/tid=3300] ppid=3296 vsize=285908 CPUtime=0.85 cores=1,3,5,7
/proc/3298/task/3300/stat : 3300 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1431 0 0 0 85 0 0 0 19 0 4 0 652123551 292769792 2792 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3298/tid=3301] ppid=3296 vsize=285908 CPUtime=0.84 cores=1,3,5,7
/proc/3298/task/3301/stat : 3301 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1377 0 0 0 84 0 0 0 19 0 4 0 652123551 292769792 2792 33554432000 4194304 4580107 140737454070576 18446744073709551615 4317008 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 285908

[startup+0.962489 s]
/proc/loadavg: 6.59 7.76 7.98 5/352 3298
/proc/meminfo: memFree=26251128/32951124 swapFree=53501236/67111528
[pid=3298] ppid=3296 vsize=286072 CPUtime=3.82 cores=1,3,5,7
/proc/3298/stat : 3298 (strangenight2-m) R 3296 3298 2586 0 -1 4202496 6384 0 0 0 381 1 0 0 19 0 4 0 652123551 292937728 2720 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3298/statm: 71518 2720 378 95 0 66500 0
[pid=3298/tid=3299] ppid=3296 vsize=286072 CPUtime=0.95 cores=1,3,5,7
/proc/3298/task/3299/stat : 3299 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1494 0 0 0 95 0 0 0 19 0 4 0 652123551 292937728 2720 33554432000 4194304 4580107 140737454070576 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3298/tid=3300] ppid=3296 vsize=286072 CPUtime=0.95 cores=1,3,5,7
/proc/3298/task/3300/stat : 3300 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1497 0 0 0 95 0 0 0 19 0 4 0 652123551 292937728 2720 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294910 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3298/tid=3301] ppid=3296 vsize=286072 CPUtime=0.94 cores=1,3,5,7
/proc/3298/task/3301/stat : 3301 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1442 0 0 0 94 0 0 0 19 0 4 0 652123551 292937728 2720 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 286072

[startup+1.06247 s]
/proc/loadavg: 6.59 7.76 7.98 5/352 3298
/proc/meminfo: memFree=26251128/32951124 swapFree=53501236/67111528
[pid=3298] ppid=3296 vsize=286072 CPUtime=4.22 cores=1,3,5,7
/proc/3298/stat : 3298 (strangenight2-m) R 3296 3298 2586 0 -1 4202496 6613 0 0 0 421 1 0 0 19 0 4 0 652123551 292937728 2949 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3298/statm: 71518 2949 378 95 0 66500 0
[pid=3298/tid=3299] ppid=3296 vsize=286072 CPUtime=1.05 cores=1,3,5,7
/proc/3298/task/3299/stat : 3299 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1559 0 0 0 105 0 0 0 19 0 4 0 652123551 292937728 2949 33554432000 4194304 4580107 140737454070576 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3298/tid=3300] ppid=3296 vsize=286072 CPUtime=1.05 cores=1,3,5,7
/proc/3298/task/3300/stat : 3300 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1565 0 0 0 105 0 0 0 19 0 4 0 652123551 292937728 2949 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3298/tid=3301] ppid=3296 vsize=286072 CPUtime=1.04 cores=1,3,5,7
/proc/3298/task/3301/stat : 3301 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1489 0 0 0 104 0 0 0 19 0 4 0 652123551 292937728 2949 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 286072

[startup+1.16246 s]
/proc/loadavg: 6.59 7.76 7.98 5/352 3298
/proc/meminfo: memFree=26251128/32951124 swapFree=53501236/67111528
[pid=3298] ppid=3296 vsize=286072 CPUtime=4.62 cores=1,3,5,7
/proc/3298/stat : 3298 (strangenight2-m) R 3296 3298 2586 0 -1 4202496 8090 0 0 0 461 1 0 0 19 0 4 0 652123551 292937728 4426 33554432000 4194304 4580107 140737454070576 18446744073709551615 4407216 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3298/statm: 71518 4426 379 95 0 66500 0
[pid=3298/tid=3299] ppid=3296 vsize=286072 CPUtime=1.15 cores=1,3,5,7
/proc/3298/task/3299/stat : 3299 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1616 0 0 0 115 0 0 0 19 0 4 0 652123551 292937728 4426 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3298/tid=3300] ppid=3296 vsize=286072 CPUtime=1.15 cores=1,3,5,7
/proc/3298/task/3300/stat : 3300 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1616 0 0 0 115 0 0 0 19 0 4 0 652123551 292937728 4427 33554432000 4194304 4580107 140737454070576 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3298/tid=3301] ppid=3296 vsize=286072 CPUtime=1.14 cores=1,3,5,7
/proc/3298/task/3301/stat : 3301 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1529 0 0 0 114 0 0 0 19 0 4 0 652123551 292937728 4427 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 286072

[startup+1.5004 s]
/proc/loadavg: 6.59 7.76 7.98 5/352 3298
/proc/meminfo: memFree=26251128/32951124 swapFree=53501236/67111528
[pid=3298] ppid=3296 vsize=290768 CPUtime=5.97 cores=1,3,5,7
/proc/3298/stat : 3298 (strangenight2-m) R 3296 3298 2586 0 -1 4202496 10213 0 0 0 596 1 0 0 20 0 4 0 652123551 297746432 5400 33554432000 4194304 4580107 140737454070576 18446744073709551615 4321323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3298/statm: 72692 5400 379 95 0 67674 0
[pid=3298/tid=3299] ppid=3296 vsize=290768 CPUtime=1.49 cores=1,3,5,7
/proc/3298/task/3299/stat : 3299 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 2927 0 0 0 149 0 0 0 19 0 4 0 652123551 297746432 5400 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3298/tid=3300] ppid=3296 vsize=290768 CPUtime=1.48 cores=1,3,5,7
/proc/3298/task/3300/stat : 3300 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1967 0 0 0 148 0 0 0 20 0 4 0 652123551 297746432 5400 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3298/tid=3301] ppid=3296 vsize=290768 CPUtime=1.48 cores=1,3,5,7
/proc/3298/task/3301/stat : 3301 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 1870 0 0 0 148 0 0 0 20 0 4 0 652123551 297746432 5400 33554432000 4194304 4580107 140737454070576 18446744073709551615 4320891 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 290768

[startup+3.10112 s]
/proc/loadavg: 6.59 7.76 7.98 9/356 3303
/proc/meminfo: memFree=26168388/32951124 swapFree=53501236/67111528
[pid=3298] ppid=3296 vsize=286776 CPUtime=12.34 cores=1,3,5,7
/proc/3298/stat : 3298 (strangenight2-m) R 3296 3298 2586 0 -1 4202496 19443 0 0 0 1232 2 0 0 25 0 4 0 652123551 293658624 10750 33554432000 4194304 4580107 140737454070576 18446744073709551615 4321100 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3298/statm: 71729 10755 379 95 0 66711 0
[pid=3298/tid=3299] ppid=3296 vsize=286916 CPUtime=3.08 cores=1,3,5,7
/proc/3298/task/3299/stat : 3299 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 5080 0 0 0 308 0 0 0 25 0 4 0 652123551 293801984 10766 33554432000 4194304 4580107 140737454070576 18446744073709551615 216634176197 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3298/tid=3300] ppid=3296 vsize=287084 CPUtime=3.08 cores=1,3,5,7
/proc/3298/task/3300/stat : 3300 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 4653 0 0 0 308 0 0 0 25 0 4 0 652123551 293974016 10782 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3298/tid=3301] ppid=3296 vsize=287084 CPUtime=3.06 cores=1,3,5,7
/proc/3298/task/3301/stat : 3301 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 4523 0 0 0 306 0 0 0 25 0 4 0 652123551 293974016 10795 33554432000 4194304 4580107 140737454070576 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 286776

[startup+6.31255 s]
/proc/loadavg: 6.70 7.76 7.98 9/356 3303
/proc/meminfo: memFree=26130664/32951124 swapFree=53501236/67111528
[pid=3298] ppid=3296 vsize=297848 CPUtime=25.15 cores=1,3,5,7
/proc/3298/stat : 3298 (strangenight2-m) R 3296 3298 2586 0 -1 4202496 27792 0 0 0 2511 4 0 0 25 0 4 0 652123551 304996352 12903 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294455 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3298/statm: 74462 12903 379 95 0 69444 0
[pid=3298/tid=3299] ppid=3296 vsize=297848 CPUtime=6.3 cores=1,3,5,7
/proc/3298/task/3299/stat : 3299 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 6922 0 0 0 629 1 0 0 25 0 4 0 652123551 304996352 12903 33554432000 4194304 4580107 140737454070576 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3298/tid=3300] ppid=3296 vsize=297848 CPUtime=6.3 cores=1,3,5,7
/proc/3298/task/3300/stat : 3300 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 7127 0 0 0 629 1 0 0 25 0 4 0 652123551 304996352 12903 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3298/tid=3301] ppid=3296 vsize=297848 CPUtime=6.23 cores=1,3,5,7
/proc/3298/task/3301/stat : 3301 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 6321 0 0 0 623 0 0 0 25 0 4 0 652123551 304996352 12903 33554432000 4194304 4580107 140737454070576 18446744073709551615 4305286 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 297848

[startup+12.7004 s]
/proc/loadavg: 6.80 7.77 7.98 9/356 3303
/proc/meminfo: memFree=26099628/32951124 swapFree=53501236/67111528
[pid=3298] ppid=3296 vsize=302852 CPUtime=50.64 cores=1,3,5,7
/proc/3298/stat : 3298 (strangenight2-m) R 3296 3298 2586 0 -1 4202496 43022 0 0 0 5058 6 0 0 25 0 4 0 652123551 310120448 15864 33554432000 4194304 4580107 140737454070576 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3298/statm: 75713 15864 379 95 0 70695 0
[pid=3298/tid=3299] ppid=3296 vsize=302852 CPUtime=12.68 cores=1,3,5,7
/proc/3298/task/3299/stat : 3299 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 11003 0 0 0 1267 1 0 0 25 0 4 0 652123551 310120448 15864 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3298/tid=3300] ppid=3296 vsize=302852 CPUtime=12.69 cores=1,3,5,7
/proc/3298/task/3300/stat : 3300 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 10279 0 0 0 1267 2 0 0 25 0 4 0 652123551 310120448 15864 33554432000 4194304 4580107 140737454070576 18446744073709551615 4322541 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3298/tid=3301] ppid=3296 vsize=302852 CPUtime=12.56 cores=1,3,5,7
/proc/3298/task/3301/stat : 3301 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 10736 0 0 0 1255 1 0 0 25 0 4 0 652123551 310120448 15864 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 302852

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

[startup+13.5003 s]
/proc/loadavg: 6.80 7.77 7.98 9/356 3303
/proc/meminfo: memFree=26104704/32951124 swapFree=53501236/67111528
[pid=3298] ppid=3296 vsize=302852 CPUtime=53.83 cores=1,3,5,7
/proc/3298/stat : 3298 (strangenight2-m) R 3296 3298 2586 0 -1 4202496 44132 0 0 0 5376 7 0 0 25 0 4 0 652123551 310120448 16974 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3298/statm: 75713 16974 379 95 0 70695 0
[pid=3298/tid=3299] ppid=3296 vsize=302852 CPUtime=13.48 cores=1,3,5,7
/proc/3298/task/3299/stat : 3299 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 11248 0 0 0 1347 1 0 0 25 0 4 0 652123551 310120448 16975 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3298/tid=3300] ppid=3296 vsize=302852 CPUtime=13.49 cores=1,3,5,7
/proc/3298/task/3300/stat : 3300 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 10710 0 0 0 1347 2 0 0 25 0 4 0 652123551 310120448 16975 33554432000 4194304 4580107 140737454070576 18446744073709551615 4401342 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3298/tid=3301] ppid=3296 vsize=302852 CPUtime=13.35 cores=1,3,5,7
/proc/3298/task/3301/stat : 3301 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 10958 0 0 0 1334 1 0 0 25 0 4 0 652123551 310120448 16979 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 53.83
Current children cumulated vsize (KiB) 302852

[startup+15.113 s]
/proc/loadavg: 6.90 7.77 7.98 9/356 3303
/proc/meminfo: memFree=26086616/32951124 swapFree=53501236/67111528
[pid=3298] ppid=3296 vsize=303036 CPUtime=60.25 cores=1,3,5,7
/proc/3298/stat : 3298 (strangenight2-m) R 3296 3298 2586 0 -1 4202496 47517 0 0 0 6018 7 0 0 25 0 4 0 652123551 310308864 17925 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3298/statm: 75759 17925 379 95 0 70741 0
[pid=3298/tid=3299] ppid=3296 vsize=303036 CPUtime=15.09 cores=1,3,5,7
/proc/3298/task/3299/stat : 3299 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 11955 0 0 0 1508 1 0 0 25 0 4 0 652123551 310308864 17925 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3298/tid=3300] ppid=3296 vsize=303036 CPUtime=15.1 cores=1,3,5,7
/proc/3298/task/3300/stat : 3300 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 11903 0 0 0 1508 2 0 0 25 0 4 0 652123551 310308864 17926 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3298/tid=3301] ppid=3296 vsize=303036 CPUtime=14.94 cores=1,3,5,7
/proc/3298/task/3301/stat : 3301 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 11735 0 0 0 1493 1 0 0 25 0 4 0 652123551 310308864 17926 33554432000 4194304 4580107 140737454070576 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 60.25
Current children cumulated vsize (KiB) 303036

[startup+15.9009 s]
/proc/loadavg: 6.90 7.77 7.98 9/356 3303
/proc/meminfo: memFree=26086616/32951124 swapFree=53501236/67111528
[pid=3298] ppid=3296 vsize=310200 CPUtime=63.41 cores=1,3,5,7
/proc/3298/stat : 3298 (strangenight2-m) R 3296 3298 2586 0 -1 4202496 50724 0 0 0 6333 8 0 0 25 0 4 0 652123551 317644800 18858 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294410 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3298/statm: 77550 18858 379 95 0 72532 0
[pid=3298/tid=3299] ppid=3296 vsize=310200 CPUtime=15.89 cores=1,3,5,7
/proc/3298/task/3299/stat : 3299 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 13659 0 0 0 1587 2 0 0 25 0 4 0 652123551 317644800 18858 33554432000 4194304 4580107 140737454070576 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3298/tid=3300] ppid=3296 vsize=310200 CPUtime=15.88 cores=1,3,5,7
/proc/3298/task/3300/stat : 3300 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 12374 0 0 0 1586 2 0 0 25 0 4 0 652123551 317644800 18858 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3298/tid=3301] ppid=3296 vsize=310200 CPUtime=15.72 cores=1,3,5,7
/proc/3298/task/3301/stat : 3301 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 12262 0 0 0 1571 1 0 0 25 0 4 0 652123551 317644800 18858 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 63.41
Current children cumulated vsize (KiB) 310200

[startup+16.7007 s]
/proc/loadavg: 6.90 7.77 7.98 9/356 3303
/proc/meminfo: memFree=26083016/32951124 swapFree=53501236/67111528
[pid=3298] ppid=3296 vsize=310200 CPUtime=66.59 cores=1,3,5,7
/proc/3298/stat : 3298 (strangenight2-m) R 3296 3298 2586 0 -1 4202496 51364 0 0 0 6651 8 0 0 25 0 4 0 652123551 317644800 19498 33554432000 4194304 4580107 140737454070576 18446744073709551615 47724552783403 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3298/statm: 77550 19498 379 95 0 72532 0
[pid=3298/tid=3299] ppid=3296 vsize=310200 CPUtime=16.69 cores=1,3,5,7
/proc/3298/task/3299/stat : 3299 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 13659 0 0 0 1667 2 0 0 25 0 4 0 652123551 317644800 19498 33554432000 4194304 4580107 140737454070576 18446744073709551615 4415659 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3298/tid=3300] ppid=3296 vsize=310200 CPUtime=16.68 cores=1,3,5,7
/proc/3298/task/3300/stat : 3300 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 12588 0 0 0 1666 2 0 0 25 0 4 0 652123551 317644800 19498 33554432000 4194304 4580107 140737454070576 18446744073709551615 47724552807965 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3298/tid=3301] ppid=3296 vsize=310200 CPUtime=16.51 cores=1,3,5,7
/proc/3298/task/3301/stat : 3301 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 12487 0 0 0 1650 1 0 0 25 0 4 0 652123551 317644800 19498 33554432000 4194304 4580107 140737454070576 18446744073709551615 47724552807955 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 66.59
Current children cumulated vsize (KiB) 310200

[startup+16.9007 s]
/proc/loadavg: 6.90 7.77 7.98 9/356 3303
/proc/meminfo: memFree=26083016/32951124 swapFree=53501236/67111528
[pid=3298] ppid=3296 vsize=310200 CPUtime=67.09 cores=1,3,5,7
/proc/3298/stat : 3298 (strangenight2-m) R 3296 3298 2586 0 -1 4202496 51364 0 0 0 6701 8 0 0 25 0 4 0 652123551 317644800 19498 33554432000 4194304 4580107 140737454070576 18446744073709551615 47724552783403 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3298/statm: 77550 19498 379 95 0 72532 0
[pid=3298/tid=3299] ppid=3296 vsize=310200 CPUtime=16.89 cores=1,3,5,7
/proc/3298/task/3299/stat : 3299 (strangenight2-m) R 3296 3298 2586 0 -1 4202560 13659 0 0 0 1687 2 0 0 25 0 4 0 652123551 317644800 19498 33554432000 4194304 4580107 140737454070576 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3298/tid=3300] ppid=3296 vsize=310200 CPUtime=16.73 cores=1,3,5,7
/proc/3298/task/3300/stat : 3300 (strangenight2-m) S 3296 3298 2586 0 -1 4202560 12588 0 0 0 1671 2 0 0 25 0 4 0 652123551 317644800 19498 33554432000 4194304 4580107 140737454070576 18446744073709551615 47724552807988 0 0 4096 2 18446604465782596032 0 0 -1 3 0 0 0
[pid=3298/tid=3301] ppid=3296 vsize=310200 CPUtime=16.56 cores=1,3,5,7
/proc/3298/task/3301/stat : 3301 (strangenight2-m) S 3296 3298 2586 0 -1 4202560 12487 0 0 0 1655 1 0 0 25 0 4 0 652123551 317644800 19498 33554432000 4194304 4580107 140737454070576 18446744073709551615 47724552807988 0 0 4096 2 18446604465782596032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 67.09
Current children cumulated vsize (KiB) 310200

Child status: 10
Real time (s): 16.9108
CPU time (s): 67.1158
CPU user time (s): 67.0248
CPU system time (s): 0.090986
CPU usage (%): 396.881
Max. virtual memory (cumulated for all children) (KiB): 310200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.0248
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51372
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= 271
involuntary context switches= 509

runsolver used 0.048992 second user time and 0.133979 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-14 22:33:29
IDJOB=3366478
IDBENCH=82887
IDSOLVER=1844
FILE ID=node103/3366478-1305405209
RUNJOBID= node103-1305405209-3276
PBS_JOBID= 13324472
Free space on /tmp= 72984 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
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-3366478-1305405209/watcher-3366478-1305405209 -o /tmp/evaluation-result-3366478-1305405209/solver-3366478-1305405209 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366478-1305405209.cnf

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

MD5SUM BENCH= 9a5f08397d2e05808da45bc73aa751c4
RANDOM SEED=1615133073

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26252152 kB
Buffers:        298076 kB
Cached:        3864792 kB
SwapCached:     340192 kB
Active:        1320388 kB
Inactive:      5109740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26252152 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           11032 kB
Writeback:           8 kB
AnonPages:     1937468 kB
Mapped:          10536 kB
Slab:           151312 kB
PageTables:      53096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78350636 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= 72980 MiB
End job on node103 at 2011-05-14 22:33:46