Trace number 3366533

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)SAT 163.37 40.9824

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S241605246-015.SATISFIABLE.cnf
MD5SUMa2636b8675c559c02b749d6959527a10
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010998
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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366533-1305406800.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	c -- vars added         75
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	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.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
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.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:      44 undec:       1 neg:      30
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.11/0.04	c Decided on static restart strategy
0.37/0.10	c  N st     8      4920        75      1597         0      4537      7985     79738   no data   no data
0.77/0.27	c  N st    10     11302        75      1597         0      4133      7985     58850   no data   no data
1.57/0.43	c  N st    11     17045        75      1597         0      9368      7985    146125   no data   no data
2.77/0.70	c  F st    12     25001        75      1597         0     11497      7985    183724   no data   no data
2.77/0.70	c  N st    12     25001        75      1597         0     11497      7985    183724   no data   no data
3.17/0.89	c Decided on static restart strategy
3.17/0.89	c  N st    18     30002        75      1597         0      9865      7985    148297   no data   no data
3.17/0.89	c  S st    18     30002        75      1597         0      9865      7985    148297   no data   no data
3.57/0.92	c  S st    18     30504        75      1597         0     10335      7985    156607   no data   no data
3.57/0.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/0.92	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.57/0.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.00/1.07	c lits-rem:       232  cl-subs:     2452  v-elim:      0  v-fix:    0  time:  0.15 s
4.00/1.10	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.00/1.10	c calculated reachability. Time: 0.00
4.00/1.10	c  N st    18     30504        75      1597         0      7883      7985    117136   no data   no data
5.56/1.42	c  N st    20     37617        75      1597         0      7251      7985     95817   no data   no data
6.36/1.68	c  N st    21     44016        75      1597         0     13005      7985    194066   no data   no data
6.76/1.78	c  S st    22     45756        75      1597         0     14588      7985    222313   no data   no data
7.16/1.82	c  S st    22     46267        75      1597         0     15073      7985    231041   no data   no data
7.16/1.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.16/1.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.16/1.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.16/1.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.16/1.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.16/1.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.16/1.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.16/1.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.17	c lits-rem:       345  cl-subs:     2783  v-elim:      0  v-fix:    0  time:  0.33 s
8.38/2.17	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.38/2.17	c vivif2 --  cl tried    12290 cl shrink        0 lits rem          0 time: 0.00
8.80/2.22	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.80/2.22	c calculated reachability. Time: 0.00
8.80/2.22	c  N st    22     46267        75      1597         0     12290      7985    184707   no data   no data
11.54/2.92	c  N st    23     60665        75      1597         0     17289      7985    255817   no data   no data
12.77/3.31	c  N st    24     69400        75      1597         0     16283      7985    233832   no data   no data
12.77/3.31	c  S st    24     69400        75      1597         0     16283      7985    233832   no data   no data
13.18/3.36	c  S st    24     69902        75      1597         0     16749      7985    242468   no data   no data
13.18/3.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.18/3.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.18/3.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.18/3.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.18/3.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.18/3.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.18/3.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.18/3.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.18/3.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.72	c lits-rem:       337  cl-subs:     3015  v-elim:      0  v-fix:    0  time:  0.35 s
14.73/3.72	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.73/3.73	c vivif2 --  cl tried    13734 cl shrink        0 lits rem          0 time: 0.00
14.73/3.77	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
14.73/3.77	c calculated reachability. Time: 0.00
14.73/3.77	c  N st    24     69902        75      1597         0     13734      7985    196550   no data   no data
18.31/4.69	c  F st    25     87501        75      1597         0     19845      7985    281365   no data   no data
18.31/4.69	c  N st    25     87501        75      1597         0     19845      7985    281365   no data   no data
19.92/5.01	c Decided on static restart strategy
20.32/5.18	c  N st    32     95545        75      1597         0     16414      7985    228556   no data   no data
23.10/5.82	c  N st    34    104853        75      1597         0     13148      7985    164638   no data   no data
23.10/5.82	c  S st    34    104853        75      1597         0     13148      7985    164638   no data   no data
23.10/5.85	c  S st    34    105358        75      1597         0     13627      7985    173380   no data   no data
23.10/5.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.10/5.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.10/5.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.10/5.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.10/5.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.10/5.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
23.10/5.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.10/5.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.10/5.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.50/5.95	c lits-rem:       148  cl-subs:     1243  v-elim:      0  v-fix:    0  time:  0.09 s
23.50/5.95	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.50/5.95	c vivif2 --  cl tried    12384 cl shrink        0 lits rem          0 time: 0.00
23.90/6.00	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.90/6.00	c calculated reachability. Time: 0.00
23.90/6.00	c  N st    34    105358        75      1597         0     12384      7985    154914   no data   no data
25.93/6.60	c  N st    35    114957        75      1597         0     20969      7985    295002   no data   no data
29.48/7.48	c  N st    36    129354        75      1597         0     21403      7985    295871   no data   no data
35.11/8.88	c  N st    37    150949        75      1597         0     27346      7985    377624   no data   no data
37.06/9.31	c  S st    38    158037        75      1597         0     19377      7985    244929   no data   no data
37.06/9.37	c  S st    38    158540        75      1597         0     19839      7985    253197   no data   no data
37.06/9.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.06/9.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
37.06/9.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.06/9.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.06/9.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.06/9.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
37.06/9.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.06/9.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
37.06/9.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.26/9.65	c lits-rem:       361  cl-subs:     2504  v-elim:      0  v-fix:    0  time:  0.28 s
38.26/9.65	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
38.26/9.66	c vivif2 --  cl tried    17335 cl shrink        0 lits rem          0 time: 0.00
38.66/9.71	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
38.66/9.72	c calculated reachability. Time: 0.00
38.66/9.72	c  N st    38    158540        75      1597         0     17335      7985    216731   no data   no data
52.25/13.17	c  N st    39    207131        75      1597         0     29505      7985    382383   no data   no data
61.43/15.44	c  N st    40    237810        75      1597         0     22275      7985    271725   no data   no data
61.43/15.44	c  S st    40    237810        75      1597         0     22275      7985    271725   no data   no data
61.77/15.50	c  S st    40    238313        75      1597         0     22743      7985    280323   no data   no data
61.77/15.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.77/15.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
61.77/15.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.77/15.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.77/15.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.77/15.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
61.77/15.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.77/15.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
61.77/15.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.98/15.80	c lits-rem:       375  cl-subs:     2281  v-elim:      0  v-fix:    0  time:  0.29 s
62.98/15.80	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
62.98/15.80	c vivif2 --  cl tried    20462 cl shrink        0 lits rem          0 time: 0.00
62.98/15.87	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
62.98/15.87	c calculated reachability. Time: 0.00
62.98/15.87	c  N st    40    238313        75      1597         0     20462      7985    248452   no data   no data
87.75/22.08	c  F st    41    306250        75      1597         0     22189      7985    242681   no data   no data
87.75/22.08	c  N st    41    306250        75      1597         0     22189      7985    242681   no data   no data
89.69/22.51	c Decided on static restart strategy
98.06/24.62	c  N st    51    334551        75      1597         0     26293      7985    308154   no data   no data
107.63/27.01	c  N st    53    357469        75      1597         0     24472      7985    267585   no data   no data
107.63/27.01	c  S st    53    357469        75      1597         0     24472      7985    267585   no data   no data
107.63/27.08	c  S st    53    357975        75      1597         0     24942      7985    276303   no data   no data
107.63/27.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
107.63/27.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
107.63/27.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
107.63/27.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
107.63/27.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
107.63/27.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
107.63/27.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
107.63/27.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
108.03/27.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
108.43/27.28	c lits-rem:       154  cl-subs:     1655  v-elim:      0  v-fix:    0  time:  0.19 s
108.43/27.28	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
108.43/27.29	c vivif2 --  cl tried    23287 cl shrink        0 lits rem          0 time: 0.00
108.83/27.37	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.08
108.83/27.37	c calculated reachability. Time: 0.00
108.83/27.37	c  N st    53    357975        75      1597         0     23287      7985    254144   no data   no data
121.19/30.49	c  N st    54    390370        75      1597         0     28994      7985    336331   no data   no data
141.52/35.54	c  N st    55    438958        75      1597         0     48113      7985    633571   no data   no data
163.05/40.97	c  E st    56    493502         0      1597         0     46120      7985    606697   no data   no data
163.05/40.97	c Verified 1597 clauses.
163.05/40.97	c Verified 1597 clauses.
163.05/40.97	c Following stats are for *FIRST FINISHED THREAD ONLY*
163.05/40.97	c num threads              : 4          
163.05/40.97	c restarts                 : 56         
163.05/40.97	c dynamic restarts         : 0          
163.05/40.97	c static restarts          : 56         
163.05/40.97	c full restarts            : 3          
163.05/40.97	c total simplify time      : 0.00       
163.05/40.97	c learnts DL2              : 0          
163.05/40.97	c learnts size 2           : 0          
163.05/40.97	c learnts size 1           : 0           (0.00      % of vars)
163.05/40.97	c filedLit time            : 0.03        (0.07      % time)
163.05/40.97	c v-elim SatELite          : 0           (0.00      % vars)
163.05/40.97	c SatELite time            : 1.66        (4.05      % time)
163.05/40.97	c v-elim xor               : 0           (0.00      % vars)
163.05/40.97	c xor elim time            : 0.01        (0.01      % time)
163.05/40.97	c num binary xor trees     : 0          
163.05/40.97	c binxor trees' crown      : 0           (nan       leafs/tree)
163.05/40.97	c bin xor find time        : 0.00       
163.05/40.97	c OTF clause improved      : 50661       (0.10      clauses/conflict)
163.05/40.97	c OTF impr. size diff      : 51373       (1.01       lits/clause)
163.05/40.97	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
163.05/40.97	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
163.05/40.97	c tried to recurMin cls    : 21604       (4.38       % of conflicts)
163.05/40.97	c updated cache            : 0           (0.00       lits/tried recurMin)
163.05/40.97	c unit cls recevied        : 0           (nan       % of units)
163.05/40.97	c unit cls sent            : 0           (nan       % of units)
163.05/40.97	c bin cls recevied         : 0          
163.05/40.97	c bin cls sent             : 0          
163.05/40.97	c clauses over max glue    : 0           (0.00      % of all clauses)
163.05/40.97	c conflicts                : 493502      (12057.58  / sec)
163.05/40.97	c decisions                : 545042      (0.74      % random)
163.05/40.97	c bogo-props               : 7145398857  (174581294.16 / sec)
163.05/40.97	c conflict literals        : 8128894     (18.23     % deleted)
163.05/40.97	c Memory used              : 260.87      MB
163.05/40.97	c single-thread CPU time   : 40.93       s
163.05/40.97	c all-threads sum CPU time : 163.22      s
163.05/40.97	s SATISFIABLE
163.05/40.97	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366533-1305406800/watcher-3366533-1305406800 -o /tmp/evaluation-result-3366533-1305406800/solver-3366533-1305406800 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366533-1305406800.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.43 7.99 8.03 1/396 28932
/proc/meminfo: memFree=24243776/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=216144 CPUtime=0.02 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 713 0 0 0 2 0 0 0 24 0 4 0 652278658 221331456 636 33554432000 4194304 4580107 140736052845520 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 54036 636 357 95 0 49018 0
[pid=28932/tid=28933] ppid=28930 vsize=216520 CPUtime=0 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 65 0 0 0 0 0 0 0 25 0 4 0 652278658 221716480 844 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=216520 CPUtime=0 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 150 0 0 0 0 0 0 0 25 0 4 0 652278658 221716480 844 33554432000 4194304 4580107 140736052845520 18446744073709551615 4451687 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=216520 CPUtime=0 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 100 0 0 0 0 0 0 0 25 0 4 0 652278658 221716480 844 33554432000 4194304 4580107 140736052845520 18446744073709551615 4301509 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.034935 s]
/proc/loadavg: 7.43 7.99 8.03 1/396 28932
/proc/meminfo: memFree=24243776/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=216792 CPUtime=0.11 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 1101 0 0 0 11 0 0 0 24 0 4 0 652278658 221995008 1023 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 54198 1023 375 95 0 49180 0
[pid=28932/tid=28933] ppid=28930 vsize=216792 CPUtime=0.02 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 148 0 0 0 2 0 0 0 25 0 4 0 652278658 221995008 1023 33554432000 4194304 4580107 140736052845520 18446744073709551615 4321364 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=216792 CPUtime=0.02 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 179 0 0 0 2 0 0 0 25 0 4 0 652278658 221995008 1023 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=216792 CPUtime=0.02 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 127 0 0 0 2 0 0 0 25 0 4 0 652278658 221995008 1023 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 216792

