Trace number 4089344

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 43.0894 43.0954

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid4x17-hard.opb
MD5SUMc575d8e74289f753b5e7e3c0854bb179
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.004998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
Total number of constraints137
Number of constraints which are clauses136
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint68
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 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
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-15T23:22:19+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-4089344-1466025739.opb"]
0.00/0.01	c use --random-gen="4241933525 1914860355 101211938 3302175152 1213504068 416023757 786035748 2295369137 260385963 3588219778 1087367652 2168012073 459484598 3012779129 2758599993 2196150593 4120906052 765867224 3894493251 626336439 2559266751 3137827390 1911755169 1078043711 2148050649 3683714438 844435166 58176639 2848974057 3979407260 1475597664 2447142862 2222989250 4267387571 3295749846 1643895909 2769098658 3208371075 1646203274 31789789 523163479 997336380 2619768864 328301067 156350482 2819735558 4108851261 3341925024 1895760892 2168881208 79345895 2105932817 3590202205 1515900249 133971528 1088522901 3614246787 133560147 2588853253 1503319030 2514367157 1815810519 336393554 931224354 3874934032 4034786079 739436684 3100641685 318145392 4182236445 1304556245 822942355 3829835221 4149723316 3711892455 2868454265 2124521964 3753369848 818127921 4119021775 1915925787 775591988 1334641940 663758436 2476805377 1600309973 3764812618 3268229488 4221339077 638647077 599713522 2790639664 1240958374 3213441921 414868940 730643635 2679188414 1131524457 4215631274 416528125 532874201 496699155 3352923122 2637353669 2364865107 802949672 95019942 1183751414 2000036408 2909480051 1993183211 4028699473 3015465173 3303397629 4152372735 4164815736 1513940119 3686952082 2593192503 3586745419 727345792 1273061345 2397781223 4128361243 3499527712 2226097698 3083738174 265068887 1790072402 3290529718 2177235734 4208736732 2232798311 3261834029 1839478013 1665531269 1425526259 382859517 2486031170 3636639277 523359224 314098589 89618498 2626513185 1154283125 3372417046 3011340176 2183868127 3108027665 2269435559 1435309475 3750099759 994886315 1353617378 1350724084 2345399914 4029446561 4062565319 2142377175 1693180432 1522811614 1074472743 1813470371 3964577614 2902431596 1592108926 1120648420 247857783 2982105363 1708360580 2500740304 2641375596 4189972072 790895682 2759147043 3232296759 4189709488 4153797651 2821662640 2956913303 599452707 2440519034 1038331029 382204721 2198075621 67446025 244553684 2213579442 895751414 1477379809 731457734 1198456648 768100051 520243787 3862542411 2510757128 3826715785 1883877689 3107597152 2672096416 826188546 2248763588 298241677 3081796308 3260382313 770409080 1095721998 1432261293 2829722842 1672366528 3391169903 1373606832 1584138902 4120447604 3925946587 4035733076 3091274515 2900361672 4004486951 3448374710 1869561935 1426698138 1901374810 2303168064 1036794438 3342986512 1984245175 2354949375 622831326 2197116313 4278704465 2440932859 3719159808 716894828 519332830 3928071905 550265166 610811559 3226244828 3835789558 4153985315 1887172202 980774309 710699554 2782356210 929461972 1703889238 235823722 1847904814 1662676482 2622322285 2848564181 3318134831 2851776597 3758205556 1571802120 255 362436" option to reproduce the execution
0.00/0.01	c #vars 68
0.00/0.01	c #constraints 137
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       68      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      155 |      100 |       68      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      379 |      250 |       75      3 |        0 |        0
0.00/0.05	c  0.0s |       3 |      645 |      475 |       83      7 |        0 |        0
0.00/0.09	c  0.1s |       4 |     1028 |      813 |       92     13 |        0 |        0
0.09/0.13	c  0.1s |       5 |     1580 |     1320 |      102     21 |        0 |        0
0.19/0.20	c  0.2s |       6 |     2382 |     2081 |      125     31 |        0 |        0
0.29/0.31	c  0.3s |       7 |     3580 |     3223 |      138     46 |        0 |        0
0.39/0.47	c  0.5s |       8 |     5355 |     4936 |      152     67 |        0 |        0
0.69/0.71	c  0.7s |       9 |     8040 |     7506 |      168     95 |        0 |        0
0.99/1.02	c  1.0s |      10 |    12102 |    11361 |      185    135 |        0 |        0
1.29/1.39	c  1.4s |      11 |    18393 |    17144 |      204    190 |        0 |        0
1.89/1.97	c  2.0s |      12 |    27780 |    25819 |      225    266 |        0 |        0
2.79/2.80	c  2.8s |      13 |    42658 |    38832 |      248    370 |        0 |        0
3.99/4.04	c  4.0s |      14 |    63784 |    58352 |      273    514 |        0 |        0
5.79/5.89	c  5.9s |      15 |    95536 |    87632 |      301    711 |        0 |        0
7.80/7.89	c  7.9s |      15 |   130387 |   119432 |      301    907 |        0 |        0
8.59/8.63	c  8.6s |      16 |   143517 |   131552 |      332    981 |        0 |        0
10.59/10.64	c 10.6s |      16 |   178794 |   163452 |      332   1161 |        0 |        0
12.59/12.64	c 12.6s |      16 |   212950 |   194952 |      332   1339 |        0 |        0
12.69/12.80	c 12.8s |      17 |   215683 |   197432 |      366   1352 |        0 |        0
14.79/14.80	c 14.8s |      17 |   250136 |   229232 |      366   1516 |        0 |        0
16.79/16.81	c 16.8s |      17 |   284470 |   260932 |      366   1679 |        0 |        0
18.79/18.81	c 18.8s |      17 |   320206 |   293132 |      366   1845 |        0 |        0
18.98/19.00	c 19.0s |      18 |   323569 |   296252 |      403   1860 |        0 |        0
21.00/21.01	c 21.0s |      18 |   355303 |   326152 |      403   2001 |        0 |        0
22.99/23.01	c 23.0s |      18 |   388078 |   356752 |      403   2144 |        0 |        0
24.99/25.01	c 25.0s |      18 |   422005 |   387852 |      403   2291 |        0 |        0
26.99/27.02	c 27.0s |      18 |   457001 |   419452 |      403   2440 |        0 |        0
28.49/28.57	c 28.6s |      19 |   483755 |   444482 |      444   2557 |        0 |        0
30.49/30.57	c 30.6s |      19 |   517760 |   475282 |      444   2689 |        0 |        0
32.49/32.58	c 32.6s |      19 |   554000 |   506582 |      444   2824 |        0 |        0
34.48/34.58	c 34.6s |      19 |   589078 |   537782 |      444   2957 |        0 |        0
36.48/36.58	c 36.6s |      19 |   624843 |   570182 |      444   3096 |        0 |        0
38.50/38.59	c 38.6s |      19 |   660608 |   602982 |      444   3233 |        5 |       16
40.49/40.59	c 40.6s |      19 |   698043 |   636782 |      444   3378 |        6 |       20
42.19/42.28	c 42.3s |      20 |   731126 |   666827 |      489   3502 |       11 |       35
43.00/43.03	c 43.0s |      20 |   746706 |   681154 |      489   3553 |       68 |      113
43.00/43.03	c #cpu_time = 42.909s
43.00/43.03	c #wall_clock_time = 43.019s
43.00/43.03	c #decision = 746706
43.00/43.03	c #random_decision = 3223
43.00/43.03	c #conflict = 681154
43.00/43.03	c #restart = 20
43.00/43.03	s UNSATISFIABLE
43.00/43.03	c total CPU time = 42.923s
43.00/43.03	c total wall clock time = 43.033s

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

