Trace number 4097149

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 50.0794 50.0912

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-7_7_15.opb
MD5SUMaa2fdc871df6aefb9f57bd45f65cb340
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.16182
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables506
Total number of constraints2337
Number of constraints which are clauses2332
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
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-17T00:36:34+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4097149-1466116594.opb"]
0.00/0.01	c use --random-gen="3103204018 4241040028 1101699923 3199012721 1571625325 3272168820 2096232440 401928222 3104529261 1456860296 3956444317 907480258 4109407357 1635943587 1593638347 3330544114 166717147 3437194260 2141757272 1886324191 2575048525 1542609978 2188970901 1731201666 196895802 1666926526 414223964 1229899889 4228437799 2128335393 1199145925 4089133924 54436122 2182268455 1208721791 408513538 1749843379 1946986495 1239109854 2241026877 3746819283 739135910 1003773628 2847674122 2672799059 4206973832 1305461264 4094342289 1214474440 4054961422 1111926133 1922977807 3704153825 2677073952 862216235 3793585755 310991277 4030739642 560109494 123448332 1901237564 646219443 38069747 359719957 1666979626 2486384712 1591411763 3491572627 106844165 182037534 3550247245 3132757651 1681747735 2135203217 3756123850 480422568 2554280876 1465280122 453424078 4256068918 2027664400 1116179165 3105439850 2423364535 1514651458 3551381317 535057736 4067063239 274850246 15050671 2947143897 1602012452 1012184475 2464560618 3544204321 3393644180 4148957432 3091670701 2527046993 1139087573 1961434197 1755086865 3799370367 2101327220 3019702328 1311923278 2678263511 2011052155 1206510896 3317113318 717448193 872901977 1945992544 1775000353 1513885003 2643521063 2951911282 3367350069 2286269793 3249781780 1749889967 2971304748 1481903686 2447761277 2708134855 1967420989 2170872464 4002489052 2702957324 1868645448 1606028010 4237316619 3318228509 3730586357 2116410637 938128206 3423666391 1699877735 1482870516 2491616248 4242097197 4214975 3075752848 964685062 1857267904 3087872802 2878146713 2343149683 3503801618 2961745260 790152428 860151068 53660992 1711416028 2328359339 304244407 3514122355 849078897 808569179 1068767578 1436521236 2231100299 4215099187 3425054267 226797897 3619154344 2169071786 1476840009 3774097013 1869452357 4052380037 3721840217 3029157924 1897091218 2859705629 1435617117 127957626 2393453286 2003459189 71605377 3890743564 1569120701 2596129781 1565222300 3267185844 1415584790 1279094393 2308520738 969524471 2075095087 2030023035 875879536 4088006621 1222437612 1241867339 4239279455 1715672397 1058839901 140486439 3708248403 3261055014 286439446 1752051637 1279609300 3537703617 3446059279 2489118314 1583165890 969845578 1088510534 4095194001 190924314 1505830945 1306715260 2825943282 2306030291 1165287256 1683881481 3838812386 1584401572 3735463048 2485345906 1048021745 951574489 1930084466 2430540852 180706733 4047100971 3238178533 491936173 2839346075 938487266 4227496528 3299614846 1275955990 1802630779 2888783185 767488464 1662964017 868305747 1107164427 711146105 853184896 3419838283 943758717 799016167 741683511 150178471 1486612653 679600906 3353416689 786010759 3453509814 2411002098 1628464724 1948350004 255 362436" option to reproduce the execution
0.00/0.03	c #vars 506
0.00/0.03	c #constraints 2337
0.00/0.07	c Solving starts ...
0.00/0.07	c ============================[ Search Statistics ]============================
0.00/0.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.07	c =============================================================================
0.00/0.07	c  0.0s |       0 |        0 |        0 |      946      0 |        5 |        0
0.09/0.10	c  0.0s |       1 |      116 |      100 |      946      0 |        5 |      175
0.09/0.14	c  0.1s |       2 |      294 |      250 |     1041      0 |        5 |      175
0.18/0.21	c  0.1s |       3 |      544 |      475 |     1146      0 |        5 |      175
0.29/0.33	c  0.3s |       4 |      916 |      813 |     1261      0 |        5 |      175
0.49/0.54	c  0.5s |       5 |     1577 |     1320 |     1388      0 |        5 |      175
0.78/0.87	c  0.8s |       6 |     2494 |     2081 |     1680      1 |        5 |      175
1.19/1.29	c  1.2s |       7 |     3751 |     3223 |     1849      2 |        5 |      175
1.79/1.84	c  1.8s |       8 |     5648 |     4936 |     2034      4 |        5 |      175
2.59/2.68	c  2.6s |       9 |     8517 |     7506 |     2238      6 |        5 |      175
3.89/3.95	c  3.9s |      10 |    12847 |    11361 |     2462      9 |        5 |      175
5.78/5.86	c  5.8s |      11 |    19276 |    17144 |     2709     13 |        5 |      175
7.88/7.90	c  7.8s |      11 |    25938 |    23144 |     2709     18 |        5 |      175
8.68/8.74	c  8.7s |      12 |    29041 |    25819 |     2980     19 |        5 |      175
10.68/10.75	c 10.7s |      12 |    35419 |    31519 |     2980     23 |        5 |      175
12.68/12.78	c 12.7s |      12 |    41929 |    37219 |     2980     27 |        5 |      175
13.29/13.37	c 13.3s |      13 |    43898 |    38832 |     3279     27 |        5 |      175
15.29/15.38	c 15.3s |      13 |    50384 |    44632 |     3279     31 |        5 |      175
17.29/17.39	c 17.3s |      13 |    57116 |    50532 |     3279     34 |        5 |      175
19.39/19.40	c 19.3s |      13 |    63656 |    56432 |     3279     38 |        5 |      175
19.99/20.08	c 20.0s |      14 |    65782 |    58352 |     3607     39 |        5 |      175
22.09/22.11	c 22.0s |      14 |    71805 |    63652 |     3607     42 |        5 |      175
24.09/24.14	c 24.1s |      14 |    77800 |    69052 |     3607     44 |        5 |      175
26.09/26.18	c 26.1s |      14 |    83537 |    74252 |     3607     47 |        5 |      175
28.08/28.19	c 28.1s |      14 |    89505 |    79552 |     3607     50 |        5 |      175
30.18/30.21	c 30.1s |      14 |    95515 |    84952 |     3607     53 |        5 |      175
31.18/31.24	c 31.2s |      15 |    98507 |    87632 |     3968     54 |        5 |      175
33.18/33.25	c 33.2s |      15 |   104559 |    92932 |     3968     57 |        5 |      175
35.19/35.27	c 35.2s |      15 |   110635 |    98332 |     3968     59 |        5 |      175
37.28/37.30	c 37.2s |      15 |   116390 |   103532 |     3968     62 |        5 |      175
39.28/39.31	c 39.2s |      15 |   122345 |   108832 |     3968     65 |        5 |      175
41.28/41.32	c 41.3s |      15 |   128442 |   114232 |     3968     67 |        5 |      175
43.28/43.36	c 43.3s |      15 |   134653 |   119832 |     3968     70 |        5 |      175
45.38/45.40	c 45.3s |      15 |   140479 |   125132 |     3968     72 |        5 |      175
47.29/47.40	c 47.3s |      15 |   146847 |   130932 |     4365     74 |       49 |      336
47.58/47.61	c 47.5s |      16 |   147517 |   131552 |     4365     74 |       50 |      377
49.58/49.64	c 49.6s |      16 |   154128 |   137752 |     4365     75 |       58 |      467
49.98/50.03	c 50.0s |      16 |   155385 |   138928 |     4365     75 |      313 |     1322
49.98/50.03	c #cpu_time = 49.824s
49.98/50.03	c #wall_clock_time = 49.954s
49.98/50.03	c #decision = 155385
49.98/50.03	c #random_decision = 511
49.98/50.03	c #conflict = 138928
49.98/50.03	c #restart = 16
49.98/50.03	s UNSATISFIABLE
49.98/50.03	c total CPU time = 49.894s
49.98/50.03	c total wall clock time = 50.024s

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

