Trace number 3283400

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-mtSignal 397.609 100.875

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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-3283400-1304028709.cnf'
0.00/0.00	c -- header says num vars:         258781
0.00/0.00	c -- header says num clauses:     1372095
2.89/0.81	c -- clauses added:            0 learnts,      1372095 normals,            0 xors
2.89/0.81	c -- vars added     258781
2.89/0.81	c Parsing time:  0.58 s
2.89/0.81	c  N st     0         0    258781    378643    979353         0   3290715         0   no data   no data
5.27/1.42	c asymm  cl-useful: 3/1464/332664 lits-rem:12 time: 0.58
57.21/14.49	c Flit:    82 Blit:   1280 bXBeca:    0 bXProp: 1159 Bins:      0 BRemL:      0 BRemN:      0 P: 200.1M T: 13.06
57.60/14.54	c Cleaning up after failed var search:     0.05 s 
58.00/14.63	c Replacing     1159 vars Replaced    35218 lits Time:     0.08 s 
58.39/14.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.79/14.85	c bin-w-bin subsume rem        36158 bins  time:  0.07 s
59.19/14.99	c subs with bin:     5231  lits-rem:     48130  v-fix:    0  time:  0.13 s
67.18/16.93	c Subs w/ non-existent bins:      5 l-rem:      0 v-fix:  2524 done:  15395 time:  1.94 s
68.38/17.23	c Removed useless bin:     685  fixed:     0  props:  20.02M  time:  0.30 s
72.37/18.25	c lits-rem:      2541  cl-subs:     7148  v-elim:  62934  v-fix:    0  time:  0.98 s
72.77/18.31	c Finding binary XORs  T:     0.06 s  found:     675
72.77/18.38	c Replacing      675 vars Replaced    13594 lits Time:     0.07 s 
73.57/18.55	c Finding non-binary XORs:     0.13 s (found:       0, avg size: nan)
73.57/18.55	c calculated reachability. Time: 0.00
73.57/18.58	c Calc default polars -  time:   0.03 s pos:   28415 undec:  127557 neg:  102809
73.57/18.58	c =========================================================================================
73.57/18.58	c types(t): F = full restart, N = normal restart
73.57/18.58	c types(t): S = simplification begin/end, E = solution found
73.57/18.58	c restart types(rt): st = static, dy = dynamic
73.57/18.58	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
73.57/18.58	c  B st     0         0    131627    389046    476461         0   2380949         0   no data   no data
89.54/22.54	c  N dy    15      4039    116212    360419    414642      3532   2101667    227528      7.23      7.61
99.52/25.01	c Finding binary XORs  T:     0.06 s  found:    2048
99.52/25.09	c Replacing     2048 vars Replaced    82472 lits Time:     0.08 s 
103.51/26.03	c  N dy    37      8532    106540    346077    379031      7499   1947397    526241     10.08     10.83
119.90/30.13	c  N dy    57     12660    104594    340888    378620     11262   1921126    862673     10.21     10.94
136.68/34.37	c  N dy    81     16799    103348    331001    376964     15027   1881098   1273893     10.80     11.74
141.46/35.55	c Finding binary XORs  T:     0.06 s  found:    2715
141.86/35.64	c Replacing     2715 vars Replaced   113708 lits Time:     0.09 s 
155.45/39.00	c  N dy   104     21060     99213    325074    360735      9941   1819086    400666     11.48     12.17
173.02/43.45	c  F st   129     25000     97537    316299    361776     13526   1780855    813284     11.47   no data
175.82/44.14	c  N st   130     25250     97537    316241    361704     13756   1780512    851043     11.47   no data
183.41/46.10	c Finding binary XORs  T:     0.05 s  found:    2094
183.83/46.19	c Replacing     2094 vars Replaced    96615 lits Time:     0.09 s 
202.18/50.73	c  N dy   135     30000     95279    314658    351303     18238   1757098   1885706     11.47   no data
202.18/50.74	c  S st   135     30000     95279    314658    351303     18238   1757098   1885706     11.47   no data
209.38/52.58	c  S st   135     30503     92903    305699    347297     18394   1707182   1873253     11.47   no data
209.78/52.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
273.28/68.53	c Flit:  1059 Blit:   3975 bXBeca:    0 bXProp:  894 Bins:  47524 BRemL:   1673 BRemN:     24 P: 200.0M T: 15.90
273.28/68.58	c Cleaning up after failed var search:     0.05 s 
274.08/68.70	c Replacing      895 vars Replaced    84174 lits Time:     0.11 s 
274.48/68.83	c blocked clauses removed:        0 vars:      1 tried:       86079 T: 0.05 s
274.48/68.87	c bin-w-bin subsume rem         9422 bins  time:  0.05 s
274.88/68.97	c subs with bin:     4190  lits-rem:      3050  v-fix:    0  time:  0.09 s
293.27/73.52	c Subs w/ non-existent bins:   1307 l-rem:     48 v-fix:  1423 done:  21785 time:  4.55 s
294.46/73.82	c Removed useless bin:    2913  fixed:     0  props:  20.00M  time:  0.30 s
296.46/74.33	c lits-rem:       998  cl-subs:    10240  v-elim:   5807  v-fix:    0  time:  0.50 s
297.26/74.50	c subs with bin:      266  lits-rem:       502  v-fix:    0  time:  0.12 s
297.66/74.64	c lits-rem:       227  cl-subs:      431  v-elim:      0  v-fix:    0  time:  0.10 s
300.46/75.35	c asymm  cl-useful: 388/1360/248267 lits-rem:931 time: 0.72
300.46/75.38	c calculated reachability. Time: 0.00
300.46/75.38	c  N dy   135     30503     78848    248267    329490      7470   1444766    294039     11.47   no data
300.85/75.43	c Finding binary XORs  T:     0.05 s  found:     174
317.23/79.55	c  N dy   154     34518     78772    248267    329642     11279   1444766    721858     11.35     20.33
336.01/84.27	c  N dy   176     38571     77607    243735    328095     15007   1418397   1241689     11.60     12.73
356.37/89.38	c  N dy   200     42838     77555    243735    334435     10119   1418397    465811     11.80     12.46
357.18/89.54	c Finding binary XORs  T:     0.05 s  found:     562
371.96/93.22	c  S st   220     45754     77474    243629    333991     12922   1416980    925630     11.92      9.07
377.17/94.51	c  S st   220     46256     77361    243629    334039     13322   1416980    964069     11.92   no data
377.17/94.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
395.92/99.20	strangenight2-mt: Solver.cpp:891: void Solver::calcReachability(): Assertion `*it != ~lit' 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: 935)

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

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

running on 4 cores: 0,2,4,6

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: 0.69 0.15 0.07 5/180 16928
/proc/meminfo: memFree=22321296/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 408 0 0 0 0 0 0 0 22 0 4 0 514468069 52441088 348 33554432000 4194304 4627427 140736703414304 18446744073709551615 47636736284594 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 12803 348 299 106 0 7774 0
[pid=16928/tid=16929] ppid=16926 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 514468069 52441088 348 33554432000 4194304 4627427 140736703414304 18446744073709551615 239476751345 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 514468069 52441088 348 33554432000 4194304 4627427 140736703414304 18446744073709551615 239488492598 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 514468069 52441088 348 33554432000 4194304 4627427 140736703414304 18446744073709551615 47636736284584 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0755751 s]
/proc/loadavg: 0.69 0.15 0.07 5/180 16928
/proc/meminfo: memFree=22321296/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=422492 CPUtime=0.24 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 46321 0 0 0 16 8 0 0 18 0 4 0 514468069 432631808 37746 33554432000 4194304 4627427 140736703414304 18446744073709551615 4313569 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 105623 37791 341 106 0 100594 0
[pid=16928/tid=16929] ppid=16926 vsize=422492 CPUtime=0.05 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 11843 0 0 0 3 2 0 0 24 0 4 0 514468069 432631808 37810 33554432000 4194304 4627427 140736703414304 18446744073709551615 4358019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=422492 CPUtime=0.06 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 11685 0 0 0 4 2 0 0 18 0 4 0 514468069 432631808 37834 33554432000 4194304 4627427 140736703414304 18446744073709551615 4358019 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=422492 CPUtime=0.06 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 11717 0 0 0 4 2 0 0 18 0 4 0 514468069 432631808 37858 33554432000 4194304 4627427 140736703414304 18446744073709551615 4358019 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 422492

[startup+0.100574 s]
/proc/loadavg: 0.69 0.15 0.07 5/180 16928
/proc/meminfo: memFree=22321296/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=415864 CPUtime=0.33 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 63179 0 0 0 22 11 0 0 17 0 4 0 514468069 425844736 46357 33554432000 4194304 4627427 140736703414304 18446744073709551615 239476392270 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 103966 46373 341 106 0 98937 0
[pid=16928/tid=16929] ppid=16926 vsize=415864 CPUtime=0.08 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 15961 0 0 0 5 3 0 0 24 0 4 0 514468069 425844736 46390 33554432000 4194304 4627427 140736703414304 18446744073709551615 4314333 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=415864 CPUtime=0.07 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 16120 0 0 0 5 2 0 0 18 0 4 0 514468069 425844736 46414 33554432000 4194304 4627427 140736703414304 18446744073709551615 4316560 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=415864 CPUtime=0.08 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 16028 0 0 0 5 3 0 0 18 0 4 0 514468069 425844736 46435 33554432000 4194304 4627427 140736703414304 18446744073709551615 4316560 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 415864

[startup+0.300525 s]
/proc/loadavg: 0.69 0.15 0.07 5/180 16928
/proc/meminfo: memFree=22321296/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=518912 CPUtime=1.11 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 90562 0 0 0 92 19 0 0 18 0 4 0 514468069 531365888 73545 33554432000 4194304 4627427 140736703414304 18446744073709551615 4532100 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 129728 73546 341 106 0 124699 0
[pid=16928/tid=16929] ppid=16926 vsize=518912 CPUtime=0.27 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 22627 0 0 0 22 5 0 0 18 0 4 0 514468069 531365888 73546 33554432000 4194304 4627427 140736703414304 18446744073709551615 239476363505 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=518912 CPUtime=0.27 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 22560 0 0 0 23 4 0 0 18 0 4 0 514468069 531365888 73547 33554432000 4194304 4627427 140736703414304 18446744073709551615 239476355781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=518912 CPUtime=0.27 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 22982 0 0 0 22 5 0 0 18 0 4 0 514468069 531365888 73548 33554432000 4194304 4627427 140736703414304 18446744073709551615 4359966 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 518912

[startup+0.700451 s]
/proc/loadavg: 0.69 0.15 0.07 5/180 16928
/proc/meminfo: memFree=22321296/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=701440 CPUtime=2.54 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 124988 0 0 0 207 47 0 0 18 0 4 0 514468069 718274560 107700 33554432000 4194304 4627427 140736703414304 18446744073709551615 239476800031 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 175360 107704 343 106 0 170331 0
[pid=16928/tid=16929] ppid=16926 vsize=701440 CPUtime=0.64 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 31781 0 0 0 54 10 0 0 17 0 4 0 514468069 718274560 107705 33554432000 4194304 4627427 140736703414304 18446744073709551615 239476799982 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=701440 CPUtime=0.63 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 31396 0 0 0 51 12 0 0 17 0 4 0 514468069 718274560 107706 33554432000 4194304 4627427 140736703414304 18446744073709551615 239476799982 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=701440 CPUtime=0.63 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 31189 0 0 0 50 13 0 0 18 0 4 0 514468069 718274560 107708 33554432000 4194304 4627427 140736703414304 18446744073709551615 239476799982 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 701440

[startup+1.5003 s]
/proc/loadavg: 0.69 0.15 0.07 9/184 16932
/proc/meminfo: memFree=21840072/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=845480 CPUtime=5.68 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 140758 0 0 0 511 57 0 0 18 0 4 0 514468069 865771520 122977 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 211370 122977 368 106 0 206341 0
[pid=16928/tid=16929] ppid=16926 vsize=845480 CPUtime=1.42 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 35447 0 0 0 131 11 0 0 18 0 4 0 514468069 865771520 122977 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=845480 CPUtime=1.42 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 34980 0 0 0 128 14 0 0 18 0 4 0 514468069 865771520 122977 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=845480 CPUtime=1.41 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 35930 0 0 0 125 16 0 0 18 0 4 0 514468069 865771520 122977 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 845480

[startup+3.10099 s]
/proc/loadavg: 1.43 0.31 0.12 9/184 16932
/proc/meminfo: memFree=21814788/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=911016 CPUtime=12.07 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 143044 0 0 0 1149 58 0 0 21 0 4 0 514468069 932880384 123778 33554432000 4194304 4627427 140736703414304 18446744073709551615 4238436 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 227754 123778 368 106 0 222725 0
[pid=16928/tid=16929] ppid=16926 vsize=911016 CPUtime=3.02 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 35451 0 0 0 291 11 0 0 21 0 4 0 514468069 932880384 123778 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308307 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=911016 CPUtime=3.02 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 34983 0 0 0 288 14 0 0 21 0 4 0 514468069 932880384 123778 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=911016 CPUtime=3.01 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 38206 0 0 0 284 17 0 0 21 0 4 0 514468069 932880384 123778 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 911016

[startup+6.30038 s]
/proc/loadavg: 1.43 0.31 0.12 9/184 16932
/proc/meminfo: memFree=21784780/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=911016 CPUtime=24.85 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 144218 0 0 0 2426 59 0 0 25 0 4 0 514468069 932880384 124952 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 227754 124952 368 106 0 222725 0
[pid=16928/tid=16929] ppid=16926 vsize=911016 CPUtime=6.22 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 35452 0 0 0 611 11 0 0 25 0 4 0 514468069 932880384 124952 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=911016 CPUtime=6.22 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 34983 0 0 0 608 14 0 0 25 0 4 0 514468069 932880384 124952 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=911016 CPUtime=6.18 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 39379 0 0 0 601 17 0 0 25 0 4 0 514468069 932880384 124952 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 911016

[startup+12.7011 s]
/proc/loadavg: 2.44 0.56 0.21 9/184 16932
/proc/meminfo: memFree=21733112/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=924176 CPUtime=50.42 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 150659 0 0 0 4980 62 0 0 25 0 4 0 514468069 946356224 131393 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308143 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 231044 131393 369 106 0 226015 0
[pid=16928/tid=16929] ppid=16926 vsize=924176 CPUtime=12.63 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 35718 0 0 0 1251 12 0 0 25 0 4 0 514468069 946356224 131393 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308368 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=924176 CPUtime=12.62 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 35235 0 0 0 1248 14 0 0 25 0 4 0 514468069 946356224 131393 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308940 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=924176 CPUtime=12.55 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 44939 0 0 0 1235 20 0 0 25 0 4 0 514468069 946356224 131393 33554432000 4194304 4627427 140736703414304 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 924176

[startup+25.5007 s]
/proc/loadavg: 3.30 0.81 0.29 9/184 16932
/proc/meminfo: memFree=21413056/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=1140484 CPUtime=101.51 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 246165 0 0 0 10069 82 0 0 25 0 4 0 514468069 1167855616 201933 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 285121 201933 387 106 0 280092 0
[pid=16928/tid=16929] ppid=16926 vsize=1140484 CPUtime=25.43 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 59577 0 0 0 2526 17 0 0 25 0 4 0 514468069 1167855616 201933 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=1140484 CPUtime=25.4 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 64756 0 0 0 2520 20 0 0 25 0 4 0 514468069 1167855616 201933 33554432000 4194304 4627427 140736703414304 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=1140484 CPUtime=25.28 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 50958 0 0 0 2505 23 0 0 25 0 4 0 514468069 1167855616 201933 33554432000 4194304 4627427 140736703414304 18446744073709551615 4324759 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 1140484

[startup+51.1008 s]
/proc/loadavg: 4.90 1.38 0.49 10/184 16963
/proc/meminfo: memFree=21780332/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=1158672 CPUtime=203.78 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 348948 0 0 0 20281 97 0 0 25 0 4 0 514468069 1186480128 206652 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 289668 206652 388 106 0 284639 0
[pid=16928/tid=16929] ppid=16926 vsize=1158672 CPUtime=51.02 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 76828 0 0 0 5082 20 0 0 25 0 4 0 514468069 1186480128 206652 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=1158672 CPUtime=51.01 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 69752 0 0 0 5078 23 0 0 25 0 4 0 514468069 1186480128 206652 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308780 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=1158672 CPUtime=50.73 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 100945 0 0 0 5045 28 0 0 25 0 4 0 514468069 1186480128 206652 33554432000 4194304 4627427 140736703414304 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 1158672

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

[startup+76.7009 s]
/proc/loadavg: 5.96 1.91 0.69 10/184 16964
/proc/meminfo: memFree=21662816/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=1237000 CPUtime=306.05 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 388499 0 0 0 30497 108 0 0 25 0 4 0 514468069 1266688000 227963 33554432000 4194304 4627427 140736703414304 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 309250 227963 391 106 0 304221 0
[pid=16928/tid=16929] ppid=16926 vsize=1237000 CPUtime=76.62 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 80318 0 0 0 7641 21 0 0 25 0 4 0 514468069 1266688000 227963 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=1237000 CPUtime=76.6 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 76275 0 0 0 7636 24 0 0 25 0 4 0 514468069 1266688000 227963 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=1237000 CPUtime=76.2 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 118610 0 0 0 7586 34 0 0 25 0 4 0 514468069 1266688000 227963 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308268 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 306.05
Current children cumulated vsize (KiB) 1237000

[startup+89.5004 s]
/proc/loadavg: 6.41 2.21 0.81 10/184 16964
/proc/meminfo: memFree=21429196/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=1484140 CPUtime=357.18 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 451511 0 0 0 35595 123 0 0 25 0 4 0 514468069 1519759360 285345 33554432000 4194304 4627427 140736703414304 18446744073709551615 4515202 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 371035 285345 391 106 0 366006 0
[pid=16928/tid=16929] ppid=16926 vsize=1484140 CPUtime=89.43 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 83428 0 0 0 8921 22 0 0 25 0 4 0 514468069 1519759360 285345 33554432000 4194304 4627427 140736703414304 18446744073709551615 4534796 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=1484140 CPUtime=89.4 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 77160 0 0 0 8916 24 0 0 25 0 4 0 514468069 1519759360 285345 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=1484140 CPUtime=88.93 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 173977 0 0 0 8846 47 0 0 25 0 4 0 514468069 1519759360 285345 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308752 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 357.18
Current children cumulated vsize (KiB) 1484140

[startup+95.9012 s]
/proc/loadavg: 6.54 2.31 0.85 10/184 16964
/proc/meminfo: memFree=21327268/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=1627076 CPUtime=382.74 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 476269 0 0 0 38147 127 0 0 25 0 4 0 514468069 1666125824 308375 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 406769 308375 391 106 0 401740 0
[pid=16928/tid=16929] ppid=16926 vsize=1627076 CPUtime=95.82 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 88425 0 0 0 9559 23 0 0 25 0 4 0 514468069 1666125824 308375 33554432000 4194304 4627427 140736703414304 18446744073709551615 4322612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=1627076 CPUtime=95.81 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 80526 0 0 0 9556 25 0 0 25 0 4 0 514468069 1666125824 308375 33554432000 4194304 4627427 140736703414304 18446744073709551615 4534796 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=1627076 CPUtime=95.29 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 188409 0 0 0 9480 49 0 0 25 0 4 0 514468069 1666125824 308375 33554432000 4194304 4627427 140736703414304 18446744073709551615 4534796 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 382.74
Current children cumulated vsize (KiB) 1627076

[startup+99.1006 s]
/proc/loadavg: 6.65 2.40 0.89 10/184 16964
/proc/meminfo: memFree=21297756/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=1538488 CPUtime=395.52 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) R 16926 16928 16886 0 -1 4202496 492671 0 0 0 39421 131 0 0 25 0 4 0 514468069 1575411712 310067 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 384622 310067 391 106 0 379593 0
[pid=16928/tid=16929] ppid=16926 vsize=1538488 CPUtime=99.02 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 90342 0 0 0 9878 24 0 0 25 0 4 0 514468069 1575411712 310067 33554432000 4194304 4627427 140736703414304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=1538488 CPUtime=99.01 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 80528 0 0 0 9876 25 0 0 25 0 4 0 514468069 1575411712 310067 33554432000 4194304 4627427 140736703414304 18446744073709551615 4534796 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=1538488 CPUtime=98.47 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4202560 202856 0 0 0 9795 52 0 0 25 0 4 0 514468069 1575411712 310067 33554432000 4194304 4627427 140736703414304 18446744073709551615 4299072 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 395.52
Current children cumulated vsize (KiB) 1538488

[startup+99.9004 s]
/proc/loadavg: 6.65 2.40 0.89 10/184 16964
/proc/meminfo: memFree=21297756/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=1538488 CPUtime=396.63 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) D 16926 16928 16886 0 -1 4203524 492683 0 0 0 39462 201 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 384622 310079 397 106 0 379593 0
[pid=16928/tid=16929] ppid=16926 vsize=1538488 CPUtime=99.12 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) D 16926 16928 16886 0 -1 4203588 90348 0 0 0 9888 24 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 18446744071562337734 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=1538488 CPUtime=99.11 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) D 16926 16928 16886 0 -1 4203588 80528 0 0 0 9886 25 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 4534761 0 0 4096 2 18446744071562337734 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=1538488 CPUtime=99.27 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4204096 202862 0 0 0 9805 122 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 239476081253 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 396.63
Current children cumulated vsize (KiB) 1538488

[startup+100.3 s]
/proc/loadavg: 6.65 2.40 0.89 6/184 16964
/proc/meminfo: memFree=20696232/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=1538488 CPUtime=397.02 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) D 16926 16928 16886 0 -1 4203524 492683 0 0 0 39462 240 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 384622 310079 397 106 0 379593 0
[pid=16928/tid=16929] ppid=16926 vsize=1538488 CPUtime=99.12 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) D 16926 16928 16886 0 -1 4203588 90348 0 0 0 9888 24 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 18446744071562337734 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=1538488 CPUtime=99.11 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) D 16926 16928 16886 0 -1 4203588 80528 0 0 0 9886 25 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 4534761 0 0 4096 2 18446744071562337734 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=1538488 CPUtime=99.67 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4204096 202862 0 0 0 9805 162 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 239476081253 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 397.02
Current children cumulated vsize (KiB) 1538488

[startup+100.7 s]
/proc/loadavg: 6.65 2.40 0.89 6/184 16964
/proc/meminfo: memFree=20696232/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=1538488 CPUtime=397.42 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) D 16926 16928 16886 0 -1 4203524 492683 0 0 0 39462 280 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 384622 310079 397 106 0 379593 0
[pid=16928/tid=16929] ppid=16926 vsize=1538488 CPUtime=99.12 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) D 16926 16928 16886 0 -1 4203588 90348 0 0 0 9888 24 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 18446744071562337734 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=1538488 CPUtime=99.11 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) D 16926 16928 16886 0 -1 4203588 80528 0 0 0 9886 25 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 4534761 0 0 4096 2 18446744071562337734 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=1538488 CPUtime=100.07 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4204096 202862 0 0 0 9805 202 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 239476081253 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 397.42
Current children cumulated vsize (KiB) 1538488

[startup+100.8 s]
/proc/loadavg: 6.65 2.40 0.89 6/184 16964
/proc/meminfo: memFree=20696232/32950928 swapFree=67087032/67111528
[pid=16928] ppid=16926 vsize=1538488 CPUtime=397.52 cores=0,2,4,6
/proc/16928/stat : 16928 (strangenight2-m) D 16926 16928 16886 0 -1 4203524 492683 0 0 0 39462 290 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16928/statm: 384622 310079 397 106 0 379593 0
[pid=16928/tid=16929] ppid=16926 vsize=1538488 CPUtime=99.12 cores=0,2,4,6
/proc/16928/task/16929/stat : 16929 (strangenight2-m) D 16926 16928 16886 0 -1 4203588 90348 0 0 0 9888 24 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 4308414 0 0 4096 2 18446744071562337734 0 0 -1 0 0 0 0
[pid=16928/tid=16930] ppid=16926 vsize=1538488 CPUtime=99.11 cores=0,2,4,6
/proc/16928/task/16930/stat : 16930 (strangenight2-m) D 16926 16928 16886 0 -1 4203588 80528 0 0 0 9886 25 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 4534761 0 0 4096 2 18446744071562337734 0 0 -1 4 0 0 0
[pid=16928/tid=16931] ppid=16926 vsize=1538488 CPUtime=100.17 cores=0,2,4,6
/proc/16928/task/16931/stat : 16931 (strangenight2-m) R 16926 16928 16886 0 -1 4204096 202862 0 0 0 9805 212 0 0 25 0 4 0 514468069 1575411712 310079 33554432000 4194304 4627427 140736703414304 18446744073709551615 239476081253 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 397.52
Current children cumulated vsize (KiB) 1538488

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 100.875
CPU time (s): 397.609
CPU user time (s): 394.625
CPU system time (s): 2.98355
CPU usage (%): 394.16
Max. virtual memory (cumulated for all children) (KiB): 1643988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 394.625
system time used= 2.98355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 492683
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= 44449
involuntary context switches= 2039

runsolver used 0.163975 second user time and 0.386941 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 00:11:50
IDJOB=3283400
IDBENCH=71036
IDSOLVER=1586
FILE ID=node148/3283400-1304028709
RUNJOBID= node148-1304028687-16904
PBS_JOBID= 13170304
Free space on /tmp= 71400 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p0.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283400-1304028709/watcher-3283400-1304028709 -o /tmp/evaluation-result-3283400-1304028709/solver-3283400-1304028709 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3283400-1304028709.cnf

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=465783699

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22321584 kB
Buffers:       2004440 kB
Cached:        7632224 kB
SwapCached:       3548 kB
Active:        1982352 kB
Inactive:      8084392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22321584 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           42156 kB
Writeback:           8 kB
AnonPages:      427996 kB
Mapped:          14472 kB
Slab:           498780 kB
PageTables:       5564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   666752 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= 70188 MiB
End job on node148 at 2011-04-29 00:13:31