Trace number 4096022

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 31.3562 31.3621

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-geq-random4regular-20.opb
MD5SUMddd80b86891480a47dc9bdccae02bf77
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.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81
Total number of constraints40
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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-16T20:21:44+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-4096022-1466101303.opb"]
0.00/0.01	c use --random-gen="2779216391 850154121 3270739693 2200764146 2459412920 2509211580 2848595732 1141724488 3532415642 279899163 1551760349 1004432761 1442840252 3252203976 2283704235 882598206 3964266489 530230779 4182074572 3560065939 3646256987 387613597 2755623029 570814613 3363943784 3783677469 295781315 393917397 3375240448 647189598 2121392975 2634818119 359527649 2547396798 2622938116 3844111192 774050310 3008316672 3751017210 2220603002 3043345384 485333323 3492146597 2027635178 2388092905 978537760 757990371 3483202609 669021334 588777997 2805296414 1196102324 258622784 3855108145 766730898 2778694737 4100481000 23785022 668513483 2240443239 764586664 655223727 3173594869 1721912914 1993053388 533096823 1779218806 3237119471 2287669709 1547989415 1162525447 3998171678 1673998945 1923397053 457896677 1598175331 4018817025 2517993051 2634415725 2106526252 3598408575 1871865797 98670920 927177710 2706418013 1721618219 1564170464 1019771223 166689671 1130029074 2809918987 3329294978 2591773408 2735254683 2720672081 1782499409 3294206708 1709061228 1376055381 4137434667 332579238 164445813 1027042309 1785685371 1748555552 2124946865 2318482518 332028517 3999819959 1490123346 592154485 1290952742 1256993274 394430894 407360410 1511556705 2737705820 373207602 779613056 2347680515 359301113 1724420384 532069065 1522772573 3830320681 133599470 1488083338 2396923606 171345179 3416086567 2345537662 1408925381 2749088622 3753451228 3440096592 3955677150 558238297 634979508 2362584088 2028566455 3157559238 3680490020 1896932970 3600379118 2499781998 3767006444 2379935729 1657545547 3298619673 1171076008 3224991085 4115792226 953633041 3314811822 827331535 1559304775 1796276151 20747096 2534276345 2902558448 3917979464 4035468774 1790151352 2264989514 376092932 2033116859 1826506486 843293133 3043678638 401275269 533868479 906108921 2879481981 135970626 1191867380 3818922960 1838833253 1150196893 1798017670 248778484 4205623844 3893710234 781008897 2299935168 2977294721 2440851670 1142943881 1730255257 1425856930 2918326518 2729513113 274287899 1160591780 1794870074 1175745872 3262662632 202843934 554195749 2101826374 729262929 1654597117 916028636 4008451359 3183211238 1614078453 2949886413 3337151804 1509571509 3738086666 2546559729 1199063666 836958303 3242027072 680596052 1332897519 3982449724 361454129 2073696148 4205496057 621574002 94703100 1538050172 3353694117 2274858441 2765948058 2534856385 1098705549 3479659233 641281398 2523553930 3144857601 2165169903 2161373782 2790752405 2656753643 521295069 2297308088 1768844209 2482334071 672795104 3541399898 1239929678 1138143544 3876567169 73402182 2357482968 3031584909 1231060766 1072238687 940532782 3989228388 2139180014 4204344253 3758997621 385220625 2098511333 255 362436" option to reproduce the execution
0.00/0.01	c #vars 81
0.00/0.01	c #constraints 40
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 |       40      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      127 |      100 |       40      1 |        0 |        0
0.00/0.03	c  0.0s |       2 |      373 |      250 |       44      5 |        0 |        0
0.00/0.04	c  0.0s |       3 |      751 |      475 |       49     12 |        0 |        0
0.00/0.07	c  0.1s |       4 |     1311 |      813 |       54     20 |        0 |        0
0.08/0.11	c  0.1s |       5 |     2201 |     1320 |       60     32 |        0 |        0
0.08/0.16	c  0.2s |       6 |     3523 |     2081 |       73     51 |        0 |        0
0.19/0.24	c  0.2s |       7 |     5058 |     3223 |       81     78 |        0 |        0
0.29/0.36	c  0.3s |       8 |     7963 |     4936 |       90    114 |        0 |        0
0.49/0.54	c  0.5s |       9 |    11500 |     7506 |      100    162 |        0 |        0
0.79/0.83	c  0.8s |      10 |    17062 |    11361 |      111    229 |        0 |        0
1.19/1.22	c  1.2s |      11 |    24284 |    17144 |      123    320 |        0 |        0
1.58/1.67	c  1.7s |      12 |    37358 |    25819 |      136    445 |        0 |        0
2.29/2.39	c  2.4s |      13 |    54814 |    38832 |      150    618 |        0 |        0
3.39/3.43	c  3.4s |      14 |    80726 |    58352 |      165    852 |        0 |        0
4.99/5.00	c  5.0s |      15 |   120546 |    87632 |      182   1182 |        0 |        0
6.99/7.00	c  7.0s |      15 |   170007 |   124032 |      182   1557 |        0 |        0
7.39/7.46	c  7.4s |      16 |   178917 |   131552 |      201   1634 |        0 |        0
9.39/9.46	c  9.5s |      16 |   224097 |   166652 |      201   1962 |        0 |        0
11.09/11.13	c 11.1s |      17 |   266752 |   197432 |      222   2253 |        0 |        0
13.08/13.14	c 13.1s |      17 |   318405 |   235132 |      222   2577 |        0 |        0
15.08/15.14	c 15.1s |      17 |   378188 |   275032 |      222   2925 |        0 |        0
16.18/16.29	c 16.3s |      18 |   406595 |   296252 |      245   3105 |        0 |        0
18.18/18.29	c 18.3s |      18 |   462311 |   334852 |      245   3410 |        0 |        0
20.18/20.30	c 20.3s |      18 |   516535 |   373052 |      245   3713 |        0 |        0
22.29/22.30	c 22.3s |      18 |   569490 |   410552 |      245   4007 |        0 |        0
23.99/24.04	c 24.0s |      19 |   617241 |   444482 |      270   4268 |        1 |        0
25.99/26.04	c 26.0s |      19 |   668621 |   480982 |      270   4528 |        1 |        0
27.99/28.04	c 28.0s |      19 |   716629 |   516882 |      270   4783 |        1 |        0
29.99/30.05	c 30.0s |      19 |   764800 |   552882 |      270   5035 |        3 |        0
31.29/31.30	c 31.3s |      19 |   796955 |   577084 |      270   5201 |       48 |        9
31.29/31.30	c #cpu_time = 31.290s
31.29/31.30	c #wall_clock_time = 31.288s
31.29/31.30	c #decision = 796955
31.29/31.30	c #random_decision = 3300
31.29/31.30	c #conflict = 577084
31.29/31.30	c #restart = 19
31.29/31.30	s UNSATISFIABLE
31.29/31.30	c total CPU time = 31.303s
31.29/31.30	c total wall clock time = 31.301s

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