pid=31889
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.24 2.20 2.18 3/179 31892
/proc/meminfo: memFree=29507180/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=241084 CPUtime=0 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 732 0 0 0 0 0 0 0 20 0 4 0 13706026 246870016 1603 33554432000 4194304 16246674 140733777504768 140733777504192 13140535 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 60271 1607 426 2943 0 57165 0
[pid=31892/tid=31893] ppid=31889 vsize=241084 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 246870016 1632 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=241084 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 246870016 1640 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=241084 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13706026 246870016 1647 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100173 s]
/proc/loadavg: 2.24 2.20 2.18 3/179 31892
/proc/meminfo: memFree=29507180/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 25616 0 0 0 5 4 0 0 20 0 4 0 13706026 1247350784 26477 33554432000 4194304 16246674 140733777504768 140733777504192 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 304529 26485 718 2943 0 301423 0
[pid=31892/tid=31893] ppid=31889 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1247350784 26493 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1247350784 26500 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13706026 1247350784 26504 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200538 s]
/proc/loadavg: 2.24 2.20 2.18 3/179 31892
/proc/meminfo: memFree=29507180/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 46873 0 0 0 12 6 0 0 20 0 4 0 13706026 1247350784 47734 33554432000 4194304 16246674 140733777504768 140733777504192 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 304529 47746 718 2943 0 301423 0
[pid=31892/tid=31893] ppid=31889 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1247350784 47751 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1247350784 47757 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13706026 1247350784 47760 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300457 s]
/proc/loadavg: 2.24 2.20 2.18 3/179 31892
/proc/meminfo: memFree=29507180/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 68284 0 0 0 20 9 0 0 20 0 4 0 13706026 1247350784 69145 33554432000 4194304 16246674 140733777504768 140733777504192 13194067 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 304529 69153 718 2943 0 301423 0
[pid=31892/tid=31893] ppid=31889 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1247350784 69161 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1247350784 69168 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13706026 1247350784 69173 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700418 s]
/proc/loadavg: 2.24 2.20 2.18 3/179 31892
/proc/meminfo: memFree=29507180/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 158353 0 0 0 47 22 0 0 20 0 4 0 13706026 1247350784 159214 33554432000 4194304 16246674 140733777504768 140733777486656 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 304529 159224 718 2943 0 301423 0
[pid=31892/tid=31893] ppid=31889 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1247350784 159229 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1247350784 159234 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13706026 1247350784 159241 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50043 s]
/proc/loadavg: 2.24 2.20 2.18 3/183 31896
/proc/meminfo: memFree=28540152/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1221188 CPUtime=1.48 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 246101 0 0 0 115 33 0 0 20 0 4 0 13706026 1250496512 246941 33554432000 4194304 16246674 140733777504768 140733777487768 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 305297 246941 792 2943 0 302191 0
[pid=31892/tid=31893] ppid=31889 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1250496512 246941 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1250496512 246941 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13706026 1250496512 246941 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1221188

