Trace number 4090156

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 47.4388 47.4475

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-left3reg-l050-r049-n1.opb
MD5SUM9292aefdc769c229cd2cb62dea050519
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 benchmark0.661899
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3738
Total number of constraints8089
Number of constraints which are clauses6843
Number of constraints which are cardinality constraints (but not clauses)1246
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:54:20+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-4090156-1466038460.opb"]
0.00/0.01	c use --random-gen="2114589412 3657515397 1162795428 1473455247 82004212 38846091 273957213 2484128870 189518167 1173346273 3513505080 956389546 1386389488 1840481541 1587756344 662010631 52954453 2318892852 2133008584 3052513292 2605034028 960123365 1884571477 3248274198 2160812676 582128093 3531920522 1921563956 2151786701 799793540 438942017 3835503367 109736230 2059302819 1106053279 4174614386 1751473568 1671365428 2331576380 2805886447 267669806 3466979528 1164861309 1299779796 4074694618 1077123595 1707999933 1123312102 3432959623 4073908952 3362371688 1767396027 3172967999 41711823 1856507625 3594547178 1579156820 2942308367 3578314986 1680048222 3510489748 3490167889 1261596091 3992728567 2420554253 2708201035 1138213216 1770386659 3880980012 3617029502 1365648544 617988492 3006028693 3003217331 1908022431 1911440486 1290322900 3371935036 3656331182 1248558624 1822080003 3879646709 960838767 1739629636 1718229455 1125539140 853374480 800926880 4100272567 3210731323 3746011723 2863934924 2324891817 2815351478 3610282733 4268053030 3523018517 815658019 1640246881 1339443248 311931437 143607799 2766019665 3848581157 4200201135 1170096051 2510811826 4184993093 2828842125 4012687185 2188769280 1361237493 1429678021 3867177285 590770944 2900043414 1578386572 618748128 4228214204 3930304906 1769349830 1077121088 3034495136 989226110 449014373 523007988 3192305243 283018120 3847931620 3212842114 1936859248 3447515541 1830513933 3374055732 3867090031 624130179 3127317920 3753317930 564980381 884683786 2756243216 1187984367 1178761382 3706809636 2635447800 398463912 3850161103 515383315 2714515742 2099765849 565957167 1316589039 1316781797 1899351500 2872617227 173641165 3020165811 2002607074 3568315548 236335698 133399272 3383824666 346103129 737817363 478136896 1473935941 706921369 3080584568 1028676645 3663644693 1819270162 972471680 2848199151 1610171368 2966572456 653942043 2100611638 1925034843 1453517996 2930530032 3194692163 2588014755 1145946511 1581736765 2615690907 2824400999 876705518 3947158646 2117704762 3515699292 3144288915 3206376712 3134833401 859553988 901055432 2831135538 3405543023 2119204911 2047279429 2985088937 1790577507 1885363341 978212385 887396353 3826654211 3402157584 621631414 4254696607 588462303 4232711048 3751367173 3798014548 1286013725 2876750895 839749245 718791325 3589592540 4111670558 3553454663 2999232768 3663906909 3865856385 1493193605 3913895935 1217986329 76921924 953806713 2898770620 3566814197 741422076 2651031732 2226179442 1944326792 2929850705 387102355 4198218927 41708313 3762069984 672735651 3394508626 1940688077 4011781255 2318470134 607225714 1096756252 3964075179 2418716129 2051363666 3738917145 3283393028 2015584378 2944632399 1146934029 1937610106 387462978 2921666147 255 362436" option to reproduce the execution
0.00/0.06	c #vars 3738
0.00/0.06	c #constraints 8089
0.09/0.18	c Solving starts ...
0.09/0.18	c ============================[ Search Statistics ]============================
0.09/0.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.18	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.18	c =============================================================================
0.09/0.18	c  0.0s |       0 |        0 |        0 |     4357      0 |        0 |        0
0.29/0.32	c  0.1s |       1 |    10355 |      100 |     4357      0 |        0 |        0
0.59/0.66	c  0.5s |       2 |    31808 |      250 |     4793      0 |        0 |        0
1.10/1.19	c  1.0s |       3 |    56675 |      475 |     5273      0 |        0 |        0
1.59/1.68	c  1.5s |       4 |    72261 |      813 |     5801      0 |        0 |        0
2.19/2.22	c  2.0s |       5 |    94937 |     1320 |     6382      0 |        0 |        0
3.09/3.15	c  3.0s |       6 |   132948 |     2081 |     7724      0 |        0 |        0
4.29/4.39	c  4.2s |       7 |   157212 |     3223 |     8497      0 |        0 |        0
6.29/6.37	c  6.2s |       8 |   171569 |     4936 |     9347      0 |        0 |        0
8.39/8.48	c  8.3s |       8 |   177773 |     6536 |     9347      0 |        0 |        0
9.79/9.84	c  9.7s |       9 |   179739 |     7506 |    10282      0 |        0 |        0
11.89/11.95	c 11.8s |       9 |   184112 |     8806 |    10282      0 |        0 |        0
13.99/14.06	c 13.9s |       9 |   187007 |    10106 |    10282      0 |        0 |        0
15.69/15.77	c 15.6s |      10 |   188945 |    11361 |    11311      1 |        0 |        0
17.79/17.88	c 17.7s |      10 |   192923 |    12661 |    11311      1 |        0 |        0
19.90/19.91	c 19.7s |      10 |   197383 |    14161 |    11311      1 |        0 |        0
22.00/22.06	c 21.9s |      10 |   201030 |    15761 |    11311      1 |        0 |        0
23.79/23.88	c 23.7s |      11 |   205568 |    17144 |    12443      2 |        0 |        0
25.99/26.04	c 25.9s |      11 |   211141 |    18644 |    12443      2 |        0 |        0
27.99/28.07	c 27.9s |      11 |   215041 |    20144 |    12443      2 |        0 |        0
30.09/30.16	c 30.0s |      11 |   217581 |    21644 |    12443      2 |        0 |        0
32.19/32.28	c 32.1s |      11 |   220428 |    23144 |    12443      2 |        0 |        0
34.29/34.34	c 34.2s |      11 |   223417 |    24544 |    12443      3 |        0 |        0
35.79/35.84	c 35.7s |      12 |   227973 |    25819 |    13688      3 |        0 |        0
37.79/37.88	c 37.7s |      12 |   233777 |    27219 |    13688      3 |        0 |        0
39.89/39.95	c 39.8s |      12 |   236582 |    28719 |    13688      3 |        0 |        0
41.89/41.95	c 41.8s |      12 |   238613 |    30119 |    13688      3 |        0 |        0
43.99/44.08	c 43.9s |      12 |   240739 |    31619 |    13688      3 |        0 |        0
46.09/46.18	c 46.0s |      12 |   245752 |    33219 |    13688      4 |       11 |       42
47.29/47.38	c 47.2s |      12 |   247466 |    34296 |    13688      4 |     1242 |     3883
47.29/47.38	c #cpu_time = 47.206s
47.29/47.38	c #wall_clock_time = 47.204s
47.29/47.38	c #decision = 247466
47.29/47.38	c #random_decision = 904
47.29/47.38	c #conflict = 34296
47.29/47.38	c #restart = 12
47.29/47.38	s UNSATISFIABLE
47.29/47.38	c total CPU time = 47.384s
47.29/47.38	c total wall clock time = 47.383s

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

