Trace number 4120346

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
toysat 2016-05-02UNSAT 58.903 58.9129

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n70-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMebe7f106f1297a41bb65ad80a7c2239a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.05984
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables105
Total number of constraints280
Number of constraints which are clauses280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-30T20:23:36+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4120346-1467311016.opb"]
0.00/0.01	c use --random-gen="2740411857 2872829690 1627246603 3028148371 1407330662 228613416 1404878121 3672968200 1672989612 2574922304 49288734 3734151126 227287163 1158158550 2532952610 2985666511 1207115748 112360532 167457395 1140952439 3955367769 1244717602 133688444 2766928078 1541280355 1347040226 2707621329 1937807334 1722001351 1492045566 1422958067 1522703518 2238219384 519130047 3185409983 2114440526 2144359287 245015448 3973895526 2434925671 1323590696 1436509810 678364327 4011750910 5148396 2116587917 2731983853 5374273 3044532069 897954767 1090688291 2980606558 1094828989 3772044726 2608760987 2966962293 1946622935 3880877003 1553917533 3984859072 2725136298 1789302875 1203428454 2148740089 218377796 2794051170 166511506 3992431199 1666794700 3156196714 543771972 2171307131 4044731287 2171282971 949821422 383299380 2755155623 3751481009 3447922492 3751338228 1900352524 820454243 3084023934 3006096803 2103801359 117252380 4054406686 1979969374 3292579767 3904517437 2568548379 3737893561 233891754 1599186734 901086054 3858784522 2783396511 1993892618 3367569244 1403756854 2282345794 853341839 625653501 4118300108 319995873 4205268442 4016768311 2050156854 597093518 3335527252 342231684 3634527094 3766801247 1877722539 407358506 2034200823 1582149019 4186908175 3935505725 3714907177 3134794743 575697856 4218529379 681310111 3859176547 3021278545 3300738394 4151273299 182968655 2883827524 1331081114 976432567 3659391586 2387121924 3873177571 1914896846 2613760214 794988495 2727243227 176410180 1958531261 2863952906 862950584 757095766 4241236283 1734583278 2475450697 1770031627 2347206237 1404930512 1495756406 192703400 3283360138 1544114415 3459164282 3335263929 1657887394 188501933 3332482978 3914065934 3244519045 1377126243 3986736559 2145253723 4129921381 1251660741 3455245640 3023219844 1695587008 1707391756 1257300889 543554450 1116815613 375657052 3776308680 2641455295 4275963303 1998327145 22758969 2835689117 2963538088 1074914600 3232392122 1141972357 3487963015 37478505 1483981569 773035888 3356751912 2710154115 2616065561 1521614743 1594800152 1366402014 4121140095 3442587416 2194414221 2973507326 1079682459 3125354079 3044671640 2517340748 1816052745 4045538638 1876049533 1480338781 1483899274 2366162598 1884454220 4055038098 1496883802 52162612 1980256598 2390239015 2330655699 2931556751 1952678733 1608558962 804246465 1591209274 3341102183 2230694113 3418440046 3005441185 2504615166 3346636158 4276645715 3151789320 2333181825 3906110615 1465674291 3106424536 3058588567 2557858934 4192720365 2881485724 1519798093 2536658199 1866034527 533314633 3071763149 1508104732 260607798 1485998466 2792046320 4242764983 1279507414 3051617615 3146356394 4089408530 3522012037 4030926261 1106697907 1735656871 1458318318 1267508823 255 362436" option to reproduce the execution
0.00/0.01	c #vars 105
0.00/0.01	c #constraints 280
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |      128      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      150 |      100 |      128      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      413 |      250 |      141      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      697 |      475 |      156      3 |        0 |        0
0.00/0.09	c  0.1s |       4 |     1266 |      813 |      172      7 |        0 |        0
0.09/0.13	c  0.1s |       5 |     1905 |     1320 |      190     11 |        0 |        0
0.09/0.20	c  0.2s |       6 |     3012 |     2081 |      232     17 |        0 |        0
0.19/0.30	c  0.3s |       7 |     4809 |     3223 |      256     26 |        0 |        0
0.39/0.42	c  0.4s |       8 |     7287 |     4936 |      282     38 |        0 |        0
0.59/0.66	c  0.6s |       9 |    10794 |     7506 |      311     55 |        0 |        0
0.89/0.97	c  1.0s |      10 |    16367 |    11361 |      343     79 |        0 |        0
1.29/1.33	c  1.3s |      11 |    24745 |    17144 |      378    111 |        0 |        0
1.79/1.83	c  1.8s |      12 |    38297 |    25819 |      416    156 |        0 |        0
2.49/2.57	c  2.6s |      13 |    57075 |    38832 |      458    216 |        0 |        0
3.69/3.74	c  3.7s |      14 |    83810 |    58352 |      504    299 |        0 |        0
5.59/5.61	c  5.6s |      15 |   121635 |    87632 |      555    413 |        0 |        0
7.59/7.61	c  7.6s |      15 |   160072 |   117932 |      555    520 |        0 |        0
8.49/8.53	c  8.5s |      16 |   177636 |   131552 |      611    568 |        0 |        0
10.48/10.53	c 10.5s |      16 |   219727 |   164252 |      611    674 |        0 |        0
12.48/12.53	c 12.5s |      16 |   261912 |   196352 |      673    778 |        0 |        0
12.58/12.60	c 12.6s |      17 |   263493 |   197432 |      673    781 |        0 |        0
14.58/14.60	c 14.6s |      17 |   305908 |   229332 |      673    874 |        0 |        0
16.50/16.60	c 16.6s |      17 |   346882 |   261732 |      673    969 |        0 |        0
18.59/18.61	c 18.6s |      17 |   387847 |   293832 |      673   1064 |        0 |        0
18.70/18.75	c 18.7s |      18 |   391114 |   296252 |      741   1070 |        0 |        0
20.69/20.75	c 20.7s |      18 |   431908 |   327652 |      741   1154 |        0 |        0
22.69/22.76	c 22.7s |      18 |   471436 |   358552 |      741   1237 |        0 |        0
24.69/24.76	c 24.7s |      18 |   515306 |   389952 |      741   1321 |        0 |        0
26.69/26.76	c 26.7s |      18 |   554689 |   420352 |      741   1402 |        0 |        0
28.29/28.32	c 28.3s |      19 |   586463 |   444482 |      816   1466 |        0 |        0
30.29/30.32	c 30.3s |      19 |   621488 |   471982 |      816   1533 |        0 |        0
32.28/32.32	c 32.3s |      19 |   661897 |   502182 |      816   1607 |        0 |        0
34.28/34.33	c 34.3s |      19 |   702307 |   532382 |      816   1680 |        0 |        0
36.29/36.33	c 36.3s |      19 |   740977 |   561882 |      816   1752 |        0 |        0
38.28/38.33	c 38.3s |      19 |   778221 |   590482 |      816   1822 |        0 |        0
40.28/40.33	c 40.3s |      19 |   819424 |   620882 |      816   1896 |        0 |        0
42.28/42.34	c 42.3s |      19 |   861339 |   651582 |      816   1971 |        0 |        0
43.28/43.36	c 43.3s |      20 |   881815 |   666827 |      898   2006 |        0 |        0
45.28/45.36	c 45.3s |      20 |   918873 |   695827 |      898   2070 |        0 |        0
47.29/47.37	c 47.4s |      20 |   957786 |   726127 |      898   2137 |        0 |        0
49.28/49.37	c 49.4s |      20 |   997978 |   757327 |      898   2206 |        0 |        0
51.28/51.38	c 51.4s |      20 |  1037173 |   788127 |      898   2273 |        1 |        4
53.28/53.38	c 53.4s |      20 |  1075958 |   818527 |      898   2340 |        1 |        4
55.29/55.38	c 55.4s |      20 |  1116253 |   849327 |      898   2407 |        2 |        8
57.29/57.38	c 57.4s |      20 |  1159307 |   881427 |      898   2477 |        3 |       12
58.78/58.85	c 58.8s |      20 |  1190794 |   905777 |      898   2527 |       24 |       62
58.78/58.85	c #cpu_time = 58.836s
58.78/58.85	c #wall_clock_time = 58.833s
58.78/58.85	c #decision = 1190794
58.78/58.85	c #random_decision = 5798
58.78/58.85	c #conflict = 905777
58.78/58.85	c #restart = 20
58.78/58.85	s UNSATISFIABLE
58.78/58.85	c total CPU time = 58.854s
58.78/58.85	c total wall clock time = 58.851s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4120346-1467311016/watcher-4120346-1467311016 -o /tmp/evaluation-result-4120346-1467311016/solver-4120346-1467311016 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1467310476-18420 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4120346-1467311016.opb 

