Trace number 3368991

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-mt (fixed)SAT 113.525 28.4268

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.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368991-1307657438.cnf'
0.00/0.01	c -- header says num vars:             75
0.00/0.01	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
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.48	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.48	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.48	c calculated reachability. Time: 0.00
0.00/0.48	c Calc default polars -  time:   0.00 s pos:      36 undec:       5 neg:      34
0.00/0.48	c =========================================================================================
0.00/0.48	c types(t): F = full restart, N = normal restart
0.00/0.48	c types(t): S = simplification begin/end, E = solution found
0.00/0.48	c restart types(rt): st = static, dy = dynamic
0.00/0.48	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.48	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.48	c Decided on static restart strategy
0.00/0.48	c  N st     8      4917        75      1597         0      4461      7985     75566   no data   no data  --
0.00/0.48	c  N st    10     11300        75      1597         0      4136      7985     59178   no data   no data  --
0.00/0.48	c  N st    11     17045        75      1597         0      9328      7985    147955   no data   no data  --
3.57/0.90	c  F st    12     25001        75      1597         0     11448      7985    181188   no data   no data  --
3.57/0.90	c  N st    12     25001        75      1597         0     11448      7985    181188   no data   no data  --
3.97/1.00	c Decided on static restart strategy
3.97/1.00	c  N st    18     30000        75      1597         0      9856      7985    147135   no data   no data  --
3.97/1.00	c  S st    18     30000        75      1597         0      9856      7985    147135   no data   no data  --
3.97/1.00	c  S st    18     30502        75      1597         0     10325      7985    155601   no data   no data  --
3.97/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.97/1.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.97/1.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.97/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.97/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.97/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.97/1.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.20	c lits-rem:      1639  cl-subs:     2430  v-elim:      0  v-fix:    0  time:  0.86 s
5.17/1.30	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.13
5.17/1.30	c calculated reachability. Time: 0.00
5.17/1.30	c  N st    18     30502        75      1597         0      7895      7985    115605   no data   no data  --
5.97/1.52	c  N st    20     37613        75      1597         0      7253      7985     94678   no data   no data  --
6.76/1.76	c  N st    21     44013        75      1597         0     13039      7985    190389   no data   no data  --
7.19/1.85	c  S st    22     45754        75      1597         0     14617      7985    218560   no data   no data  --
7.19/1.89	c  S st    22     46258        75      1597         0     15094      7985    227061   no data   no data  --
7.19/1.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.19/1.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.19/1.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.19/1.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.19/1.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.19/1.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.19/1.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.16/2.89	c lits-rem:      2631  cl-subs:     2787  v-elim:      0  v-fix:    0  time:  3.95 s
11.16/2.89	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
11.16/2.89	c vivif2 --  cl tried    12307 cl shrink        0 lits rem          0 time: 0.01
11.58/2.94	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
11.58/2.94	c calculated reachability. Time: 0.00
11.58/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.97/4.07	c  N st    24     69389        75      1597         0     16254      7985    225176   no data   no data  --
15.97/4.07	c  S st    24     69389        75      1597         0     16254      7985    225176   no data   no data  --
16.37/4.12	c  S st    24     69896        75      1597         0     16731      7985    233639   no data   no data  --
16.37/4.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.37/4.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.37/4.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
16.37/4.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.37/4.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.37/4.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
16.37/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.38 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.20
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.34/6.16	c  F st    25     87502        75      1597         0     19109      7985    264653   no data   no data  --
24.34/6.16	c  N st    25     87502        75      1597         0     19109      7985    264653   no data   no data  --
25.54/6.46	c Decided on static restart strategy
26.34/6.61	c  N st    32     95542        75      1597         0     15757      7985    211645   no data   no data  --
28.74/7.21	c  N st    34    104844        75      1597         0     12504      7985    151109   no data   no data  --
28.74/7.21	c  S st    34    104844        75      1597         0     12504      7985    151109   no data   no data  --
28.74/7.25	c  S st    34    105348        75      1597         0     12983      7985    159813   no data   no data  --
28.74/7.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.74/7.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.74/7.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
28.74/7.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.74/7.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.74/7.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
28.74/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.36 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.13/8.40	c  N st    35    114947        75      1597         0     20514      7985    289358   no data   no data  --
36.72/9.25	c  N st    36    129344        75      1597         0     20835      7985    284147   no data   no data  --
41.92/10.60	c  N st    37    150939        75      1597         0     26647      7985    364494   no data   no data  --
43.92/11.07	c  S st    38    158023        75      1597         0     18712      7985    231839   no data   no data  --
44.31/11.12	c  S st    38    158527        75      1597         0     19185      7985    240223   no data   no data  --
44.31/11.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.31/11.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.31/11.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
44.31/11.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.31/11.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.31/11.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
44.31/11.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.31/12.15	c lits-rem:      1874  cl-subs:     2542  v-elim:      0  v-fix:    0  time:  4.05 s
48.31/12.15	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
48.31/12.15	c vivif2 --  cl tried    16643 cl shrink        0 lits rem          0 time: 0.01
48.71/12.21	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.25
48.71/12.21	c calculated reachability. Time: 0.00
48.71/12.21	c  N st    38    158527        75      1597         0     16643      7985    202127   no data   no data  --
61.89/15.57	c  N st    39    207117        75      1597         0     28941      7985    380208   no data   no data  --
71.88/18.03	c  N st    40    237791        75      1597         0     21565      7985    247153   no data   no data  --
71.88/18.03	c  S st    40    237791        75      1597         0     21565      7985    247153   no data   no data  --
71.88/18.09	c  S st    40    238294        75      1597         0     22040      7985    255942   no data   no data  --
71.88/18.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.88/18.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
71.88/18.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
72.28/18.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
72.28/18.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.28/18.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
72.28/18.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.28/19.14	c lits-rem:      1256  cl-subs:     2934  v-elim:      0  v-fix:    0  time:  4.14 s
76.28/19.14	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
76.28/19.14	c vivif2 --  cl tried    19106 cl shrink        0 lits rem          0 time: 0.01
76.68/19.22	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.30
76.68/19.22	c calculated reachability. Time: 0.00
76.68/19.22	c  N st    40    238294        75      1597         0     19106      7985    218277   no data   no data  --
100.23/25.10	c  F st    41    306250        75      1597         0     21085      7985    227820   no data   no data  --
100.23/25.10	c  N st    41    306250        75      1597         0     21085      7985    227820   no data   no data  --
101.43/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.42/28.42	c  E st    52    343743         0      1597         0     33239      7985    417589   no data   no data  --
113.42/28.42	c Verified 1597 clauses.
113.42/28.42	c Verified 1597 clauses.
113.42/28.42	c Following stats are for *FIRST FINISHED THREAD ONLY*
113.42/28.42	c num threads              : 4          
113.42/28.42	c restarts                 : 52         
113.42/28.42	c dynamic restarts         : 0          
113.42/28.42	c static restarts          : 52         
113.42/28.42	c full restarts            : 3          
113.42/28.42	c total simplify time      : 0.00       
113.42/28.42	c learnts DL2              : 0          
113.42/28.42	c learnts size 2           : 0          
113.42/28.42	c learnts size 1           : 0           (0.00      % of vars)
113.42/28.42	c filedLit time            : 0.08        (0.07      % time)
113.42/28.42	c v-elim SatELite          : 0           (0.00      % vars)
113.42/28.42	c SatELite time            : 19.62       (17.30     % time)
113.42/28.42	c v-elim xor               : 0           (0.00      % vars)
113.42/28.42	c xor elim time            : 0.02        (0.02      % time)
113.42/28.42	c num binary xor trees     : 0          
113.42/28.42	c binxor trees' crown      : 0           (nan       leafs/tree)
113.42/28.42	c bin xor find time        : 0.00       
113.42/28.42	c OTF clause improved      : 35562       (0.10      clauses/conflict)
113.42/28.42	c OTF impr. size diff      : 36059       (1.01       lits/clause)
113.42/28.42	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
113.42/28.42	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
113.42/28.42	c tried to recurMin cls    : 22195       (6.46       % of conflicts)
113.42/28.42	c updated cache            : 0           (0.00       lits/tried recurMin)
113.42/28.42	c unit cls received        : 0           (nan       % of units)
113.42/28.42	c unit cls sent            : 0           (nan       % of units)
113.42/28.42	c bin cls received         : 0          
113.42/28.42	c bin cls sent             : 0          
113.42/28.42	c clauses over max glue    : 0           (0.00      % of all clauses)
113.42/28.42	c conflicts                : 343743      (3030.96   / sec)
113.42/28.42	c decisions                : 379947      (0.94      % random)
113.42/28.42	c bogo-props               : 4220315312  (37212654.13 / sec)
113.42/28.42	c conflict literals        : 5589286     (18.05     % deleted)
113.42/28.42	c Memory used              : 309.71      MB
113.42/28.42	c single-thread CPU time   : 113.41      s
113.42/28.42	c all-threads sum CPU time : 113.41      s
113.42/28.42	s SATISFIABLE
113.42/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: 977)

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-3368991-1307657438/watcher-3368991-1307657438 -o /tmp/evaluation-result-3368991-1307657438/solver-3368991-1307657438 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368991-1307657438.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: 7.97 7.89 6.47 5/180 13064
/proc/meminfo: memFree=32111612/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 858159478 52465664 353 33554432000 4194304 4650419 140734002033744 18446744073709551615 48001641768872 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 12809 353 303 112 0 7774 0
[pid=13064/tid=13065] ppid=13062 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 858159478 52465664 353 33554432000 4194304 4650419 140734002033744 18446744073709551615 48001641768886 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 858159478 52465664 353 33554432000 4194304 4650419 140734002033744 18446744073709551615 270338440177 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 858159478 52465664 353 33554432000 4194304 4650419 140734002033744 18446744073709551615 270350181430 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.860664 s]
/proc/loadavg: 7.97 7.89 6.47 5/180 13064
/proc/meminfo: memFree=32111612/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=284892 CPUtime=3.41 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 5280 0 0 0 341 0 0 0 19 0 4 0 858159478 291729408 2586 33554432000 4194304 4650419 140734002033744 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 71223 2586 392 112 0 66188 0
[pid=13064/tid=13065] ppid=13062 vsize=284892 CPUtime=0.85 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1265 0 0 0 85 0 0 0 18 0 4 0 858159478 291729408 2586 33554432000 4194304 4650419 140734002033744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=284892 CPUtime=0.84 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1274 0 0 0 84 0 0 0 19 0 4 0 858159478 291729408 2586 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=284892 CPUtime=0.85 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1029 0 0 0 85 0 0 0 19 0 4 0 858159478 291729408 2586 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 284892

