Trace number 4105989

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02OPT3 39.9739 39.982

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=107-P1=73-P2=127-B.opb
MD5SUM5bfa86516615baf8e5760766082d64a4
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.027995
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables42
Total number of constraints5
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)98
Sum of products size (including duplicates)196
Number of different products98
Sum of products size196

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-18T16:49:25+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-4105989-1466261365.opb"]
0.00/0.01	c use --random-gen="730366226 3524175723 702308188 632886020 2036110774 3682821161 1952902837 2313416904 2981528691 2053805532 1066942458 2348616463 2697857034 4000294745 2297232390 3633826036 4260143250 2516113864 1554440512 4152212760 2269422083 3973186025 2596823026 3398855061 3330050631 2736141657 2100849218 3997822388 730192 3958265560 3696032204 250937823 660261371 2928644620 197057596 479985915 3666872248 1373797326 1516740800 3796536330 720386040 3378229442 2776735930 2920132011 3355576932 3210368907 270755222 2442776273 4089648144 2389622742 3835350485 3255458456 4233347331 229605838 2723545554 4168245930 3240021556 3940253165 3868780682 3050502182 2753525228 3234348064 2903606201 2036288707 2271416338 1485941654 3535632503 4098927911 1284978815 2435188923 264650706 22084118 1043262451 1247989455 3849283784 3262947435 1411475546 3333939297 3060774226 1295527282 3486617397 536302769 3503202820 660601538 3785674677 728694050 341803437 3581206023 3029290093 3607783090 2714791357 447629030 1815628825 3083643445 2309746830 1107428025 3271871126 3606289861 2237174853 2482040307 1528976569 3061175923 3462138395 2010199895 1705570541 324874973 2787041551 1063584795 1144106915 2586679592 86203038 2833884998 1513481577 766899257 1822221781 4025818427 2675385446 1283421636 21795189 770252658 2624820405 4285206820 1011230814 1206270672 532361198 3696309768 1903721739 505989866 2436707444 3068327937 3979970705 1028353486 2640163175 626053315 4028900915 3816873283 1124478075 1311451315 823261968 2436969603 273360338 4238886310 3238595020 3602815285 246155007 2141279345 541770897 3935048124 4162507676 2779959438 3028412942 3357434091 3571388609 3209931096 4247291259 3116988796 436966253 4011507549 551021619 2482294100 377988340 2300888101 2988867106 3738563132 1248425815 1429997102 2170776312 3827732254 1376959827 837539273 3926163748 3922551446 1400455642 796668589 4171348772 3225548727 3565371230 2265353624 812002166 3732910438 3954352027 2715196186 1078938505 128607923 1396049152 1645476588 278550235 162786749 2058965445 2221686484 173601578 298465083 3467604440 196035638 2251078886 1862273967 1999253519 3277476620 3961954213 2647941972 3261644948 498633914 192605315 4209142031 1590326554 3202676934 3505396367 1689755753 1062858517 3336628862 628212716 602933120 2847785322 3962997691 658904780 2072458600 1442115539 895619342 3781496903 1581839098 1105904173 963035385 1903379445 1713485916 3605703629 81952262 473628402 3686001270 2584275750 1613437054 2929797985 3148393115 3978920895 277943244 3735217788 1957142912 3579780974 2980326834 1761414370 3429885542 3562114084 2628784453 1954068610 542507724 825431971 1360555327 1368112750 3879315734 2225324380 4104712316 707379487 980319708 30728733 2578794497 3429885168 2433169178 255 362436" option to reproduce the execution
0.00/0.01	c #vars 42
0.00/0.01	c #constraints 5
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
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 |      147      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      112 |      100 |      147      0 |        0 |        0
0.00/0.05	c  0.0s |       2 |      280 |      250 |      162      0 |        0 |        0
0.09/0.12	c  0.1s |       3 |      537 |      475 |      179      2 |        0 |        0
0.09/0.13	c  0.1s |       3 |      639 |      553 |      197      3 |        0 |        0
0.09/0.13	c #cpu_time = 0.120s
0.09/0.13	c #wall_clock_time = 0.120s
0.09/0.13	c #decision = 639
0.09/0.13	c #random_decision = 3
0.09/0.13	c #conflict = 553
0.09/0.13	c #restart = 3
0.09/0.13	o 99
0.09/0.13	c BCD2: updating upper bound: 127 -> 98
0.09/0.13	c BCD2: 0 <= obj <= 98
0.09/0.13	c BCD2: #cores=0, #unrelaxed=7, #relaxed=0, #hardened=0
0.09/0.13	c BCD2: #sat=1 #unsat=1 bias=1/2
0.09/0.13	c Solving starts ...
0.09/0.13	c ============================[ Search Statistics ]============================
0.09/0.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.13	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.13	c =============================================================================
0.09/0.13	c  0.0s |       0 |        0 |        0 |      197      0 |        0 |        0
0.09/0.13	c  0.0s |       0 |        5 |        0 |      197      0 |        0 |        0
0.09/0.13	c #cpu_time = 0.001s
0.09/0.13	c #wall_clock_time = 0.001s
0.09/0.13	c #decision = 5
0.09/0.13	c #random_decision = 0
0.09/0.13	c #conflict = 0
0.09/0.13	c #restart = 0
0.09/0.13	c BCD2: found a new core of size 6: cost of the new core is >=2
0.09/0.13	c lower bound updated to 2
0.09/0.13	c BCD2: 2 <= obj <= 98
0.09/0.13	c BCD2: #cores=1, #unrelaxed=1, #relaxed=6, #hardened=0
0.09/0.13	c BCD2: #sat=1 #unsat=2 bias=2/3
0.09/0.13	c Solving starts ...
0.09/0.13	c ============================[ Search Statistics ]============================
0.09/0.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.13	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.13	c =============================================================================
0.09/0.13	c  0.0s |       0 |        0 |        0 |      197      0 |        0 |        0
0.09/0.15	c  0.0s |       1 |      144 |      100 |      197      0 |        0 |        0
0.09/0.19	c  0.1s |       2 |      354 |      250 |      197      1 |        0 |        0
0.19/0.24	c  0.1s |       3 |      612 |      475 |      217      3 |        0 |        0
0.29/0.32	c  0.2s |       4 |     1026 |      813 |      239      5 |        0 |        0
0.39/0.43	c  0.3s |       5 |     1565 |     1320 |      239      8 |        0 |        0
0.59/0.61	c  0.5s |       6 |     2358 |     2081 |      263     13 |        0 |        0
0.79/0.83	c  0.7s |       7 |     3528 |     3223 |      290     19 |        0 |        0
1.20/1.21	c  1.1s |       8 |     5336 |     4936 |      319     28 |        0 |        0
1.49/1.61	c  1.5s |       9 |     8021 |     7506 |      351     40 |        0 |        0
2.09/2.16	c  2.0s |      10 |    12025 |    11361 |      387     58 |        0 |        0
2.99/3.05	c  2.9s |      11 |    18154 |    17144 |      426     83 |        0 |        0
4.29/4.32	c  4.2s |      12 |    27161 |    25819 |      469    117 |        0 |        0
6.29/6.34	c  6.2s |      12 |    40141 |    38319 |      516    163 |        0 |        0
6.39/6.42	c  6.3s |      13 |    40684 |    38832 |      516    165 |        0 |        0
8.39/8.43	c  8.3s |      13 |    54636 |    52232 |      516    210 |        0 |        0
9.29/9.36	c  9.2s |      14 |    61118 |    58352 |      568    230 |        0 |        0
11.29/11.36	c 11.2s |      14 |    74823 |    71052 |      568    270 |        0 |        0
13.29/13.37	c 13.2s |      14 |    88456 |    83752 |      568    310 |        0 |        0
13.99/14.01	c 13.9s |      15 |    92583 |    87632 |      625    321 |        0 |        0
15.99/16.01	c 15.9s |      15 |   105920 |   100332 |      625    357 |        0 |        0
17.99/18.02	c 17.9s |      15 |   118766 |   112732 |      625    393 |        0 |        0
19.99/20.02	c 19.9s |      15 |   130592 |   124132 |      625    425 |        0 |        0
21.28/21.38	c 21.2s |      16 |   138313 |   131552 |      688    446 |        0 |        0
23.29/23.38	c 23.2s |      16 |   151697 |   144252 |      688    479 |        0 |        0
25.28/25.39	c 25.3s |      16 |   164603 |   156352 |      688    511 |        0 |        0
27.38/27.40	c 27.3s |      16 |   177160 |   168252 |      688    543 |        0 |        0
29.38/29.41	c 29.3s |      16 |   191176 |   181452 |      688    578 |        0 |        0
31.38/31.41	c 31.3s |      16 |   203678 |   193252 |      688    609 |        0 |        0
32.09/32.15	c 32.0s |      17 |   208025 |   197432 |      757    620 |        0 |        0
34.08/34.15	c 34.0s |      17 |   220971 |   209832 |      757    649 |        0 |        0
36.08/36.16	c 36.0s |      17 |   232652 |   220732 |      757    676 |        0 |        0
38.08/38.17	c 38.0s |      17 |   245281 |   232832 |      757    705 |        0 |        0
39.79/39.83	c 39.7s |      17 |   255909 |   242899 |      757    730 |        0 |        0
39.79/39.83	c #cpu_time = 39.692s
39.79/39.83	c #wall_clock_time = 39.692s
39.79/39.83	c #decision = 255909
39.79/39.83	c #random_decision = 713
39.79/39.83	c #conflict = 242899
39.79/39.83	c #restart = 17
39.79/39.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=3
39.79/39.83	c lower bound updated to 3
39.79/39.83	c BCD2: 3 <= obj <= 98
39.79/39.83	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=0
39.79/39.83	c BCD2: #sat=1 #unsat=3 bias=3/4
39.79/39.83	c Solving starts ...
39.79/39.83	c ============================[ Search Statistics ]============================
39.79/39.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.79/39.83	c       |         |          |          |    Limit     GC | Var      | Constra 
39.79/39.83	c =============================================================================
39.79/39.83	c  0.0s |       0 |        0 |        0 |      757      0 |        1 |        0
39.79/39.85	c  0.0s |       1 |      151 |      100 |      757      0 |        1 |        1
39.79/39.87	c  0.0s |       2 |      328 |      250 |      757      1 |        1 |        1
39.79/39.89	c  0.1s |       2 |      501 |      368 |      757      1 |        1 |        1
39.79/39.89	c #cpu_time = 0.067s
39.79/39.89	c #wall_clock_time = 0.067s
39.79/39.89	c #decision = 501
39.79/39.89	c #random_decision = 5
39.79/39.89	c #conflict = 368
39.79/39.89	c #restart = 2
39.79/39.89	o 73
39.79/39.89	c BCD2: updating upper bound: 98 -> 72
39.79/39.89	c BCD2: 3 <= obj <= 72
39.79/39.89	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=0
39.79/39.89	c BCD2: #sat=2 #unsat=3 bias=3/5
39.79/39.89	c Solving starts ...
39.79/39.89	c ============================[ Search Statistics ]============================
39.79/39.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.79/39.89	c       |         |          |          |    Limit     GC | Var      | Constra 
39.79/39.89	c =============================================================================
39.79/39.89	c  0.0s |       0 |        0 |        0 |      757      0 |        1 |        1
39.89/39.90	c  0.0s |       0 |      107 |       63 |      757      0 |        1 |        1
39.89/39.90	c #cpu_time = 0.009s
39.89/39.90	c #wall_clock_time = 0.009s
39.89/39.90	c #decision = 107
39.89/39.90	c #random_decision = 0
39.89/39.90	c #conflict = 63
39.89/39.90	c #restart = 0
39.89/39.90	o 19
39.89/39.90	c BCD2: hardening fixes 2 literals
39.89/39.90	c BCD2: updating upper bound: 72 -> 18
39.89/39.90	c BCD2: 3 <= obj <= 18
39.89/39.90	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=2
39.89/39.90	c BCD2: #sat=3 #unsat=3 bias=3/6
39.89/39.90	c Solving starts ...
39.89/39.90	c ============================[ Search Statistics ]============================
39.89/39.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.89/39.90	c       |         |          |          |    Limit     GC | Var      | Constra 
39.89/39.90	c =============================================================================
39.89/39.90	c  0.0s |       0 |        0 |        0 |      757      0 |       19 |        5
39.89/39.92	c  0.0s |       0 |       71 |       48 |      757      0 |       19 |       47
39.89/39.92	c #cpu_time = 0.012s
39.89/39.92	c #wall_clock_time = 0.012s
39.89/39.92	c #decision = 71
39.89/39.92	c #random_decision = 0
39.89/39.92	c #conflict = 48
39.89/39.92	c #restart = 0
39.89/39.92	o 3
39.89/39.92	s OPTIMUM FOUND
39.89/39.92	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10
39.89/39.92	v -x11 x12 -x13 -x14 x15 x16 x17 x18 -x19 -x20
39.89/39.92	v -x21 x22 x23 -x24 -x25 x26 x27 -x28 -x29 -x30
39.89/39.92	v -x31 -x32 -x33 -x34 -x35 x36 -x37 x38 -x39 -x40
39.89/39.92	v -x41 -x42
39.89/39.92	c total CPU time = 39.920s
39.89/39.92	c total wall clock time = 39.920s

