Trace number 4097478

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 33.9628 33.9678

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-4_5_26.opb
MD5SUM09e5b489f73e5072ba926f0cb0cfeeb2
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.46078
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables930
Total number of constraints4385
Number of constraints which are clauses4380
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 constraint30
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 56
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:57:10+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-4097478-1466117829.opb"]
0.00/0.01	c use --random-gen="3087045571 942759781 2690306478 1260933403 1773894411 2080332605 3880176952 3395671553 175824922 1589330937 2437868526 4276651166 598233504 3942689181 865701377 2104246141 3251794234 2701367695 2272168719 4022101709 344608161 2442647730 1619421423 3598126799 2189596191 3633317424 954997698 2915636456 46423997 1720282665 876404981 1440712612 2263734557 637802630 4045249331 4057416694 3704698817 4244171738 3978025785 745629723 1484129416 472604661 3076061168 3379325332 1964582449 2625622920 4227786293 1375658460 3262806751 953216314 3867110460 103877316 2620608062 2512935467 2241744867 2199577862 1433974801 3857483549 1761817878 426786550 2362611125 4209978254 3930958519 1167676927 1275667740 3624741766 221950339 907536208 2350449461 1353185662 1170802228 267587443 421286 1207719943 4209985012 3249547577 3197771506 2377108842 986696984 4079780296 3365267352 228673737 2873752953 2658702134 3174523139 1450807194 3818760519 963709384 231631295 3757310773 2257112597 3834544471 3138636085 3323947311 382432159 2181303670 2799901379 1734043792 579991191 3663998143 2701105183 481963621 3593293969 1720545768 346731458 531532354 2320422796 2014341456 245570583 1358574364 3398679570 3050124138 1239335715 1222944959 3144799156 1245324074 2197825798 3105024129 2891195253 3877423523 3425470663 723202538 1888066754 2374245042 4200615077 2778113844 24614725 4254332358 1457626346 2443794002 1801063812 136094637 4164226221 2006807991 3271844989 2153425138 1164671353 2919609894 1346264957 906847070 1107150000 1126402485 3498700741 2642160015 2067877537 3129948141 3875987677 1208902570 2827117518 513196581 2917090957 1592493304 3278171844 4179476038 3279084752 2444331340 3590663290 2079756440 193342120 1501710417 1571589558 613090532 1141022452 1432717886 3858696366 1723022452 3434874101 4001180644 226271792 3377783905 1047124284 3115159085 2896201046 2773702709 1914941098 3338736522 2430059143 3353970279 3629570102 428147553 2181932180 1919468261 2058324333 759640601 506832225 867834257 2276966273 1723537435 3706889299 1494594504 2152622188 2405342018 1837794707 2037610659 2486968608 4039792738 3663661025 470033796 3898100314 1440722168 1891774428 3291304984 3838686898 863531300 3274398388 601264969 1629419193 3415183963 3097294260 2433628538 2375188107 3778480023 1823606422 3952762083 2665670039 1520046701 6015029 2350228120 3641705656 2712626450 1679180918 4027356746 3947656898 2802809537 3478103152 2819451599 1115564146 307657189 3512620710 1062442345 1514689193 1190636227 891327526 2096020714 2516433426 1101881161 2984673362 3585619475 1646205952 2148625049 3610024014 2155941306 1944323711 2180036824 1931204674 949515370 356237515 895204850 1342102085 2832760259 3406941855 656484589 1755299751 355527043 1860880987 4148465990 255 362436" option to reproduce the execution
0.00/0.04	c #vars 930
0.00/0.04	c #constraints 4385
0.09/0.11	c Solving starts ...
0.09/0.11	c ============================[ Search Statistics ]============================
0.09/0.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.11	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.11	c =============================================================================
0.09/0.11	c  0.0s |       0 |        0 |        0 |     1770      0 |        5 |        0
0.09/0.14	c  0.0s |       1 |      152 |      100 |     1770      0 |        5 |      237
0.09/0.19	c  0.1s |       2 |      379 |      250 |     1948      0 |        5 |      237
0.19/0.27	c  0.2s |       3 |      662 |      475 |     2143      0 |        5 |      237
0.29/0.39	c  0.3s |       4 |     1074 |      813 |     2358      0 |        5 |      237
0.59/0.66	c  0.5s |       5 |     1711 |     1320 |     2594      0 |        5 |      237
0.89/0.93	c  0.8s |       6 |     2651 |     2081 |     3140      0 |        5 |      237
1.39/1.48	c  1.4s |       7 |     3867 |     3223 |     3455      0 |        5 |      237
2.20/2.24	c  2.1s |       8 |     5691 |     4936 |     3801      1 |        5 |      237
3.30/3.40	c  3.3s |       9 |     8446 |     7506 |     4182      2 |        5 |      237
4.99/5.10	c  5.0s |      10 |    12542 |    11361 |     4601      4 |        5 |      237
7.09/7.10	c  7.0s |      10 |    16873 |    15461 |     4601      6 |        5 |      237
7.89/7.92	c  7.8s |      11 |    18680 |    17144 |     5062      6 |        5 |      237
9.90/9.92	c  9.8s |      11 |    22982 |    21244 |     5062      8 |        5 |      237
11.89/11.93	c 11.8s |      11 |    26937 |    25044 |     5062      9 |        5 |      237
12.29/12.37	c 12.3s |      12 |    27747 |    25819 |     5569     10 |        5 |      237
14.30/14.40	c 14.3s |      12 |    31950 |    29819 |     5569     11 |        5 |      237
16.39/16.45	c 16.3s |      12 |    35998 |    33719 |     5569     12 |        5 |      237
18.39/18.46	c 18.4s |      12 |    39960 |    37519 |     5569     12 |        8 |      298
19.19/19.21	c 19.1s |      13 |    41360 |    38832 |     6126     13 |        8 |      298
21.19/21.23	c 21.1s |      13 |    45209 |    42532 |     6126     14 |        8 |      298
23.20/23.27	c 23.2s |      13 |    48869 |    46032 |     6126     15 |        8 |      298
25.19/25.30	c 25.2s |      13 |    52990 |    49932 |     6126     16 |        8 |      298
27.29/27.30	c 27.2s |      13 |    56746 |    53532 |     6126     17 |       13 |      363
29.29/29.34	c 29.2s |      13 |    60825 |    57432 |     6126     17 |       13 |      363
29.80/29.81	c 29.7s |      14 |    61805 |    58352 |     6739     18 |       13 |      363
31.79/31.83	c 31.7s |      14 |    65762 |    62152 |     6739     18 |       20 |      432
33.79/33.85	c 33.7s |      14 |    69606 |    65852 |     6739     18 |       79 |     1041
33.89/33.90	c 33.8s |      14 |    69690 |    65938 |     6739     18 |      529 |     2596
33.89/33.90	c #cpu_time = 33.704s
33.89/33.90	c #wall_clock_time = 33.792s
33.89/33.90	c #decision = 69690
33.89/33.90	c #random_decision = 286
33.89/33.90	c #conflict = 65938
33.89/33.90	c #restart = 14
33.89/33.90	s UNSATISFIABLE
33.89/33.90	c total CPU time = 33.818s
33.89/33.90	c total wall clock time = 33.907s

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