[startup+0.900656 s]
/proc/loadavg: 7.97 7.89 6.47 5/180 13064
/proc/meminfo: memFree=32111612/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=284956 CPUtime=3.57 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 5482 0 0 0 357 0 0 0 19 0 4 0 858159478 291794944 2552 33554432000 4194304 4650419 140734002033744 18446744073709551615 4365273 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 71239 2552 392 112 0 66204 0
[pid=13064/tid=13065] ppid=13062 vsize=284956 CPUtime=0.89 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1283 0 0 0 89 0 0 0 18 0 4 0 858159478 291794944 2552 33554432000 4194304 4650419 140734002033744 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=284956 CPUtime=0.88 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1293 0 0 0 88 0 0 0 19 0 4 0 858159478 291794944 2552 33554432000 4194304 4650419 140734002033744 18446744073709551615 4363398 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=284956 CPUtime=0.89 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1175 0 0 0 89 0 0 0 19 0 4 0 858159478 291794944 2552 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 284956

[startup+1.00064 s]
/proc/loadavg: 7.97 7.89 6.47 5/180 13064
/proc/meminfo: memFree=32111612/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=284956 CPUtime=3.97 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 6633 0 0 0 396 1 0 0 19 0 4 0 858159478 291794944 3703 33554432000 4194304 4650419 140734002033744 18446744073709551615 4433048 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 71239 3703 393 112 0 66204 0
[pid=13064/tid=13065] ppid=13062 vsize=284956 CPUtime=0.99 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1329 0 0 0 99 0 0 0 19 0 4 0 858159478 291794944 3703 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=284956 CPUtime=0.98 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1334 0 0 0 98 0 0 0 19 0 4 0 858159478 291794944 3703 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=284956 CPUtime=0.99 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1224 0 0 0 99 0 0 0 19 0 4 0 858159478 291794944 3703 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 284956