pid=18560
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.17 2.13 2.02 3/179 18563
/proc/meminfo: memFree=27581700/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=751036 CPUtime=0 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 2802 0 0 0 0 0 0 0 20 0 4 0 12062601 769060864 3674 33554432000 4194304 16246674 140734438873488 140734438872912 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 188271 3682 441 2943 0 185165 0
[pid=18563/tid=18564] ppid=18560 vsize=769468 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 787935232 3746 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=773564 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 792129536 3762 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=777660 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12062601 796323840 3780 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.17 2.13 2.02 3/179 18563
/proc/meminfo: memFree=27581700/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 25778 0 0 0 5 4 0 0 20 0 4 0 12062601 1247350784 26639 33554432000 4194304 16246674 140734438873488 140734438872912 6076251 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 304529 26651 707 2943 0 301423 0
[pid=18563/tid=18564] ppid=18560 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1247350784 26657 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1247350784 26664 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12062601 1247350784 26674 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200469 s]
/proc/loadavg: 2.17 2.13 2.02 3/179 18563
/proc/meminfo: memFree=27581700/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 50118 0 0 0 12 7 0 0 20 0 4 0 12062601 1247350784 50979 33554432000 4194304 16246674 140734438873488 140734438872912 5991173 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 304529 51000 708 2943 0 301423 0
[pid=18563/tid=18564] ppid=18560 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1247350784 51010 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1247350784 51019 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12062601 1247350784 51026 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300482 s]
/proc/loadavg: 2.17 2.13 2.02 3/179 18563
/proc/meminfo: memFree=27581700/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 73338 0 0 0 18 11 0 0 20 0 4 0 12062601 1247350784 74199 33554432000 4194304 16246674 140734438873488 140734438872912 5532301 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 304529 74210 708 2943 0 301423 0
[pid=18563/tid=18564] ppid=18560 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1247350784 74216 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1247350784 74222 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12062601 1247350784 74228 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700387 s]
/proc/loadavg: 2.17 2.13 2.02 3/179 18563
/proc/meminfo: memFree=27581700/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 166351 0 0 0 44 25 0 0 20 0 4 0 12062601 1247350784 167213 33554432000 4194304 16246674 140734438873488 140734438856488 5545885 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 304529 167226 708 2943 0 301423 0
[pid=18563/tid=18564] ppid=18560 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1247350784 167232 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1247350784 167240 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12062601 1247350784 167249 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.17 2.13 2.02 3/183 18567
/proc/meminfo: memFree=26597348/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 245545 0 0 0 113 36 0 0 20 0 4 0 12062601 1248399360 246386 33554432000 4194304 16246674 140734438873488 140734438872800 5546072 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 304785 246386 784 2943 0 301679 0
[pid=18563/tid=18564] ppid=18560 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1248399360 246386 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1248399360 246386 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12062601 1248399360 246386 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10041 s]
/proc/loadavg: 2.17 2.13 2.02 3/183 18567
/proc/meminfo: memFree=26510056/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 267408 0 0 0 270 39 0 0 20 0 4 0 12062601 1337528320 268249 33554432000 4194304 16246674 140734438873488 140734438856488 5546093 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 326545 268249 784 2943 0 323439 0
[pid=18563/tid=18564] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268249 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268249 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268249 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30041 s]
/proc/loadavg: 2.16 2.12 2.02 3/183 18567
/proc/meminfo: memFree=26507952/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 267450 0 0 0 590 39 0 0 20 0 4 0 12062601 1337528320 268291 33554432000 4194304 16246674 140734438873488 140734438855360 5808560 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 326545 268291 784 2943 0 323439 0
[pid=18563/tid=18564] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268291 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268291 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268291 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.15 2.12 2.02 3/183 18567
/proc/meminfo: memFree=26507884/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1306180 CPUtime=12.68 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 267453 0 0 0 1229 39 0 0 20 0 4 0 12062601 1337528320 268294 33554432000 4194304 16246674 140734438873488 140734438856488 5673576 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 326545 268294 785 2943 0 323439 0
[pid=18563/tid=18564] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268294 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268294 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268294 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.11 2.11 2.02 3/182 18567
/proc/meminfo: memFree=26508388/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 267455 0 0 0 2509 40 0 0 20 0 4 0 12062601 1337528320 268296 33554432000 4194304 16246674 140734438873488 140734438855360 5677422 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 326545 268296 787 2943 0 323439 0
[pid=18563/tid=18564] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268296 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268296 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268296 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.13 2.12 2.02 3/183 18568
/proc/meminfo: memFree=26508296/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1306180 CPUtime=51.08 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 267492 0 0 0 5068 40 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140734438856488 5546072 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 326545 268333 787 2943 0 323439 0
[pid=18563/tid=18564] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 18563 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+51.2005 s]
/proc/loadavg: 2.13 2.12 2.02 3/183 18568
/proc/meminfo: memFree=26508296/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1306180 CPUtime=51.18 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 267492 0 0 0 5078 40 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140734438856488 5523139 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 326545 268333 787 2943 0 323439 0
[pid=18563/tid=18564] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1306180