[startup+3.10044 s]
/proc/loadavg: 2.22 2.19 2.18 3/183 31896
/proc/meminfo: memFree=28436612/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 267499 0 0 0 273 36 0 0 20 0 4 0 13706026 1337528320 268339 33554432000 4194304 16246674 140733777504768 140733777486656 5523480 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 326545 268339 793 2943 0 323439 0
[pid=31892/tid=31893] ppid=31889 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1337528320 268339 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1337528320 268339 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13706026 1337528320 268339 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30044 s]
/proc/loadavg: 2.22 2.19 2.18 3/183 31896
/proc/meminfo: memFree=28433524/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 267509 0 0 0 592 36 0 0 20 0 4 0 13706026 1337528320 268349 33554432000 4194304 16246674 140733777504768 140733777486656 13906976 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 326545 268349 793 2943 0 323439 0
[pid=31892/tid=31893] ppid=31889 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1337528320 268349 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1337528320 268349 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13706026 1337528320 268349 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.20 2.19 2.18 3/183 31896
/proc/meminfo: memFree=28432440/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1308228 CPUtime=12.68 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 267977 0 0 0 1232 36 0 0 20 0 4 0 13706026 1339625472 268817 33554432000 4194304 16246674 140733777504768 140733777486656 13923727 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 327057 268817 793 2943 0 323951 0
[pid=31892/tid=31893] ppid=31889 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1339625472 268817 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1339625472 268817 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13706026 1339625472 268817 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1308228

[startup+25.5005 s]
/proc/loadavg: 2.16 2.18 2.18 4/183 31896
/proc/meminfo: memFree=28428716/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1311300 CPUtime=25.49 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 268855 0 0 0 2512 37 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140733777486656 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 327825 269695 796 2943 0 324719 0
[pid=31892/tid=31893] ppid=31889 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1311300

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

[startup+25.6005 s]
/proc/loadavg: 2.16 2.18 2.18 4/183 31896
/proc/meminfo: memFree=28428716/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1311300 CPUtime=25.59 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 268855 0 0 0 2522 37 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140733777486656 5676613 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 327825 269695 796 2943 0 324719 0
[pid=31892/tid=31893] ppid=31889 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1311300

[startup+38.4004 s]
/proc/loadavg: 2.12 2.17 2.17 3/183 31896
/proc/meminfo: memFree=28429192/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1311300 CPUtime=38.38 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 268855 0 0 0 3801 37 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140733777487768 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 327825 269695 796 2943 0 324719 0
[pid=31892/tid=31893] ppid=31889 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 1311300

[startup+44.8004 s]
/proc/loadavg: 2.11 2.17 2.17 3/183 31896
/proc/meminfo: memFree=28429192/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1311300 CPUtime=44.78 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 268855 0 0 0 4441 37 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140733777487768 5545840 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 327825 269695 796 2943 0 324719 0
[pid=31892/tid=31893] ppid=31889 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13706026 1342771200 269695 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 44.78
Current children cumulated vsize (KiB) 1311300