[startup+1.10062 s]
/proc/loadavg: 7.97 7.89 6.47 5/180 13064
/proc/meminfo: memFree=32111612/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=284956 CPUtime=4.37 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 6763 0 0 0 436 1 0 0 19 0 4 0 858159478 291794944 3833 33554432000 4194304 4650419 140734002033744 18446744073709551615 4438759 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 71239 3833 393 112 0 66204 0
[pid=13064/tid=13065] ppid=13062 vsize=284956 CPUtime=1.09 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1375 0 0 0 109 0 0 0 19 0 4 0 858159478 291794944 3833 33554432000 4194304 4650419 140734002033744 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=284956 CPUtime=1.08 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1380 0 0 0 108 0 0 0 19 0 4 0 858159478 291794944 3833 33554432000 4194304 4650419 140734002033744 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=284956 CPUtime=1.09 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1262 0 0 0 109 0 0 0 19 0 4 0 858159478 291794944 3833 33554432000 4194304 4650419 140734002033744 18446744073709551615 4329270 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 284956

[startup+1.50054 s]
/proc/loadavg: 7.97 7.89 6.47 5/180 13064
/proc/meminfo: memFree=32111612/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=285488 CPUtime=5.97 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 8704 0 0 0 596 1 0 0 20 0 4 0 858159478 292339712 4881 33554432000 4194304 4650419 140734002033744 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 71372 4881 393 112 0 66337 0
[pid=13064/tid=13065] ppid=13062 vsize=285488 CPUtime=1.49 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 2469 0 0 0 149 0 0 0 20 0 4 0 858159478 292339712 4881 33554432000 4194304 4650419 140734002033744 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=285488 CPUtime=1.48 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1720 0 0 0 148 0 0 0 20 0 4 0 858159478 292339712 4881 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=285488 CPUtime=1.49 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 1607 0 0 0 149 0 0 0 20 0 4 0 858159478 292339712 4881 33554432000 4194304 4650419 140734002033744 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285488