pid=9262
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.21 2.29 2.25 3/179 9265
/proc/meminfo: memFree=29396436/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=673212 CPUtime=0 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 2501 0 0 0 0 0 0 0 20 0 4 0 5892460 689369088 3372 33554432000 4194304 16246674 140734872932160 140734872931584 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 168815 3381 441 2943 0 165709 0
[pid=9265/tid=9266] ppid=9262 vsize=690620 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 707194880 3441 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=694716 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 711389184 3457 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=699836 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5892460 716632064 3473 33554432000 4194304 16246674 140734872932160 140491255438512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100121 s]
/proc/loadavg: 2.21 2.29 2.25 3/179 9265
/proc/meminfo: memFree=29396436/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 22948 0 0 0 7 2 0 0 20 0 4 0 5892460 1249447936 23757 33554432000 4194304 16246674 140734872932160 140734872914048 5516309 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 305041 23765 835 2943 0 301935 0
[pid=9265/tid=9266] ppid=9262 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1249447936 23770 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1249447936 23775 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5892460 1249447936 23780 33554432000 4194304 16246674 140734872932160 140491255438512 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) 1220164

[startup+0.200557 s]
/proc/loadavg: 2.21 2.29 2.25 3/179 9265
/proc/meminfo: memFree=29396436/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1220164 CPUtime=0.19 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 40179 0 0 0 14 5 0 0 20 0 4 0 5892460 1249447936 40988 33554432000 4194304 16246674 140734872932160 140734872914048 5677277 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 305041 40998 873 2943 0 301935 0
[pid=9265/tid=9266] ppid=9262 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1249447936 41003 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1249447936 41009 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5892460 1249447936 41014 33554432000 4194304 16246674 140734872932160 140491255438512 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) 1220164

