Trace number 3175382

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mtSAT 113.545 28.4294

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1009664450-096.SATISFIABLE.cnf
MD5SUM2532888f1d1a6483b85bdee81ac0c479
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007998
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
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 51597
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175382-1304121891.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.02
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
3.18/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.18/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.18/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.18/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.18/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.18/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.18/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.18/0.80	c calculated reachability. Time: 0.00
3.18/0.80	c Calc default polars -  time:   0.00 s pos:      36 undec:       5 neg:      34
3.18/0.80	c =========================================================================================
3.18/0.80	c types(t): F = full restart, N = normal restart
3.18/0.80	c types(t): S = simplification begin/end, E = solution found
3.18/0.80	c restart types(rt): st = static, dy = dynamic
3.18/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.18/0.80	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
3.18/0.80	c Decided on static restart strategy
3.18/0.80	c  N st     8      4917        75      1597         0      4461      7985     75566   no data   no data  --
3.18/0.80	c  N st    10     11300        75      1597         0      4136      7985     59178   no data   no data  --
3.18/0.80	c  N st    11     17045        75      1597         0      9328      7985    147955   no data   no data  --
3.18/0.80	c  F st    12     25001        75      1597         0     11448      7985    181188   no data   no data  --
3.18/0.80	c  N st    12     25001        75      1597         0     11448      7985    181188   no data   no data  --
3.58/1.00	c Decided on static restart strategy
3.58/1.00	c  N st    18     30000        75      1597         0      9856      7985    147135   no data   no data  --
3.58/1.00	c  S st    18     30000        75      1597         0      9856      7985    147135   no data   no data  --
3.58/1.00	c  S st    18     30502        75      1597         0     10325      7985    155601   no data   no data  --
3.58/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.58/1.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.58/1.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.58/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.58/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.58/1.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.40/1.17	c lits-rem:      1639  cl-subs:     2430  v-elim:      0  v-fix:    0  time:  0.85 s
4.78/1.20	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.13
4.78/1.20	c calculated reachability. Time: 0.00
4.78/1.20	c  N st    18     30502        75      1597         0      7895      7985    115605   no data   no data  --
5.98/1.52	c  N st    20     37613        75      1597         0      7253      7985     94678   no data   no data  --
6.77/1.76	c  N st    21     44013        75      1597         0     13039      7985    190389   no data   no data  --
7.17/1.85	c  S st    22     45754        75      1597         0     14617      7985    218560   no data   no data  --
7.17/1.89	c  S st    22     46258        75      1597         0     15094      7985    227061   no data   no data  --
7.17/1.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.17/1.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.17/1.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.57/1.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.57/1.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.57/1.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.57/1.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.17/2.89	c lits-rem:      2631  cl-subs:     2787  v-elim:      0  v-fix:    0  time:  3.95 s
11.17/2.89	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
11.17/2.89	c vivif2 --  cl tried    12307 cl shrink        0 lits rem          0 time: 0.01
11.57/2.94	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.20
11.57/2.94	c calculated reachability. Time: 0.00
11.57/2.94	c  N st    22     46258        75      1597         0     12307      7985    181480   no data   no data  --
14.36/3.65	c  N st    23     60655        75      1597         0     17307      7985    244398   no data   no data  --
15.96/4.07	c  N st    24     69389        75      1597         0     16254      7985    225176   no data   no data  --
15.96/4.07	c  S st    24     69389        75      1597         0     16254      7985    225176   no data   no data  --
16.36/4.12	c  S st    24     69896        75      1597         0     16731      7985    233639   no data   no data  --
16.36/4.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.36/4.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.36/4.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
16.36/4.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.36/4.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.36/4.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
16.36/4.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.76/5.23	c lits-rem:      2316  cl-subs:     3720  v-elim:      0  v-fix:    0  time:  4.39 s
20.76/5.23	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
20.76/5.23	c vivif2 --  cl tried    13011 cl shrink        0 lits rem          0 time: 0.01
20.76/5.28	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.21
20.76/5.28	c calculated reachability. Time: 0.00
20.76/5.28	c  N st    24     69896        75      1597         0     13011      7985    177487   no data   no data  --
24.35/6.16	c  F st    25     87502        75      1597         0     19109      7985    264653   no data   no data  --
24.35/6.16	c  N st    25     87502        75      1597         0     19109      7985    264653   no data   no data  --
25.55/6.47	c Decided on static restart strategy
26.37/6.61	c  N st    32     95542        75      1597         0     15757      7985    211645   no data   no data  --
28.75/7.22	c  N st    34    104844        75      1597         0     12504      7985    151109   no data   no data  --
28.75/7.22	c  S st    34    104844        75      1597         0     12504      7985    151109   no data   no data  --
28.75/7.25	c  S st    34    105348        75      1597         0     12983      7985    159813   no data   no data  --
28.75/7.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.75/7.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.75/7.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
28.75/7.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.75/7.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.75/7.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
28.75/7.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.13/7.85	c lits-rem:       692  cl-subs:     1125  v-elim:      0  v-fix:    0  time:  2.34 s
31.13/7.85	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
31.13/7.85	c vivif2 --  cl tried    11858 cl shrink        0 lits rem          0 time: 0.00
31.53/7.90	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
31.53/7.90	c calculated reachability. Time: 0.00
31.53/7.90	c  N st    34    105348        75      1597         0     11858      7985    142883   no data   no data  --
33.54/8.41	c  N st    35    114947        75      1597         0     20514      7985    289358   no data   no data  --
36.74/9.25	c  N st    36    129344        75      1597         0     20835      7985    284147   no data   no data  --
42.33/10.61	c  N st    37    150939        75      1597         0     26647      7985    364494   no data   no data  --
43.94/11.08	c  S st    38    158023        75      1597         0     18712      7985    231839   no data   no data  --
44.32/11.13	c  S st    38    158527        75      1597         0     19185      7985    240223   no data   no data  --
44.32/11.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.32/11.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.32/11.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
44.32/11.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.32/11.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.32/11.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
44.32/11.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.34/12.16	c lits-rem:      1874  cl-subs:     2542  v-elim:      0  v-fix:    0  time:  4.06 s
48.34/12.16	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
48.34/12.16	c vivif2 --  cl tried    16643 cl shrink        0 lits rem          0 time: 0.01
48.72/12.22	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.25
48.72/12.22	c calculated reachability. Time: 0.00
48.72/12.22	c  N st    38    158527        75      1597         0     16643      7985    202127   no data   no data  --
61.90/15.58	c  N st    39    207117        75      1597         0     28941      7985    380208   no data   no data  --
71.88/18.04	c  N st    40    237791        75      1597         0     21565      7985    247153   no data   no data  --
71.88/18.04	c  S st    40    237791        75      1597         0     21565      7985    247153   no data   no data  --
72.28/18.10	c  S st    40    238294        75      1597         0     22040      7985    255942   no data   no data  --
72.28/18.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
72.28/18.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
72.28/18.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
72.28/18.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
72.28/18.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.28/18.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
72.28/18.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.28/19.15	c lits-rem:      1256  cl-subs:     2934  v-elim:      0  v-fix:    0  time:  4.15 s
76.28/19.15	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
76.28/19.16	c vivif2 --  cl tried    19106 cl shrink        0 lits rem          0 time: 0.01
76.68/19.23	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.30
76.68/19.23	c calculated reachability. Time: 0.00
76.68/19.23	c  N st    40    238294        75      1597         0     19106      7985    218277   no data   no data  --
100.25/25.10	c  F st    41    306250        75      1597         0     21085      7985    227820   no data   no data  --
100.25/25.10	c  N st    41    306250        75      1597         0     21085      7985    227820   no data   no data  --
101.44/25.49	c Decided on static restart strategy
110.23/27.69	c  N st    51    334557        75      1597         0     25022      7985    285790   no data   no data  --
113.43/28.42	c  E st    52    343743         0      1597         0     33239      7985    417589   no data   no data  --
113.43/28.42	c Verified 1597 clauses.
113.43/28.42	c Verified 1597 clauses.
113.43/28.42	c Following stats are for *FIRST FINISHED THREAD ONLY*
113.43/28.42	c num threads              : 4          
113.43/28.42	c restarts                 : 52         
113.43/28.42	c dynamic restarts         : 0          
113.43/28.42	c static restarts          : 52         
113.43/28.42	c full restarts            : 3          
113.43/28.42	c total simplify time      : 0.00       
113.43/28.42	c learnts DL2              : 0          
113.43/28.42	c learnts size 2           : 0          
113.43/28.42	c learnts size 1           : 0           (0.00      % of vars)
113.43/28.42	c filedLit time            : 0.08        (0.07      % time)
113.43/28.42	c v-elim SatELite          : 0           (0.00      % vars)
113.43/28.42	c SatELite time            : 19.61       (17.29     % time)
113.43/28.42	c v-elim xor               : 0           (0.00      % vars)
113.43/28.42	c xor elim time            : 0.02        (0.02      % time)
113.43/28.42	c num binary xor trees     : 0          
113.43/28.42	c binxor trees' crown      : 0           (nan       leafs/tree)
113.43/28.42	c bin xor find time        : 0.00       
113.43/28.42	c OTF clause improved      : 35562       (0.10      clauses/conflict)
113.43/28.42	c OTF impr. size diff      : 36059       (1.01       lits/clause)
113.43/28.42	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
113.43/28.42	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
113.43/28.42	c tried to recurMin cls    : 22195       (6.46       % of conflicts)
113.43/28.42	c updated cache            : 0           (0.00       lits/tried recurMin)
113.43/28.42	c unit cls received        : 0           (nan       % of units)
113.43/28.42	c unit cls sent            : 0           (nan       % of units)
113.43/28.42	c bin cls received         : 0          
113.43/28.42	c bin cls sent             : 0          
113.43/28.42	c clauses over max glue    : 0           (0.00      % of all clauses)
113.43/28.42	c conflicts                : 343743      (3030.74   / sec)
113.43/28.42	c decisions                : 379947      (0.94      % random)
113.43/28.42	c bogo-props               : 4220315312  (37210029.66 / sec)
113.43/28.42	c conflict literals        : 5589286     (18.05     % deleted)
113.43/28.42	c Memory used              : 287.48      MB
113.43/28.42	c single-thread CPU time   : 113.42      s
113.43/28.42	c all-threads sum CPU time : 113.42      s
113.43/28.42	s SATISFIABLE
113.43/28.42	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 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-3175382-1304121891/watcher-3175382-1304121891 -o /tmp/evaluation-result-3175382-1304121891/solver-3175382-1304121891 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175382-1304121891.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: 3.43 4.07 5.19 6/184 12974
/proc/meminfo: memFree=30113564/32951124 swapFree=67102748/67111528
[pid=12974] ppid=12972 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/12974/stat : 12974 (strangenight1-m) R 12972 12974 12247 0 -1 4202496 414 0 0 0 1 0 0 0 21 0 4 0 523787255 52465664 354 33554432000 4194304 4650419 140733276810864 18446744073709551615 47788731336626 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12974/statm: 12809 354 303 112 0 7774 0
[pid=12974/tid=12975] ppid=12972 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/12974/task/12975/stat : 12975 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 523787255 52465664 354 33554432000 4194304 4650419 140733276810864 18446744073709551615 47788731336624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12974/tid=12976] ppid=12972 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/12974/task/12976/stat : 12976 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 523787255 52465664 354 33554432000 4194304 4650419 140733276810864 18446744073709551615 47788731336626 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12974/tid=12977] ppid=12972 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/12974/task/12977/stat : 12977 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 523787256 52465664 354 33554432000 4194304 4650419 140733276810864 18446744073709551615 246516890609 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.05179 s]
/proc/loadavg: 3.43 4.07 5.19 6/184 12974
/proc/meminfo: memFree=30113564/32951124 swapFree=67102748/67111528
[pid=12974] ppid=12972 vsize=282216 CPUtime=0.19 cores=1,3,5,7
/proc/12974/stat : 12974 (strangenight1-m) R 12972 12974 12247 0 -1 4202496 1292 0 0 0 19 0 0 0 18 0 4 0 523787255 288989184 1167 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12974/statm: 70554 1167 389 112 0 65519 0
[pid=12974/tid=12975] ppid=12972 vsize=282216 CPUtime=0.04 cores=1,3,5,7
/proc/12974/task/12975/stat : 12975 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 240 0 0 0 4 0 0 0 18 0 4 0 523787255 288989184 1167 33554432000 4194304 4650419 140733276810864 18446744073709551615 4331993 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12974/tid=12976] ppid=12972 vsize=282216 CPUtime=0.04 cores=1,3,5,7
/proc/12974/task/12976/stat : 12976 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 231 0 0 0 4 0 0 0 18 0 4 0 523787255 288989184 1167 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12974/tid=12977] ppid=12972 vsize=282216 CPUtime=0.04 cores=1,3,5,7
/proc/12974/task/12977/stat : 12977 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 170 0 0 0 4 0 0 0 23 0 4 0 523787256 288989184 1167 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 282216