[startup+3.10022 s]
/proc/loadavg: 7.97 7.89 6.47 9/184 13068
/proc/meminfo: memFree=32068464/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=282868 CPUtime=12.36 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 15353 0 0 0 1233 3 0 0 25 0 4 0 858159478 289656832 9256 33554432000 4194304 4650419 140734002033744 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 70717 9256 393 112 0 65682 0
[pid=13064/tid=13065] ppid=13062 vsize=282868 CPUtime=3.08 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 4266 0 0 0 308 0 0 0 25 0 4 0 858159478 289656832 9256 33554432000 4194304 4650419 140734002033744 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=282868 CPUtime=3.06 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 3580 0 0 0 306 0 0 0 25 0 4 0 858159478 289656832 9256 33554432000 4194304 4650419 140734002033744 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=282868 CPUtime=3.08 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 3618 0 0 0 308 0 0 0 25 0 4 0 858159478 289656832 9256 33554432000 4194304 4650419 140734002033744 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 282868

[startup+6.30658 s]
/proc/loadavg: 7.98 7.89 6.48 9/184 13068
/proc/meminfo: memFree=32067100/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=283412 CPUtime=25.16 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 21343 0 0 0 2512 4 0 0 25 0 4 0 858159478 290213888 10416 33554432000 4194304 4650419 140734002033744 18446744073709551615 4365407 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 70853 10416 393 112 0 65818 0
[pid=13064/tid=13065] ppid=13062 vsize=283412 CPUtime=6.29 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 5504 0 0 0 628 1 0 0 25 0 4 0 858159478 290213888 10416 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=283412 CPUtime=6.26 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 5396 0 0 0 625 1 0 0 25 0 4 0 858159478 290213888 10416 33554432000 4194304 4650419 140734002033744 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=283412 CPUtime=6.29 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 4929 0 0 0 629 0 0 0 25 0 4 0 858159478 290213888 10416 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 283412