pid=7502
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.18 2.12 2.09 3/179 7505
/proc/meminfo: memFree=30421368/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=750012 CPUtime=0 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 2801 0 0 0 0 0 0 0 20 0 4 0 4624022 768012288 2652 33554432000 4194304 16246674 140733281176672 140733281176096 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 188015 2661 441 2943 0 184909 0
[pid=7505/tid=7506] ppid=7502 vsize=767420 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 785838080 2722 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=771516 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 790032384 2738 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=776636 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4624022 795275264 2754 33554432000 4194304 16246674 140733281176672 139815801572528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.18 2.12 2.09 3/179 7505
/proc/meminfo: memFree=30421368/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 28448 0 0 0 5 4 0 0 20 0 4 0 4624022 1247350784 28287 33554432000 4194304 16246674 140733281176672 140733281176096 5828874 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 304529 28295 710 2943 0 301423 0
[pid=7505/tid=7506] ppid=7502 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1247350784 28305 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1247350784 28311 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4624022 1247350784 28317 33554432000 4194304 16246674 140733281176672 139815801572528 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.200534 s]
/proc/loadavg: 2.18 2.12 2.09 3/179 7505
/proc/meminfo: memFree=30421368/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 55650 0 0 0 11 8 0 0 20 0 4 0 4624022 1247350784 55490 33554432000 4194304 16246674 140733281176672 140733281176096 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 304529 55504 710 2943 0 301423 0
[pid=7505/tid=7506] ppid=7502 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1247350784 55511 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1247350784 55521 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4624022 1247350784 55528 33554432000 4194304 16246674 140733281176672 139815801572528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300492 s]
/proc/loadavg: 2.18 2.12 2.09 3/179 7505
/proc/meminfo: memFree=30421368/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 82869 0 0 0 18 11 0 0 20 0 4 0 4624022 1247350784 82708 33554432000 4194304 16246674 140733281176672 140733281176096 5516309 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 304529 82721 710 2943 0 301423 0
[pid=7505/tid=7506] ppid=7502 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1247350784 82729 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1247350784 82738 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4624022 1247350784 82747 33554432000 4194304 16246674 140733281176672 139815801572528 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.70041 s]
/proc/loadavg: 2.18 2.12 2.09 3/179 7505
/proc/meminfo: memFree=30421368/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 191549 0 0 0 45 24 0 0 20 0 4 0 4624022 1247350784 191389 33554432000 4194304 16246674 140733281176672 140733281158592 12479207 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 304529 191402 711 2943 0 301423 0
[pid=7505/tid=7506] ppid=7502 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1247350784 191408 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1247350784 191414 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4624022 1247350784 191424 33554432000 4194304 16246674 140733281176672 139815801572528 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.50042 s]
/proc/loadavg: 2.18 2.12 2.09 3/183 7509
/proc/meminfo: memFree=29440992/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1306180 CPUtime=1.49 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 250380 0 0 0 117 32 0 0 20 0 4 0 4624022 1337528320 250199 33554432000 4194304 16246674 140733281176672 140733281158592 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 326545 250215 787 2943 0 323439 0
[pid=7505/tid=7506] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 250221 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 250231 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 250239 33554432000 4194304 16246674 140733281176672 139815801572528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1306180