[startup+0.100782 s]
/proc/loadavg: 3.43 4.07 5.19 6/184 12974
/proc/meminfo: memFree=30113564/32951124 swapFree=67102748/67111528
[pid=12974] ppid=12972 vsize=282364 CPUtime=0.38 cores=1,3,5,7
/proc/12974/stat : 12974 (strangenight1-m) R 12972 12974 12247 0 -1 4202496 1565 0 0 0 38 0 0 0 18 0 4 0 523787255 289140736 1440 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12974/statm: 70591 1440 389 112 0 65556 0
[pid=12974/tid=12975] ppid=12972 vsize=282364 CPUtime=0.09 cores=1,3,5,7
/proc/12974/task/12975/stat : 12975 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 307 0 0 0 9 0 0 0 18 0 4 0 523787255 289140736 1440 33554432000 4194304 4650419 140733276810864 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12974/tid=12976] ppid=12972 vsize=282364 CPUtime=0.09 cores=1,3,5,7
/proc/12974/task/12976/stat : 12976 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 303 0 0 0 9 0 0 0 18 0 4 0 523787255 289140736 1440 33554432000 4194304 4650419 140733276810864 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12974/tid=12977] ppid=12972 vsize=282364 CPUtime=0.09 cores=1,3,5,7
/proc/12974/task/12977/stat : 12977 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 231 0 0 0 9 0 0 0 24 0 4 0 523787256 289140736 1440 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282364

