Trace number 4099053

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 23.9674 23.984

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900583053.opb
MD5SUMf6db72fa29ffa9d071020a030f71e7d0
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark2.88356
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 651
Number of bits of the biggest sum of numbers10
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-18T01:28:21+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-4099053-1466206101.opb"]
0.00/0.01	c use --random-gen="2527860650 29132123 2940676388 1144162765 2045874654 3577389051 2391508895 3162910247 232639785 3875240246 3832951282 2656548907 820986806 593530321 2935445419 1223900060 3296960287 3135125464 2021250544 1049929766 1624235892 777216885 3362805378 1328184433 875631798 2510389707 1194814183 2545931203 2610503483 3801028210 1934401815 2999525681 1151350031 3155325528 3889187493 1430733829 3054182688 658627193 3494882499 2662252047 2162150409 3185710949 3164428051 1758893598 2983306224 3122092764 63391354 244880124 1792362214 2884118185 528254577 2662496407 2722262153 947656350 409026043 3306130021 46782563 4212058452 861049535 3682648312 386729815 3894670503 527829453 1722781945 2180570947 945541175 77581706 340783168 110922753 2196110061 787002132 2024681334 3215542949 330562546 2108850583 3218790194 3023041450 2141090707 1923979305 3641568344 1000478005 2176815281 1966743685 307145818 2300592559 2888609666 1910234465 3540030158 92738134 1744578487 1492939212 3556871728 3042756921 1614968639 299005368 1666396809 617941307 1710342877 1950063420 2393642831 221570233 1100630357 2483026613 1937290389 82181635 4150972599 1942367174 677722095 1663282480 4067065019 22936987 2817689586 2500212243 3537209868 309049654 439484538 303224797 679886834 2985213200 3801784411 1915514453 3914548489 1678563860 4286831027 3354110161 3926373616 3315103196 2526958432 227641620 887555047 3671621449 809460554 323753972 1048575923 1440242059 3660789716 1020057065 2148163592 2076226519 533828748 3062760512 436735549 1902833766 1273177486 2997196699 2250843297 2494127850 2036095169 2577651123 4144414149 3367289277 454747717 1691009400 1389368471 4187688907 3003598904 3075113031 2744554264 756428509 2547627823 2363020610 4000894410 1790707522 3217526500 2958343306 2972378740 4178132408 2137896768 784403904 2254700077 2137853303 4239909149 2150861748 1636645464 2768459865 1100965888 482491803 701828249 182881354 1271891098 1575469386 2744586742 4043630605 969606680 2056241433 1549168450 3593053653 4082140837 910995065 1571475744 371653794 892774879 1219415171 157054963 1181003874 2725299725 251897425 3322897475 689810252 1073780767 56662307 3020959012 959433908 2858724655 3583315296 3170238267 4234358654 1459378546 341705158 1031051956 3932218608 3569937062 3249851314 179416642 2806481121 445514767 1834911050 2339947234 1624389398 2327170196 693942059 2262599318 1183748458 3808007084 3632904887 762849207 2986714658 279414579 2847136966 3571096959 4287329197 2168733979 1917602705 3139026583 2245601255 1654272412 99418802 2214927428 2614094000 2739247529 3916717882 662158989 2474860023 517262895 549467656 3836966321 183689673 32954920 2030197210 1547010392 4256072672 1162871675 3591852563 3253324618 704141722 475981705 255 362436" option to reproduce the execution
0.00/0.03	c #vars 231
0.00/0.03	c #constraints 2707
0.00/0.08	c Solving starts ...
0.00/0.08	c ============================[ Search Statistics ]============================
0.00/0.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.08	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |      979      0 |        0 |        0
0.00/0.09	c  0.0s |       1 |      250 |      100 |      979      0 |        0 |        0
0.09/0.13	c  0.1s |       2 |      549 |      250 |     1077      0 |        0 |        0
0.09/0.18	c  0.1s |       3 |      921 |      475 |     1185      0 |        0 |        0
0.18/0.27	c  0.2s |       4 |     1418 |      813 |     1304      0 |        0 |        0
0.39/0.41	c  0.3s |       5 |     2206 |     1320 |     1435      0 |        0 |        0
0.58/0.62	c  0.5s |       6 |     3456 |     2081 |     1737      1 |        0 |        0
0.89/0.98	c  0.9s |       7 |     5313 |     3223 |     1911      2 |        0 |        0
1.49/1.53	c  1.5s |       8 |     7790 |     4936 |     2103      4 |        0 |        0
2.19/2.21	c  2.1s |       9 |    11368 |     7506 |     2314      6 |        0 |        0
2.98/3.07	c  3.0s |      10 |    17980 |    11361 |     2546      9 |        0 |        0
4.08/4.14	c  4.1s |      11 |    27822 |    17144 |     2801     12 |        1 |       11
5.78/5.85	c  5.8s |      12 |    42469 |    25819 |     3082     18 |        1 |       11
7.80/7.85	c  7.8s |      12 |    59549 |    35719 |     3082     23 |        2 |       22
8.39/8.45	c  8.4s |      13 |    64708 |    38832 |     3391     25 |        2 |       22
10.39/10.45	c 10.4s |      13 |    80501 |    48332 |     3391     29 |        3 |       33
12.39/12.46	c 12.4s |      13 |    96322 |    57732 |     3391     34 |        3 |       33
12.59/12.62	c 12.5s |      14 |    97266 |    58352 |     3731     34 |        3 |       33
14.59/14.62	c 14.5s |      14 |   112596 |    67752 |     3731     39 |        3 |       33
16.59/16.64	c 16.6s |      14 |   128023 |    77352 |     3731     43 |        4 |       44
18.59/18.65	c 18.6s |      14 |   145683 |    87552 |     4105     47 |        6 |       66
18.59/18.67	c 18.6s |      15 |   145872 |    87632 |     4105     47 |        6 |       66
20.58/20.67	c 20.6s |      15 |   163606 |    98032 |     4105     49 |        8 |       88
22.58/22.69	c 22.6s |      15 |   180565 |   108132 |     4105     50 |       12 |      132
23.88/23.92	c 23.8s |      15 |   192148 |   115148 |     4105     52 |      159 |      481
23.88/23.92	c #cpu_time = 23.781s
23.88/23.92	c #wall_clock_time = 23.843s
23.88/23.92	c #decision = 192148
23.88/23.92	c #random_decision = 646
23.88/23.92	c #conflict = 115148
23.88/23.92	c #restart = 15
23.88/23.92	s UNSATISFIABLE
23.88/23.92	c total CPU time = 23.859s
23.88/23.92	c total wall clock time = 23.921s

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.28 0.14 0.09 2/172 1420
/proc/meminfo: memFree=31298488/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=449980 CPUtime=0 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 1627 0 0 0 0 0 0 0 20 0 4 0 22659364 460779520 1989 33554432000 4194304 16246674 140736333590720 140736333590144 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 113007 1998 441 2943 0 109901 0
[pid=1420/tid=1421] ppid=1417 vsize=680380 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 696709120 2889 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=685500 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 701952000 2912 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=690620 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22659364 707194880 2929 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 0.28 0.14 0.09 2/172 1420
/proc/meminfo: memFree=31298488/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 25457 0 0 0 6 3 0 0 20 0 4 0 22659364 1247350784 25808 33554432000 4194304 16246674 140736333590720 140736333572608 5669490 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 304529 25813 729 2943 0 301423 0
[pid=1420/tid=1421] ppid=1417 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1247350784 25816 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1247350784 25821 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22659364 1247350784 25825 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200481 s]
/proc/loadavg: 0.28 0.14 0.09 2/172 1420
/proc/meminfo: memFree=31298488/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 41792 0 0 0 13 5 0 0 20 0 4 0 22659364 1247350784 42142 33554432000 4194304 16246674 140736333590720 140736333572608 5674353 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 304529 42149 729 2943 0 301423 0
[pid=1420/tid=1421] ppid=1417 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1247350784 42152 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1247350784 42158 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22659364 1247350784 42163 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300478 s]
/proc/loadavg: 0.28 0.14 0.09 2/172 1420
/proc/meminfo: memFree=31298488/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 58343 0 0 0 20 9 0 0 20 0 4 0 22659364 1247350784 58694 33554432000 4194304 16246674 140736333590720 140736333572608 6021133 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 304529 58703 729 2943 0 301423 0
[pid=1420/tid=1421] ppid=1417 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1247350784 58708 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1247350784 58714 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22659364 1247350784 58719 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700385 s]
/proc/loadavg: 0.28 0.14 0.09 2/172 1420
/proc/meminfo: memFree=31298488/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1218116 CPUtime=0.68 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 123953 0 0 0 50 18 0 0 20 0 4 0 22659364 1247350784 124303 33554432000 4194304 16246674 140736333590720 140736333572608 12481953 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 304529 124311 736 2943 0 301423 0
[pid=1420/tid=1421] ppid=1417 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1247350784 124316 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1247350784 124319 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22659364 1247350784 124322 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50044 s]
/proc/loadavg: 0.28 0.14 0.09 3/182 1433
/proc/meminfo: memFree=29872240/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1221188 CPUtime=1.49 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 246211 0 0 0 116 33 0 0 20 0 4 0 22659364 1250496512 246541 33554432000 4194304 16246674 140736333590720 140736333590032 5545796 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 305297 246541 801 2943 0 302191 0
[pid=1420/tid=1421] ppid=1417 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1250496512 246541 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1250496512 246541 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22659364 1250496512 246541 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1221188