[startup+12.7003 s]
/proc/loadavg: 7.98 7.90 6.49 9/184 13068
/proc/meminfo: memFree=32052884/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=306444 CPUtime=50.71 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 32748 0 0 0 5064 7 0 0 25 0 4 0 858159478 313798656 13437 33554432000 4194304 4650419 140734002033744 18446744073709551615 4332685 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 76611 13437 393 112 0 71576 0
[pid=13064/tid=13065] ppid=13062 vsize=306444 CPUtime=12.68 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 8498 0 0 0 1267 1 0 0 25 0 4 0 858159478 313798656 13437 33554432000 4194304 4650419 140734002033744 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=306444 CPUtime=12.62 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 8726 0 0 0 1260 2 0 0 25 0 4 0 858159478 313798656 13437 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=306444 CPUtime=12.69 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 7470 0 0 0 1268 1 0 0 25 0 4 0 858159478 313798656 13437 33554432000 4194304 4650419 140734002033744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 306444

[startup+25.5008 s]
/proc/loadavg: 7.98 7.90 6.51 9/184 13069
/proc/meminfo: memFree=32027848/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=316692 CPUtime=101.83 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 47618 0 0 0 10174 9 0 0 25 0 4 0 858159478 324292608 17401 33554432000 4194304 4650419 140734002033744 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 79173 17401 393 112 0 74138 0
[pid=13064/tid=13065] ppid=13062 vsize=316692 CPUtime=25.48 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 13938 0 0 0 2546 2 0 0 25 0 4 0 858159478 324292608 17401 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=316692 CPUtime=25.35 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 13350 0 0 0 2532 3 0 0 25 0 4 0 858159478 324292608 17401 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=316692 CPUtime=25.48 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 8324 0 0 0 2547 1 0 0 25 0 4 0 858159478 324292608 17401 33554432000 4194304 4650419 140734002033744 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 316692

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

[startup+26.3006 s]
/proc/loadavg: 7.98 7.90 6.51 9/184 13069
/proc/meminfo: memFree=32033924/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=316984 CPUtime=105.04 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 48797 0 0 0 10494 10 0 0 25 0 4 0 858159478 324591616 17098 33554432000 4194304 4650419 140734002033744 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 79246 17098 393 112 0 74211 0
[pid=13064/tid=13065] ppid=13062 vsize=316984 CPUtime=26.28 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 14429 0 0 0 2626 2 0 0 25 0 4 0 858159478 324591616 17098 33554432000 4194304 4650419 140734002033744 18446744073709551615 4310421 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=316984 CPUtime=26.15 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 13862 0 0 0 2612 3 0 0 25 0 4 0 858159478 324591616 17098 33554432000 4194304 4650419 140734002033744 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=316984 CPUtime=26.28 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 8347 0 0 0 2627 1 0 0 25 0 4 0 858159478 324591616 17098 33554432000 4194304 4650419 140734002033744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 105.04
Current children cumulated vsize (KiB) 316984

[startup+27.1005 s]
/proc/loadavg: 8.06 7.92 6.52 9/184 13069
/proc/meminfo: memFree=32029460/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=316984 CPUtime=108.25 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 49244 0 0 0 10815 10 0 0 25 0 4 0 858159478 324591616 17545 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 79246 17545 393 112 0 74211 0
[pid=13064/tid=13065] ppid=13062 vsize=316984 CPUtime=27.09 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 14592 0 0 0 2707 2 0 0 25 0 4 0 858159478 324591616 17545 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=316984 CPUtime=26.95 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 14010 0 0 0 2692 3 0 0 25 0 4 0 858159478 324591616 17545 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366052 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=316984 CPUtime=27.09 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 8347 0 0 0 2708 1 0 0 25 0 4 0 858159478 324591616 17545 33554432000 4194304 4650419 140734002033744 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 108.25
Current children cumulated vsize (KiB) 316984

[startup+27.9003 s]
/proc/loadavg: 8.06 7.92 6.52 9/184 13069
/proc/meminfo: memFree=32029460/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=317040 CPUtime=111.42 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 50094 0 0 0 11132 10 0 0 25 0 4 0 858159478 324648960 17668 33554432000 4194304 4650419 140734002033744 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 79260 17668 393 112 0 74225 0
[pid=13064/tid=13065] ppid=13062 vsize=317040 CPUtime=27.89 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 14743 0 0 0 2786 3 0 0 25 0 4 0 858159478 324648960 17668 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=317040 CPUtime=27.74 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 14137 0 0 0 2771 3 0 0 25 0 4 0 858159478 324648960 17668 33554432000 4194304 4650419 140734002033744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=317040 CPUtime=27.88 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 8432 0 0 0 2787 1 0 0 25 0 4 0 858159478 324648960 17668 33554432000 4194304 4650419 140734002033744 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 111.42
Current children cumulated vsize (KiB) 317040