pid=20901
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.22 3/179 20904
/proc/meminfo: memFree=30673412/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=748988 CPUtime=0 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 2803 0 0 0 0 0 0 0 20 0 4 0 13833478 766963712 2652 33554432000 4194304 16246674 140736013658064 140736013657488 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 188015 2661 441 2943 0 184909 0
[pid=20904/tid=20905] ppid=20901 vsize=767420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 785838080 2724 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=771516 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 790032384 2740 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=775612 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13833479 794226688 2756 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100212 s]
/proc/loadavg: 2.00 2.03 2.22 3/179 20904
/proc/meminfo: memFree=30673412/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 28324 0 0 0 6 3 0 0 20 0 4 0 13833478 1247350784 28165 33554432000 4194304 16246674 140736013658064 140736013657488 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 304529 28172 631 2943 0 301423 0
[pid=20904/tid=20905] ppid=20901 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1247350784 28177 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1247350784 28183 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13833479 1247350784 28188 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200469 s]
/proc/loadavg: 2.00 2.03 2.22 3/179 20904
/proc/meminfo: memFree=30673412/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 49642 0 0 0 13 6 0 0 20 0 4 0 13833478 1247350784 49480 33554432000 4194304 16246674 140736013658064 140736013657488 5532301 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 304529 49486 717 2943 0 301423 0
[pid=20904/tid=20905] ppid=20901 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1247350784 49491 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1247350784 49495 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13833479 1247350784 49499 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300455 s]
/proc/loadavg: 2.00 2.03 2.22 3/179 20904
/proc/meminfo: memFree=30673412/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 70818 0 0 0 20 9 0 0 20 0 4 0 13833478 1247350784 70657 33554432000 4194304 16246674 140736013658064 140736013657488 5830026 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 304529 70666 717 2943 0 301423 0
[pid=20904/tid=20905] ppid=20901 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1247350784 70671 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1247350784 70677 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13833479 1247350784 70682 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700403 s]
/proc/loadavg: 2.00 2.03 2.22 3/179 20904
/proc/meminfo: memFree=30673412/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 152883 0 0 0 49 20 0 0 20 0 4 0 13833478 1247350784 152722 33554432000 4194304 16246674 140736013658064 140736013657488 5677541 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 304529 152731 717 2943 0 301423 0
[pid=20904/tid=20905] ppid=20901 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1247350784 152737 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1247350784 152744 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13833479 1247350784 152749 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.00 2.03 2.22 3/183 20908
/proc/meminfo: memFree=29752540/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1222212 CPUtime=1.49 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 246448 0 0 0 117 32 0 0 20 0 4 0 13833478 1251545088 246266 33554432000 4194304 16246674 140736013658064 140736013657376 5822224 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 305553 246266 791 2943 0 302447 0
[pid=20904/tid=20905] ppid=20901 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1251545088 246266 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1251545088 246266 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13833479 1251545088 246266 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1222212

