Trace number 4078716

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-02SAT 80.1458 80.1658

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army9.12bt.opb
MD5SUMb789f830862c22cea2a920d3cb2b89b5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.222965
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables266
Total number of constraints573
Number of constraints which are clauses402
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints169
Minimum length of a constraint1
Maximum length of a constraint81
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
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-06T15:08:05+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-4078716-1465218485.opb"]
0.00/0.01	c use --random-gen="1036851762 4013940206 130078154 2690404245 1072489869 924812831 141203186 1343267364 1294872954 1557548250 282894367 3082232764 4247303776 3140650399 2497203821 3409545824 3218029705 2679898176 272801165 974292813 2019899318 3032307469 1367554353 2961342029 3545081885 2116609828 326644524 1769025108 2911685113 2081529248 2226567440 280559867 2851536542 3757459602 2196610874 4065481716 182660817 3112978587 2639297261 234159388 4068630487 632091101 3207080399 3983609630 4078593787 2731305104 4249822497 2257991282 1946643784 3716253735 892789940 439753835 3682151902 3707790691 1580072964 3330023371 2461109286 2882107170 3803399723 2165025647 3766960448 3018702083 1634987 388313925 1387519212 2802345615 4139086996 3146860047 3528781557 664990128 3580349943 429403981 768672323 1729753449 4060784125 3452876746 1133821234 3343257255 2485725382 4185887208 2096811369 3657829378 4002735210 1666585100 2724545663 192002703 369098106 494989350 2471248332 4005446019 3698708226 2290831283 3138931333 2747655472 1958056329 841694654 838821130 2462494399 2222635353 1817790864 1521937313 2414249992 2311065402 1670743037 3974807951 3667741941 1209201908 4206245963 1398935636 783377724 1024313214 3449959842 872451846 2739742880 168750988 3424407273 2481095995 141103283 2571693655 236766334 2855509626 602223328 1545808417 1763137582 3541185289 4148948088 1077117003 1067285494 2847164502 4263072748 2348382690 1306663735 4186922168 686650468 4033720499 629903799 1644935929 2334280853 2090707542 981360785 115314830 2901887030 3976675130 3242425131 1566083808 3350119019 508525328 4167854540 503587739 3591273102 1942757199 3840181185 787599887 1108766506 1132079532 2207151885 917578027 83635524 970300472 2132249458 1480659320 1686154115 3825413346 3405743138 4172996619 1864815090 1718621017 4051320236 3638859599 332328078 718695538 2013331745 4065115197 1187579342 3951623970 246346535 921787475 2796142461 4262751622 2529599202 2447035429 557328643 1316516398 491813419 4203404338 129218174 2081296204 3273613433 2735722574 192543045 408268162 839141806 1947922984 1882977050 159909487 244631284 2841907289 1258406779 2581043200 3114165784 2209557057 1823909157 591805139 3360683370 2919202278 2177735752 771643909 2453498181 3708540899 1654556702 2304412916 4152557028 3694875573 2001328725 3962480873 3826459880 614262861 3556047538 1591070607 3926009543 3439594268 2994274877 3586681559 4188421286 619146559 313006269 2345952967 1928211847 1827762410 1746521840 1498045275 2354557947 1124172344 558632011 2403476002 869879026 1894765730 2156146418 2044859169 1768531553 3593285070 1837965153 2876673551 3049336319 4221919616 4204525976 3742262422 3966136902 3106853823 3559522787 2731099971 3718135575 1440204794 752536413 1534973974 3217259803 255 362436" option to reproduce the execution
0.00/0.02	c #vars 266
0.00/0.02	c #constraints 573
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |      279      0 |       12 |        0
0.00/0.06	c  0.0s |       1 |      182 |      100 |      279      0 |       13 |       26
0.09/0.11	c  0.1s |       2 |      395 |      250 |      307      0 |       13 |       26
0.19/0.20	c  0.2s |       3 |      828 |      475 |      338      1 |       17 |       34
0.29/0.33	c  0.3s |       4 |     1260 |      813 |      372      2 |       17 |       34
0.49/0.54	c  0.5s |       5 |     1925 |     1320 |      410      4 |       18 |       36
0.79/0.84	c  0.8s |       6 |     2949 |     2081 |      498      6 |       18 |       36
1.19/1.25	c  1.2s |       7 |     4526 |     3223 |      548     10 |       18 |       36
1.69/1.74	c  1.7s |       8 |     6716 |     4936 |      603     15 |       18 |       36
2.49/2.56	c  2.5s |       9 |    10180 |     7506 |      664     22 |       19 |       38
3.69/3.79	c  3.8s |      10 |    15042 |    11361 |      731     31 |       19 |       38
5.60/5.67	c  5.6s |      11 |    22769 |    17144 |      805     44 |       19 |       38
7.59/7.68	c  7.7s |      11 |    30779 |    23244 |      805     56 |       19 |       38
8.49/8.57	c  8.5s |      12 |    34036 |    25819 |      886     62 |       19 |       38
10.59/10.61	c 10.6s |      12 |    42108 |    31919 |      886     74 |       19 |       38
12.59/12.63	c 12.6s |      12 |    49914 |    38019 |      886     85 |       19 |       38
12.89/12.90	c 12.9s |      13 |    50950 |    38832 |      975     87 |       19 |       38
14.89/14.93	c 14.9s |      13 |    58330 |    45032 |      975     98 |       19 |       38
16.89/16.95	c 16.9s |      13 |    65082 |    50732 |      975    108 |       19 |       38
18.89/18.97	c 18.9s |      13 |    71993 |    56432 |      975    118 |       19 |       38
19.59/19.62	c 19.6s |      14 |    74131 |    58352 |     1073    121 |       19 |       38
21.59/21.64	c 21.6s |      14 |    81895 |    64852 |     1073    131 |       19 |       38
23.59/23.65	c 23.6s |      14 |    89498 |    71152 |     1073    142 |       19 |       38
25.59/25.67	c 25.6s |      14 |    97275 |    77452 |     1073    152 |       19 |       38
27.69/27.70	c 27.7s |      14 |   105062 |    83552 |     1073    162 |       19 |       38
28.99/29.00	c 29.0s |      15 |   110229 |    87632 |     1181    168 |       19 |       38
30.99/31.01	c 31.0s |      15 |   117722 |    93732 |     1181    178 |       19 |       38
33.00/33.02	c 33.0s |      15 |   125690 |    99932 |     1181    187 |       19 |       38
34.99/35.04	c 35.0s |      15 |   133745 |   106132 |     1181    196 |       19 |       38
36.99/37.06	c 37.0s |      15 |   142010 |   112132 |     1181    205 |       19 |       38
38.99/39.07	c 39.0s |      15 |   149482 |   118332 |     1181    214 |       19 |       38
40.99/41.09	c 41.1s |      15 |   157120 |   124632 |     1181    224 |       19 |       38
43.09/43.12	c 43.1s |      15 |   164414 |   130532 |     1181    233 |       19 |       38
43.39/43.45	c 43.4s |      16 |   165694 |   131552 |     1300    234 |       19 |       38
45.39/45.48	c 45.4s |      16 |   173797 |   137752 |     1300    243 |       19 |       38
47.39/47.48	c 47.5s |      16 |   181251 |   143752 |     1300    251 |       19 |       38
49.49/49.51	c 49.5s |      16 |   188675 |   149852 |     1300    259 |       19 |       38
51.48/51.51	c 51.5s |      16 |   196103 |   155752 |     1300    267 |       19 |       38
53.48/53.51	c 53.5s |      16 |   203980 |   161852 |     1300    276 |       19 |       38
55.48/55.51	c 55.5s |      16 |   211188 |   167652 |     1300    284 |       19 |       38
57.48/57.54	c 57.5s |      16 |   219026 |   173752 |     1300    292 |       19 |       38
59.49/59.56	c 59.5s |      16 |   227170 |   180052 |     1300    301 |       19 |       38
61.48/61.58	c 61.5s |      16 |   234745 |   186152 |     1300    309 |       19 |       38
63.48/63.59	c 63.6s |      16 |   242241 |   192452 |     1300    318 |       19 |       38
65.08/65.19	c 65.2s |      17 |   248285 |   197432 |     1431    324 |       19 |       38
67.18/67.21	c 67.2s |      17 |   256002 |   203532 |     1431    332 |       19 |       38
69.18/69.23	c 69.2s |      17 |   263562 |   209432 |     1431    340 |       19 |       38
71.18/71.24	c 71.2s |      17 |   271689 |   215732 |     1431    348 |       19 |       38
73.17/73.27	c 73.2s |      17 |   279948 |   221832 |     1431    355 |       19 |       38
75.17/75.27	c 75.2s |      17 |   287929 |   227832 |     1431    363 |       19 |       38
77.17/77.29	c 77.3s |      17 |   295494 |   233732 |     1431    371 |       19 |       38
79.28/79.31	c 79.3s |      17 |   302710 |   239532 |     1431    378 |       19 |       38
79.97/80.09	c 80.1s |      17 |   305622 |   241925 |     1431    381 |       19 |       38
79.97/80.09	c #cpu_time = 79.854s
79.97/80.09	c #wall_clock_time = 80.065s
79.97/80.09	c #decision = 305622
79.97/80.09	c #random_decision = 790
79.97/80.09	c #conflict = 241925
79.97/80.09	c #restart = 17
79.97/80.09	s SATISFIABLE
79.97/80.09	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
79.97/80.09	v -x11 -x12 x13 -x14 -x15 -x16 x17 -x18 -x19 -x20
79.97/80.09	v -x21 -x22 -x23 x24 -x25 -x26 -x27 x28 -x29 -x30
79.97/80.09	v -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40
79.97/80.09	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50
79.97/80.09	v -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
79.97/80.09	v -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70
79.97/80.09	v -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
79.97/80.09	v -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 x89 -x90
79.97/80.09	v -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 x100
79.97/80.09	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
79.97/80.09	v -x111 x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 x120
79.97/80.09	v -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130
79.97/80.09	v -x131 x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140
79.97/80.09	v -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150
79.97/80.09	v -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160
79.97/80.09	v x161 -x162 -x163 x164 x165 -x166 -x167 x168 x169 -x170
79.97/80.09	v -x171 x172 x173 -x174 x175 -x176 x177 -x178 -x179 x180
79.97/80.09	v -x181 x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190
79.97/80.09	v x191 -x192 -x193 x194 x195 -x196 -x197 x198 -x199 x200
79.97/80.09	v x201 -x202 -x203 x204 x205 -x206 -x207 x208 x209 -x210
79.97/80.09	v -x211 -x212 -x213 -x214 -x215 x216 -x217 x218 -x219 -x220
79.97/80.09	v -x221 x222 x223 -x224 -x225 x226 x227 -x228 -x229 x230
79.97/80.09	v x231 -x232 -x233 x234 x235 -x236 -x237 x238 x239 -x240
79.97/80.09	v -x241 x242 x243 -x244 -x245 x246 -x247 -x248 -x249 x250
79.97/80.09	v -x251 x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 x260
79.97/80.09	v x261 -x262 -x263 x264 x265 -x266
79.97/80.09	c total CPU time = 79.885s
79.97/80.09	c total wall clock time = 80.096s