[startup+0.100924 s]
/proc/loadavg: 7.43 7.99 8.03 1/396 28932
/proc/meminfo: memFree=24243776/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=217468 CPUtime=0.37 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 1568 0 0 0 37 0 0 0 24 0 4 0 652278658 222687232 1384 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 54367 1384 376 95 0 49349 0
[pid=28932/tid=28933] ppid=28930 vsize=217468 CPUtime=0.08 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 255 0 0 0 8 0 0 0 25 0 4 0 652278658 222687232 1384 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=217468 CPUtime=0.09 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 284 0 0 0 9 0 0 0 25 0 4 0 652278658 222687232 1384 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=217468 CPUtime=0.09 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 278 0 0 0 9 0 0 0 25 0 4 0 652278658 222687232 1384 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 217468

[startup+0.30089 s]
/proc/loadavg: 7.43 7.99 8.03 1/396 28932
/proc/meminfo: memFree=24243776/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=219160 CPUtime=1.17 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 2796 0 0 0 117 0 0 0 24 0 4 0 652278658 224419840 1661 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 54790 1661 377 95 0 49772 0
[pid=28932/tid=28933] ppid=28930 vsize=219160 CPUtime=0.28 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 563 0 0 0 28 0 0 0 25 0 4 0 652278658 224419840 1661 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=219160 CPUtime=0.29 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 610 0 0 0 29 0 0 0 25 0 4 0 652278658 224419840 1661 33554432000 4194304 4580107 140736052845520 18446744073709551615 4296101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=219160 CPUtime=0.29 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 553 0 0 0 29 0 0 0 25 0 4 0 652278658 224419840 1662 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 219160