[startup+3.1004 s]
/proc/loadavg: 2.00 2.03 2.22 3/183 20908
/proc/meminfo: memFree=29608700/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1302084 CPUtime=3.09 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 266348 0 0 0 275 34 0 0 20 0 4 0 13833478 1333334016 266166 33554432000 4194304 16246674 140736013658064 140736013639936 12466815 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 325521 266166 793 2943 0 322415 0
[pid=20904/tid=20905] ppid=20901 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1333334016 266166 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1333334016 266166 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13833479 1333334016 266166 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1302084

[startup+6.3004 s]
/proc/loadavg: 2.00 2.03 2.21 3/183 20908
/proc/meminfo: memFree=29604044/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1316420 CPUtime=6.29 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 270054 0 0 0 594 35 0 0 20 0 4 0 13833478 1348014080 269872 33554432000 4194304 16246674 140736013658064 140736013639936 5673717 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 329105 269872 794 2943 0 325999 0
[pid=20904/tid=20905] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269872 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269872 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269872 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1316420

[startup+12.7004 s]
/proc/loadavg: 2.00 2.03 2.21 3/183 20908
/proc/meminfo: memFree=29592432/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1316420 CPUtime=12.69 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 270140 0 0 0 1234 35 0 0 20 0 4 0 13833478 1348014080 269958 33554432000 4194304 16246674 140736013658064 140736013639936 5676609 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 329105 269958 795 2943 0 325999 0
[pid=20904/tid=20905] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1316420

[startup+25.5005 s]
/proc/loadavg: 2.07 2.04 2.21 3/183 20908
/proc/meminfo: memFree=29591040/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1316420 CPUtime=25.49 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 270140 0 0 0 2514 35 0 0 20 0 4 0 13833478 1348014080 269958 33554432000 4194304 16246674 140736013658064 140736013639936 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 329105 269958 795 2943 0 325999 0
[pid=20904/tid=20905] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1316420

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

[startup+25.6005 s]
/proc/loadavg: 2.07 2.04 2.21 3/183 20908
/proc/meminfo: memFree=29591040/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1316420 CPUtime=25.59 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 270140 0 0 0 2524 35 0 0 20 0 4 0 13833478 1348014080 269958 33554432000 4194304 16246674 140736013658064 140736013639936 13923712 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 329105 269958 795 2943 0 325999 0
[pid=20904/tid=20905] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1316420

[startup+28.8004 s]
/proc/loadavg: 2.06 2.04 2.21 3/183 20908
/proc/meminfo: memFree=29590916/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1316420 CPUtime=28.79 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 270140 0 0 0 2844 35 0 0 20 0 4 0 13833478 1348014080 269958 33554432000 4194304 16246674 140736013658064 140736013639936 5672184 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 329105 269958 795 2943 0 325999 0
[pid=20904/tid=20905] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.79
Current children cumulated vsize (KiB) 1316420