Verifier Data

OK	0

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

pid=13383
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.31 2.25 2.27 3/179 13386
/proc/meminfo: memFree=27188604/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=797116 CPUtime=0 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 2985 0 0 0 0 0 0 0 20 0 4 0 103780883 816246784 3346 33554432000 4194304 16246674 140733825891968 140733825891392 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 200047 3356 441 2943 0 196941 0
[pid=13386/tid=13387] ppid=13383 vsize=819644 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 839315456 3436 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=824764 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 844558336 3455 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=828860 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 848752640 3472 33554432000 4194304 16246674 140733825891968 139881045028016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100207 s]
/proc/loadavg: 2.31 2.25 2.27 3/179 13386
/proc/meminfo: memFree=27188604/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 24411 0 0 0 6 3 0 0 20 0 4 0 103780883 1247350784 24762 33554432000 4194304 16246674 140733825891968 140733825891392 5707789 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 304529 24771 733 2943 0 301423 0
[pid=13386/tid=13387] ppid=13383 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1247350784 24780 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1247350784 24789 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1247350784 24795 33554432000 4194304 16246674 140733825891968 139881045028016 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.200504 s]
/proc/loadavg: 2.31 2.25 2.27 3/179 13386
/proc/meminfo: memFree=27188604/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 46980 0 0 0 13 6 0 0 20 0 4 0 103780883 1247350784 47330 33554432000 4194304 16246674 140733825891968 140733825891392 5667714 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 304529 47336 733 2943 0 301423 0
[pid=13386/tid=13387] ppid=13383 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1247350784 47339 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1247350784 47345 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1247350784 47349 33554432000 4194304 16246674 140733825891968 139881045028016 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.300426 s]
/proc/loadavg: 2.31 2.25 2.27 3/179 13386
/proc/meminfo: memFree=27188604/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 68392 0 0 0 20 9 0 0 20 0 4 0 103780883 1247350784 68742 33554432000 4194304 16246674 140733825891968 140733825891392 5589077 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 304529 68753 733 2943 0 301423 0
[pid=13386/tid=13387] ppid=13383 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1247350784 68762 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1247350784 68773 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1247350784 68783 33554432000 4194304 16246674 140733825891968 139881045028016 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.700394 s]
/proc/loadavg: 2.31 2.25 2.27 3/179 13386
/proc/meminfo: memFree=27188604/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 153596 0 0 0 49 20 0 0 20 0 4 0 103780883 1247350784 153946 33554432000 4194304 16246674 140733825891968 140733825891392 12476789 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 304529 153957 733 2943 0 301423 0
[pid=13386/tid=13387] ppid=13383 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1247350784 153963 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1247350784 153972 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1247350784 153979 33554432000 4194304 16246674 140733825891968 139881045028016 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.5004 s]
/proc/loadavg: 2.31 2.25 2.27 3/183 13390
/proc/meminfo: memFree=26234840/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 245719 0 0 0 116 33 0 0 20 0 4 0 103780883 1248399360 246049 33554432000 4194304 16246674 140733825891968 140733825891280 5829909 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 304785 246049 799 2943 0 301679 0
[pid=13386/tid=13387] ppid=13383 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1248399360 246049 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1248399360 246049 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1248399360 246049 33554432000 4194304 16246674 140733825891968 139881045028016 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.1004 s]
/proc/loadavg: 2.31 2.25 2.27 3/183 13390
/proc/meminfo: memFree=26114924/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 267413 0 0 0 273 36 0 0 20 0 4 0 103780883 1337528320 267743 33554432000 4194304 16246674 140733825891968 140733825873856 13001428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 326545 267743 799 2943 0 323439 0
[pid=13386/tid=13387] ppid=13383 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1337528320 267743 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1337528320 267743 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1337528320 267743 33554432000 4194304 16246674 140733825891968 139881045028016 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.37 2.26 2.27 3/183 13390
/proc/meminfo: memFree=26113732/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 267462 0 0 0 593 36 0 0 20 0 4 0 103780883 1337528320 267792 33554432000 4194304 16246674 140733825891968 140733825873856 5672563 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 326545 267792 803 2943 0 323439 0
[pid=13386/tid=13387] ppid=13383 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1337528320 267792 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1337528320 267792 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1337528320 267792 33554432000 4194304 16246674 140733825891968 139881045028016 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.34 2.26 2.27 3/183 13439
/proc/meminfo: memFree=28381632/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 267583 0 0 0 1233 36 0 0 20 0 4 0 103780883 1337528320 267913 33554432000 4194304 16246674 140733825891968 140733825873856 5711688 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 326545 267913 803 2943 0 323439 0
[pid=13386/tid=13387] ppid=13383 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1337528320 267913 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1337528320 267913 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1337528320 267913 33554432000 4194304 16246674 140733825891968 139881045028016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.40 2.28 2.28 3/183 13439
/proc/meminfo: memFree=28379112/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 267583 0 0 0 2513 36 0 0 20 0 4 0 103780883 1337528320 267913 33554432000 4194304 16246674 140733825891968 140733825873856 5546001 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 326545 267913 803 2943 0 323439 0
[pid=13386/tid=13387] ppid=13383 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1337528320 267913 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1337528320 267913 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1337528320 267913 33554432000 4194304 16246674 140733825891968 139881045028016 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.33 2.27 2.27 3/183 13439
/proc/meminfo: memFree=28378340/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1307204 CPUtime=51.08 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 267724 0 0 0 5072 36 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 140733825873856 12483406 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 326801 268050 803 2943 0 323695 0
[pid=13386/tid=13387] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881045028016 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) 1307204

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