[startup+0.300491 s]
/proc/loadavg: 2.21 2.29 2.25 3/179 9265
/proc/meminfo: memFree=29396436/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1220164 CPUtime=0.29 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 57771 0 0 0 21 8 0 0 20 0 4 0 5892460 1249447936 58580 33554432000 4194304 16246674 140734872932160 140734872914048 5677277 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 305041 58585 873 2943 0 301935 0
[pid=9265/tid=9266] ppid=9262 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1249447936 58589 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1249447936 58592 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5892460 1249447936 58595 33554432000 4194304 16246674 140734872932160 140491255438512 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) 1220164

[startup+0.700439 s]
/proc/loadavg: 2.21 2.29 2.25 3/179 9265
/proc/meminfo: memFree=29396436/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1220164 CPUtime=0.69 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 122992 0 0 0 51 18 0 0 20 0 4 0 5892460 1249447936 123801 33554432000 4194304 16246674 140734872932160 140734872914048 5662075 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 305041 123808 873 2943 0 301935 0
[pid=9265/tid=9266] ppid=9262 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1249447936 123814 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1249447936 123819 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5892460 1249447936 123825 33554432000 4194304 16246674 140734872932160 140491255438512 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) 1220164

[startup+1.50039 s]
/proc/loadavg: 2.21 2.29 2.25 3/183 9269
/proc/meminfo: memFree=28650296/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1300036 CPUtime=1.49 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 247997 0 0 0 116 33 0 0 20 0 4 0 5892460 1331236864 248806 33554432000 4194304 16246674 140734872932160 140734872931472 5828874 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 325009 248813 876 2943 0 321903 0
[pid=9265/tid=9266] ppid=9262 vsize=1300036 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1331236864 248817 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1300036 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1331236864 248822 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1300036 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5892460 1331236864 248827 33554432000 4194304 16246674 140734872932160 140491255438512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1300036

