Trace number 4090100

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02UNSAT 128.013 128.035

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-left3reg-l060-r059-n1.opb
MD5SUM29c9bee935f3af941419480bf6820552
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.3088
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4257
Total number of constraints9156
Number of constraints which are clauses7737
Number of constraints which are cardinality constraints (but not clauses)1419
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-16T02:49:34+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-4090100-1466038174.opb"]
0.00/0.01	c use --random-gen="3693220578 2041747374 1301314801 4265785581 539675546 1433060113 458646182 1937907752 3253616677 3179367302 2941259715 3511692759 1419734074 3167802801 1426030752 4268976014 2697163034 161503849 3646035998 149019900 1067488016 1469471541 3605165971 3993132793 971601571 4270394465 282822873 72430659 2543420 3302062310 4081491796 2479060939 3697135007 269633675 2043471416 1862644207 2924063693 1196079575 975112925 4079119925 955613230 2488766919 4125676725 1153642803 1571815929 2818387003 3810837576 2070536986 210695919 3308395854 329534285 1252329383 1959619287 3365804019 1147034083 4191203546 3328353930 786570142 4126350920 3831858940 986218043 2231270821 516368145 3963101213 1538562976 1360526511 2693862172 13730680 590945799 816464056 3316946718 2404296302 640620494 3406710130 16242798 1165735138 148704183 3338209626 3471004994 3548616574 460446539 3944908173 3635656730 3884130887 699455983 3049467446 2883531660 2370277093 2868330242 2990920331 2537264091 1547130394 1639095467 3414933329 4255496883 291077361 3784502240 289759567 939976137 1506242701 4029060643 3367145822 3839984465 4099182675 666860069 1764394491 3069170635 1099003969 2503167202 54471850 682631504 3576558850 3722988743 3475718264 2987953997 2731149581 1691287799 2526173700 3258459675 3594097353 3059001199 773822556 173447380 3608098641 372699859 2327106924 3028368955 2997940917 430333114 1201530340 1370038475 3370057900 1884643916 2131278024 1191613703 3142269452 4030398469 3915660913 1550027933 748785467 1219207385 3488475468 4128628407 629585894 2506987281 2354664827 1237467809 1243944612 3168078826 3651683474 3898841978 3576374046 2444432642 3368539039 2952121118 1236378828 881004095 1012066473 2304771433 1216438254 891877827 725775176 3590970968 616817833 3979869689 1212073863 732094664 2439907701 283851925 3920845117 340709590 1744242390 3701226476 3834076893 1919720137 2590064923 3800470767 2812658809 914254041 3060292866 3243790776 4145942574 903465682 1337900024 620622379 2303823151 1115734734 4274643880 2689501419 1301197329 1116417719 2937195790 970695026 740536941 228671769 3388519599 2386841977 3959989033 2379219050 1565386302 794801553 2380560376 1920425431 835851086 3946344314 2356201911 1985641220 1626305450 762450204 932891018 3084269105 2281788527 1582261774 84329084 11520453 141641301 3871500740 986239828 4030554254 489582703 2948313883 3164226482 2096310893 787362823 3002977114 2752523101 3385940172 3294146792 2113529462 3505313771 1977054808 881493372 938812590 53217694 2515365700 4213037660 870964210 3092536491 701756851 4002864870 860508694 3279232964 2041558445 427221064 2908632759 2510539027 2476722218 3379210785 4179501995 3597042519 503142795 3178831838 1932766319 4049609628 1907107477 642553890 255 362436" option to reproduce the execution
0.00/0.07	c #vars 4257
0.00/0.07	c #constraints 9156
0.19/0.20	c Solving starts ...
0.19/0.20	c ============================[ Search Statistics ]============================
0.19/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.20	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     4944      0 |        0 |        0
0.29/0.31	c  0.1s |       1 |     7416 |      100 |     4944      0 |        0 |        0
0.58/0.67	c  0.5s |       2 |    31052 |      250 |     5439      0 |        0 |        0
1.29/1.33	c  1.1s |       3 |    62829 |      475 |     5983      0 |        0 |        0
1.89/1.96	c  1.8s |       4 |    89487 |      813 |     6582      0 |        0 |        0
2.49/2.57	c  2.4s |       5 |   116911 |     1320 |     7241      0 |        0 |        0
3.59/3.68	c  3.5s |       6 |   162680 |     2081 |     8763      0 |        0 |        0
4.99/5.09	c  4.9s |       7 |   193723 |     3223 |     9640      0 |        0 |        0
6.69/6.79	c  6.6s |       8 |   204860 |     4936 |    10604      0 |        0 |        0
8.68/8.79	c  8.6s |       8 |   220250 |     6336 |    10604      0 |        0 |        0
10.58/10.69	c 10.5s |       9 |   222982 |     7506 |    11665      0 |        0 |        0
12.68/12.72	c 12.5s |       9 |   224854 |     9106 |    11665      0 |        0 |        0
14.78/14.83	c 14.6s |       9 |   226816 |    10806 |    11665      0 |        0 |        0
15.49/15.54	c 15.3s |      10 |   227427 |    11361 |    12832      0 |        0 |        0
17.69/17.70	c 17.5s |      10 |   230199 |    12361 |    12832      0 |        0 |        0
19.89/19.93	c 19.7s |      10 |   233048 |    13561 |    12832      1 |        0 |        0
21.99/22.06	c 21.9s |      10 |   239226 |    14961 |    12832      1 |        0 |        0
24.08/24.13	c 23.9s |      10 |   243698 |    16261 |    12832      1 |        0 |        0
25.49/25.59	c 25.4s |      11 |   245442 |    17144 |    14116      1 |        0 |        0
27.60/27.68	c 27.5s |      11 |   250473 |    18444 |    14116      1 |        0 |        0
29.80/29.86	c 29.7s |      11 |   253020 |    19844 |    14116      1 |        0 |        0
31.79/31.90	c 31.7s |      11 |   255362 |    21144 |    14116      2 |        0 |        0
33.89/33.94	c 33.7s |      11 |   261218 |    22844 |    14116      2 |        0 |        0
35.99/36.04	c 35.8s |      11 |   264006 |    24244 |    14116      2 |        0 |        0
37.99/38.04	c 37.8s |      11 |   267745 |    25544 |    14116      2 |        0 |        0
38.39/38.48	c 38.3s |      12 |   268045 |    25819 |    15528      2 |        0 |        0
40.49/40.51	c 40.3s |      12 |   275504 |    26719 |    15528      2 |        0 |        0
42.49/42.53	c 42.3s |      12 |   277522 |    27719 |    15528      2 |        0 |        0
44.59/44.68	c 44.5s |      12 |   280440 |    28719 |    15528      2 |        0 |        0
46.79/46.89	c 46.7s |      12 |   282191 |    29919 |    15528      3 |        0 |        0
48.99/49.01	c 48.8s |      12 |   284627 |    31319 |    15528      3 |        0 |        0
51.09/51.11	c 50.9s |      12 |   286450 |    32619 |    15528      3 |        0 |        0
53.08/53.11	c 52.9s |      12 |   288501 |    33919 |    15528      3 |        0 |        0
55.09/55.16	c 55.0s |      12 |   289976 |    35019 |    15528      3 |        0 |        0
57.29/57.33	c 57.1s |      12 |   292465 |    36219 |    15528      3 |        0 |        0
59.28/59.34	c 59.1s |      12 |   296652 |    37419 |    15528      3 |        0 |        0
61.28/61.33	c 61.1s |      13 |   299984 |    38832 |    17081      4 |        0 |        0
63.38/63.43	c 63.2s |      13 |   304786 |    39932 |    17081      4 |        0 |        0
65.48/65.57	c 65.4s |      13 |   309042 |    41232 |    17081      4 |        0 |        0
67.68/67.71	c 67.5s |      13 |   315179 |    42432 |    17081      4 |        0 |        0
69.68/69.79	c 69.6s |      13 |   317350 |    43732 |    17081      4 |        0 |        0
71.78/71.87	c 71.7s |      13 |   319209 |    44832 |    17081      4 |        0 |        0
73.98/74.01	c 73.8s |      13 |   320982 |    45832 |    17081      4 |        0 |        0
76.08/76.12	c 75.9s |      13 |   322448 |    46932 |    17081      4 |        0 |        0
78.08/78.14	c 77.9s |      13 |   323763 |    48032 |    17081      5 |        0 |        0
80.07/80.16	c 80.0s |      13 |   326086 |    49432 |    17081      5 |        0 |        0
82.07/82.17	c 82.0s |      13 |   328301 |    50732 |    17081      5 |        0 |        0
84.17/84.27	c 84.1s |      13 |   332616 |    52032 |    17081      5 |        0 |        0
86.37/86.40	c 86.2s |      13 |   335585 |    53232 |    17081      5 |        1 |       10
88.37/88.46	c 88.3s |      13 |   337263 |    54632 |    17081      5 |        1 |       10
90.47/90.59	c 90.4s |      13 |   339145 |    55732 |    17081      5 |        1 |       10
92.67/92.70	c 92.5s |      13 |   340258 |    56732 |    17081      5 |        1 |       10
94.68/94.72	c 94.5s |      13 |   341234 |    57632 |    17081      5 |        1 |       10
96.17/96.28	c 96.1s |      14 |   342042 |    58352 |    18790      6 |        1 |       10
98.37/98.46	c 98.3s |      14 |   351299 |    59452 |    18790      6 |        1 |       10
100.57/100.62	c  100s |      14 |   355467 |    60752 |    18790      6 |        1 |       10
102.67/102.74	c  102s |      14 |   359335 |    62152 |    18790      6 |        1 |       10
104.87/104.91	c  104s |      14 |   361346 |    63352 |    18790      6 |        1 |       10
106.97/107.08	c  106s |      14 |   362750 |    64352 |    18790      6 |        1 |       10
109.07/109.18	c  108s |      14 |   363973 |    65452 |    18790      6 |        1 |       10
111.27/111.34	c  111s |      14 |   366273 |    66552 |    18790      6 |        1 |       10
113.27/113.35	c  113s |      14 |   367696 |    67552 |    18790      6 |        1 |       10
115.37/115.41	c  115s |      14 |   370220 |    68552 |    18790      7 |        1 |       10
117.37/117.42	c  117s |      14 |   371944 |    69852 |    18790      7 |        1 |       10
119.47/119.52	c  119s |      14 |   374578 |    71252 |    18790      7 |        1 |       10
121.47/121.59	c  121s |      14 |   378299 |    72852 |    18790      7 |        1 |       10
123.57/123.61	c  123s |      14 |   381770 |    74052 |    18790      7 |       12 |       52
125.56/125.64	c  125s |      14 |   383742 |    75152 |    18790      7 |       13 |      213
127.67/127.71	c  127s |      14 |   387559 |    77052 |    18790      7 |      562 |     2674
127.86/127.97	c  127s |      14 |   387753 |    77236 |    18790      7 |     1261 |     3540
127.86/127.97	c #cpu_time = 127.441s
127.86/127.97	c #wall_clock_time = 127.768s
127.86/127.97	c #decision = 387753
127.86/127.97	c #random_decision = 1358
127.86/127.97	c #conflict = 77236
127.86/127.97	c #restart = 14
127.86/127.97	s UNSATISFIABLE
127.86/127.97	c total CPU time = 127.641s
127.86/127.97	c total wall clock time = 127.968s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4090100-1466038174/watcher-4090100-1466038174 -o /tmp/evaluation-result-4090100-1466038174/solver-4090100-1466038174 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466012020-5772 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4090100-1466038174.opb 

