Trace number 4095805

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 40.3039 40.3157

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-random4regular-20.opb
MD5SUMee8e08586d682eeae45ec1a7847a02fe
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-16T18:51:37+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-4095805-1466095897.opb"]
0.00/0.01	c use --random-gen="439432916 654228993 745432846 562090162 3144823218 4176093114 4262809294 4122835442 677929124 2218499077 1585059729 2919535547 495671205 3789778106 2063013063 1471221815 1687198587 3737650032 3653341893 2362336078 2783369194 4101968328 2363887273 1123907864 598174766 4060919561 2327067003 3121288585 1010498483 3904572708 2806862723 1395511031 2606297349 521515218 3861872818 3696505493 2877602263 2161716676 1907147159 322632065 1942924612 3389539058 3756444748 769925163 1399751681 1185004801 3382655768 243916763 259266771 48092256 3322681622 4145654952 2130001165 1400903148 67187579 1991165159 1412562069 2653512384 1001162563 1895262009 2961966973 3196004509 1312608538 632327963 2085951313 2062123974 3767898951 2032734367 515544565 2305722043 522471157 4277538844 2872445909 1178202580 2231424147 3581143010 2520405522 2119507381 1151903157 4058493590 441761580 246738624 389068326 2314145566 926418135 3719618151 3727248818 2527705310 2813345914 3846759534 407483266 4086771891 328585769 1092700782 4169361177 2858613305 1558034174 941838490 1145778024 4134175260 1630739413 509536736 612355891 1159885182 3574762904 585544141 1507049670 1006201587 3007321693 664409012 781213831 3014880118 2373932112 3185766049 3122326413 2146045516 3791205547 1100261275 4108386794 38315639 1877045377 2127743140 1213839163 2480634652 93616910 899980226 1190504372 445299072 922138339 1429094450 4259175477 926613930 470240319 582553573 1291852859 3156709298 1889771498 3204714069 3001011681 3920122005 413015763 528812039 1023502377 3615350743 3553153952 1128624613 618044094 417468153 769483220 2871474725 2469303230 412446303 403015593 3190863253 2909951687 3411751200 2083936543 3788442749 1576500612 2390252529 2526084426 2422519147 180910643 3869462860 3396637291 307055905 2156046759 2226340316 1974773863 1176624925 3864513230 1193831665 3738667948 2032236134 3321230781 3321756880 3249448229 2186111166 1021998092 4197375127 1400479249 1589902241 3184444910 3200250624 1706339866 2993064114 3754823432 1440675620 498417236 2685307661 3818962631 2524123009 2704394317 2749061316 1483164070 2996747090 3456661019 1014034063 3726759024 2430325865 620147957 2405685435 3930905020 3523061999 124939868 4260151504 1979029123 2578884017 3758001043 2530773224 382213655 2439853695 2560268131 1323572717 770224433 2413705828 3334007374 4037978815 1018984965 3006222726 1595056666 3856158491 452398534 2249392055 3269549611 127043614 950443342 1078804938 3529169438 2499321039 2186470256 1320894262 231071873 3543394641 144225561 300328483 3757094026 169782696 1756047150 2601636590 2326376401 3948706480 2792850707 1384434528 3961808643 3213390842 156290311 463071536 2629651244 3724677859 2470626156 1930141552 1898309803 598878611 2905656420 610003895 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 |       53      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      126 |      100 |       53      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      320 |      250 |       59      4 |        0 |        0
0.00/0.05	c  0.0s |       3 |      603 |      475 |       65      8 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1168 |      813 |       72     15 |        0 |        0
0.09/0.12	c  0.1s |       5 |     1927 |     1320 |       80     26 |        0 |        0
0.09/0.18	c  0.2s |       6 |     3037 |     2081 |       97     40 |        0 |        0
0.19/0.27	c  0.3s |       7 |     4442 |     3223 |      107     58 |        0 |        0
0.39/0.40	c  0.4s |       8 |     7152 |     4936 |      118     85 |        0 |        0
0.59/0.61	c  0.6s |       9 |    10770 |     7506 |      130    123 |        0 |        0
0.89/0.90	c  0.9s |      10 |    16568 |    11361 |      143    175 |        0 |        0
1.20/1.28	c  1.3s |      11 |    25044 |    17144 |      158    247 |        0 |        0
1.69/1.77	c  1.8s |      12 |    37002 |    25819 |      174    345 |        0 |        0
2.49/2.52	c  2.5s |      13 |    54704 |    38832 |      192    482 |        0 |        0
3.59/3.66	c  3.6s |      14 |    80768 |    58352 |      212    670 |        0 |        0
5.29/5.30	c  5.3s |      15 |   121006 |    87632 |      234    929 |        0 |        0
7.28/7.30	c  7.3s |      15 |   170705 |   122632 |      234   1212 |        0 |        0
7.79/7.81	c  7.8s |      16 |   182819 |   131552 |      258   1283 |        0 |        0
9.78/9.81	c  9.8s |      16 |   229746 |   164952 |      258   1529 |        0 |        0
11.58/11.69	c 11.7s |      17 |   276540 |   197432 |      284   1769 |        0 |        0
13.58/13.69	c 13.7s |      17 |   318778 |   229332 |      284   1984 |        0 |        0
15.58/15.69	c 15.7s |      17 |   363339 |   262132 |      284   2205 |        0 |        0
17.59/17.69	c 17.7s |      17 |   408256 |   295432 |      313   2431 |        0 |        0
17.69/17.74	c 17.7s |      18 |   409271 |   296252 |      313   2436 |        0 |        0
19.68/19.75	c 19.7s |      18 |   451842 |   328352 |      313   2632 |        0 |        0
21.69/21.75	c 21.7s |      18 |   496121 |   361552 |      313   2835 |        0 |        0
23.69/23.76	c 23.7s |      18 |   540696 |   394952 |      313   3041 |        0 |        0
25.69/25.76	c 25.7s |      18 |   582279 |   426652 |      313   3236 |        0 |        0
26.79/26.84	c 26.8s |      19 |   607018 |   444482 |      345   3345 |        0 |        0
28.79/28.84	c 28.8s |      19 |   651077 |   477382 |      345   3529 |        0 |        0
30.79/30.85	c 30.8s |      19 |   696861 |   510882 |      345   3718 |        0 |        0
32.78/32.85	c 32.8s |      19 |   741141 |   543482 |      345   3901 |        0 |        0
34.78/34.85	c 34.8s |      19 |   786481 |   576482 |      345   4085 |        1 |        0
36.78/36.86	c 36.8s |      19 |   831210 |   609982 |      345   4272 |        1 |        0
38.78/38.86	c 38.8s |      19 |   873108 |   642082 |      345   4450 |        2 |        0
40.18/40.25	c 40.2s |      19 |   903697 |   665388 |      380   4572 |       52 |       16
40.18/40.25	c #cpu_time = 40.235s
40.18/40.25	c #wall_clock_time = 40.242s
40.18/40.25	c #decision = 903697
40.18/40.25	c #random_decision = 3381
40.18/40.25	c #conflict = 665388
40.18/40.25	c #restart = 19
40.18/40.25	s UNSATISFIABLE
40.18/40.25	c total CPU time = 40.249s
40.18/40.25	c total wall clock time = 40.256s

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

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.01 2/173 23966
/proc/meminfo: memFree=31834348/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=702908 CPUtime=0 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 2615 0 0 0 0 0 0 0 20 0 4 0 11639611 719777792 3487 33554432000 4194304 16246674 140737414672976 140737414672400 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23966/statm: 176239 3497 441 2943 0 173133 0
[pid=23966/tid=23967] ppid=23963 vsize=720316 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 737603584 3555 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=724412 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 741797888 3573 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=728508 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11639611 745992192 3590 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100121 s]
/proc/loadavg: 2.02 2.01 2.01 2/173 23966
/proc/meminfo: memFree=31834348/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 24111 0 0 0 6 3 0 0 20 0 4 0 11639611 1247350784 24972 33554432000 4194304 16246674 140737414672976 140737414672400 12479207 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23966/statm: 304529 24982 711 2943 0 301423 0
[pid=23966/tid=23967] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 24990 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 24997 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 25002 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200469 s]
/proc/loadavg: 2.02 2.01 2.01 2/173 23966
/proc/meminfo: memFree=31834348/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 46528 0 0 0 12 7 0 0 20 0 4 0 11639611 1247350784 47389 33554432000 4194304 16246674 140737414672976 140737414672400 12875570 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23966/statm: 304529 47399 712 2943 0 301423 0
[pid=23966/tid=23967] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 47408 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 47417 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 47422 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300434 s]
/proc/loadavg: 2.02 2.01 2.01 2/173 23966
/proc/meminfo: memFree=31834348/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 68933 0 0 0 19 10 0 0 20 0 4 0 11639611 1247350784 69795 33554432000 4194304 16246674 140737414672976 140737414672400 6076251 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23966/statm: 304529 69806 712 2943 0 301423 0
[pid=23966/tid=23967] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 69813 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 69819 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 69825 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700396 s]
/proc/loadavg: 2.02 2.01 2.01 2/173 23966
/proc/meminfo: memFree=31834348/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 156728 0 0 0 46 23 0 0 20 0 4 0 11639611 1247350784 157590 33554432000 4194304 16246674 140737414672976 140737414654848 5721660 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23966/statm: 304529 157601 712 2943 0 301423 0
[pid=23966/tid=23967] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 157606 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 157614 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 157619 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.02 2.01 2.01 3/183 23979
/proc/meminfo: memFree=29873992/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 245461 0 0 0 114 35 0 0 20 0 4 0 11639611 1247350784 246302 33554432000 4194304 16246674 140737414672976 140737414672288 5827950 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23966/statm: 304529 246302 786 2943 0 301423 0
[pid=23966/tid=23967] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 246302 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 246302 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11639611 1247350784 246302 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10041 s]
/proc/loadavg: 2.02 2.01 2.01 3/183 23979
/proc/meminfo: memFree=29690968/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 267384 0 0 0 272 37 0 0 20 0 4 0 11639611 1337528320 268225 33554432000 4194304 16246674 140737414672976 140737414655976 5822240 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23966/statm: 326545 268225 786 2943 0 323439 0
[pid=23966/tid=23967] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268225 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268225 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268225 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30046 s]
/proc/loadavg: 2.02 2.01 2.01 3/183 23979
/proc/meminfo: memFree=29689840/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 267388 0 0 0 592 37 0 0 20 0 4 0 11639611 1337528320 268229 33554432000 4194304 16246674 140737414672976 140737414655976 5840999 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23966/statm: 326545 268229 786 2943 0 323439 0
[pid=23966/tid=23967] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268229 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268229 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268229 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7005 s]
/proc/loadavg: 2.02 2.01 2.01 3/183 23979
/proc/meminfo: memFree=29690992/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1306180 CPUtime=12.68 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 267394 0 0 0 1231 37 0 0 20 0 4 0 11639611 1337528320 268235 33554432000 4194304 16246674 140737414672976 140737414655976 12460357 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23966/statm: 326545 268235 786 2943 0 323439 0
[pid=23966/tid=23967] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268235 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268235 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268235 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5004 s]
/proc/loadavg: 2.16 2.04 2.02 3/183 23979
/proc/meminfo: memFree=29692272/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 267403 0 0 0 2511 38 0 0 20 0 4 0 11639611 1337528320 268243 33554432000 4194304 16246674 140737414672976 140737414655976 13818264 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23966/statm: 326545 268243 788 2943 0 323439 0
[pid=23966/tid=23967] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268243 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268243 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268243 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.16 2.04 2.02 3/183 23979
/proc/meminfo: memFree=29692272/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1306180 CPUtime=25.59 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 267403 0 0 0 2521 38 0 0 20 0 4 0 11639611 1337528320 268243 33554432000 4194304 16246674 140737414672976 140737414655976 5839820 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23966/statm: 326545 268243 788 2943 0 323439 0
[pid=23966/tid=23967] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268243 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268243 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268243 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+32.0074 s]
/proc/loadavg: 2.14 2.04 2.02 3/183 23979
/proc/meminfo: memFree=29692400/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1306180 CPUtime=31.99 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 267408 0 0 0 3161 38 0 0 20 0 4 0 11639611 1337528320 268246 33554432000 4194304 16246674 140737414672976 140737414655976 13927401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23966/statm: 326545 268246 788 2943 0 323439 0
[pid=23966/tid=23967] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268246 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268246 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268246 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+35.2004 s]
/proc/loadavg: 2.13 2.04 2.02 3/183 23979
/proc/meminfo: memFree=29692408/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1306180 CPUtime=35.19 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 267409 0 0 0 3481 38 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140737414655976 5722101 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23966/statm: 326545 268247 788 2943 0 323439 0
[pid=23966/tid=23967] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 35.19
Current children cumulated vsize (KiB) 1306180

