Trace number 4101241

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02UNSAT 33.7249 33.7302

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-bnl2.opb
MD5SUM4c72c91139ee79c29342b8f97e9b4cad
Bench CategoryOPT-SMALLINT (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.58561
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables104670
Total number of constraints2262
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2262
Minimum length of a constraint30
Maximum length of a constraint2460
Number of terms in the objective function 50550
Biggest coefficient in the objective function 14942
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 568060
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 568060
Number of bits of the biggest sum of numbers20
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-18T05:59:30+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-4101241-1466222370.opb"]
0.00/0.01	c use --random-gen="1324017577 2804850443 254472732 1972474287 1373503460 3304379155 2432611583 2456790661 1284947953 2361617839 260013542 17222646 3233023349 566178243 1896083134 2994647262 3455634691 485112607 207818354 703334786 2911418178 3411202443 3973697179 2624744094 2648585180 380394122 1552150171 1556640096 1760917373 394612053 1623833940 1527299305 1734532966 1094851096 12120345 1869332868 1102426356 1308217614 3202442925 1500026471 4222048418 3884423197 143200444 3759564041 998738787 1907382694 3516853833 3411495610 2270119375 3863456200 3363309167 3341024547 3178606027 937047569 1616530155 3593644931 1037483705 1557508810 2098156573 1608995525 3153520447 1486310856 979754524 2263584840 1446054402 3002197458 1965136609 3782732536 3595701283 4003701033 1070275296 3086557709 430044817 1285253142 1866674803 3319316375 2916302322 823295728 3780193639 1289099258 943733255 1157711992 283925988 2725480670 1211979825 3024353648 2672085099 3043338532 479440821 2365458509 3124536551 2476559316 4120620773 128564368 730624354 2146287033 1057685745 1069571388 4000364182 1439404012 1155413176 4150342986 84277696 3399560978 3700294278 3120566243 3583539744 623154292 3044567949 2188954464 3180932370 1046643292 3072506603 2832859329 880470819 992726682 1642612809 1160313020 3406050765 295387 1613057312 3571621133 1786650692 4084526512 243341606 3154342145 1271045787 3803078847 770466937 3260348871 812759414 2870670380 1504224854 942058903 1569544533 4113010311 3950177173 214903943 2279956565 3158892752 2305455345 1443485988 1813481999 660367172 7154838 2749188380 2807463655 1953843720 2536181374 800286155 2993821419 2308817107 1435649303 1356606740 413106808 1725404713 4101794172 55535940 1612352115 79238499 2877882421 3507583080 1864101008 47362142 2551240642 1244659915 2977664860 1961921431 875011069 1857975097 901227239 1905924378 3948265724 3058625296 1364726565 3664607975 382308354 3293660006 2890126470 3611353418 652566154 1887403858 471731240 3395406828 1553626470 556405906 1028316576 3835095674 1423819618 4272053130 3136053458 3271276941 2984382017 2118201189 4116584018 3478469820 2833805179 3637006103 3744098924 1317729357 1687040648 2111155672 3470346962 1770754365 1782610686 4119779955 1613537217 1768480940 3047271927 1042026246 3317820738 476940316 97201129 3403637639 760011004 2761253101 3684949393 3883439428 4059151607 2844246404 1801184915 3207984402 2867712459 642466708 1596908725 1823869088 4059761153 2142895836 3873104907 3030263945 1502447004 703339080 819249910 350221983 2479438411 412433184 1231041850 3006941017 3033321584 504004289 3255025166 307386722 2633719049 1272706605 2587260560 2090345846 923598279 3935856301 2031721318 2041871635 2937115277 3907929128 157046759 1936560472 2323631245 2922486587 255 362436" option to reproduce the execution
0.79/0.80	c #vars 104670
0.79/0.80	c #constraints 2262
4.79/4.89	c BCD2: Hardening is enabled.
4.79/4.89	c BCD2: BiasedSearch is enabled.
4.79/4.89	c Solving starts ...
4.79/4.89	c ============================[ Search Statistics ]============================
4.79/4.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.89	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.89	c =============================================================================
4.89/4.91	c  0.0s |       0 |        0 |        0 |    36082      0 |    33252 |        0
5.39/5.45	c  0.5s |       1 |     4436 |      100 |    36082      0 |    33260 |       42
5.99/6.00	c  1.1s |       2 |     8698 |      250 |    39691      0 |    33269 |       42
6.09/6.10	c  1.2s |       3 |     8937 |      475 |    43661      0 |    33269 |       42
8.29/8.31	c  3.4s |       3 |    21817 |      575 |    48028      0 |    33320 |       42
8.90/8.97	c  4.1s |       4 |    24052 |      813 |    48028      0 |    33338 |       42
11.89/11.98	c  7.1s |       4 |    38959 |     1013 |    52831      0 |    33428 |       42
11.99/12.03	c  7.1s |       5 |    39312 |     1320 |    52831      0 |    33428 |       42
12.29/12.30	c  7.4s |       6 |    40460 |     2081 |    63927      0 |    33430 |       42
12.59/12.69	c  7.8s |       7 |    42076 |     3223 |    70320      0 |    33430 |       42
15.09/15.15	c 10.2s |       7 |    52094 |     4023 |    70320      0 |    33480 |       42
18.19/18.21	c 13.3s |       7 |    78663 |     4223 |    70320      0 |    33614 |       42
20.69/20.73	c 15.8s |       7 |    93223 |     4523 |    70320      0 |    33691 |       42
21.00/21.02	c 16.1s |       8 |    96417 |     4936 |    77352      0 |    33695 |       42
22.39/22.44	c 17.5s |       9 |   112280 |     7506 |    85088      0 |    33705 |       42
23.49/23.54	c 18.6s |      10 |   116765 |    11361 |    93597      0 |    33705 |       42
25.30/25.36	c 20.4s |      11 |   126090 |    17144 |   102957      0 |    33710 |       42
27.29/27.38	c 22.5s |      11 |   139508 |    20244 |   102957      0 |    33739 |       42
29.29/29.38	c 24.5s |      11 |   145341 |    25344 |   102957      0 |    33740 |       42
29.49/29.52	c 24.6s |      12 |   145904 |    25819 |   113253      0 |    33740 |       42
31.79/31.82	c 26.9s |      12 |   163046 |    32119 |   113253      0 |    33753 |       42
33.49/33.58	c 28.7s |      12 |   164040 |    32321 |   113253      0 |    34031 |       42
33.49/33.58	c #cpu_time = 28.602s
33.49/33.58	c #wall_clock_time = 28.675s
33.49/33.58	c #decision = 164040
33.49/33.58	c #random_decision = 552
33.49/33.58	c #conflict = 32321
33.49/33.58	c #restart = 12
33.59/33.66	s UNSATISFIABLE
33.59/33.66	c total CPU time = 33.574s
33.59/33.66	c total wall clock time = 33.660s

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

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

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


[startup+0 s]
/proc/loadavg: 2.27 2.16 2.15 2/179 17273
/proc/meminfo: memFree=29418204/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=729532 CPUtime=0 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 2719 0 0 0 0 0 0 0 20 0 4 0 24283633 747040768 3080 33554432000 4194304 16246674 140733943218448 140733943217872 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 182895 3089 441 2943 0 179789 0
[pid=17273/tid=17274] ppid=17270 vsize=746940 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 764866560 3150 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=751036 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 769060864 3167 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=755132 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24283634 773255168 3183 33554432000 4194304 16246674 140733943218448 140493528747184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.27 2.16 2.15 2/179 17273
/proc/meminfo: memFree=29418204/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1300036 CPUtime=0.09 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 27647 0 0 0 6 3 0 0 20 0 4 0 24283633 1331236864 27945 33554432000 4194304 16246674 140733943218448 140733943217760 8056990 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 325009 27962 798 2943 0 321903 0
[pid=17273/tid=17274] ppid=17270 vsize=1300036 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1331236864 27974 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1300036 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1331236864 27985 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1300036 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1331236864 27997 33554432000 4194304 16246674 140733943218448 140493528747184 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) 1300036