pid=8912
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.19 2.13 2.09 3/179 8915
/proc/meminfo: memFree=30398744/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=569788 CPUtime=0 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 2098 0 0 0 0 0 0 0 20 0 4 0 5867506 583462912 1947 33554432000 4194304 16246674 140734630615472 140734630614896 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 142959 1957 441 2943 0 139853 0
[pid=8915/tid=8916] ppid=8912 vsize=586172 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 600240128 2014 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=591292 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 605483008 2031 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=595388 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5867506 609677312 2047 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 2.19 2.13 2.09 3/179 8915
/proc/meminfo: memFree=30398744/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 22062 0 0 0 6 3 0 0 20 0 4 0 5867506 1250496512 21849 33554432000 4194304 16246674 140734630615472 140734630614784 6771081 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 305297 21858 832 2943 0 302191 0
[pid=8915/tid=8916] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 21863 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 21869 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 21875 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200533 s]
/proc/loadavg: 2.19 2.13 2.09 3/179 8915
/proc/meminfo: memFree=30398744/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1221188 CPUtime=0.19 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 39408 0 0 0 14 5 0 0 20 0 4 0 5867506 1250496512 39195 33554432000 4194304 16246674 140734630615472 140734630614784 6970225 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 305297 39204 834 2943 0 302191 0
[pid=8915/tid=8916] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 39209 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 39214 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 39219 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300445 s]
/proc/loadavg: 2.19 2.13 2.09 3/179 8915
/proc/meminfo: memFree=30398744/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1221188 CPUtime=0.29 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 56691 0 0 0 22 7 0 0 20 0 4 0 5867506 1250496512 56479 33554432000 4194304 16246674 140734630615472 140734630614784 6018209 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 305297 56488 872 2943 0 302191 0
[pid=8915/tid=8916] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 56495 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 56501 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 56506 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1221188