[startup+0.70082 s]
/proc/loadavg: 7.43 7.99 8.03 1/396 28932
/proc/meminfo: memFree=24243776/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=220268 CPUtime=2.77 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 4391 0 0 0 277 0 0 0 25 0 4 0 652278658 225554432 2446 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294510 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 55067 2446 378 95 0 50049 0
[pid=28932/tid=28933] ppid=28930 vsize=220268 CPUtime=0.68 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 954 0 0 0 68 0 0 0 25 0 4 0 652278658 225554432 2446 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=220268 CPUtime=0.69 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 1009 0 0 0 69 0 0 0 25 0 4 0 652278658 225554432 2446 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294701 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=220268 CPUtime=0.69 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 974 0 0 0 69 0 0 0 25 0 4 0 652278658 225554432 2446 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 220268

[startup+1.50068 s]
/proc/loadavg: 7.43 7.99 8.03 10/405 28966
/proc/meminfo: memFree=24229520/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=228400 CPUtime=5.96 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 8618 0 0 0 595 1 0 0 25 0 4 0 652278658 233881600 4562 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 57100 4562 379 95 0 52082 0
[pid=28932/tid=28933] ppid=28930 vsize=228400 CPUtime=1.47 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 2281 0 0 0 147 0 0 0 25 0 4 0 652278658 233881600 4562 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=228400 CPUtime=1.49 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 1627 0 0 0 149 0 0 0 25 0 4 0 652278658 233881600 4562 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=228400 CPUtime=1.49 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 1637 0 0 0 149 0 0 0 25 0 4 0 652278658 233881600 4562 33554432000 4194304 4580107 140736052845520 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 228400