[startup+54.4004 s]
/proc/loadavg: 2.12 2.12 2.02 3/183 18568
/proc/meminfo: memFree=26508296/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1306180 CPUtime=54.38 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 267492 0 0 0 5398 40 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140734438856488 5822428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 326545 268333 787 2943 0 323439 0
[pid=18563/tid=18564] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 54.38
Current children cumulated vsize (KiB) 1306180

[startup+56.0004 s]
/proc/loadavg: 2.12 2.12 2.02 3/183 18568
/proc/meminfo: memFree=26508296/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1306180 CPUtime=55.99 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 267492 0 0 0 5558 41 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140734438856488 6079709 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 326545 268333 787 2943 0 323439 0
[pid=18563/tid=18564] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 55.99
Current children cumulated vsize (KiB) 1306180

[startup+57.6004 s]
/proc/loadavg: 2.12 2.12 2.02 3/183 18568
/proc/meminfo: memFree=26508296/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1306180 CPUtime=57.58 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 267492 0 0 0 5717 41 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140734438856488 13950199 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 326545 268333 787 2943 0 323439 0
[pid=18563/tid=18564] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 57.58
Current children cumulated vsize (KiB) 1306180

[startup+58.4075 s]
/proc/loadavg: 2.19 2.13 2.02 3/183 18568
/proc/meminfo: memFree=26508300/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1306180 CPUtime=58.39 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 267492 0 0 0 5798 41 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140734438856488 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 326545 268333 787 2943 0 323439 0
[pid=18563/tid=18564] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 58.39
Current children cumulated vsize (KiB) 1306180