[startup+3.10046 s]
/proc/loadavg: 0.41 0.17 0.10 3/183 1434
/proc/meminfo: memFree=29326624/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1303108 CPUtime=3.08 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 266694 0 0 0 273 35 0 0 20 0 4 0 22659364 1334382592 267024 33554432000 4194304 16246674 140736333590720 140736333572608 13943664 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 325777 267024 801 2943 0 322671 0
[pid=1420/tid=1421] ppid=1417 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1334382592 267024 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1334382592 267024 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22659364 1334382592 267024 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1303108

[startup+6.30048 s]
/proc/loadavg: 0.41 0.17 0.10 3/183 1492
/proc/meminfo: memFree=29282464/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1307204 CPUtime=6.29 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 267691 0 0 0 593 36 0 0 20 0 4 0 22659364 1338576896 268021 33554432000 4194304 16246674 140736333590720 140736333572608 5824045 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 326801 268021 801 2943 0 323695 0
[pid=1420/tid=1421] ppid=1417 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1338576896 268021 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1338576896 268021 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22659364 1338576896 268021 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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: 0.58 0.21 0.12 2/174 1523
/proc/meminfo: memFree=30234116/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1313348 CPUtime=12.69 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 269333 0 0 0 1233 36 0 0 20 0 4 0 22659364 1344868352 269663 33554432000 4194304 16246674 140736333590720 140736333572608 5823512 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 328337 269663 804 2943 0 325231 0
[pid=1420/tid=1421] ppid=1417 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1344868352 269663 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1344868352 269663 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22659364 1344868352 269663 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1313348

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