[startup+0.700439 s]
/proc/loadavg: 2.19 2.13 2.09 3/179 8915
/proc/meminfo: memFree=30398744/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1221188 CPUtime=0.69 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 119080 0 0 0 54 15 0 0 20 0 4 0 5867506 1250496512 118867 33554432000 4194304 16246674 140734630615472 140734630597376 5831697 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 305297 118875 872 2943 0 302191 0
[pid=8915/tid=8916] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 118881 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 118885 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 118890 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1221188

[startup+1.50044 s]
/proc/loadavg: 2.19 2.13 2.09 3/183 8919
/proc/meminfo: memFree=29671072/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1221188 CPUtime=1.48 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 245617 0 0 0 117 31 0 0 20 0 4 0 5867506 1250496512 245404 33554432000 4194304 16246674 140734630615472 140734630597376 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 305297 245412 872 2943 0 302191 0
[pid=8915/tid=8916] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 245417 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 245421 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5867506 1250496512 245425 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1221188

[startup+3.10045 s]
/proc/loadavg: 2.18 2.13 2.09 3/183 8919
/proc/meminfo: memFree=29337264/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 267636 0 0 0 275 34 0 0 20 0 4 0 5867506 1337528320 267423 33554432000 4194304 16246674 140734630615472 140734630597376 5721885 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 326545 267423 875 2943 0 323439 0
[pid=8915/tid=8916] ppid=8912 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1337528320 267423 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1337528320 267423 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5867506 1337528320 267423 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30045 s]
/proc/loadavg: 2.18 2.13 2.09 3/183 8919
/proc/meminfo: memFree=29329216/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1307204 CPUtime=6.29 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 267913 0 0 0 595 34 0 0 20 0 4 0 5867506 1338576896 267700 33554432000 4194304 16246674 140734630615472 140734630597376 5827784 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 326801 267700 878 2943 0 323695 0
[pid=8915/tid=8916] ppid=8912 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1338576896 267700 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1338576896 267700 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5867506 1338576896 267700 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1307204