Verifier Data

OK	3

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

pid=26037
running on 4 cores: 1,3,5,7

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.03 2.05 2.04 3/179 26040
/proc/meminfo: memFree=30597676/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=663996 CPUtime=0 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 2466 0 0 0 0 0 0 0 20 0 4 0 28186399 679931904 3338 33554432000 4194304 16246674 140737466515568 140737466514992 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 166767 3346 441 2943 0 163661 0
[pid=26040/tid=26041] ppid=26037 vsize=681404 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 697757696 3405 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=685500 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 701952000 3421 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=689596 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 706146304 3438 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.03 2.05 2.04 3/179 26040
/proc/meminfo: memFree=30597676/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 20741 0 0 0 6 3 0 0 20 0 4 0 28186399 1247350784 21601 33554432000 4194304 16246674 140737466515568 140737466514992 5665836 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 304529 21607 765 2943 0 301423 0
[pid=26040/tid=26041] ppid=26037 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1247350784 21609 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1247350784 21613 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1247350784 21618 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200513 s]
/proc/loadavg: 2.03 2.05 2.04 3/179 26040
/proc/meminfo: memFree=30597676/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 40283 0 0 0 13 6 0 0 20 0 4 0 28186399 1247350784 41141 33554432000 4194304 16246674 140737466515568 140737466514992 5831697 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 304529 41147 796 2943 0 301423 0
[pid=26040/tid=26041] ppid=26037 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1247350784 41150 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1247350784 41156 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1247350784 41165 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300447 s]
/proc/loadavg: 2.03 2.05 2.04 3/179 26040
/proc/meminfo: memFree=30597676/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 58898 0 0 0 19 10 0 0 20 0 4 0 28186399 1247350784 59756 33554432000 4194304 16246674 140737466515568 140737466514992 6021007 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 304529 59766 796 2943 0 301423 0
[pid=26040/tid=26041] ppid=26037 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1247350784 59772 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1247350784 59777 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1247350784 59782 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.70039 s]
/proc/loadavg: 2.03 2.05 2.04 3/179 26040
/proc/meminfo: memFree=30597676/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 136524 0 0 0 49 20 0 0 20 0 4 0 28186399 1247350784 137382 33554432000 4194304 16246674 140737466515568 140737466498568 5675603 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 304529 137382 798 2943 0 301423 0
[pid=26040/tid=26041] ppid=26037 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1247350784 137382 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1247350784 137382 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1247350784 137383 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50039 s]
/proc/loadavg: 2.03 2.05 2.04 3/183 26044
/proc/meminfo: memFree=29735336/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 245656 0 0 0 113 36 0 0 20 0 4 0 28186399 1248399360 246492 33554432000 4194304 16246674 140737466515568 140737466514880 6022661 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 304785 246492 855 2943 0 301679 0
[pid=26040/tid=26041] ppid=26037 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1248399360 246492 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1248399360 246492 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1248399360 246492 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10039 s]
/proc/loadavg: 2.03 2.05 2.04 3/183 26044
/proc/meminfo: memFree=29525264/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 267462 0 0 0 270 39 0 0 20 0 4 0 28186399 1337528320 268298 33554432000 4194304 16246674 140737466515568 140737466497472 12478198 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 326545 268298 855 2943 0 323439 0
[pid=26040/tid=26041] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268298 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268298 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268298 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.3004 s]
/proc/loadavg: 2.03 2.05 2.04 3/183 26044
/proc/meminfo: memFree=29523916/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 267617 0 0 0 590 39 0 0 20 0 4 0 28186399 1337528320 268453 33554432000 4194304 16246674 140737466515568 140737466497472 5717198 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 326545 268453 855 2943 0 323439 0
[pid=26040/tid=26041] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268453 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268453 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268453 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7003 s]
/proc/loadavg: 2.03 2.05 2.04 3/183 26044
/proc/meminfo: memFree=29523824/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 267619 0 0 0 1230 39 0 0 20 0 4 0 28186399 1337528320 268455 33554432000 4194304 16246674 140737466515568 140737466497472 5712452 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 326545 268455 855 2943 0 323439 0
[pid=26040/tid=26041] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268455 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268455 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268455 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5004 s]
/proc/loadavg: 2.02 2.05 2.03 3/183 26044
/proc/meminfo: memFree=29523080/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 267644 0 0 0 2510 39 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140737466498568 5824438 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 326545 268480 855 2943 0 323439 0
[pid=26040/tid=26041] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.8004 s]
/proc/loadavg: 2.02 2.05 2.03 3/183 26044
/proc/meminfo: memFree=29523080/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1306180 CPUtime=25.78 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 267644 0 0 0 2539 39 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140737466498568 5823542 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 326545 268480 855 2943 0 323439 0
[pid=26040/tid=26041] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.78
Current children cumulated vsize (KiB) 1306180