[startup+3.10045 s]
/proc/loadavg: 2.19 2.29 2.25 3/183 9269
/proc/meminfo: memFree=28329508/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 267676 0 0 0 273 36 0 0 20 0 4 0 5892460 1337528320 268485 33554432000 4194304 16246674 140734872932160 140734872914048 5754767 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 326545 268485 876 2943 0 323439 0
[pid=9265/tid=9266] ppid=9262 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1337528320 268485 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1337528320 268485 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5892460 1337528320 268485 33554432000 4194304 16246674 140734872932160 140491255438512 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.30046 s]
/proc/loadavg: 2.19 2.29 2.25 4/183 9269
/proc/meminfo: memFree=28322588/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1307204 CPUtime=6.29 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 267785 0 0 0 593 36 0 0 20 0 4 0 5892460 1338576896 268594 33554432000 4194304 16246674 140734872932160 140734872914048 12483578 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 326801 268594 879 2943 0 323695 0
[pid=9265/tid=9266] ppid=9262 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1338576896 268594 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1338576896 268594 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5892460 1338576896 268594 33554432000 4194304 16246674 140734872932160 140491255438512 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.7004 s]
/proc/loadavg: 2.18 2.28 2.25 3/183 9269
/proc/meminfo: memFree=28321728/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1307204 CPUtime=12.69 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 267978 0 0 0 1233 36 0 0 20 0 4 0 5892460 1338576896 268787 33554432000 4194304 16246674 140734872932160 140734872914048 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 326801 268787 882 2943 0 323695 0
[pid=9265/tid=9266] ppid=9262 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1338576896 268787 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1338576896 268787 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5892460 1338576896 268787 33554432000 4194304 16246674 140734872932160 140491255438512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1307204

[startup+25.5005 s]
/proc/loadavg: 2.35 2.32 2.26 4/183 9269
/proc/meminfo: memFree=28322008/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1308228 CPUtime=25.49 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 267997 0 0 0 2513 36 0 0 20 0 4 0 5892460 1339625472 268806 33554432000 4194304 16246674 140734872932160 140734872914048 5523464 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 327057 268806 886 2943 0 323951 0
[pid=9265/tid=9266] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 268806 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 268806 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 268806 33554432000 4194304 16246674 140734872932160 140491255438512 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

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

[startup+25.6005 s]
/proc/loadavg: 2.35 2.32 2.26 4/183 9269
/proc/meminfo: memFree=28322008/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1308228 CPUtime=25.59 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 267997 0 0 0 2523 36 0 0 20 0 4 0 5892460 1339625472 268806 33554432000 4194304 16246674 140734872932160 140734872914048 5674907 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 327057 268806 886 2943 0 323951 0
[pid=9265/tid=9266] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 268806 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 268806 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 268806 33554432000 4194304 16246674 140734872932160 140491255438512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1308228

[startup+38.4004 s]
/proc/loadavg: 2.34 2.32 2.26 3/183 9269
/proc/meminfo: memFree=28321752/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1308228 CPUtime=38.39 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 268015 0 0 0 3803 36 0 0 20 0 4 0 5892460 1339625472 268824 33554432000 4194304 16246674 140734872932160 140734872914048 5545832 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 327057 268824 886 2943 0 323951 0
[pid=9265/tid=9266] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 268824 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 268824 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 268824 33554432000 4194304 16246674 140734872932160 140491255438512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 1308228

[startup+41.6004 s]
/proc/loadavg: 2.34 2.32 2.26 4/183 9269
/proc/meminfo: memFree=28321984/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1308228 CPUtime=41.59 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 268240 0 0 0 4123 36 0 0 20 0 4 0 5892460 1339625472 269049 33554432000 4194304 16246674 140734872932160 140734872914048 6021028 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 327057 269049 886 2943 0 323951 0
[pid=9265/tid=9266] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 269049 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 269049 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 269049 33554432000 4194304 16246674 140734872932160 140491255438512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 41.59
Current children cumulated vsize (KiB) 1308228

[startup+44.8004 s]
/proc/loadavg: 2.31 2.31 2.26 3/183 9269
/proc/meminfo: memFree=28321116/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1308228 CPUtime=44.79 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 268240 0 0 0 4443 36 0 0 20 0 4 0 5892460 1339625472 269049 33554432000 4194304 16246674 140734872932160 140734872915152 6836936 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 327057 269049 886 2943 0 323951 0
[pid=9265/tid=9266] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 269049 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 269049 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 269049 33554432000 4194304 16246674 140734872932160 140491255438512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 44.79
Current children cumulated vsize (KiB) 1308228