[startup+0.300746 s]
/proc/loadavg: 3.43 4.07 5.19 6/184 12974
/proc/meminfo: memFree=30113564/32951124 swapFree=67102748/67111528
[pid=12974] ppid=12972 vsize=284152 CPUtime=1.18 cores=1,3,5,7
/proc/12974/stat : 12974 (strangenight1-m) R 12972 12974 12247 0 -1 4202496 3011 0 0 0 118 0 0 0 18 0 4 0 523787255 290971648 1847 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12974/statm: 71038 1847 391 112 0 66003 0
[pid=12974/tid=12975] ppid=12972 vsize=284152 CPUtime=0.29 cores=1,3,5,7
/proc/12974/task/12975/stat : 12975 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 662 0 0 0 29 0 0 0 18 0 4 0 523787255 290971648 1847 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12974/tid=12976] ppid=12972 vsize=284152 CPUtime=0.29 cores=1,3,5,7
/proc/12974/task/12976/stat : 12976 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 673 0 0 0 29 0 0 0 18 0 4 0 523787255 290971648 1847 33554432000 4194304 4650419 140733276810864 18446744073709551615 4360173 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12974/tid=12977] ppid=12972 vsize=284152 CPUtime=0.29 cores=1,3,5,7
/proc/12974/task/12977/stat : 12977 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 586 0 0 0 29 0 0 0 25 0 4 0 523787256 290971648 1847 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365634 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284152