[startup+51.2005 s]
/proc/loadavg: 2.33 2.27 2.27 3/183 13439
/proc/meminfo: memFree=28378340/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1307204 CPUtime=51.18 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 267724 0 0 0 5082 36 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 140733825873856 5712760 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 326801 268050 803 2943 0 323695 0
[pid=13386/tid=13387] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881045028016 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) 1307204

[startup+64.0004 s]
/proc/loadavg: 2.26 2.26 2.27 3/183 13439
/proc/meminfo: memFree=28377448/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1307204 CPUtime=63.98 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 267729 0 0 0 6362 36 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 140733825873856 6055844 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 326801 268050 803 2943 0 323695 0
[pid=13386/tid=13387] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881045028016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 1307204

[startup+70.4004 s]
/proc/loadavg: 2.24 2.25 2.27 3/183 13439
/proc/meminfo: memFree=28377696/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1307204 CPUtime=70.38 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 267729 0 0 0 7002 36 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 140733825873856 5822298 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 326801 268050 803 2943 0 323695 0
[pid=13386/tid=13387] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881045028016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 70.38
Current children cumulated vsize (KiB) 1307204

[startup+76.8004 s]
/proc/loadavg: 2.22 2.25 2.27 3/183 13440
/proc/meminfo: memFree=28377436/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1307204 CPUtime=76.77 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 267732 0 0 0 7641 36 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 140733825873856 13906976 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 326801 268050 803 2943 0 323695 0
[pid=13386/tid=13387] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881045028016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 76.77
Current children cumulated vsize (KiB) 1307204