[startup+32.2075 s]
/proc/loadavg: 2.02 2.05 2.03 4/183 26044
/proc/meminfo: memFree=29522940/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1306180 CPUtime=32.19 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 267644 0 0 0 3180 39 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140737466497472 5672264 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 326545 268480 855 2943 0 323439 0
[pid=26040/tid=26041] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 32.19
Current children cumulated vsize (KiB) 1306180

[startup+35.4003 s]
/proc/loadavg: 2.02 2.05 2.03 3/183 26044
/proc/meminfo: memFree=29522820/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1306180 CPUtime=35.39 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 267644 0 0 0 3500 39 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140737466497472 13950184 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 326545 268480 855 2943 0 323439 0
[pid=26040/tid=26041] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 35.39
Current children cumulated vsize (KiB) 1306180

[startup+37.0004 s]
/proc/loadavg: 2.02 2.05 2.03 3/184 26047
/proc/meminfo: memFree=29522556/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1306180 CPUtime=36.98 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 267644 0 0 0 3659 39 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140737466498568 5823877 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 326545 268480 855 2943 0 323439 0
[pid=26040/tid=26041] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 36.98
Current children cumulated vsize (KiB) 1306180

[startup+38.6004 s]
/proc/loadavg: 2.02 2.05 2.03 3/184 26047
/proc/meminfo: memFree=29522060/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1306180 CPUtime=38.58 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 267644 0 0 0 3819 39 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140737466497472 13759916 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 326545 268480 855 2943 0 323439 0
[pid=26040/tid=26041] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 38.58
Current children cumulated vsize (KiB) 1306180