[startup+0.700673 s]
/proc/loadavg: 3.43 4.07 5.19 6/184 12974
/proc/meminfo: memFree=30113564/32951124 swapFree=67102748/67111528
[pid=12974] ppid=12972 vsize=284700 CPUtime=2.78 cores=1,3,5,7
/proc/12974/stat : 12974 (strangenight1-m) R 12972 12974 12247 0 -1 4202496 4446 0 0 0 278 0 0 0 18 0 4 0 523787255 291532800 2480 33554432000 4194304 4650419 140733276810864 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12974/statm: 71175 2480 392 112 0 66140 0
[pid=12974/tid=12975] ppid=12972 vsize=284700 CPUtime=0.69 cores=1,3,5,7
/proc/12974/task/12975/stat : 12975 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 1027 0 0 0 69 0 0 0 18 0 4 0 523787255 291532800 2480 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12974/tid=12976] ppid=12972 vsize=284700 CPUtime=0.69 cores=1,3,5,7
/proc/12974/task/12976/stat : 12976 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 1040 0 0 0 69 0 0 0 18 0 4 0 523787255 291532800 2480 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12974/tid=12977] ppid=12972 vsize=284700 CPUtime=0.69 cores=1,3,5,7
/proc/12974/task/12977/stat : 12977 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 921 0 0 0 69 0 0 0 25 0 4 0 523787256 291532800 2480 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284700