[startup+3.10041 s]
/proc/loadavg: 7.43 7.99 8.03 9/405 28966
/proc/meminfo: memFree=24202984/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=235112 CPUtime=12.34 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 15947 0 0 0 1233 1 0 0 25 0 4 0 652278658 240754688 9038 33554432000 4194304 4580107 140736052845520 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 58778 9038 379 95 0 53760 0
[pid=28932/tid=28933] ppid=28930 vsize=235112 CPUtime=3.05 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 3888 0 0 0 305 0 0 0 25 0 4 0 652278658 240754688 9038 33554432000 4194304 4580107 140736052845520 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=235112 CPUtime=3.09 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 3926 0 0 0 309 0 0 0 25 0 4 0 652278658 240754688 9038 33554432000 4194304 4580107 140736052845520 18446744073709551615 4316561 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=235112 CPUtime=3.09 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 3593 0 0 0 309 0 0 0 25 0 4 0 652278658 240754688 9038 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 235112

[startup+6.30086 s]
/proc/loadavg: 7.56 8.01 8.03 11/405 28967
/proc/meminfo: memFree=24167588/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=237656 CPUtime=25.1 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 22851 0 0 0 2507 3 0 0 25 0 4 0 652278658 243359744 10824 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 59414 10824 379 95 0 54396 0
[pid=28932/tid=28933] ppid=28930 vsize=237656 CPUtime=6.21 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 5306 0 0 0 621 0 0 0 25 0 4 0 652278658 243359744 10824 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=237656 CPUtime=6.28 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 6039 0 0 0 628 0 0 0 25 0 4 0 652278658 243359744 10824 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=237656 CPUtime=6.28 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 5262 0 0 0 628 0 0 0 25 0 4 0 652278658 243359744 10824 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 237656