[startup+38.4004 s]
/proc/loadavg: 2.12 2.04 2.02 3/183 23979
/proc/meminfo: memFree=29692284/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1306180 CPUtime=38.38 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 267409 0 0 0 3800 38 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140737414654848 6024796 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23966/statm: 326545 268247 788 2943 0 323439 0
[pid=23966/tid=23967] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 1306180

[startup+39.2004 s]
/proc/loadavg: 2.12 2.04 2.02 3/183 23979
/proc/meminfo: memFree=29692160/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1306180 CPUtime=39.18 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 267409 0 0 0 3880 38 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140737414654848 5572729 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23966/statm: 326545 268247 788 2943 0 323439 0
[pid=23966/tid=23967] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 39.18
Current children cumulated vsize (KiB) 1306180

[startup+40.0004 s]
/proc/loadavg: 2.12 2.04 2.02 3/183 23979
/proc/meminfo: memFree=29692160/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1306180 CPUtime=39.98 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 267409 0 0 0 3960 38 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140737414654848 13906976 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23966/statm: 326545 268247 788 2943 0 323439 0
[pid=23966/tid=23967] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (KiB) 1306180

[startup+40.2004 s]
/proc/loadavg: 2.12 2.04 2.02 3/183 23979
/proc/meminfo: memFree=29692160/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=1306180 CPUtime=40.18 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202496 267410 0 0 0 3980 38 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140737414654848 5851992 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23966/statm: 326545 268247 788 2943 0 323439 0
[pid=23966/tid=23967] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23967/stat : 23967 (toysat) S 23963 23966 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486379547888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=23966/tid=23968] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23968/stat : 23968 (toysat) S 23963 23966 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486299856112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=23966/tid=23969] ppid=23963 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/23966/task/23969/stat : 23969 (toysat) S 23963 23966 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11639611 1337528320 268247 33554432000 4194304 16246674 140737414672976 140486289382576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 40.18
Current children cumulated vsize (KiB) 1306180