[startup+1.50053 s]
/proc/loadavg: 3.43 4.07 5.19 12/188 12978
/proc/meminfo: memFree=30087740/32951124 swapFree=67102748/67111528
[pid=12974] ppid=12972 vsize=289192 CPUtime=5.98 cores=1,3,5,7
/proc/12974/stat : 12974 (strangenight1-m) R 12972 12974 12247 0 -1 4202496 8710 0 0 0 597 1 0 0 20 0 4 0 523787255 296132608 4867 33554432000 4194304 4650419 140733276810864 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12974/statm: 72298 4867 393 112 0 67263 0
[pid=12974/tid=12975] ppid=12972 vsize=289192 CPUtime=1.49 cores=1,3,5,7
/proc/12974/task/12975/stat : 12975 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 2477 0 0 0 149 0 0 0 20 0 4 0 523787255 296132608 4867 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12974/tid=12976] ppid=12972 vsize=289192 CPUtime=1.49 cores=1,3,5,7
/proc/12974/task/12976/stat : 12976 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 1718 0 0 0 149 0 0 0 19 0 4 0 523787255 296132608 4867 33554432000 4194304 4650419 140733276810864 18446744073709551615 4363435 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12974/tid=12977] ppid=12972 vsize=289192 CPUtime=1.48 cores=1,3,5,7
/proc/12974/task/12977/stat : 12977 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 1600 0 0 0 148 0 0 0 25 0 4 0 523787256 296132608 4867 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 289192

[startup+3.10024 s]
/proc/loadavg: 3.43 4.07 5.19 10/188 12978
/proc/meminfo: memFree=30056616/32951124 swapFree=67102748/67111528
[pid=12974] ppid=12972 vsize=284684 CPUtime=12.37 cores=1,3,5,7
/proc/12974/stat : 12974 (strangenight1-m) R 12972 12974 12247 0 -1 4202496 15357 0 0 0 1235 2 0 0 25 0 4 0 523787255 291516416 9060 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365483 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12974/statm: 71171 9060 393 112 0 66136 0
[pid=12974/tid=12975] ppid=12972 vsize=284684 CPUtime=3.09 cores=1,3,5,7
/proc/12974/task/12975/stat : 12975 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 4209 0 0 0 309 0 0 0 25 0 4 0 523787255 291516416 9060 33554432000 4194304 4650419 140733276810864 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12974/tid=12976] ppid=12972 vsize=284684 CPUtime=3.09 cores=1,3,5,7
/proc/12974/task/12976/stat : 12976 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 3574 0 0 0 309 0 0 0 25 0 4 0 523787255 291516416 9060 33554432000 4194304 4650419 140733276810864 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12974/tid=12977] ppid=12972 vsize=284684 CPUtime=3.07 cores=1,3,5,7
/proc/12974/task/12977/stat : 12977 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 3598 0 0 0 307 0 0 0 25 0 4 0 523787256 291516416 9060 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 284684