[startup+78.4004 s]
/proc/loadavg: 2.22 2.25 2.27 3/183 13440
/proc/meminfo: memFree=28377544/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1307204 CPUtime=78.37 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 267732 0 0 0 7801 36 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 140733825873856 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 326801 268050 803 2943 0 323695 0
[pid=13386/tid=13387] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881045028016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 78.37
Current children cumulated vsize (KiB) 1307204

[startup+79.2004 s]
/proc/loadavg: 2.20 2.24 2.26 3/183 13440
/proc/meminfo: memFree=28377548/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1307204 CPUtime=79.18 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 267732 0 0 0 7882 36 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 140733825873856 5675761 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 326801 268050 803 2943 0 323695 0
[pid=13386/tid=13387] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881045028016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 79.18
Current children cumulated vsize (KiB) 1307204

[startup+79.6004 s]
/proc/loadavg: 2.20 2.24 2.26 3/183 13440
/proc/meminfo: memFree=28377548/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1307204 CPUtime=79.57 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 267732 0 0 0 7921 36 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 140733825873856 12415785 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 326801 268050 803 2943 0 323695 0
[pid=13386/tid=13387] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881045028016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 79.57
Current children cumulated vsize (KiB) 1307204

[startup+80.0004 s]
/proc/loadavg: 2.20 2.24 2.26 3/183 13440
/proc/meminfo: memFree=28377548/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=1307204 CPUtime=79.97 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202496 267732 0 0 0 7961 36 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 140733825873856 5754966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13386/statm: 326801 268050 803 2943 0 323695 0
[pid=13386/tid=13387] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13387/stat : 13387 (toysat) S 13383 13386 13075 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881140432112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13386/tid=13388] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13388/stat : 13388 (toysat) S 13383 13386 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881129942256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13386/tid=13389] ppid=13383 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/13386/task/13389/stat : 13389 (toysat) S 13383 13386 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103780883 1338576896 268050 33554432000 4194304 16246674 140733825891968 139881045028016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 79.97
Current children cumulated vsize (KiB) 1307204