[startup+0.200529 s]
/proc/loadavg: 2.27 2.16 2.15 2/179 17273
/proc/meminfo: memFree=29418204/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1311300 CPUtime=0.19 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 45572 0 0 0 13 6 0 0 20 0 4 0 24283633 1342771200 46381 33554432000 4194304 16246674 140733943218448 140733943217760 7364507 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 327825 46381 799 2943 0 324719 0
[pid=17273/tid=17274] ppid=17270 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1342771200 46381 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1342771200 46381 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1342771200 46381 33554432000 4194304 16246674 140733943218448 140493528747184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.300459 s]
/proc/loadavg: 2.27 2.16 2.15 2/179 17273
/proc/meminfo: memFree=29418204/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 52460 0 0 0 22 7 0 0 20 0 4 0 24283633 1343819776 53269 33554432000 4194304 16246674 140733943218448 140733943217760 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 328081 53269 800 2943 0 324975 0
[pid=17273/tid=17274] ppid=17270 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1343819776 53269 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1343819776 53269 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1343819776 53269 33554432000 4194304 16246674 140733943218448 140493528747184 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) 1312324

[startup+0.700423 s]
/proc/loadavg: 2.27 2.16 2.15 2/179 17273
/proc/meminfo: memFree=29418204/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1312324 CPUtime=0.69 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 64771 0 0 0 60 9 0 0 20 0 4 0 24283633 1343819776 65580 33554432000 4194304 16246674 140733943218448 140733943201440 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 328081 65580 802 2943 0 324975 0
[pid=17273/tid=17274] ppid=17270 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1343819776 65580 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1343819776 65580 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1343819776 65580 33554432000 4194304 16246674 140733943218448 140493528747184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50043 s]
/proc/loadavg: 2.27 2.16 2.15 3/183 17277
/proc/meminfo: memFree=28951780/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1356356 CPUtime=1.49 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 120947 0 0 0 133 16 0 0 20 0 4 0 24283633 1388908544 121756 33554432000 4194304 16246674 140733943218448 140733943217760 13191314 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 339089 121756 842 2943 0 335983 0
[pid=17273/tid=17274] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 121756 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 121756 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1388908544 121756 33554432000 4194304 16246674 140733943218448 140493528747184 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) 1356356