[startup+12.7008 s]
/proc/loadavg: 7.59 8.00 8.03 10/405 28967
/proc/meminfo: memFree=24126612/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=249844 CPUtime=50.61 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 35458 0 0 0 5056 5 0 0 25 0 4 0 652278658 255840256 13604 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 62461 13604 379 95 0 57443 0
[pid=28932/tid=28933] ppid=28930 vsize=249844 CPUtime=12.53 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 7897 0 0 0 1252 1 0 0 25 0 4 0 652278658 255840256 13604 33554432000 4194304 4580107 140736052845520 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=249844 CPUtime=12.69 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 9617 0 0 0 1268 1 0 0 25 0 4 0 652278658 255840256 13604 33554432000 4194304 4580107 140736052845520 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=249844 CPUtime=12.68 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 8770 0 0 0 1268 0 0 0 25 0 4 0 652278658 255840256 13604 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 249844

[startup+25.5006 s]
/proc/loadavg: 7.68 8.00 8.03 9/405 28967
/proc/meminfo: memFree=24091692/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=251016 CPUtime=101.65 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 55226 0 0 0 10155 10 0 0 25 0 4 0 652278658 257040384 18659 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 62754 18659 379 95 0 57736 0
[pid=28932/tid=28933] ppid=28930 vsize=251016 CPUtime=25.16 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 12765 0 0 0 2514 2 0 0 25 0 4 0 652278658 257040384 18659 33554432000 4194304 4580107 140736052845520 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=251016 CPUtime=25.49 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 13804 0 0 0 2547 2 0 0 25 0 4 0 652278658 257040384 18659 33554432000 4194304 4580107 140736052845520 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=251016 CPUtime=25.48 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 14881 0 0 0 2546 2 0 0 25 0 4 0 652278658 257040384 18659 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 251016

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