[startup+28.3062 s]
/proc/loadavg: 8.06 7.92 6.52 9/184 13069
/proc/meminfo: memFree=32028840/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=317140 CPUtime=113.04 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 51004 0 0 0 11294 10 0 0 25 0 4 0 858159478 324751360 17011 33554432000 4194304 4650419 140734002033744 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 79285 17011 393 112 0 74250 0
[pid=13064/tid=13065] ppid=13062 vsize=317140 CPUtime=28.29 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 15181 0 0 0 2826 3 0 0 25 0 4 0 858159478 324751360 17011 33554432000 4194304 4650419 140734002033744 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=317140 CPUtime=28.14 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 14529 0 0 0 2811 3 0 0 25 0 4 0 858159478 324751360 17011 33554432000 4194304 4650419 140734002033744 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=317140 CPUtime=28.29 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 8432 0 0 0 2828 1 0 0 25 0 4 0 858159478 324751360 17011 33554432000 4194304 4650419 140734002033744 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 113.04
Current children cumulated vsize (KiB) 317140

[startup+28.4012 s]
/proc/loadavg: 8.06 7.92 6.52 9/184 13069
/proc/meminfo: memFree=32028840/32951124 swapFree=67055520/67111528
[pid=13064] ppid=13062 vsize=317140 CPUtime=113.42 cores=1,3,5,7
/proc/13064/stat : 13064 (strangenight1-m) R 13062 13064 12306 0 -1 4202496 51069 0 0 0 11332 10 0 0 25 0 4 0 858159478 324751360 17076 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13064/statm: 79285 17076 393 112 0 74250 0
[pid=13064/tid=13065] ppid=13062 vsize=317140 CPUtime=28.39 cores=1,3,5,7
/proc/13064/task/13065/stat : 13065 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 15205 0 0 0 2836 3 0 0 25 0 4 0 858159478 324751360 17076 33554432000 4194304 4650419 140734002033744 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13064/tid=13066] ppid=13062 vsize=317140 CPUtime=28.23 cores=1,3,5,7
/proc/13064/task/13066/stat : 13066 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 14550 0 0 0 2820 3 0 0 25 0 4 0 858159478 324751360 17076 33554432000 4194304 4650419 140734002033744 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13064/tid=13067] ppid=13062 vsize=317140 CPUtime=28.38 cores=1,3,5,7
/proc/13064/task/13067/stat : 13067 (strangenight1-m) R 13062 13064 12306 0 -1 4202560 8432 0 0 0 2837 1 0 0 25 0 4 0 858159478 324751360 17076 33554432000 4194304 4650419 140734002033744 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 113.42
Current children cumulated vsize (KiB) 317140

Child status: 10
Real time (s): 28.4268
CPU time (s): 113.525
CPU user time (s): 113.414
CPU system time (s): 0.110983
CPU usage (%): 399.358
Max. virtual memory (cumulated for all children) (KiB): 317140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.414
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51094
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= 247
involuntary context switches= 796

runsolver used 0.043993 second user time and 0.114982 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-10 00:10:39
IDJOB=3368991
IDBENCH=83000
IDSOLVER=1846
FILE ID=node143/3368991-1307657438
RUNJOBID= node143-1307656152-12866
PBS_JOBID= 13549413
Free space on /tmp= 74164 MiB

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

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

MD5SUM BENCH= 2532888f1d1a6483b85bdee81ac0c479
RANDOM SEED=1676943

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32111792 kB
Buffers:         69764 kB
Cached:         433996 kB
SwapCached:       8636 kB
Active:         318620 kB
Inactive:       365236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32111792 kB
SwapTotal:    67111528 kB
SwapFree:     67055520 kB
Dirty:            6260 kB
Writeback:           4 kB
AnonPages:      178128 kB
Mapped:          13536 kB
Slab:            90316 kB
PageTables:       4436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   459328 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= 74156 MiB
End job on node143 at 2011-06-10 00:11:07