[startup+3.10043 s]
/proc/loadavg: 2.27 2.16 2.15 3/183 17277
/proc/meminfo: memFree=28618096/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1356356 CPUtime=3.09 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 199300 0 0 0 284 25 0 0 20 0 4 0 24283633 1388908544 200109 33554432000 4194304 16246674 140733943218448 140733943217544 4226111 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 339089 200109 850 2943 0 335983 0
[pid=17273/tid=17274] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 200109 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 200109 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1388908544 200109 33554432000 4194304 16246674 140733943218448 140493528747184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1356356

[startup+6.30043 s]
/proc/loadavg: 2.25 2.15 2.15 3/183 17277
/proc/meminfo: memFree=28297220/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1356356 CPUtime=6.29 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 279776 0 0 0 593 36 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140733943217624 5813980 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 339089 280585 899 2943 0 335983 0
[pid=17273/tid=17274] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493528747184 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) 1356356

[startup+12.7004 s]
/proc/loadavg: 2.23 2.15 2.15 3/183 17277
/proc/meminfo: memFree=28297160/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1356356 CPUtime=12.69 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 279776 0 0 0 1233 36 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140733943200320 5582744 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 339089 280585 899 2943 0 335983 0
[pid=17273/tid=17274] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493528747184 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) 1356356

[startup+25.5005 s]
/proc/loadavg: 2.18 2.14 2.15 3/183 17277
/proc/meminfo: memFree=28297408/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1356356 CPUtime=25.49 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 279776 0 0 0 2513 36 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140733943200320 5582168 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 339089 280585 899 2943 0 335983 0
[pid=17273/tid=17274] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493528747184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1356356

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

[startup+25.6005 s]
/proc/loadavg: 2.18 2.14 2.15 3/183 17277
/proc/meminfo: memFree=28297408/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1356356 CPUtime=25.59 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 279776 0 0 0 2523 36 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140733943200320 13943600 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 339089 280585 899 2943 0 335983 0
[pid=17273/tid=17274] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493528747184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1356356

[startup+28.8004 s]
/proc/loadavg: 2.16 2.14 2.15 3/183 17277
/proc/meminfo: memFree=28297408/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1356356 CPUtime=28.79 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 279776 0 0 0 2843 36 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140733943200256 5600384 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 339089 280585 899 2943 0 335983 0
[pid=17273/tid=17274] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493528747184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 28.79
Current children cumulated vsize (KiB) 1356356