[startup+32.0074 s]
/proc/loadavg: 2.06 2.04 2.21 3/183 20908
/proc/meminfo: memFree=29591040/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1316420 CPUtime=32 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 270140 0 0 0 3165 35 0 0 20 0 4 0 13833478 1348014080 269958 33554432000 4194304 16246674 140736013658064 140736013639936 5661584 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 329105 269958 795 2943 0 325999 0
[pid=20904/tid=20905] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 32
Current children cumulated vsize (KiB) 1316420

[startup+32.8004 s]
/proc/loadavg: 2.06 2.04 2.21 3/183 20908
/proc/meminfo: memFree=29591040/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1316420 CPUtime=32.79 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 270140 0 0 0 3244 35 0 0 20 0 4 0 13833478 1348014080 269958 33554432000 4194304 16246674 140736013658064 140736013639936 5672230 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 329105 269958 795 2943 0 325999 0
[pid=20904/tid=20905] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 32.79
Current children cumulated vsize (KiB) 1316420

[startup+33.6004 s]
/proc/loadavg: 2.06 2.04 2.21 3/183 20908
/proc/meminfo: memFree=29590900/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1316420 CPUtime=33.59 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 270140 0 0 0 3324 35 0 0 20 0 4 0 13833478 1348014080 269958 33554432000 4194304 16246674 140736013658064 140736013639936 5822428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 329105 269958 795 2943 0 325999 0
[pid=20904/tid=20905] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 33.59
Current children cumulated vsize (KiB) 1316420

[startup+33.8004 s]
/proc/loadavg: 2.06 2.04 2.21 3/183 20908
/proc/meminfo: memFree=29590900/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1316420 CPUtime=33.79 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 270140 0 0 0 3344 35 0 0 20 0 4 0 13833478 1348014080 269958 33554432000 4194304 16246674 140736013658064 140736013639936 5677884 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 329105 269958 795 2943 0 325999 0
[pid=20904/tid=20905] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 33.79
Current children cumulated vsize (KiB) 1316420

[startup+33.9004 s]
/proc/loadavg: 2.06 2.04 2.21 3/183 20908
/proc/meminfo: memFree=29590900/32872528 swapFree=188940/188940
[pid=20904] ppid=20901 vsize=1316420 CPUtime=33.89 cores=0,2,4,6
/proc/20904/stat : 20904 (toysat) R 20901 20904 17164 0 -1 4202496 270140 0 0 0 3354 35 0 0 20 0 4 0 13833478 1348014080 269958 33554432000 4194304 16246674 140736013658064 140736013639936 13006047 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20904/statm: 329105 269958 795 2943 0 325999 0
[pid=20904/tid=20905] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20905/stat : 20905 (toysat) S 20901 20904 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585963859184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=20904/tid=20906] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20906/stat : 20906 (toysat) S 20901 20904 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585953369328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=20904/tid=20907] ppid=20901 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/20904/task/20907/stat : 20907 (toysat) S 20901 20904 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13833479 1348014080 269958 33554432000 4194304 16246674 140736013658064 140585942895792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 33.89
Current children cumulated vsize (KiB) 1316420

Child status: 0
Real time (s): 33.9678
CPU time (s): 33.9628
CPU user time (s): 33.5529
CPU system time (s): 0.409937
CPU usage (%): 99.9854
Max. virtual memory (cumulated for all children) (KiB): 1316420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.5529
system time used= 0.409937
maximum resident set size= 1079848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270145
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= 35

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.088986 second user time and 0.13098 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-17 00:57:10
IDJOB=4097478
IDBENCH=107763
IDSOLVER=2542
FILE ID=node102/4097478-1466117829
RUNJOBID= node102-1466115959-20139
PBS_JOBID= 19904127
Free space on /tmp= 71712 MiB

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

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

MD5SUM BENCH= 09e5b489f73e5072ba926f0cb0cfeeb2
RANDOM SEED=277994350

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30673420 kB
Buffers:           49612 kB
Cached:           167448 kB
SwapCached:         1412 kB
Active:          1214244 kB
Inactive:          92584 kB
Active(anon):    1091152 kB
Inactive(anon):     1076 kB
Active(file):     123092 kB
Inactive(file):    91508 kB
Unevictable:      188940 kB
Mlocked:          188940 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:             16316 kB
Writeback:             0 kB
AnonPages:       1284256 kB
Mapped:            10840 kB
Shmem:                 0 kB
Slab:             570284 kB
SReclaimable:      14056 kB
SUnreclaim:       556228 kB
KernelStack:        1480 kB
PageTables:         6756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1424316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node102 at 2016-06-17 00:57:44