pid=24493
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.05 2.05 2.00 3/179 24496
/proc/meminfo: memFree=30749012/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=703044 CPUtime=0 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 2620 0 0 0 0 0 0 0 20 0 4 0 12180283 719917056 2981 33554432000 4194304 16246674 140737105331104 140737105330528 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 176273 2990 442 2943 0 173167 0
[pid=24496/tid=24497] ppid=24493 vsize=720452 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 737742848 3051 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=724548 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 741937152 3067 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=729668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12180284 747180032 3085 33554432000 4194304 16246674 140737105331104 140037194763440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100126 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 24496
/proc/meminfo: memFree=30749012/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 24674 0 0 0 5 3 0 0 20 0 4 0 12180283 1247350784 25024 33554432000 4194304 16246674 140737105331104 140737105330528 13193109 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 304529 25032 708 2943 0 301423 0
[pid=24496/tid=24497] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 25038 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 25045 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 25052 33554432000 4194304 16246674 140737105331104 140037194763440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200516 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 24496
/proc/meminfo: memFree=30749012/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 47172 0 0 0 13 6 0 0 20 0 4 0 12180283 1247350784 47521 33554432000 4194304 16246674 140737105331104 140737105330528 5723366 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 304529 47531 708 2943 0 301423 0
[pid=24496/tid=24497] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 47537 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 47545 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 47551 33554432000 4194304 16246674 140737105331104 140037194763440 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.300471 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 24496
/proc/meminfo: memFree=30749012/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 69545 0 0 0 20 9 0 0 20 0 4 0 12180283 1247350784 69895 33554432000 4194304 16246674 140737105331104 140737105330528 5546098 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 304529 69905 708 2943 0 301423 0
[pid=24496/tid=24497] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 69910 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 69916 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 69923 33554432000 4194304 16246674 140737105331104 140037194763440 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.700397 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 24496
/proc/meminfo: memFree=30749012/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 159178 0 0 0 47 22 0 0 20 0 4 0 12180283 1247350784 159527 33554432000 4194304 16246674 140737105331104 140737105330528 13954410 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 304529 159536 709 2943 0 301423 0
[pid=24496/tid=24497] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 159545 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 159552 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 159558 33554432000 4194304 16246674 140737105331104 140037194763440 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.5004 s]
/proc/loadavg: 2.05 2.05 2.00 3/183 24500
/proc/meminfo: memFree=29766844/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1218116 CPUtime=1.48 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 245454 0 0 0 113 35 0 0 20 0 4 0 12180283 1247350784 245783 33554432000 4194304 16246674 140737105331104 140737105330416 5523371 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 304529 245783 785 2943 0 301423 0
[pid=24496/tid=24497] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 245783 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 245783 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12180284 1247350784 245783 33554432000 4194304 16246674 140737105331104 140037194763440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1218116