[startup+32.0074 s]
/proc/loadavg: 2.16 2.14 2.15 3/184 17280
/proc/meminfo: memFree=28297244/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1356356 CPUtime=31.99 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 279776 0 0 0 3163 36 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140733943200320 5813980 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 339089 280585 899 2943 0 335983 0
[pid=17273/tid=17274] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493528747184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1356356

[startup+32.8004 s]
/proc/loadavg: 2.16 2.14 2.15 3/184 17280
/proc/meminfo: memFree=28297244/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1356356 CPUtime=32.79 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 279776 0 0 0 3243 36 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140733943200320 5531040 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 339089 280585 899 2943 0 335983 0
[pid=17273/tid=17274] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493528747184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 32.79
Current children cumulated vsize (KiB) 1356356

[startup+33.2004 s]
/proc/loadavg: 2.15 2.14 2.15 3/184 17280
/proc/meminfo: memFree=28296740/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1356356 CPUtime=33.19 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 279776 0 0 0 3283 36 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140733943200320 5813319 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 339089 280585 899 2943 0 335983 0
[pid=17273/tid=17274] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1388908544 280585 33554432000 4194304 16246674 140733943218448 140493528747184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 33.19
Current children cumulated vsize (KiB) 1356356

[startup+33.6004 s]
/proc/loadavg: 2.15 2.14 2.15 3/184 17280
/proc/meminfo: memFree=28296740/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=1356356 CPUtime=33.59 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202496 279778 0 0 0 3323 36 0 0 20 0 4 0 24283633 1388908544 280587 33554432000 4194304 16246674 140733943218448 140733943200320 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 339089 280587 901 2943 0 335983 0
[pid=17273/tid=17274] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17274/stat : 17274 (toysat) S 17270 17273 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280587 33554432000 4194304 16246674 140733943218448 140493549710576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17273/tid=17275] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17275/stat : 17275 (toysat) S 17270 17273 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24283633 1388908544 280587 33554432000 4194304 16246674 140733943218448 140493539220720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17273/tid=17276] ppid=17270 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/17273/task/17276/stat : 17276 (toysat) S 17270 17273 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24283634 1388908544 280587 33554432000 4194304 16246674 140733943218448 140493528747184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 33.59
Current children cumulated vsize (KiB) 1356356

[startup+33.7004 s]
/proc/loadavg: 2.15 2.14 2.15 3/184 17280
/proc/meminfo: memFree=28296740/32872528 swapFree=1191052/1305516
[pid=17273] ppid=17270 vsize=0 CPUtime=33.68 cores=1,3,5,7
/proc/17273/stat : 17273 (toysat) R 17270 17273 14522 0 -1 4202500 279781 0 0 0 3329 39 0 0 20 0 1 0 24283633 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17273/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.68
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 33.7302
CPU time (s): 33.7249
CPU user time (s): 33.2989
CPU system time (s): 0.425935
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1356356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.2989
system time used= 0.425935
maximum resident set size= 1122356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279781
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= 23
involuntary context switches= 35

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.083987 second user time and 0.141978 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 05:59:30
IDJOB=4101241
IDBENCH=1718
IDSOLVER=2542
FILE ID=node127/4101241-1466222370
RUNJOBID= node127-1466206072-14539
PBS_JOBID= 19918150
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-bnl2.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101241-1466222370/watcher-4101241-1466222370 -o /tmp/evaluation-result-4101241-1466222370/solver-4101241-1466222370 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466206072-14539 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4101241-1466222370.opb

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

MD5SUM BENCH= 4c72c91139ee79c29342b8f97e9b4cad
RANDOM SEED=2019767962

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.769
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.56
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.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29418212 kB
Buffers:          112728 kB
Cached:           136804 kB
SwapCached:          528 kB
Active:          1263408 kB
Inactive:         146980 kB
Active(anon):    1162448 kB
Inactive(anon):      864 kB
Active(file):     100960 kB
Inactive(file):   146116 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:             21372 kB
Writeback:             0 kB
AnonPages:       2465580 kB
Mapped:            10724 kB
Shmem:                 0 kB
Slab:             602984 kB
SReclaimable:      47224 kB
SUnreclaim:       555760 kB
KernelStack:        1520 kB
PageTables:         8664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2609864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1267712 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= 71700 MiB
End job on node127 at 2016-06-18 06:00:04