[startup+48.0004 s]
/proc/loadavg: 2.10 2.16 2.17 3/183 31896
/proc/meminfo: memFree=28426200/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1315396 CPUtime=47.98 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 269633 0 0 0 4761 37 0 0 20 0 4 0 13706026 1346965504 270473 33554432000 4194304 16246674 140733777504768 140733777486656 13198536 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 328849 270473 796 2943 0 325743 0
[pid=31892/tid=31893] ppid=31889 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1346965504 270473 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1346965504 270473 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13706026 1346965504 270473 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 47.98
Current children cumulated vsize (KiB) 1315396

[startup+48.8004 s]
/proc/loadavg: 2.10 2.16 2.17 3/183 31896
/proc/meminfo: memFree=28425208/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1315396 CPUtime=48.78 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 269879 0 0 0 4841 37 0 0 20 0 4 0 13706026 1346965504 270719 33554432000 4194304 16246674 140733777504768 140733777486656 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 328849 270719 796 2943 0 325743 0
[pid=31892/tid=31893] ppid=31889 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1346965504 270719 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1346965504 270719 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13706026 1346965504 270719 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 48.78
Current children cumulated vsize (KiB) 1315396

[startup+49.6074 s]
/proc/loadavg: 2.10 2.16 2.17 3/183 31896
/proc/meminfo: memFree=28425084/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1315396 CPUtime=49.58 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 269879 0 0 0 4921 37 0 0 20 0 4 0 13706026 1346965504 270719 33554432000 4194304 16246674 140733777504768 140733777486656 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 328849 270719 796 2943 0 325743 0
[pid=31892/tid=31893] ppid=31889 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1346965504 270719 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1346965504 270719 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13706026 1346965504 270719 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 49.58
Current children cumulated vsize (KiB) 1315396

[startup+50.0004 s]
/proc/loadavg: 2.10 2.16 2.17 3/183 31896
/proc/meminfo: memFree=28425084/32872528 swapFree=1190796/1305260
[pid=31892] ppid=31889 vsize=1315396 CPUtime=49.98 cores=1,3,5,7
/proc/31892/stat : 31892 (toysat) R 31889 31892 29204 0 -1 4202496 269879 0 0 0 4961 37 0 0 20 0 4 0 13706026 1346965504 270719 33554432000 4194304 16246674 140733777504768 140733777486656 5990974 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31892/statm: 328849 270719 796 2943 0 325743 0
[pid=31892/tid=31893] ppid=31889 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31893/stat : 31893 (toysat) S 31889 31892 29204 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13706026 1346965504 270719 33554432000 4194304 16246674 140733777504768 140676236815600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31892/tid=31894] ppid=31889 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31894/stat : 31894 (toysat) S 31889 31892 29204 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13706026 1346965504 270719 33554432000 4194304 16246674 140733777504768 140676150832368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31892/tid=31895] ppid=31889 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/31892/task/31895/stat : 31895 (toysat) S 31889 31892 29204 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13706026 1346965504 270719 33554432000 4194304 16246674 140733777504768 140676140358832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (KiB) 1315396

Child status: 0
Real time (s): 50.0912
CPU time (s): 50.0794
CPU user time (s): 49.6435
CPU system time (s): 0.435933
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 1315396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.6435
system time used= 0.435933
maximum resident set size= 1082888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269884
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= 18
involuntary context switches= 58

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.337948 second user time and 0.480926 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-17 00:36:34
IDJOB=4097149
IDBENCH=107716
IDSOLVER=2542
FILE ID=node127/4097149-1466116594
RUNJOBID= node127-1466112960-31002
PBS_JOBID= 19904036
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-7_7_15.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097149-1466116594/watcher-4097149-1466116594 -o /tmp/evaluation-result-4097149-1466116594/solver-4097149-1466116594 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466112960-31002 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4097149-1466116594.opb

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

MD5SUM BENCH= aa2fdc871df6aefb9f57bd45f65cb340
RANDOM SEED=1607586735

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:        29507064 kB
Buffers:           62596 kB
Cached:           169768 kB
SwapCached:        34656 kB
Active:          1203068 kB
Inactive:         150556 kB
Active(anon):    1087896 kB
Inactive(anon):    35592 kB
Active(file):     115172 kB
Inactive(file):   114964 kB
Unevictable:     1305260 kB
Mlocked:         1190796 kB
SwapTotal:      67108856 kB
SwapFree:       67066092 kB
Dirty:             32940 kB
Writeback:             0 kB
AnonPages:       2471056 kB
Mapped:            10340 kB
Shmem:                 0 kB
Slab:             571036 kB
SReclaimable:      15304 kB
SUnreclaim:       555732 kB
KernelStack:        1520 kB
PageTables:         8340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2535364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node127 at 2016-06-17 00:37:24