[startup+31.9155 s]
/proc/loadavg: 7.71 8.00 8.03 9/405 28967
/proc/meminfo: memFree=24084000/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=252092 CPUtime=127.22 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 63034 0 0 0 12710 12 0 0 25 0 4 0 652278658 258142208 18087 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 63023 18087 379 95 0 58005 0
[pid=28932/tid=28933] ppid=28930 vsize=252092 CPUtime=31.49 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 14761 0 0 0 3147 2 0 0 25 0 4 0 652278658 258142208 18087 33554432000 4194304 4580107 140736052845520 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=252092 CPUtime=31.9 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 15809 0 0 0 3188 2 0 0 25 0 4 0 652278658 258142208 18087 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=252092 CPUtime=31.9 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 16840 0 0 0 3188 2 0 0 25 0 4 0 652278658 258142208 18087 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 127.22
Current children cumulated vsize (KiB) 252092

[startup+35.1009 s]
/proc/loadavg: 7.73 8.00 8.03 10/405 28967
/proc/meminfo: memFree=24077292/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=258908 CPUtime=139.97 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 67494 0 0 0 13984 13 0 0 25 0 4 0 652278658 265121792 20838 33554432000 4194304 4580107 140736052845520 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 64727 20838 379 95 0 59709 0
[pid=28932/tid=28933] ppid=28930 vsize=258908 CPUtime=34.64 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 16579 0 0 0 3462 2 0 0 25 0 4 0 652278658 265121792 20838 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=258908 CPUtime=35.1 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 16756 0 0 0 3508 2 0 0 25 0 4 0 652278658 265121792 20838 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=258908 CPUtime=35.1 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 17624 0 0 0 3507 3 0 0 25 0 4 0 652278658 265121792 20838 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 139.97
Current children cumulated vsize (KiB) 258908

[startup+38.3004 s]
/proc/loadavg: 7.73 8.00 8.03 10/405 28967
/proc/meminfo: memFree=24076424/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=256948 CPUtime=152.69 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 70379 0 0 0 15256 13 0 0 25 0 4 0 652278658 263114752 20258 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 64237 20258 379 95 0 59219 0
[pid=28932/tid=28933] ppid=28930 vsize=256948 CPUtime=37.8 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 16904 0 0 0 3778 2 0 0 25 0 4 0 652278658 263114752 20258 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=256948 CPUtime=38.28 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 17596 0 0 0 3826 2 0 0 25 0 4 0 652278658 263114752 20258 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=256948 CPUtime=38.29 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 18438 0 0 0 3826 3 0 0 25 0 4 0 652278658 263114752 20258 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 152.69
Current children cumulated vsize (KiB) 256948

[startup+39.9011 s]
/proc/loadavg: 7.75 8.00 8.03 10/405 28967
/proc/meminfo: memFree=24076224/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=257296 CPUtime=159.07 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 72212 0 0 0 15893 14 0 0 25 0 4 0 652278658 263471104 20374 33554432000 4194304 4580107 140736052845520 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 64324 20374 379 95 0 59306 0
[pid=28932/tid=28933] ppid=28930 vsize=257296 CPUtime=39.38 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 17225 0 0 0 3935 3 0 0 25 0 4 0 652278658 263471104 20374 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=257296 CPUtime=39.88 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 18161 0 0 0 3986 2 0 0 25 0 4 0 652278658 263471104 20374 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=257296 CPUtime=39.89 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 18714 0 0 0 3986 3 0 0 25 0 4 0 652278658 263471104 20374 33554432000 4194304 4580107 140736052845520 18446744073709551615 4295739 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 159.07
Current children cumulated vsize (KiB) 257296