[startup+40.3004 s]
/proc/loadavg: 2.12 2.04 2.02 3/183 23979
/proc/meminfo: memFree=29692160/32872528 swapFree=162364/176672
[pid=23966] ppid=23963 vsize=0 CPUtime=40.27 cores=1,3,5,7
/proc/23966/stat : 23966 (toysat) R 23963 23966 23926 0 -1 4202500 267416 0 0 0 3985 42 0 0 20 0 1 0 11639611 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23966/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40.27
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 40.3157
CPU time (s): 40.3039
CPU user time (s): 39.8599
CPU system time (s): 0.443932
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.8599
system time used= 0.443932
maximum resident set size= 1073000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267416
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= 22
involuntary context switches= 142

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.108983 second user time and 0.173973 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 18:51:37
IDJOB=4095805
IDBENCH=107524
IDSOLVER=2542
FILE ID=node105/4095805-1466095897
RUNJOBID= node105-1466095897-23943
PBS_JOBID= 19904031
Free space on /tmp= 71748 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-eq-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-4095805-1466095897/watcher-4095805-1466095897 -o /tmp/evaluation-result-4095805-1466095897/solver-4095805-1466095897 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466095897-23943 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4095805-1466095897.opb

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

MD5SUM BENCH= ee8e08586d682eeae45ec1a7847a02fe
RANDOM SEED=1436063692

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:        31835652 kB
Buffers:           38480 kB
Cached:           118468 kB
SwapCached:         1468 kB
Active:            89916 kB
Inactive:          70376 kB
Active(anon):       3824 kB
Inactive(anon):     1624 kB
Active(file):      86092 kB
Inactive(file):    68752 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67097208 kB
Dirty:             32808 kB
Writeback:             0 kB
AnonPages:        178480 kB
Mapped:             6852 kB
Shmem:                 0 kB
Slab:             569468 kB
SReclaimable:      12888 kB
SUnreclaim:       556580 kB
KernelStack:        1360 kB
PageTables:         4620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     272740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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 18:52:17