[startup+12.8005 s]
/proc/loadavg: 0.58 0.21 0.12 2/174 1523
/proc/meminfo: memFree=30234116/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1313348 CPUtime=12.79 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 269333 0 0 0 1243 36 0 0 20 0 4 0 22659364 1344868352 269663 33554432000 4194304 16246674 140736333590720 140736333572608 5823246 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 328337 269663 804 2943 0 325231 0
[pid=1420/tid=1421] ppid=1417 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1344868352 269663 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1344868352 269663 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22659364 1344868352 269663 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1313348

[startup+19.2004 s]
/proc/loadavg: 0.69 0.24 0.13 4/183 1545
/proc/meminfo: memFree=29146380/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1314372 CPUtime=19.18 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 269634 0 0 0 1882 36 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 140736333573720 5600384 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 328593 269964 804 2943 0 325487 0
[pid=1420/tid=1421] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 1314372

[startup+22.4004 s]
/proc/loadavg: 0.72 0.25 0.13 3/176 1565
/proc/meminfo: memFree=30215932/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1314372 CPUtime=22.38 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 269634 0 0 0 2202 36 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 140736333573720 13780640 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 328593 269964 804 2943 0 325487 0
[pid=1420/tid=1421] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 22.38
Current children cumulated vsize (KiB) 1314372