[startup+3.1004 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 24500
/proc/meminfo: memFree=29679044/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 267383 0 0 0 270 39 0 0 20 0 4 0 12180283 1337528320 267712 33554432000 4194304 16246674 140737105331104 140737105314104 5707691 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 326545 267712 785 2943 0 323439 0
[pid=24496/tid=24497] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267712 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267712 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267712 33554432000 4194304 16246674 140737105331104 140037194763440 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) 1306180

[startup+6.30042 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 24500
/proc/meminfo: memFree=29678644/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 267392 0 0 0 590 39 0 0 20 0 4 0 12180283 1337528320 267721 33554432000 4194304 16246674 140737105331104 140737105314104 13808319 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 326545 267721 785 2943 0 323439 0
[pid=24496/tid=24497] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267721 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267721 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267721 33554432000 4194304 16246674 140737105331104 140037194763440 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) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 24500
/proc/meminfo: memFree=29678660/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1306180 CPUtime=12.68 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 267399 0 0 0 1229 39 0 0 20 0 4 0 12180283 1337528320 267728 33554432000 4194304 16246674 140737105331104 140737105313024 6845993 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 326545 267728 785 2943 0 323439 0
[pid=24496/tid=24497] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267728 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267728 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267728 33554432000 4194304 16246674 140737105331104 140037194763440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.03 2.05 2.00 3/183 24500
/proc/meminfo: memFree=29679196/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 267399 0 0 0 2509 40 0 0 20 0 4 0 12180283 1337528320 267728 33554432000 4194304 16246674 140737105331104 140737105314104 13820875 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 326545 267728 785 2943 0 323439 0
[pid=24496/tid=24497] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267728 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267728 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267728 33554432000 4194304 16246674 140737105331104 140037194763440 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) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.03 2.05 2.00 3/183 24500
/proc/meminfo: memFree=29679196/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1306180 CPUtime=25.59 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 267399 0 0 0 2519 40 0 0 20 0 4 0 12180283 1337528320 267728 33554432000 4194304 16246674 140737105331104 140737105314104 5523515 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 326545 267728 785 2943 0 323439 0
[pid=24496/tid=24497] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267728 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267728 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267728 33554432000 4194304 16246674 140737105331104 140037194763440 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) 1306180

[startup+28.8004 s]
/proc/loadavg: 2.03 2.05 2.00 3/183 24500
/proc/meminfo: memFree=29679196/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1306180 CPUtime=28.79 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 267400 0 0 0 2839 40 0 0 20 0 4 0 12180283 1337528320 267729 33554432000 4194304 16246674 140737105331104 140737105314104 5822536 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 326545 267729 785 2943 0 323439 0
[pid=24496/tid=24497] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037194763440 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) 1306180