[startup+58.8004 s]
/proc/loadavg: 2.19 2.13 2.02 3/183 18568
/proc/meminfo: memFree=26508300/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=1306180 CPUtime=58.78 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202496 267492 0 0 0 5837 41 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140734438856488 6020448 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 326545 268333 787 2943 0 323439 0
[pid=18563/tid=18564] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18564/stat : 18564 (toysat) S 18560 18563 15544 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373636656368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18563/tid=18565] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18565/stat : 18565 (toysat) S 18560 18563 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373556964592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18563/tid=18566] ppid=18560 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/18563/task/18566/stat : 18566 (toysat) S 18560 18563 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12062601 1337528320 268333 33554432000 4194304 16246674 140734438873488 140373546491056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 58.78
Current children cumulated vsize (KiB) 1306180

[startup+58.9004 s]
/proc/loadavg: 2.19 2.13 2.02 3/183 18568
/proc/meminfo: memFree=26508300/32872528 swapFree=1427768/1542232
[pid=18563] ppid=18560 vsize=0 CPUtime=58.88 cores=0,2,4,6
/proc/18563/stat : 18563 (toysat) R 18560 18563 15544 0 -1 4202500 267497 0 0 0 5843 45 0 0 20 0 1 0 12062601 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18563/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 58.88
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 58.9129
CPU time (s): 58.903
CPU user time (s): 58.4321
CPU system time (s): 0.470928
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.4321
system time used= 0.470928
maximum resident set size= 1073344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267497
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= 19
involuntary context switches= 65

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.150977 second user time and 0.230964 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-30 20:23:36
IDJOB=4120346
IDBENCH=109892
IDSOLVER=2542
FILE ID=node116/4120346-1467311016
RUNJOBID= node116-1467310476-18420
PBS_JOBID= 20005287
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n70-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120346-1467311016/watcher-4120346-1467311016 -o /tmp/evaluation-result-4120346-1467311016/solver-4120346-1467311016 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1467310476-18420 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4120346-1467311016.opb

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

MD5SUM BENCH= ebe7f106f1297a41bb65ad80a7c2239a
RANDOM SEED=1719458921

node116.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.426
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.426
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.426
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.426
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.426
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.426
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.426
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.426
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27582856 kB
Buffers:          202324 kB
Cached:          1709080 kB
SwapCached:            0 kB
Active:          1426604 kB
Inactive:        1573528 kB
Active(anon):    1091280 kB
Inactive(anon):        0 kB
Active(file):     335324 kB
Inactive(file):  1573528 kB
Unevictable:     1542232 kB
Mlocked:         1427768 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16376 kB
Writeback:             0 kB
AnonPages:       2630776 kB
Mapped:            17128 kB
Shmem:               204 kB
Slab:             613800 kB
SReclaimable:      57796 kB
SUnreclaim:       556004 kB
KernelStack:        1456 kB
PageTables:         8796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2765840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71692 MiB
End job on node116 at 2016-06-30 20:24:35