[startup+3.10038 s]
/proc/loadavg: 2.18 2.12 2.09 3/183 7509
/proc/meminfo: memFree=29352440/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 267388 0 0 0 275 34 0 0 20 0 4 0 4624022 1337528320 267207 33554432000 4194304 16246674 140733281176672 140733281158592 13965544 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 326545 267207 787 2943 0 323439 0
[pid=7505/tid=7506] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267207 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267207 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267207 33554432000 4194304 16246674 140733281176672 139815801572528 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.30043 s]
/proc/loadavg: 2.16 2.12 2.09 3/183 7509
/proc/meminfo: memFree=29351972/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 267409 0 0 0 595 34 0 0 20 0 4 0 4624022 1337528320 267228 33554432000 4194304 16246674 140733281176672 140733281158592 5827966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 326545 267228 787 2943 0 323439 0
[pid=7505/tid=7506] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267228 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267228 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267228 33554432000 4194304 16246674 140733281176672 139815801572528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.15 2.12 2.09 3/183 7509
/proc/meminfo: memFree=29351624/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 267466 0 0 0 1235 34 0 0 20 0 4 0 4624022 1337528320 267285 33554432000 4194304 16246674 140733281176672 140733281158592 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 326545 267285 787 2943 0 323439 0
[pid=7505/tid=7506] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267285 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267285 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267285 33554432000 4194304 16246674 140733281176672 139815801572528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.11 2.11 2.09 3/183 7509
/proc/meminfo: memFree=29350440/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 267471 0 0 0 2514 35 0 0 20 0 4 0 4624022 1337528320 267290 33554432000 4194304 16246674 140733281176672 140733281158592 5661124 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 326545 267290 790 2943 0 323439 0
[pid=7505/tid=7506] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267290 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267290 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267290 33554432000 4194304 16246674 140733281176672 139815801572528 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) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.11 2.11 2.09 3/183 7509
/proc/meminfo: memFree=29350440/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1306180 CPUtime=25.59 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 267471 0 0 0 2524 35 0 0 20 0 4 0 4624022 1337528320 267290 33554432000 4194304 16246674 140733281176672 140733281158592 5827966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 326545 267290 790 2943 0 323439 0
[pid=7505/tid=7506] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267290 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267290 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267290 33554432000 4194304 16246674 140733281176672 139815801572528 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) 1306180