[startup+30.4004 s]
/proc/loadavg: 2.03 2.05 2.00 3/183 24500
/proc/meminfo: memFree=29679072/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1306180 CPUtime=30.39 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 267400 0 0 0 2999 40 0 0 20 0 4 0 12180283 1337528320 267729 33554432000 4194304 16246674 140737105331104 140737105314104 6013437 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 326545 267729 785 2943 0 323439 0
[pid=24496/tid=24497] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037194763440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 30.39
Current children cumulated vsize (KiB) 1306180

[startup+30.8004 s]
/proc/loadavg: 2.03 2.05 2.00 3/183 24500
/proc/meminfo: memFree=29679196/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1306180 CPUtime=30.79 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 267400 0 0 0 3039 40 0 0 20 0 4 0 12180283 1337528320 267729 33554432000 4194304 16246674 140737105331104 140737105314104 12483432 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 326545 267729 785 2943 0 323439 0
[pid=24496/tid=24497] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037194763440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 30.79
Current children cumulated vsize (KiB) 1306180

[startup+31.2004 s]
/proc/loadavg: 2.03 2.05 2.00 3/183 24500
/proc/meminfo: memFree=29679196/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1306180 CPUtime=31.19 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 267400 0 0 0 3079 40 0 0 20 0 4 0 12180283 1337528320 267729 33554432000 4194304 16246674 140737105331104 140737105314104 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 326545 267729 785 2943 0 323439 0
[pid=24496/tid=24497] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037194763440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 31.19
Current children cumulated vsize (KiB) 1306180

[startup+31.3004 s]
/proc/loadavg: 2.03 2.05 2.00 3/183 24500
/proc/meminfo: memFree=29679196/32872528 swapFree=162364/176672
[pid=24496] ppid=24493 vsize=1306180 CPUtime=31.29 cores=0,2,4,6
/proc/24496/stat : 24496 (toysat) R 24493 24496 23926 0 -1 4202496 267400 0 0 0 3089 40 0 0 20 0 4 0 12180283 1337528320 267729 33554432000 4194304 16246674 140737105331104 140737105314104 13196294 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24496/statm: 326545 267729 785 2943 0 323439 0
[pid=24496/tid=24497] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (toysat) S 24493 24496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037215726832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24498] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24498/stat : 24498 (toysat) S 24493 24496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037205236976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (toysat) S 24493 24496 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12180284 1337528320 267729 33554432000 4194304 16246674 140737105331104 140037194763440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 31.29
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 31.3621
CPU time (s): 31.3562
CPU user time (s): 30.8943
CPU system time (s): 0.461929
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.8943
system time used= 0.461929
maximum resident set size= 1070928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267405
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= 34

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

The end

Launcher Data

Begin job on node105 at 2016-06-16 20:21:44
IDJOB=4096022
IDBENCH=107555
IDSOLVER=2542
FILE ID=node105/4096022-1466101303
RUNJOBID= node105-1466095897-23942
PBS_JOBID= 19904031
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-geq-random4regular-20.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096022-1466101303/watcher-4096022-1466101303 -o /tmp/evaluation-result-4096022-1466101303/solver-4096022-1466101303 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466095897-23942 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4096022-1466101303.opb

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

MD5SUM BENCH= ddd80b86891480a47dc9bdccae02bf77
RANDOM SEED=1671441608

node105.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.561
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.12
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.561
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.561
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		: 2666.561
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.561
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.54
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30749632 kB
Buffers:           47280 kB
Cached:           122560 kB
SwapCached:         1480 kB
Active:          1164632 kB
Inactive:          81388 kB
Active(anon):    1076748 kB
Inactive(anon):     1660 kB
Active(file):      87884 kB
Inactive(file):    79728 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67097232 kB
Dirty:             16364 kB
Writeback:            20 kB
AnonPages:       1251128 kB
Mapped:            10288 kB
Shmem:                 0 kB
Slab:             569028 kB
SReclaimable:      12744 kB
SUnreclaim:       556284 kB
KernelStack:        1480 kB
PageTables:         6740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1393884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1083392 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= 71716 MiB
End job on node105 at 2016-06-16 20:22:15