[startup+6.30065 s]
/proc/loadavg: 3.96 4.16 5.22 10/188 12978
/proc/meminfo: memFree=30032956/32951124 swapFree=67102748/67111528
[pid=12974] ppid=12972 vsize=285228 CPUtime=25.15 cores=1,3,5,7
/proc/12974/stat : 12974 (strangenight1-m) R 12972 12974 12247 0 -1 4202496 21468 0 0 0 2512 3 0 0 25 0 4 0 523787255 292073472 10353 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12974/statm: 71307 10353 393 112 0 66272 0
[pid=12974/tid=12975] ppid=12972 vsize=285228 CPUtime=6.29 cores=1,3,5,7
/proc/12974/task/12975/stat : 12975 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 5445 0 0 0 628 1 0 0 25 0 4 0 523787255 292073472 10353 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12974/tid=12976] ppid=12972 vsize=285228 CPUtime=6.29 cores=1,3,5,7
/proc/12974/task/12976/stat : 12976 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 5386 0 0 0 629 0 0 0 25 0 4 0 523787255 292073472 10353 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12974/tid=12977] ppid=12972 vsize=285228 CPUtime=6.26 cores=1,3,5,7
/proc/12974/task/12977/stat : 12977 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 5035 0 0 0 625 1 0 0 25 0 4 0 523787256 292073472 10353 33554432000 4194304 4650419 140733276810864 18446744073709551615 4331089 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) 285228

[startup+12.7005 s]
/proc/loadavg: 4.28 4.23 5.23 9/188 12978
/proc/meminfo: memFree=30011464/32951124 swapFree=67102748/67111528
[pid=12974] ppid=12972 vsize=287952 CPUtime=50.71 cores=1,3,5,7
/proc/12974/stat : 12974 (strangenight1-m) R 12972 12974 12247 0 -1 4202496 33018 0 0 0 5065 6 0 0 25 0 4 0 523787255 294862848 13728 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12974/statm: 71988 13728 393 112 0 66953 0
[pid=12974/tid=12975] ppid=12972 vsize=287952 CPUtime=12.69 cores=1,3,5,7
/proc/12974/task/12975/stat : 12975 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 8109 0 0 0 1268 1 0 0 25 0 4 0 523787255 294862848 13728 33554432000 4194304 4650419 140733276810864 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12974/tid=12976] ppid=12972 vsize=287952 CPUtime=12.68 cores=1,3,5,7
/proc/12974/task/12976/stat : 12976 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 8764 0 0 0 1267 1 0 0 25 0 4 0 523787255 294862848 13728 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12974/tid=12977] ppid=12972 vsize=287952 CPUtime=12.62 cores=1,3,5,7
/proc/12974/task/12977/stat : 12977 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 8072 0 0 0 1261 1 0 0 25 0 4 0 523787256 294862848 13728 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 287952

[startup+25.5011 s]
/proc/loadavg: 5.11 4.41 5.28 10/188 12979
/proc/meminfo: memFree=29979464/32951124 swapFree=67102748/67111528
[pid=12974] ppid=12972 vsize=294160 CPUtime=101.84 cores=1,3,5,7
/proc/12974/stat : 12974 (strangenight1-m) R 12972 12974 12247 0 -1 4202496 49321 0 0 0 10174 10 0 0 25 0 4 0 523787255 301219840 16582 33554432000 4194304 4650419 140733276810864 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12974/statm: 73540 16582 393 112 0 68505 0
[pid=12974/tid=12975] ppid=12972 vsize=294160 CPUtime=25.49 cores=1,3,5,7
/proc/12974/task/12975/stat : 12975 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 13242 0 0 0 2548 1 0 0 25 0 4 0 523787255 301219840 16582 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12974/tid=12976] ppid=12972 vsize=294160 CPUtime=25.49 cores=1,3,5,7
/proc/12974/task/12976/stat : 12976 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 13807 0 0 0 2546 3 0 0 25 0 4 0 523787255 301219840 16582 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12974/tid=12977] ppid=12972 vsize=294160 CPUtime=25.35 cores=1,3,5,7
/proc/12974/task/12977/stat : 12977 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 10346 0 0 0 2533 2 0 0 25 0 4 0 523787256 301219840 16582 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 294160

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

