Trace number 3369503

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)Signal 137.206 35.5516

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k55.cnf
MD5SUM123611192e7b44f446f7ac11e53423f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark60.9727
Satisfiable
(Un)Satisfiability was proved
Number of variables112764
Number of clauses468539
Sum of the clauses size1200891
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2331975
Number of clauses of size 387836
Number of clauses of size 416674
Number of clauses of size 59489
Number of clauses of size over 520493

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	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-3369503-1305389251.cnf'
0.09/0.05	c -- header says num vars:         112764
0.09/0.05	c -- header says num clauses:      468539
1.03/0.30	c -- clauses added:            0 learnts,       468539 normals,            0 xors
1.03/0.30	c -- vars added     112764
1.03/0.30	c Parsing time:  0.73 s
1.03/0.30	c  N st     0         0    112764    131406    325613         0   1174212         0   no data   no data  --
2.23/0.61	c asymm  cl-useful: 3319/9786/126713 lits-rem:20448 time: 1.25
20.98/5.38	c Flit:   265 Blit:    651 bXBeca:    0 bXProp: 10170 Bins:      0 BRemL:      0 BRemN:      0 P: 106.9M T: 18.91
20.98/5.39	c Cleaning up after failed var search:     0.06 s 
21.40/5.46	c Replacing    10170 vars Replaced   544339 lits Time:     0.21 s 
21.80/5.54	c bin-w-bin subsume rem          128 bins  time:  0.07 s
21.80/5.59	c subs with bin:       87  lits-rem:       999  v-fix:    0  time:  0.19 s
23.74/6.04	c Subs w/ non-existent bins:     65 l-rem:   1576 v-fix:     0 done:  93823 time:  1.78 s
24.54/6.21	c Removed useless bin:   21613  fixed:     0  props:  20.00M  time:  0.68 s
25.76/6.58	c lits-rem:        40  cl-subs:     1544  v-elim:  31274  v-fix:    0  time:  1.44 s
25.76/6.60	c Finding binary XORs  T:     0.07 s  found:       2
26.16/6.62	c Replacing        2 vars Replaced       14 lits Time:     0.07 s 
26.51/6.70	c Finding non-binary XORs:     0.24 s (found:    7245, avg size: 3.0)
26.51/6.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     44 locsubst:  3186 time:   0.08
26.51/6.73	c Replacing     1566 vars Replaced    19835 lits Time:     0.10 s 
26.51/6.75	c Calc default polars -  time:   0.04 s pos:   27168 undec:   52033 neg:   33563
26.51/6.75	c =========================================================================================
26.51/6.75	c types(t): F = full restart, N = normal restart
26.51/6.75	c types(t): S = simplification begin/end, E = solution found
26.51/6.75	c restart types(rt): st = static, dy = dynamic
26.51/6.75	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
26.51/6.75	c  B st     0         0     60937     98534    192148         0    845875         0   no data   no data  --
29.31/7.41	c  N dy    18      4197     60935     98534    192506      3757    845875     65072      6.06      6.66  --
31.70/8.01	c  N dy    44      8258     60912     98534    194764      7518    845875    125513      6.22      6.62  --
34.09/8.69	c  N dy    68     12291     60775     98534    196124     11247    845873    184496      6.25      6.61  --
36.89/9.36	c  N dy    95     16397     60596     98534    196332     15099    845873    251586      6.33      6.67  --
40.08/10.13	c  N dy   120     20439     60581     98534    197284      9662    845872     82312      6.41      6.78  --
43.30/10.91	c  N dy   145     24515     60560     98534    198330     13520    845872    150000      6.45      6.87  --
43.30/11.00	c  F st   149     25000     60557     98534    198344     13985    845871    157236      6.46   no data  --
43.70/11.04	c Replacing       45 vars Replaced      742 lits Time:     0.09 s 
44.44/11.28	c Found part     5866 vars:         14 clauses:        45 lits size:       113
44.44/11.28	c Found part     5867 vars:          7 clauses:        16 lits size:        40
44.44/11.28	c Found part     5868 vars:          7 clauses:        16 lits size:        40
44.44/11.28	c Found part     5869 vars:          7 clauses:        16 lits size:        40
44.44/11.28	c Found part     5870 vars:          7 clauses:        16 lits size:        40
44.44/11.28	c Found part     6950 vars:      60340 clauses:    294215 lits size:    834778
44.44/11.28	c Found parts:          6 time: 1.06 s
44.44/11.28	c Solving part 5867
44.83/11.33	c  N st     0         0         7         4        12         0        40         0   no data   no data  --
44.83/11.33	c asymm  cl-useful: 0/4/4 lits-rem:0 time: 0.00
44.83/11.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
44.83/11.34	c Finding binary XORs  T:     0.02 s  found:       0
44.83/11.34	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
44.83/11.34	c Calc default polars -  time:   0.00 s pos:       2 undec:  112757 neg:       5
44.83/11.34	c =========================================================================================
44.83/11.34	c types(t): F = full restart, N = normal restart
44.83/11.34	c types(t): S = simplification begin/end, E = solution found
44.83/11.34	c restart types(rt): st = static, dy = dynamic
44.83/11.34	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
44.83/11.34	c  B st     0         0         7         4        12         0        40         0   no data   no data  --
44.83/11.34	c  E st     1         0         0         4        12         0        40         0   no data   no data  --
44.83/11.35	c Verified 4 clauses.
44.83/11.35	c Verified 4 clauses.
44.83/11.35	c Solved part
44.83/11.35	c =========================================================================================
44.83/11.35	c Solving part 5868
45.20/11.40	c  N st     0         0         7         4        12         0        40         0   no data   no data  --
45.20/11.40	c asymm  cl-useful: 0/4/4 lits-rem:0 time: 0.00
45.20/11.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
45.20/11.41	c Finding binary XORs  T:     0.02 s  found:       0
45.20/11.41	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
45.20/11.41	c Calc default polars -  time:   0.00 s pos:       2 undec:  112757 neg:       5
45.20/11.41	c =========================================================================================
45.20/11.41	c types(t): F = full restart, N = normal restart
45.20/11.41	c types(t): S = simplification begin/end, E = solution found
45.20/11.41	c restart types(rt): st = static, dy = dynamic
45.20/11.41	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
45.20/11.41	c  B st     0         0         7         4        12         0        40         0   no data   no data  --
45.20/11.41	c  E st     1         0         0         4        12         0        40         0   no data   no data  --
45.20/11.41	c Verified 4 clauses.
45.20/11.41	c Verified 4 clauses.
45.20/11.41	c Solved part
45.20/11.41	c =========================================================================================
45.20/11.42	c Solving part 5869
45.20/11.46	c  N st     0         0         7         4        13         0        40         2   no data   no data  --
45.20/11.46	c asymm  cl-useful: 0/4/4 lits-rem:0 time: 0.00
45.20/11.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
45.20/11.47	c Finding binary XORs  T:     0.02 s  found:       0
45.20/11.47	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
45.20/11.47	c Calc default polars -  time:   0.00 s pos:       2 undec:  112757 neg:       5
45.20/11.47	c =========================================================================================
45.20/11.47	c types(t): F = full restart, N = normal restart
45.20/11.47	c types(t): S = simplification begin/end, E = solution found
45.20/11.47	c restart types(rt): st = static, dy = dynamic
45.20/11.47	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
45.20/11.47	c  B st     0         0         7         4        13         0        40         2   no data   no data  --
45.20/11.47	c  E st     1         0         0         4        13         0        40         2   no data   no data  --
45.20/11.47	c Verified 4 clauses.
45.20/11.47	c Verified 4 clauses.
45.20/11.47	c Solved part
45.20/11.47	c =========================================================================================
45.20/11.48	c Solving part 5870
45.58/11.52	c  N st     0         0         7         4        12         0        40         0   no data   no data  --
45.58/11.52	c asymm  cl-useful: 0/4/4 lits-rem:0 time: 0.00
45.58/11.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
45.58/11.53	c Finding binary XORs  T:     0.03 s  found:       0
45.58/11.53	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
45.58/11.53	c Calc default polars -  time:   0.00 s pos:       2 undec:  112757 neg:       5
45.58/11.53	c =========================================================================================
45.58/11.53	c types(t): F = full restart, N = normal restart
45.58/11.53	c types(t): S = simplification begin/end, E = solution found
45.58/11.53	c restart types(rt): st = static, dy = dynamic
45.58/11.53	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
45.58/11.53	c  B st     0         0         7         4        12         0        40         0   no data   no data  --
45.58/11.53	c  E st     1         0         0         4        12         0        40         0   no data   no data  --
45.58/11.53	c Verified 4 clauses.
45.58/11.53	c Verified 4 clauses.
45.58/11.53	c Solved part
45.58/11.53	c =========================================================================================
45.58/11.54	c Solving part 5866
45.58/11.58	c  N st     0         0        14        11        34         0       113         0   no data   no data  --
45.58/11.58	c asymm  cl-useful: 0/11/11 lits-rem:0 time: 0.00
45.58/11.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
45.58/11.59	c Finding binary XORs  T:     0.02 s  found:       0
45.58/11.59	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
45.58/11.59	c Calc default polars -  time:   0.00 s pos:       9 undec:  112750 neg:       5
45.58/11.59	c =========================================================================================
45.58/11.59	c types(t): F = full restart, N = normal restart
45.58/11.59	c types(t): S = simplification begin/end, E = solution found
45.58/11.59	c restart types(rt): st = static, dy = dynamic
45.58/11.59	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
45.58/11.59	c  B st     0         0        14        11        34         0       113         0   no data   no data  --
45.58/11.59	c  E st     1         0         0        11        34         0       113         0   no data   no data  --
45.58/11.60	c Verified 11 clauses.
45.58/11.60	c Verified 11 clauses.
45.58/11.60	c Solved part
45.58/11.60	c =========================================================================================
45.97/11.60	c Coming back to original instance
45.97/11.60	c =========================================================================================
47.17/11.91	c Finding binary XORs  T:     0.07 s  found:     512
49.55/12.54	c  N dy   155     30001     60334     97104    196178     18553    834704    292105      6.46   no data  --
49.55/12.54	c  S st   155     30001     60334     97104    196178     18553    834704    292105      6.46   no data  --
50.35/12.78	c  S st   155     30501     60332     97104    196639     18930    834702    296511      6.46   no data  --
50.75/12.80	c x-sub:  1552 x-cut:      0 vfix:      0 v-elim:      3 locsubst:     2 time:   0.08
81.85/20.69	c Flit:   198 Blit:    122 bXBeca:    0 bXProp: 2524 Bins:  35806 BRemL:   3373 BRemN:    408 P: 140.8M T: 31.21
82.25/20.70	c Cleaning up after failed var search:     0.00 s 
82.25/20.76	c Replacing     3041 vars Replaced   129020 lits Time:     0.24 s 
82.68/20.84	c bin-w-bin subsume rem         8666 bins  time:  0.07 s
83.09/20.98	c subs with bin:     1610  lits-rem:     19509  v-fix:    0  time:  0.59 s
83.85/21.18	c Subs w/ non-existent bins:    829 l-rem:   6093 v-fix:     0 done:  25723 time:  0.78 s
84.65/21.34	c Removed useless bin:     994  fixed:     0  props:  13.40M  time:  0.62 s
88.23/22.27	c lits-rem:      2588  cl-subs:    11145  v-elim:  13108  v-fix:    0  time:  3.71 s
89.43/22.57	c asymm  cl-useful: 143/4415/109452 lits-rem:223 time: 1.19
89.83/22.64	c calculated reachability. Time: 0.25
89.83/22.64	c  N dy   155     30501     43712    109452    156793     10597    786996    138228      6.46   no data  --
90.63/22.84	c Finding binary XORs  T:     0.79 s  found:    3361
90.63/22.87	c Replacing     3361 vars Replaced    58097 lits Time:     0.13 s 
93.41/23.57	c  N dy   169     34702     40346    108655    157020     14493    783593    197152      6.35      6.75  --
96.25/24.29	c  N dy   179     38817     40335    108655    157670     18292    783592    254263      6.24      6.63  --
99.39/25.00	c  N dy   198     43005     40335    108655    157855     22234    783583    318516      6.19      6.56  --
101.38/25.57	c Finding binary XORs  T:     0.56 s  found:      32
101.78/25.62	c  S st   208     45751     40334    108595    168749     24741    783009    374981      6.15   no data  --
102.58/25.84	c  S st   208     46253     40334    108595    168830     25161    783009    378700      6.15   no data  --
102.58/25.86	c x-sub:    11 x-cut:      0 vfix:      0 v-elim:     65 locsubst:  1080 time:   0.08
102.58/25.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.03
121.34/30.54	c Flit:    23 Blit:      4 bXBeca:    0 bXProp:  571 Bins:  21116 BRemL:  10679 BRemN:     96 P: 91.4M T: 18.62
121.34/30.59	c Replacing      997 vars Replaced    38377 lits Time:     0.19 s 
121.74/30.66	c bin-w-bin subsume rem        19487 bins  time:  0.07 s
122.16/30.78	c subs with bin:     3746  lits-rem:     19078  v-fix:    0  time:  0.48 s
122.92/30.95	c Subs w/ non-existent bins:    510 l-rem:  10814 v-fix:     0 done:  29186 time:  0.68 s
123.32/31.03	c Removed useless bin:    3271  fixed:     0  props:   6.83M  time:  0.32 s
125.71/31.68	c lits-rem:       833  cl-subs:     7474  v-elim:   1200  v-fix:    0  time:  2.59 s
126.11/31.78	c vivif2 --  cl tried   100423 cl shrink     7489 lits rem      15886 time: 0.38
126.54/31.82	c vivif2 --  cl tried    22801 cl shrink     4823 lits rem      15337 time: 0.16
127.70/32.16	c asymm  cl-useful: 125/6412/99898 lits-rem:157 time: 1.37
128.10/32.21	c calculated reachability. Time: 0.17
128.10/32.21	c  N dy   208     46253     38045     99898    148479     22743    674702    311458      6.15   no data  --
128.50/32.34	c Finding binary XORs  T:     0.53 s  found:      83
131.69/33.15	c Finding binary XORs  T:     0.52 s  found:     174
132.09/33.26	c  N dy   224     50485     38001     99685    169610     26737    673445    418198      6.10      6.59  --
134.89/33.98	c  N dy   241     54589     38001     99685    169741     17115    673439    244532      6.07      6.58  --
135.72/34.13	bin incorrectly moved to this part:92184 , -93930
135.72/34.13	bin incorrectly moved to this part:-93930 , 92184
135.72/34.13	strangenight1-mt: PartHandler.cpp:138: const bool PartHandler::handle(): Assertion `checkClauseMovement(solver, sizes[sizes.size()-1].first, partFinder)' failed.

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3369503-1305389251/watcher-3369503-1305389251 -o /tmp/evaluation-result-3369503-1305389251/solver-3369503-1305389251 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369503-1305389251.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: 8.21 6.79 5.13 6/333 19051
/proc/meminfo: memFree=11938280/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) R 19049 19051 18941 0 -1 4202496 415 0 0 0 1 0 0 0 25 0 4 0 631340775 52465664 356 33554432000 4194304 4650419 140734299818160 18446744073709551615 46954744555033 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 12809 356 306 112 0 7774 0
[pid=19051/tid=19052] ppid=19049 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 631340775 52465664 356 33554432000 4194304 4650419 140734299818160 18446744073709551615 46954744555033 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 631340775 52465664 356 33554432000 4194304 4650419 140734299818160 18446744073709551615 46954744555446 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 631340775 52465664 356 33554432000 4194304 4650419 140734299818160 18446744073709551615 46954744555033 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0309431 s]
/proc/loadavg: 8.21 6.79 5.13 6/333 19051
/proc/meminfo: memFree=11938280/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=183284 CPUtime=0.09 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) R 19049 19051 18941 0 -1 4202496 1517 0 0 0 9 0 0 0 18 0 4 0 631340775 187682816 1440 33554432000 4194304 4650419 140734299818160 18446744073709551615 46954741981323 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 45821 1440 334 112 0 40786 0
[pid=19051/tid=19052] ppid=19049 vsize=183284 CPUtime=0.02 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 274 0 0 0 2 0 0 0 18 0 4 0 631340775 187682816 1440 33554432000 4194304 4650419 140734299818160 18446744073709551615 4545514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=183284 CPUtime=0.01 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 277 0 0 0 1 0 0 0 25 0 4 0 631340775 187682816 1440 33554432000 4194304 4650419 140734299818160 18446744073709551615 46954741981803 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=183284 CPUtime=0.02 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 274 0 0 0 2 0 0 0 18 0 4 0 631340775 187682816 1440 33554432000 4194304 4650419 140734299818160 18446744073709551615 270338070219 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 183284

[startup+0.10114 s]
/proc/loadavg: 8.21 6.79 5.13 6/333 19051
/proc/meminfo: memFree=11938280/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=375444 CPUtime=0.35 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) R 19049 19051 18941 0 -1 4202496 16559 0 0 0 28 7 0 0 18 0 4 0 631340775 384454656 14377 33554432000 4194304 4650419 140734299818160 18446744073709551615 4546123 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 93861 14473 347 112 0 88826 0
[pid=19051/tid=19052] ppid=19049 vsize=375444 CPUtime=0.08 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) S 19049 19051 18941 0 -1 4202560 5161 0 0 0 7 1 0 0 18 0 4 0 631340775 384454656 14489 33554432000 4194304 4650419 140734299818160 18446744073709551615 270338488814 0 0 4096 2 18446604461492692032 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=375444 CPUtime=0.07 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) S 19049 19051 18941 0 -1 4202560 5178 0 0 0 6 1 0 0 18 0 4 0 631340775 384454656 14504 33554432000 4194304 4650419 140734299818160 18446744073709551615 270338488814 0 0 4096 2 18446604461492692032 0 0 -1 7 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=375444 CPUtime=0.08 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) S 19049 19051 18941 0 -1 4202560 2548 0 0 0 7 1 0 0 18 0 4 0 631340775 384454656 14517 33554432000 4194304 4650419 140734299818160 18446744073709551615 270338488814 0 0 4096 2 18446604461492692032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 375444

[startup+0.300916 s]
/proc/loadavg: 8.21 6.79 5.13 6/333 19051
/proc/meminfo: memFree=11938280/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=445312 CPUtime=1.03 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) R 19049 19051 18941 0 -1 4202496 53735 0 0 0 77 26 0 0 17 0 4 0 631340775 455999488 46188 33554432000 4194304 4650419 140734299818160 18446744073709551615 4223270 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 111328 46191 362 112 0 106293 0
[pid=19051/tid=19052] ppid=19049 vsize=445312 CPUtime=0.25 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 13310 0 0 0 19 6 0 0 17 0 4 0 631340775 455999488 46193 33554432000 4194304 4650419 140734299818160 18446744073709551615 270338427063 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=445312 CPUtime=0.24 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 13739 0 0 0 18 6 0 0 17 0 4 0 631340775 455999488 46193 33554432000 4194304 4650419 140734299818160 18446744073709551615 270338488814 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=445444 CPUtime=0.25 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 13187 0 0 0 19 6 0 0 17 0 4 0 631340775 456134656 46195 33554432000 4194304 4650419 140734299818160 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 445312

[startup+0.700813 s]
/proc/loadavg: 8.21 6.79 5.13 6/333 19051
/proc/meminfo: memFree=11938280/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=466120 CPUtime=2.62 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) R 19049 19051 18941 0 -1 4202496 61358 0 0 0 234 28 0 0 18 0 4 0 631340775 477306880 51052 33554432000 4194304 4650419 140734299818160 18446744073709551615 4370340 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 116530 51052 373 112 0 111495 0
[pid=19051/tid=19052] ppid=19049 vsize=466120 CPUtime=0.65 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 15358 0 0 0 59 6 0 0 18 0 4 0 631340775 477306880 51052 33554432000 4194304 4650419 140734299818160 18446744073709551615 4370340 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=466120 CPUtime=0.64 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 15766 0 0 0 57 7 0 0 18 0 4 0 631340775 477306880 51052 33554432000 4194304 4650419 140734299818160 18446744073709551615 4369198 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=466120 CPUtime=0.65 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 14392 0 0 0 59 6 0 0 18 0 4 0 631340775 477306880 51052 33554432000 4194304 4650419 140734299818160 18446744073709551615 4304010 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 466120

[startup+1.50066 s]
/proc/loadavg: 8.21 6.79 5.13 10/337 19055
/proc/meminfo: memFree=11732284/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=466120 CPUtime=5.82 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) R 19049 19051 18941 0 -1 4202496 61953 0 0 0 553 29 0 0 19 0 4 0 631340775 477306880 51647 33554432000 4194304 4650419 140734299818160 18446744073709551615 4369179 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 116530 51647 373 112 0 111495 0
[pid=19051/tid=19052] ppid=19049 vsize=466120 CPUtime=1.45 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 15449 0 0 0 139 6 0 0 19 0 4 0 631340775 477306880 51647 33554432000 4194304 4650419 140734299818160 18446744073709551615 4370249 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=466120 CPUtime=1.43 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 15902 0 0 0 136 7 0 0 19 0 4 0 631340775 477306880 51647 33554432000 4194304 4650419 140734299818160 18446744073709551615 4371306 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=466120 CPUtime=1.45 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 14621 0 0 0 139 6 0 0 19 0 4 0 631340775 477306880 51647 33554432000 4194304 4650419 140734299818160 18446744073709551615 4334219 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 466120

[startup+3.10034 s]
/proc/loadavg: 8.21 6.79 5.13 9/337 19055
/proc/meminfo: memFree=11721496/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=466120 CPUtime=12.2 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) R 19049 19051 18941 0 -1 4202496 63751 0 0 0 1191 29 0 0 23 0 4 0 631340775 477306880 53445 33554432000 4194304 4650419 140734299818160 18446744073709551615 4246192 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 116530 53445 374 112 0 111495 0
[pid=19051/tid=19052] ppid=19049 vsize=466120 CPUtime=3.05 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 15468 0 0 0 299 6 0 0 23 0 4 0 631340775 477306880 53445 33554432000 4194304 4650419 140734299818160 18446744073709551615 4302825 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=466120 CPUtime=3.02 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 15927 0 0 0 295 7 0 0 23 0 4 0 631340775 477306880 53445 33554432000 4194304 4650419 140734299818160 18446744073709551615 4370329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=466120 CPUtime=3.05 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 16340 0 0 0 299 6 0 0 23 0 4 0 631340775 477306880 53445 33554432000 4194304 4650419 140734299818160 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 466120

[startup+6.3007 s]
/proc/loadavg: 8.20 6.81 5.14 9/337 19055
/proc/meminfo: memFree=11674944/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=474644 CPUtime=24.94 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) R 19049 19051 18941 0 -1 4202496 98301 0 0 0 2458 36 0 0 19 0 4 0 631340775 486035456 74870 33554432000 4194304 4650419 140734299818160 18446744073709551615 4476793 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 118661 74870 392 112 0 113626 0
[pid=19051/tid=19052] ppid=19049 vsize=474644 CPUtime=6.24 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 20364 0 0 0 616 8 0 0 18 0 4 0 631340775 486035456 74870 33554432000 4194304 4650419 140734299818160 18446744073709551615 4450217 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=474644 CPUtime=6.18 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 17374 0 0 0 610 8 0 0 18 0 4 0 631340775 486035456 74870 33554432000 4194304 4650419 140734299818160 18446744073709551615 4476185 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=474644 CPUtime=6.25 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 42409 0 0 0 615 10 0 0 19 0 4 0 631340775 486035456 74871 33554432000 4194304 4650419 140734299818160 18446744073709551615 4310816 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 474644

[startup+12.7004 s]
/proc/loadavg: 8.18 6.83 5.16 9/337 19055
/proc/meminfo: memFree=11427580/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=754640 CPUtime=50.35 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) R 19049 19051 18941 0 -1 4202496 207172 0 0 0 4983 52 0 0 25 0 4 0 631340775 772751360 129171 33554432000 4194304 4650419 140734299818160 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 188660 129171 396 112 0 183625 0
[pid=19051/tid=19052] ppid=19049 vsize=754640 CPUtime=12.62 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 62149 0 0 0 1247 15 0 0 25 0 4 0 631340775 772751360 129171 33554432000 4194304 4650419 140734299818160 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=754640 CPUtime=12.56 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 58049 0 0 0 1243 13 0 0 25 0 4 0 631340775 772751360 129171 33554432000 4194304 4650419 140734299818160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=754640 CPUtime=12.51 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 44700 0 0 0 1240 11 0 0 19 0 4 0 631340775 772751360 129171 33554432000 4194304 4650419 140734299818160 18446744073709551615 4235947 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 754640

[startup+25.5009 s]
/proc/loadavg: 8.21 6.90 5.21 9/337 19056
/proc/meminfo: memFree=10937252/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=1256260 CPUtime=101.38 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) R 19049 19051 18941 0 -1 4202496 338415 0 0 0 10048 90 0 0 25 0 4 0 631340775 1286410240 254444 33554432000 4194304 4650419 140734299818160 18446744073709551615 4528981 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 314065 254444 396 112 0 309030 0
[pid=19051/tid=19052] ppid=19049 vsize=1256260 CPUtime=25.41 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 93773 0 0 0 2517 24 0 0 25 0 4 0 631340775 1286410240 254444 33554432000 4194304 4650419 140734299818160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=1256260 CPUtime=25.35 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 93909 0 0 0 2512 23 0 0 18 0 4 0 631340775 1286410240 254444 33554432000 4194304 4650419 140734299818160 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=1256260 CPUtime=25.15 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 85459 0 0 0 2492 23 0 0 20 0 4 0 631340775 1286410240 254444 33554432000 4194304 4650419 140734299818160 18446744073709551615 4528944 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 1256260

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

[startup+31.9126 s]
/proc/loadavg: 8.27 6.94 5.23 9/337 19056
/proc/meminfo: memFree=10933776/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=1259752 CPUtime=126.95 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) R 19049 19051 18941 0 -1 4202496 347687 0 0 0 12603 92 0 0 25 0 4 0 631340775 1289986048 257042 33554432000 4194304 4650419 140734299818160 18446744073709551615 4369240 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 314938 257042 396 112 0 309903 0
[pid=19051/tid=19052] ppid=19049 vsize=1259752 CPUtime=31.82 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 95965 0 0 0 3158 24 0 0 25 0 4 0 631340775 1289986048 257042 33554432000 4194304 4650419 140734299818160 18446744073709551615 4370456 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=1259752 CPUtime=31.76 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 95929 0 0 0 3153 23 0 0 25 0 4 0 631340775 1289986048 257042 33554432000 4194304 4650419 140734299818160 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=1259752 CPUtime=31.49 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 87839 0 0 0 3125 24 0 0 25 0 4 0 631340775 1289986048 257042 33554432000 4194304 4650419 140734299818160 18446744073709551615 4363280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 126.95
Current children cumulated vsize (KiB) 1259752

[startup+33.5003 s]
/proc/loadavg: 8.27 6.94 5.23 9/337 19056
/proc/meminfo: memFree=10936876/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=1247360 CPUtime=133.29 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) R 19049 19051 18941 0 -1 4202496 348955 0 0 0 13236 93 0 0 25 0 4 0 631340775 1277296640 256165 33554432000 4194304 4650419 140734299818160 18446744073709551615 4363506 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 311840 256165 396 112 0 306805 0
[pid=19051/tid=19052] ppid=19049 vsize=1247360 CPUtime=33.4 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 95965 0 0 0 3316 24 0 0 25 0 4 0 631340775 1277296640 256165 33554432000 4194304 4650419 140734299818160 18446744073709551615 4369077 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=1247360 CPUtime=33.35 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 96089 0 0 0 3312 23 0 0 25 0 4 0 631340775 1277296640 256165 33554432000 4194304 4650419 140734299818160 18446744073709551615 4330934 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=1247360 CPUtime=33.06 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) R 19049 19051 18941 0 -1 4202560 87958 0 0 0 3282 24 0 0 25 0 4 0 631340775 1277296640 256165 33554432000 4194304 4650419 140734299818160 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 133.29
Current children cumulated vsize (KiB) 1247360

[startup+34.3012 s]
/proc/loadavg: 8.25 6.95 5.24 9/337 19056
/proc/meminfo: memFree=10925096/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=1247348 CPUtime=135.97 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) D 19049 19051 18941 0 -1 4203524 367420 0 0 0 13485 112 0 0 25 0 4 0 631340775 1277284352 266408 33554432000 4194304 4650419 140734299818160 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 311837 266408 402 112 0 306802 0
[pid=19051/tid=19052] ppid=19049 vsize=1247348 CPUtime=34.04 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) D 19049 19051 18941 0 -1 4203588 95965 0 0 0 3380 24 0 0 25 0 4 0 631340775 1277284352 266408 33554432000 4194304 4650419 140734299818160 18446744073709551615 4244969 0 0 4096 2 18446744071562337734 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=1247348 CPUtime=33.97 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) D 19049 19051 18941 0 -1 4203588 97554 0 0 0 3374 23 0 0 25 0 4 0 631340775 1277284352 266408 33554432000 4194304 4650419 140734299818160 18446744073709551615 4368084 0 0 4096 2 18446744071562337734 0 0 -1 7 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=1247348 CPUtime=33.86 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) R 19049 19051 18941 0 -1 4204096 104898 0 0 0 3343 43 0 0 25 0 4 0 631340775 1277284352 266408 33554432000 4194304 4650419 140734299818160 18446744073709551615 270337770085 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 135.97
Current children cumulated vsize (KiB) 1247348

[startup+35.101 s]
/proc/loadavg: 8.25 6.95 5.24 6/337 19056
/proc/meminfo: memFree=10116616/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=1247348 CPUtime=136.75 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) D 19049 19051 18941 0 -1 4203524 367420 0 0 0 13485 190 0 0 25 0 4 0 631340775 1277284352 266408 33554432000 4194304 4650419 140734299818160 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 311837 266408 402 112 0 306802 0
[pid=19051/tid=19052] ppid=19049 vsize=1247348 CPUtime=34.04 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) D 19049 19051 18941 0 -1 4203588 95965 0 0 0 3380 24 0 0 25 0 4 0 631340775 1277284352 266408 33554432000 4194304 4650419 140734299818160 18446744073709551615 4244969 0 0 4096 2 18446744071562337734 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=1247348 CPUtime=33.97 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) D 19049 19051 18941 0 -1 4203588 97554 0 0 0 3374 23 0 0 25 0 4 0 631340775 1277284352 266408 33554432000 4194304 4650419 140734299818160 18446744073709551615 4368084 0 0 4096 2 18446744071562337734 0 0 -1 7 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=1247348 CPUtime=34.65 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) R 19049 19051 18941 0 -1 4204096 104898 0 0 0 3343 122 0 0 25 0 4 0 631340775 1277284352 266408 33554432000 4194304 4650419 140734299818160 18446744073709551615 270337770085 0 0 4096 2 0 0 0 -1 1 0 0 2
Current children cumulated CPU time (s) 136.75
Current children cumulated vsize (KiB) 1247348

[startup+35.5009 s]
/proc/loadavg: 8.25 6.95 5.24 6/337 19056
/proc/meminfo: memFree=10116616/32951124 swapFree=67111352/67111528
[pid=19051] ppid=19049 vsize=1247348 CPUtime=137.14 cores=1,3,5,7
/proc/19051/stat : 19051 (strangenight1-m) D 19049 19051 18941 0 -1 4203524 367420 0 0 0 13485 229 0 0 25 0 4 0 631340775 1277284352 266408 33554432000 4194304 4650419 140734299818160 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19051/statm: 311837 266408 402 112 0 306802 0
[pid=19051/tid=19052] ppid=19049 vsize=1247348 CPUtime=34.04 cores=1,3,5,7
/proc/19051/task/19052/stat : 19052 (strangenight1-m) D 19049 19051 18941 0 -1 4203588 95965 0 0 0 3380 24 0 0 25 0 4 0 631340775 1277284352 266408 33554432000 4194304 4650419 140734299818160 18446744073709551615 4244969 0 0 4096 2 18446744071562337734 0 0 -1 5 0 0 0
[pid=19051/tid=19053] ppid=19049 vsize=1247348 CPUtime=33.97 cores=1,3,5,7
/proc/19051/task/19053/stat : 19053 (strangenight1-m) D 19049 19051 18941 0 -1 4203588 97554 0 0 0 3374 23 0 0 25 0 4 0 631340775 1277284352 266408 33554432000 4194304 4650419 140734299818160 18446744073709551615 4368084 0 0 4096 2 18446744071562337734 0 0 -1 7 0 0 0
[pid=19051/tid=19054] ppid=19049 vsize=1247348 CPUtime=35.04 cores=1,3,5,7
/proc/19051/task/19054/stat : 19054 (strangenight1-m) R 19049 19051 18941 0 -1 4204096 104898 0 0 0 3343 161 0 0 25 0 4 0 631340775 1277284352 266408 33554432000 4194304 4650419 140734299818160 18446744073709551615 270337770085 0 0 4096 2 0 0 0 -1 1 0 0 2
Current children cumulated CPU time (s) 137.14
Current children cumulated vsize (KiB) 1247348

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 35.5516
CPU time (s): 137.206
CPU user time (s): 134.857
CPU system time (s): 2.34964
CPU usage (%): 385.936
Max. virtual memory (cumulated for all children) (KiB): 1312884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.856
system time used= 2.34964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 367420
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= 29037
involuntary context switches= 606

runsolver used 0.110983 second user time and 0.295955 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-14 18:07:32
IDJOB=3369503
IDBENCH=20565
IDSOLVER=1846
FILE ID=node143/3369503-1305389251
RUNJOBID= node143-1305388914-18960
PBS_JOBID= 13324429
Free space on /tmp= 73388 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k55.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369503-1305389251/watcher-3369503-1305389251 -o /tmp/evaluation-result-3369503-1305389251/solver-3369503-1305389251 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369503-1305389251.cnf

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

MD5SUM BENCH= 123611192e7b44f446f7ac11e53423f6
RANDOM SEED=1320792882

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:      11938568 kB
Buffers:        276616 kB
Cached:        3430328 kB
SwapCached:          0 kB
Active:       18099720 kB
Inactive:      2649164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11938568 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           17092 kB
Writeback:           0 kB
AnonPages:    17042172 kB
Mapped:          29400 kB
Slab:           144324 kB
PageTables:      55032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70999880 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= 72344 MiB
End job on node143 at 2011-05-14 18:08:07