[startup+39.4003 s]
/proc/loadavg: 2.02 2.05 2.03 4/184 26047
/proc/meminfo: memFree=29522060/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1306180 CPUtime=39.38 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 267644 0 0 0 3899 39 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140737466498568 12483234 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 326545 268480 855 2943 0 323439 0
[pid=26040/tid=26041] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 39.38
Current children cumulated vsize (KiB) 1306180

[startup+39.8004 s]
/proc/loadavg: 2.02 2.05 2.03 3/184 26047
/proc/meminfo: memFree=29522188/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1306180 CPUtime=39.79 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 267644 0 0 0 3940 39 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140737466498568 13774504 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 326545 268480 855 2943 0 323439 0
[pid=26040/tid=26041] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 39.79
Current children cumulated vsize (KiB) 1306180

[startup+39.9076 s]
/proc/loadavg: 2.02 2.05 2.03 3/184 26047
/proc/meminfo: memFree=29522188/32872528 swapFree=163656/177964
[pid=26040] ppid=26037 vsize=1306180 CPUtime=39.89 cores=1,3,5,7
/proc/26040/stat : 26040 (toysat) R 26037 26040 20760 0 -1 4202496 267644 0 0 0 3950 39 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140737466498568 6020936 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26040/statm: 326545 268480 855 2943 0 323439 0
[pid=26040/tid=26041] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26041/stat : 26041 (toysat) S 26037 26040 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428582038768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26040/tid=26042] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (toysat) S 26037 26040 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428571548912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26040/tid=26043] ppid=26037 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (toysat) S 26037 26040 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28186399 1337528320 268480 33554432000 4194304 16246674 140737466515568 140428452031664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 39.89
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 39.982
CPU time (s): 39.9739
CPU user time (s): 39.516
CPU system time (s): 0.45793
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.516
system time used= 0.45793
maximum resident set size= 1073932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267649
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= 21
involuntary context switches= 42

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.231964 second user time and 0.402938 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 16:49:25
IDJOB=4105989
IDBENCH=47884
IDSOLVER=2542
FILE ID=node105/4105989-1466261365
RUNJOBID= node105-1466229502-20777
PBS_JOBID= 19918174
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=107-P1=73-P2=127-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105989-1466261365/watcher-4105989-1466261365 -o /tmp/evaluation-result-4105989-1466261365/solver-4105989-1466261365 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20777 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105989-1466261365.opb

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

MD5SUM BENCH= 5bfa86516615baf8e5760766082d64a4
RANDOM SEED=1891066459

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.54
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30598328 kB
Buffers:           78352 kB
Cached:           202956 kB
SwapCached:         1460 kB
Active:          1171976 kB
Inactive:         186860 kB
Active(anon):    1074356 kB
Inactive(anon):     5448 kB
Active(file):      97620 kB
Inactive(file):   181412 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             16336 kB
Writeback:             0 kB
AnonPages:       1255244 kB
Mapped:            10540 kB
Shmem:                 0 kB
Slab:             604956 kB
SReclaimable:      48456 kB
SUnreclaim:       556500 kB
KernelStack:        1448 kB
PageTables:         6508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1398300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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= 71716 MiB
End job on node105 at 2016-06-18 16:50:05