[startup+46.4004 s]
/proc/loadavg: 2.31 2.31 2.26 3/183 9269
/proc/meminfo: memFree=28320992/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1308228 CPUtime=46.39 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 268241 0 0 0 4603 36 0 0 20 0 4 0 5892460 1339625472 269050 33554432000 4194304 16246674 140734872932160 140734872914048 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 327057 269050 887 2943 0 323951 0
[pid=9265/tid=9266] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 269050 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 269050 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5892460 1339625472 269050 33554432000 4194304 16246674 140734872932160 140491255438512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 46.39
Current children cumulated vsize (KiB) 1308228

[startup+47.2004 s]
/proc/loadavg: 2.31 2.31 2.26 3/183 9269
/proc/meminfo: memFree=28320992/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=1316420 CPUtime=47.18 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202496 270184 0 0 0 4682 36 0 0 20 0 4 0 5892460 1348014080 270993 33554432000 4194304 16246674 140734872932160 140734872914048 5829044 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 329105 270993 887 2943 0 325999 0
[pid=9265/tid=9266] ppid=9262 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9266/stat : 9266 (toysat) S 9262 9265 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5892460 1348014080 270993 33554432000 4194304 16246674 140734872932160 140491345603824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9265/tid=9267] ppid=9262 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9267/stat : 9267 (toysat) S 9262 9265 5822 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 5892460 1348014080 270993 33554432000 4194304 16246674 140734872932160 140491265912048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9265/tid=9268] ppid=9262 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/9265/task/9268/stat : 9268 (toysat) S 9262 9265 5822 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 5892460 1348014080 270993 33554432000 4194304 16246674 140734872932160 140491255438512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.18
Current children cumulated vsize (KiB) 1316420

[startup+47.4074 s]
/proc/loadavg: 2.37 2.32 2.27 3/183 9269
/proc/meminfo: memFree=28313180/32872528 swapFree=1369816/1516984
[pid=9265] ppid=9262 vsize=0 CPUtime=47.39 cores=0,2,4,6
/proc/9265/stat : 9265 (toysat) R 9262 9265 5822 0 -1 4202500 270188 0 0 0 4701 38 0 0 20 0 1 0 5892460 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9265/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.39
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 47.4475
CPU time (s): 47.4388
CPU user time (s): 47.0159
CPU system time (s): 0.422935
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 1316420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.0159
system time used= 0.422935
maximum resident set size= 1083984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270188
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= 22
involuntary context switches= 51

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.228965 second user time and 0.52192 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-16 02:54:20
IDJOB=4090156
IDBENCH=107509
IDSOLVER=2542
FILE ID=node129/4090156-1466038460
RUNJOBID= node129-1466013843-5838
PBS_JOBID= 19902811
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= 9292aefdc769c229cd2cb62dea050519
RANDOM SEED=130863351

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29396816 kB
Buffers:           42592 kB
Cached:            81720 kB
SwapCached:        20160 kB
Active:          1172260 kB
Inactive:          79552 kB
Active(anon):    1109640 kB
Inactive(anon):    20108 kB
Active(file):      62620 kB
Inactive(file):    59444 kB
Unevictable:     1516984 kB
Mlocked:         1369816 kB
SwapTotal:      67108856 kB
SwapFree:       67081548 kB
Dirty:             16328 kB
Writeback:             0 kB
AnonPages:       2629792 kB
Mapped:            10684 kB
Shmem:                 0 kB
Slab:             567532 kB
SReclaimable:      11860 kB
SUnreclaim:       555672 kB
KernelStack:        1520 kB
PageTables:         9592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2772036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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= 71704 MiB
End job on node129 at 2016-06-16 02:55:07