[startup+32.0074 s]
/proc/loadavg: 2.11 2.11 2.09 3/183 7509
/proc/meminfo: memFree=29350564/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1306180 CPUtime=31.99 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 267471 0 0 0 3164 35 0 0 20 0 4 0 4624022 1337528320 267290 33554432000 4194304 16246674 140733281176672 140733281158592 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 326545 267290 790 2943 0 323439 0
[pid=7505/tid=7506] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267290 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267290 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267290 33554432000 4194304 16246674 140733281176672 139815801572528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+38.4004 s]
/proc/loadavg: 2.10 2.11 2.09 4/183 7509
/proc/meminfo: memFree=29350300/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1306180 CPUtime=38.39 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 267527 0 0 0 3803 36 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 140733281158592 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 326545 267346 790 2943 0 323439 0
[pid=7505/tid=7506] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815801572528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 1306180

[startup+41.6004 s]
/proc/loadavg: 2.09 2.11 2.09 3/183 7509
/proc/meminfo: memFree=29350548/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1306180 CPUtime=41.59 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 267527 0 0 0 4123 36 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 140733281158592 6021432 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 326545 267346 790 2943 0 323439 0
[pid=7505/tid=7506] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815801572528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 41.59
Current children cumulated vsize (KiB) 1306180

[startup+42.4004 s]
/proc/loadavg: 2.09 2.11 2.09 3/183 7509
/proc/meminfo: memFree=29350548/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1306180 CPUtime=42.39 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 267527 0 0 0 4203 36 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 140733281158592 6021432 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 326545 267346 790 2943 0 323439 0
[pid=7505/tid=7506] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815801572528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 42.39
Current children cumulated vsize (KiB) 1306180

[startup+42.8004 s]
/proc/loadavg: 2.09 2.11 2.09 3/183 7509
/proc/meminfo: memFree=29350548/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1306180 CPUtime=42.79 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 267527 0 0 0 4243 36 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 140733281158592 5823408 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 326545 267346 790 2943 0 323439 0
[pid=7505/tid=7506] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815801572528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 42.79
Current children cumulated vsize (KiB) 1306180

[startup+43.0074 s]
/proc/loadavg: 2.09 2.11 2.09 3/182 7509
/proc/meminfo: memFree=29350548/32872528 swapFree=524788/557492
[pid=7505] ppid=7502 vsize=1306180 CPUtime=43 cores=1,3,5,7
/proc/7505/stat : 7505 (toysat) R 7502 7505 5756 0 -1 4202496 267527 0 0 0 4264 36 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 140733281158592 5673523 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7505/statm: 326545 267346 790 2943 0 323439 0
[pid=7505/tid=7506] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7506/stat : 7506 (toysat) S 7502 7505 5756 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815822535920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7505/tid=7507] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (toysat) S 7502 7505 5756 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815812046064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7505/tid=7508] ppid=7502 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (toysat) S 7502 7505 5756 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 4624022 1337528320 267346 33554432000 4194304 16246674 140733281176672 139815801572528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 43
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 43.0954
CPU time (s): 43.0894
CPU user time (s): 42.6675
CPU system time (s): 0.421935
CPU usage (%): 99.9862
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.6675
system time used= 0.421935
maximum resident set size= 1069400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267532
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= 21
involuntary context switches= 45

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.121981 second user time and 0.163975 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-15 23:22:19
IDJOB=4089344
IDBENCH=107393
IDSOLVER=2542
FILE ID=node106/4089344-1466025739
RUNJOBID= node106-1466012020-5773
PBS_JOBID= 19902815
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid4x17-hard.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089344-1466025739/watcher-4089344-1466025739 -o /tmp/evaluation-result-4089344-1466025739/solver-4089344-1466025739 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466012020-5773 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4089344-1466025739.opb

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

MD5SUM BENCH= c575d8e74289f753b5e7e3c0854bb179
RANDOM SEED=1166253764

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30421996 kB
Buffers:           30268 kB
Cached:            74928 kB
SwapCached:         1480 kB
Active:          1143944 kB
Inactive:          38300 kB
Active(anon):    1078088 kB
Inactive(anon):     1188 kB
Active(file):      65856 kB
Inactive(file):    37112 kB
Unevictable:      557492 kB
Mlocked:          524788 kB
SwapTotal:      67108856 kB
SwapFree:       67099844 kB
Dirty:             16320 kB
Writeback:             0 kB
AnonPages:       1633632 kB
Mapped:            10404 kB
Shmem:                 0 kB
Slab:             576520 kB
SReclaimable:      20692 kB
SUnreclaim:       555828 kB
KernelStack:        1504 kB
PageTables:         7076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1776748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node106 at 2016-06-15 23:23:02