[startup+80.1003 s]
/proc/loadavg: 2.20 2.24 2.26 3/183 13440
/proc/meminfo: memFree=28377548/32872528 swapFree=16636/1570076
[pid=13386] ppid=13383 vsize=0 CPUtime=80.07 cores=0,2,4,6
/proc/13386/stat : 13386 (toysat) R 13383 13386 13075 0 -1 4202500 267739 0 0 0 7971 36 0 0 20 0 1 0 103780883 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13386/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 80.07
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 80.1658
CPU time (s): 80.1458
CPU user time (s): 79.7149
CPU system time (s): 0.430934
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.7149
system time used= 0.430934
maximum resident set size= 1072220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267739
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= 32
involuntary context switches= 81

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.181972 second user time and 0.332949 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-06 15:08:05
IDJOB=4078716
IDBENCH=1164
IDSOLVER=2542
FILE ID=node140/4078716-1465218485
RUNJOBID= node140-1465216678-13091
PBS_JOBID= 19843199
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army9.12bt.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078716-1465218485/watcher-4078716-1465218485 -o /tmp/evaluation-result-4078716-1465218485/solver-4078716-1465218485 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465216678-13091 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078716-1465218485.opb

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

MD5SUM BENCH= b789f830862c22cea2a920d3cb2b89b5
RANDOM SEED=1454516929

node140.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.768
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	: 5333.53
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.768
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.768
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.768
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.56
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.768
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.768
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.768
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.55
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27189512 kB
Buffers:            4216 kB
Cached:            72804 kB
SwapCached:         1752 kB
Active:          3387240 kB
Inactive:          19932 kB
Active(anon):    3329788 kB
Inactive(anon):     2644 kB
Active(file):      57452 kB
Inactive(file):    17288 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67097908 kB
Dirty:             16308 kB
Writeback:             0 kB
AnonPages:       4899884 kB
Mapped:            10596 kB
Shmem:                 0 kB
Slab:             566804 kB
SReclaimable:      10844 kB
SUnreclaim:       555960 kB
KernelStack:        1456 kB
PageTables:        13608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5042172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1562624 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= 71708 MiB
End job on node140 at 2016-06-06 15:09:26