[startup+12.7005 s]
/proc/loadavg: 2.15 2.12 2.09 3/183 8919
/proc/meminfo: memFree=29328012/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1307204 CPUtime=12.68 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 267978 0 0 0 1234 34 0 0 20 0 4 0 5867506 1338576896 267765 33554432000 4194304 16246674 140734630615472 140734630597376 5661532 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 326801 267765 879 2943 0 323695 0
[pid=8915/tid=8916] ppid=8912 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1338576896 267765 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1338576896 267765 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5867506 1338576896 267765 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1307204

[startup+25.5005 s]
/proc/loadavg: 2.13 2.12 2.09 4/183 8919
/proc/meminfo: memFree=29328016/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1308228 CPUtime=25.49 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 268052 0 0 0 2514 35 0 0 20 0 4 0 5867506 1339625472 267839 33554432000 4194304 16246674 140734630615472 140734630597376 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 327057 267839 885 2943 0 323951 0
[pid=8915/tid=8916] ppid=8912 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1339625472 267839 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1339625472 267839 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5867506 1339625472 267839 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1308228

[startup+51.1005 s]
/proc/loadavg: 2.16 2.13 2.09 3/184 8922
/proc/meminfo: memFree=29326616/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1309252 CPUtime=51.09 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 268402 0 0 0 5074 35 0 0 20 0 4 0 5867506 1340674048 268189 33554432000 4194304 16246674 140734630615472 140734630597376 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 327313 268189 885 2943 0 324207 0
[pid=8915/tid=8916] ppid=8912 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1340674048 268189 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1340674048 268189 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5867506 1340674048 268189 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1309252

[startup+102.3 s]
/proc/loadavg: 2.18 2.13 2.09 3/183 8923
/proc/meminfo: memFree=29302132/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1332804 CPUtime=102.28 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 274386 0 0 0 10193 35 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 140734630597376 13943664 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 333201 274173 886 2943 0 330095 0
[pid=8915/tid=8916] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1332804

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

[startup+102.407 s]
/proc/loadavg: 2.18 2.13 2.09 3/183 8923
/proc/meminfo: memFree=29302132/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1332804 CPUtime=102.38 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 274386 0 0 0 10203 35 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 140734630597376 5717656 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 333201 274173 886 2943 0 330095 0
[pid=8915/tid=8916] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 1332804

[startup+115.2 s]
/proc/loadavg: 2.15 2.13 2.09 3/183 8923
/proc/meminfo: memFree=29302008/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1332804 CPUtime=115.17 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 274386 0 0 0 11482 35 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 140734630597376 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 333201 274173 886 2943 0 330095 0
[pid=8915/tid=8916] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 115.17
Current children cumulated vsize (KiB) 1332804