[startup+23.2072 s]
/proc/loadavg: 0.72 0.25 0.13 2/174 1580
/proc/meminfo: memFree=30232836/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1314372 CPUtime=23.19 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 269634 0 0 0 2283 36 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 140736333572608 13943664 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 328593 269964 804 2943 0 325487 0
[pid=1420/tid=1421] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 1314372

[startup+23.6004 s]
/proc/loadavg: 0.72 0.25 0.13 2/174 1580
/proc/meminfo: memFree=30232836/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1314372 CPUtime=23.58 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 269634 0 0 0 2322 36 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 140736333572608 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 328593 269964 804 2943 0 325487 0
[pid=1420/tid=1421] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 23.58
Current children cumulated vsize (KiB) 1314372

[startup+23.8004 s]
/proc/loadavg: 0.72 0.25 0.13 2/174 1580
/proc/meminfo: memFree=30232836/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1314372 CPUtime=23.78 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 269634 0 0 0 2342 36 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 140736333572608 5662046 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 328593 269964 804 2943 0 325487 0
[pid=1420/tid=1421] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269964 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 23.78
Current children cumulated vsize (KiB) 1314372

[startup+23.9004 s]
/proc/loadavg: 0.72 0.25 0.13 2/174 1580
/proc/meminfo: memFree=30232836/32872528 swapFree=681964/737152
[pid=1420] ppid=1417 vsize=1314372 CPUtime=23.88 cores=1,3,5,7
/proc/1420/stat : 1420 (toysat) R 1417 1420 1377 0 -1 4202496 269635 0 0 0 2352 36 0 0 20 0 4 0 22659364 1345916928 269965 33554432000 4194304 16246674 140736333590720 140736333572608 13808816 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1420/statm: 328593 269965 805 2943 0 325487 0
[pid=1420/tid=1421] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1421/stat : 1421 (toysat) S 1417 1420 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269965 33554432000 4194304 16246674 140736333590720 139989260152048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=1420/tid=1422] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1422/stat : 1422 (toysat) S 1417 1420 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269965 33554432000 4194304 16246674 140736333590720 139989249662192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=1420/tid=1423] ppid=1417 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1420/task/1423/stat : 1423 (toysat) S 1417 1420 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22659364 1345916928 269965 33554432000 4194304 16246674 140736333590720 139989239188656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 23.88
Current children cumulated vsize (KiB) 1314372

Child status: 0
Real time (s): 23.984
CPU time (s): 23.9674
CPU user time (s): 23.5504
CPU system time (s): 0.416936
CPU usage (%): 99.9306
Max. virtual memory (cumulated for all children) (KiB): 1314372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.5504
system time used= 0.416936
maximum resident set size= 1079872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269640
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= 25

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.091986 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 01:28:21
IDJOB=4099053
IDBENCH=1300
IDSOLVER=2542
FILE ID=node112/4099053-1466206101
RUNJOBID= node112-1466206100-1395
PBS_JOBID= 19918164
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900583053.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099053-1466206101/watcher-4099053-1466206101 -o /tmp/evaluation-result-4099053-1466206101/solver-4099053-1466206101 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466206100-1395 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4099053-1466206101.opb

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

MD5SUM BENCH= f6db72fa29ffa9d071020a030f71e7d0
RANDOM SEED=405316729

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
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.734
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:        31299900 kB
Buffers:           35664 kB
Cached:            92652 kB
SwapCached:         1940 kB
Active:            69096 kB
Inactive:          62040 kB
Active(anon):       3532 kB
Inactive(anon):     1528 kB
Active(file):      65564 kB
Inactive(file):    60512 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096920 kB
Dirty:             32628 kB
Writeback:             0 kB
AnonPages:        739236 kB
Mapped:             6856 kB
Shmem:                 0 kB
Slab:             570000 kB
SReclaimable:      13892 kB
SUnreclaim:       556108 kB
KernelStack:        1360 kB
PageTables:         5320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     834108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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= 71696 MiB
End job on node112 at 2016-06-18 01:28:45