[startup+27.1009 s]
/proc/loadavg: 5.11 4.41 5.28 10/188 12979
/proc/meminfo: memFree=29981448/32951124 swapFree=67102748/67111528
[pid=12974] ppid=12972 vsize=294216 CPUtime=108.24 cores=1,3,5,7
/proc/12974/stat : 12974 (strangenight1-m) R 12972 12974 12247 0 -1 4202496 50956 0 0 0 10813 11 0 0 25 0 4 0 523787255 301277184 17485 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12974/statm: 73554 17485 393 112 0 68519 0
[pid=12974/tid=12975] ppid=12972 vsize=294216 CPUtime=27.09 cores=1,3,5,7
/proc/12974/task/12975/stat : 12975 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 13874 0 0 0 2707 2 0 0 25 0 4 0 523787255 301277184 17485 33554432000 4194304 4650419 140733276810864 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12974/tid=12976] ppid=12972 vsize=294216 CPUtime=27.09 cores=1,3,5,7
/proc/12974/task/12976/stat : 12976 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 14134 0 0 0 2706 3 0 0 25 0 4 0 523787255 301277184 17485 33554432000 4194304 4650419 140733276810864 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12974/tid=12977] ppid=12972 vsize=294216 CPUtime=26.94 cores=1,3,5,7
/proc/12974/task/12977/stat : 12977 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 10734 0 0 0 2692 2 0 0 25 0 4 0 523787256 301277184 17485 33554432000 4194304 4650419 140733276810864 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 108.24
Current children cumulated vsize (KiB) 294216

[startup+27.9007 s]
/proc/loadavg: 5.11 4.41 5.28 10/188 12979
/proc/meminfo: memFree=29977976/32951124 swapFree=67102748/67111528
[pid=12974] ppid=12972 vsize=294272 CPUtime=111.43 cores=1,3,5,7
/proc/12974/stat : 12974 (strangenight1-m) R 12972 12974 12247 0 -1 4202496 51958 0 0 0 11132 11 0 0 25 0 4 0 523787255 301334528 17760 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12974/statm: 73568 17760 393 112 0 68533 0
[pid=12974/tid=12975] ppid=12972 vsize=294272 CPUtime=27.89 cores=1,3,5,7
/proc/12974/task/12975/stat : 12975 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 14012 0 0 0 2787 2 0 0 25 0 4 0 523787255 301334528 17760 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12974/tid=12976] ppid=12972 vsize=294272 CPUtime=27.89 cores=1,3,5,7
/proc/12974/task/12976/stat : 12976 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 14254 0 0 0 2786 3 0 0 25 0 4 0 523787255 301334528 17760 33554432000 4194304 4650419 140733276810864 18446744073709551615 4313463 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12974/tid=12977] ppid=12972 vsize=294272 CPUtime=27.73 cores=1,3,5,7
/proc/12974/task/12977/stat : 12977 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 11005 0 0 0 2771 2 0 0 25 0 4 0 523787256 301334528 17760 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 111.43
Current children cumulated vsize (KiB) 294272