[startup+40.7149 s]
/proc/loadavg: 7.75 8.00 8.03 9/405 28967
/proc/meminfo: memFree=24071180/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=267124 CPUtime=162.31 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 73137 0 0 0 16217 14 0 0 25 0 4 0 652278658 273534976 21299 33554432000 4194304 4580107 140736052845520 18446744073709551615 4318435 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 66781 21299 379 95 0 61763 0
[pid=28932/tid=28933] ppid=28930 vsize=267124 CPUtime=40.18 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 17699 0 0 0 4015 3 0 0 25 0 4 0 652278658 273534976 21299 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=267124 CPUtime=40.7 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 18311 0 0 0 4068 2 0 0 25 0 4 0 652278658 273534976 21299 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=267124 CPUtime=40.7 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 18824 0 0 0 4067 3 0 0 25 0 4 0 652278658 273534976 21299 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 267124

[startup+40.9009 s]
/proc/loadavg: 7.75 8.00 8.03 9/405 28967
/proc/meminfo: memFree=24071180/32951132 swapFree=67093844/67111528
[pid=28932] ppid=28930 vsize=267124 CPUtime=163.05 cores=1,3,5,7
/proc/28932/stat : 28932 (strangenight2-m) R 28930 28932 28827 0 -1 4202496 73270 0 0 0 16291 14 0 0 25 0 4 0 652278658 273534976 21432 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28932/statm: 66781 21433 379 95 0 61763 0
[pid=28932/tid=28933] ppid=28930 vsize=267124 CPUtime=40.36 cores=1,3,5,7
/proc/28932/task/28933/stat : 28933 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 17737 0 0 0 4033 3 0 0 25 0 4 0 652278658 273534976 21433 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28932/tid=28934] ppid=28930 vsize=267124 CPUtime=40.89 cores=1,3,5,7
/proc/28932/task/28934/stat : 28934 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 18349 0 0 0 4086 3 0 0 25 0 4 0 652278658 273534976 21433 33554432000 4194304 4580107 140736052845520 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28932/tid=28935] ppid=28930 vsize=267124 CPUtime=40.88 cores=1,3,5,7
/proc/28932/task/28935/stat : 28935 (strangenight2-m) R 28930 28932 28827 0 -1 4202560 18849 0 0 0 4085 3 0 0 25 0 4 0 652278658 273534976 21433 33554432000 4194304 4580107 140736052845520 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 163.05
Current children cumulated vsize (KiB) 267124

Child status: 10
Real time (s): 40.9824
CPU time (s): 163.37
CPU user time (s): 163.219
CPU system time (s): 0.150977
CPU usage (%): 398.635
Max. virtual memory (cumulated for all children) (KiB): 267124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.219
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73331
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= 184
involuntary context switches= 780

runsolver used 0.12798 second user time and 0.407937 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-14 23:00:00
IDJOB=3366533
IDBENCH=82942
IDSOLVER=1844
FILE ID=node128/3366533-1305406800
RUNJOBID= node128-1305405594-28846
PBS_JOBID= 13324496
Free space on /tmp= 73604 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S241605246-015.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366533-1305406800/watcher-3366533-1305406800 -o /tmp/evaluation-result-3366533-1305406800/solver-3366533-1305406800 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366533-1305406800.cnf

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

MD5SUM BENCH= a2636b8675c559c02b749d6959527a10
RANDOM SEED=98716195

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24243932 kB
Buffers:        265660 kB
Cached:        2891996 kB
SwapCached:       1440 kB
Active:        6326988 kB
Inactive:      2089168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24243932 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:            5476 kB
Writeback:           0 kB
AnonPages:     5257460 kB
Mapped:          31936 kB
Slab:           187092 kB
PageTables:      37752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100705196 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73596 MiB
End job on node128 at 2011-05-14 23:00:41