[startup+121.6 s]
/proc/loadavg: 2.14 2.12 2.09 3/183 8924
/proc/meminfo: memFree=29301760/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1332804 CPUtime=121.57 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 274386 0 0 0 12122 35 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 140734630597376 6836961 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 333201 274173 886 2943 0 330095 0
[pid=8915/tid=8916] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 121.57
Current children cumulated vsize (KiB) 1332804

[startup+124.8 s]
/proc/loadavg: 2.13 2.12 2.09 3/183 8924
/proc/meminfo: memFree=29301756/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1332804 CPUtime=124.77 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 274386 0 0 0 12442 35 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 140734630613376 13962128 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 333201 274173 886 2943 0 330095 0
[pid=8915/tid=8916] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 124.77
Current children cumulated vsize (KiB) 1332804

[startup+126.4 s]
/proc/loadavg: 2.13 2.12 2.09 3/183 8924
/proc/meminfo: memFree=29301756/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1332804 CPUtime=126.36 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 274386 0 0 0 12601 35 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 140734630597376 5723504 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 333201 274173 886 2943 0 330095 0
[pid=8915/tid=8916] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 126.36
Current children cumulated vsize (KiB) 1332804

[startup+127.2 s]
/proc/loadavg: 2.13 2.12 2.09 3/183 8924
/proc/meminfo: memFree=29301864/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1332804 CPUtime=127.16 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 274386 0 0 0 12681 35 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 140734630597376 5546257 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 333201 274173 886 2943 0 330095 0
[pid=8915/tid=8916] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 127.16
Current children cumulated vsize (KiB) 1332804

[startup+127.6 s]
/proc/loadavg: 2.12 2.12 2.09 3/183 8924
/proc/meminfo: memFree=29301868/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=1332804 CPUtime=127.57 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202496 274386 0 0 0 12722 35 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 140734630597376 5531892 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 333201 274173 886 2943 0 330095 0
[pid=8915/tid=8916] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8916/stat : 8916 (toysat) S 8912 8915 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639770819824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8915/tid=8917] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8917/stat : 8917 (toysat) S 8912 8915 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639760329968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8915/tid=8918] ppid=8912 vsize=1332804 CPUtime=0 cores=0,2,4,6
/proc/8915/task/8918/stat : 8918 (toysat) S 8912 8915 5756 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5867506 1364791296 274173 33554432000 4194304 16246674 140734630615472 139639749856432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 127.57
Current children cumulated vsize (KiB) 1332804

[startup+128 s]
/proc/loadavg: 2.12 2.12 2.09 3/183 8924
/proc/meminfo: memFree=29301868/32872528 swapFree=524788/557492
[pid=8915] ppid=8912 vsize=0 CPUtime=127.97 cores=0,2,4,6
/proc/8915/stat : 8915 (toysat) R 8912 8915 5756 0 -1 4202500 274390 0 0 0 12759 38 0 0 20 0 1 0 5867506 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8915/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 127.97
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 128.035
CPU time (s): 128.013
CPU user time (s): 127.591
CPU system time (s): 0.421935
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 1332804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.591
system time used= 0.421935
maximum resident set size= 1096708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274390
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= 20
involuntary context switches= 133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.32695 second user time and 0.498924 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-16 02:49:34
IDJOB=4090100
IDBENCH=107501
IDSOLVER=2542
FILE ID=node106/4090100-1466038174
RUNJOBID= node106-1466012020-5772
PBS_JOBID= 19902815
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-left3reg-l060-r059-n1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090100-1466038174/watcher-4090100-1466038174 -o /tmp/evaluation-result-4090100-1466038174/solver-4090100-1466038174 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466012020-5772 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4090100-1466038174.opb

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

MD5SUM BENCH= 29c9bee935f3af941419480bf6820552
RANDOM SEED=1427577373

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30399124 kB
Buffers:           50188 kB
Cached:            80548 kB
SwapCached:         1476 kB
Active:          1145544 kB
Inactive:          59988 kB
Active(anon):    1075712 kB
Inactive(anon):     1188 kB
Active(file):      69832 kB
Inactive(file):    58800 kB
Unevictable:      557492 kB
Mlocked:          524788 kB
SwapTotal:      67108856 kB
SwapFree:       67099848 kB
Dirty:             16332 kB
Writeback:             0 kB
AnonPages:       1630960 kB
Mapped:            10416 kB
Shmem:                 0 kB
Slab:             576752 kB
SReclaimable:      20860 kB
SUnreclaim:       555892 kB
KernelStack:        1488 kB
PageTables:         7096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1775724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1099776 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 node106 at 2016-06-16 02:51:42