[startup+28.3006 s]
/proc/loadavg: 5.11 4.41 5.28 10/188 12979
/proc/meminfo: memFree=29977976/32951124 swapFree=67102748/67111528
[pid=12974] ppid=12972 vsize=294372 CPUtime=113.03 cores=1,3,5,7
/proc/12974/stat : 12974 (strangenight1-m) R 12972 12974 12247 0 -1 4202496 52909 0 0 0 11292 11 0 0 25 0 4 0 523787255 301436928 17205 33554432000 4194304 4650419 140733276810864 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12974/statm: 73593 17205 393 112 0 68558 0
[pid=12974/tid=12975] ppid=12972 vsize=294372 CPUtime=28.29 cores=1,3,5,7
/proc/12974/task/12975/stat : 12975 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 14400 0 0 0 2827 2 0 0 25 0 4 0 523787255 301436928 17205 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12974/tid=12976] ppid=12972 vsize=294372 CPUtime=28.29 cores=1,3,5,7
/proc/12974/task/12976/stat : 12976 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 14666 0 0 0 2826 3 0 0 25 0 4 0 523787255 301436928 17205 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12974/tid=12977] ppid=12972 vsize=294372 CPUtime=28.13 cores=1,3,5,7
/proc/12974/task/12977/stat : 12977 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 11076 0 0 0 2811 2 0 0 25 0 4 0 523787256 301436928 17205 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 113.03
Current children cumulated vsize (KiB) 294372

[startup+28.4006 s]
/proc/loadavg: 5.11 4.41 5.28 10/188 12979
/proc/meminfo: memFree=29977976/32951124 swapFree=67102748/67111528
[pid=12974] ppid=12972 vsize=294372 CPUtime=113.43 cores=1,3,5,7
/proc/12974/stat : 12974 (strangenight1-m) R 12972 12974 12247 0 -1 4202496 52994 0 0 0 11332 11 0 0 25 0 4 0 523787255 301436928 17290 33554432000 4194304 4650419 140733276810864 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12974/statm: 73593 17290 393 112 0 68558 0
[pid=12974/tid=12975] ppid=12972 vsize=294372 CPUtime=28.39 cores=1,3,5,7
/proc/12974/task/12975/stat : 12975 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 14425 0 0 0 2837 2 0 0 25 0 4 0 523787255 301436928 17290 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12974/tid=12976] ppid=12972 vsize=294372 CPUtime=28.39 cores=1,3,5,7
/proc/12974/task/12976/stat : 12976 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 14688 0 0 0 2836 3 0 0 25 0 4 0 523787255 301436928 17290 33554432000 4194304 4650419 140733276810864 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12974/tid=12977] ppid=12972 vsize=294372 CPUtime=28.23 cores=1,3,5,7
/proc/12974/task/12977/stat : 12977 (strangenight1-m) R 12972 12974 12247 0 -1 4202560 11093 0 0 0 2821 2 0 0 25 0 4 0 523787256 301436928 17290 33554432000 4194304 4650419 140733276810864 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 113.43
Current children cumulated vsize (KiB) 294372

Child status: 10
Real time (s): 28.4294
CPU time (s): 113.545
CPU user time (s): 113.422
CPU system time (s): 0.122981
CPU usage (%): 399.391
Max. virtual memory (cumulated for all children) (KiB): 294372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.422
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53022
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= 190
involuntary context switches= 817

runsolver used 0.053991 second user time and 0.111982 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-30 02:04:51
IDJOB=3175382
IDBENCH=83000
IDSOLVER=1588
FILE ID=node134/3175382-1304121891
RUNJOBID= node134-1304121890-12952
PBS_JOBID= 13170706
Free space on /tmp= 71580 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1009664450-096.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175382-1304121891/watcher-3175382-1304121891 -o /tmp/evaluation-result-3175382-1304121891/solver-3175382-1304121891 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175382-1304121891.cnf

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

MD5SUM BENCH= 2532888f1d1a6483b85bdee81ac0c479
RANDOM SEED=1627319760

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30113968 kB
Buffers:       1001840 kB
Cached:        1375600 kB
SwapCached:       4440 kB
Active:         146428 kB
Inactive:      2293552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30113968 kB
SwapTotal:    67111528 kB
SwapFree:     67102748 kB
Dirty:           14256 kB
Writeback:           0 kB
AnonPages:       59860 kB
Mapped:          14912 kB
Slab:           334684 kB
PageTables:       4464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   276756 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= 71572 MiB
End job on node134 at 2011-04-30 02:05:19