Trace number 4121026

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 68.6206 68.6394

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-24-1.cnf.gz-plain.pb.metafix.opb
MD5SUM6bcc076608a47ec89c2b35c9863a0209
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 benchmark9.31358
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97
Total number of constraints204
Number of constraints which are clauses204
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-30T21:00:35+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-4121026-1467313235.opb"]
0.00/0.01	c use --random-gen="1479666808 934312753 2995748242 4113768548 728387058 318868172 2482040445 1677667647 2327931792 1447163632 2394136903 2112781981 1334386404 1240797720 1573426315 4012742048 3487428291 1271453079 1283461990 647946541 2094569738 1075862528 2020128180 768494080 1940778565 1335510118 406464257 3160669194 1039553157 2899850361 1074799471 797156973 3916882170 531835034 3776931355 2471234748 1774462685 1562590966 1949996778 3015361927 1430744888 927485070 1638079475 1542033082 2919684834 976778262 1955164941 1879455743 3277168922 2771795622 2862255748 3176096236 712663169 3035501875 102874979 3021500195 1707334185 248543603 1069699404 363828562 3247148869 3179260544 1929603747 794573297 352601969 2263292981 4282124359 1074677949 891944172 2647891900 2609258651 371942948 2779617421 3838523758 3132941113 3248045564 3154618092 1089126362 1229655644 1787258257 1893171806 3605109058 53580307 1311872805 3451120970 2188935831 3563736842 546384846 477483212 1828369276 615430864 3999571354 3083895022 2319654236 3895398622 980219547 2211674189 1022686795 929581546 178296839 1912676264 827357265 280194122 2860757934 2939030949 527757785 1400145873 3237881579 3093540142 3727466153 4158667571 981460665 3503268928 965401125 2144681200 3445501481 4216769295 4265548252 1473026413 931814023 2148913753 760793130 4196377058 1301780099 3106587531 2875903500 2625399394 2983689303 2820305344 1312890981 2036020163 1237453872 1479473446 294319559 1053230059 797564992 679895242 1309047101 3449288807 504572247 2294406971 3423277299 1921786811 2880031987 3874245852 111699297 3476357295 743824957 2857914818 1253242698 2841979750 3301961178 1515242916 2066752648 2596636204 3279228017 2233858212 1181220834 3288321478 4114338649 1703499612 1070452309 675008900 2861989663 3297105123 3660151991 2640398262 4212250791 1100481578 4142333669 3673594128 606033588 1002633053 647323701 3128710188 4077685271 2261298503 3153301435 1819097841 600882431 62898613 290532932 385045065 2829201517 3433243714 1488575485 2151998507 1304581112 3581009077 3336132823 760677784 1527121434 1141293431 2637099629 2044524090 1220781234 463282009 4177338368 3775670999 1591370459 564492863 1635849755 3861558239 2511375090 3069128934 2233328656 420771547 3207854914 3082916116 917527786 1819428179 2451451604 3275512951 2419494064 668465683 319961761 424632077 3784071847 376849557 976304464 1072290331 2229179835 1077008225 3759114937 854741930 4141127730 304819407 416839897 849874460 1800913519 762335885 2916541330 1675172695 3138300214 1226891614 2451642371 997870080 194735199 314634531 1281412470 1990017402 345102098 1949513674 594390163 1007273959 1215730359 1583575620 2201532457 293777406 4031428280 3740368489 842920615 1705524022 1708946381 2057935151 372822147 255 362436" option to reproduce the execution
0.00/0.01	c #vars 97
0.00/0.01	c #constraints 204
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 |      100      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      143 |      100 |      100      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      335 |      250 |      111      2 |        0 |        0
0.00/0.06	c  0.0s |       3 |      636 |      475 |      123      5 |        0 |        0
0.09/0.10	c  0.1s |       4 |     1078 |      813 |      136      9 |        0 |        0
0.09/0.15	c  0.1s |       5 |     1762 |     1320 |      150     15 |        0 |        0
0.18/0.23	c  0.2s |       6 |     2676 |     2081 |      182     23 |        0 |        0
0.29/0.35	c  0.3s |       7 |     4164 |     3223 |      201     34 |        0 |        0
0.49/0.51	c  0.5s |       8 |     6482 |     4936 |      222     50 |        0 |        0
0.69/0.77	c  0.8s |       9 |     9831 |     7506 |      245     71 |        0 |        0
1.09/1.11	c  1.1s |      10 |    14770 |    11361 |      270    100 |        0 |        0
1.39/1.47	c  1.5s |      11 |    23416 |    17144 |      297    141 |        0 |        0
2.09/2.13	c  2.1s |      12 |    34536 |    25819 |      327    196 |        0 |        0
3.09/3.12	c  3.1s |      13 |    50241 |    38832 |      360    271 |        0 |        0
4.59/4.60	c  4.6s |      14 |    74383 |    58352 |      397    376 |        0 |        0
6.60/6.61	c  6.6s |      14 |   105611 |    83852 |      397    500 |        0 |        0
6.89/6.90	c  6.9s |      15 |   110317 |    87632 |      437    518 |        0 |        0
8.80/8.90	c  8.9s |      15 |   141789 |   112832 |      437    630 |        0 |        0
10.29/10.37	c 10.4s |      16 |   164726 |   131552 |      481    713 |        0 |        0
12.29/12.38	c 12.4s |      16 |   196663 |   156752 |      481    815 |        0 |        0
14.29/14.38	c 14.4s |      16 |   229454 |   182852 |      481    922 |        0 |        0
15.39/15.43	c 15.4s |      17 |   248664 |   197432 |      530    981 |        0 |        0
17.39/17.44	c 17.4s |      17 |   279646 |   222032 |      530   1072 |        0 |        0
19.39/19.44	c 19.4s |      17 |   310658 |   246832 |      530   1163 |        0 |        0
21.38/21.44	c 21.4s |      17 |   341788 |   271332 |      530   1254 |        0 |        0
23.38/23.42	c 23.4s |      18 |   373281 |   296252 |      583   1346 |        0 |        0
25.39/25.42	c 25.4s |      18 |   405944 |   321552 |      583   1431 |        0 |        0
27.38/27.43	c 27.4s |      18 |   437198 |   346052 |      583   1513 |        0 |        0
29.38/29.43	c 29.4s |      18 |   467373 |   369752 |      583   1593 |        0 |        0
31.38/31.44	c 31.4s |      18 |   498060 |   394052 |      583   1675 |        0 |        0
33.38/33.44	c 33.4s |      18 |   530530 |   419152 |      583   1760 |        0 |        0
35.38/35.43	c 35.4s |      19 |   563490 |   444482 |      642   1845 |        0 |        0
37.39/37.43	c 37.4s |      19 |   594186 |   468782 |      642   1920 |        0 |        0
39.39/39.43	c 39.4s |      19 |   624204 |   492582 |      642   1993 |        0 |        0
41.39/41.44	c 41.4s |      19 |   655033 |   517282 |      642   2069 |        0 |        0
43.39/43.45	c 43.4s |      19 |   682591 |   540482 |      642   2140 |        0 |        0
45.39/45.45	c 45.4s |      19 |   712004 |   564082 |      642   2212 |        0 |        0
47.39/47.45	c 47.4s |      19 |   741323 |   587582 |      642   2283 |        1 |        3
49.38/49.46	c 49.4s |      19 |   768038 |   610482 |      642   2353 |        1 |        3
51.38/51.46	c 51.4s |      19 |   794912 |   633182 |      642   2422 |        1 |        3
53.38/53.46	c 53.5s |      19 |   822827 |   656582 |      642   2494 |        1 |        3
54.28/54.33	c 54.3s |      20 |   835896 |   666827 |      707   2524 |        1 |        3
56.28/56.33	c 56.3s |      20 |   865091 |   690327 |      707   2590 |        1 |        3
58.29/58.34	c 58.3s |      20 |   894806 |   713927 |      707   2655 |        1 |        3
60.28/60.35	c 60.3s |      20 |   926103 |   738227 |      707   2723 |        1 |        3
62.28/62.35	c 62.3s |      20 |   958041 |   763027 |      707   2792 |        2 |        6
64.28/64.36	c 64.3s |      20 |   990687 |   787427 |      707   2860 |        2 |        6
66.27/66.36	c 66.4s |      20 |  1019844 |   811527 |      707   2926 |        3 |        9
68.29/68.37	c 68.4s |      20 |  1052346 |   836927 |      707   2994 |        7 |       24
68.48/68.58	c 68.6s |      20 |  1055777 |   839616 |      707   2999 |       51 |       77
68.48/68.58	c #cpu_time = 68.387s
68.48/68.58	c #wall_clock_time = 68.563s
68.48/68.58	c #decision = 1055777
68.48/68.58	c #random_decision = 4631
68.48/68.58	c #conflict = 839616
68.48/68.58	c #restart = 20
68.48/68.58	s UNSATISFIABLE
68.48/68.58	c total CPU time = 68.403s
68.48/68.58	c total wall clock time = 68.579s

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

pid=18606
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.27 2.24 2.19 3/180 18609
/proc/meminfo: memFree=28496376/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=768580 CPUtime=0 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 2880 0 0 0 0 0 0 0 20 0 4 0 12280335 787025920 3240 33554432000 4194304 16246674 140735371204240 140735371203664 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 192913 3249 442 2943 0 189807 0
[pid=18609/tid=18610] ppid=18606 vsize=784964 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 803803136 3304 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=790084 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 809046016 3321 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=800324 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 819531776 3364 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100267 s]
/proc/loadavg: 2.27 2.24 2.19 3/180 18609
/proc/meminfo: memFree=28496376/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 25967 0 0 0 7 2 0 0 20 0 4 0 12280335 1247350784 26316 33554432000 4194304 16246674 140735371204240 140735371203664 6010073 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 304529 26327 709 2943 0 301423 0
[pid=18609/tid=18610] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 26334 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 26340 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 26345 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200535 s]
/proc/loadavg: 2.27 2.24 2.19 3/180 18609
/proc/meminfo: memFree=28496376/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 49544 0 0 0 13 5 0 0 20 0 4 0 12280335 1247350784 49894 33554432000 4194304 16246674 140735371204240 140735371203664 5677277 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 304529 49905 709 2943 0 301423 0
[pid=18609/tid=18610] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 49911 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 49917 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 49923 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300494 s]
/proc/loadavg: 2.27 2.24 2.19 3/180 18609
/proc/meminfo: memFree=28496376/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 73087 0 0 0 21 8 0 0 20 0 4 0 12280335 1247350784 73437 33554432000 4194304 16246674 140735371204240 140735371203664 5662075 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 304529 73451 709 2943 0 301423 0
[pid=18609/tid=18610] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 73457 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 73465 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 73471 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700404 s]
/proc/loadavg: 2.27 2.24 2.19 3/180 18609
/proc/meminfo: memFree=28496376/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 164516 0 0 0 49 20 0 0 20 0 4 0 12280335 1247350784 164866 33554432000 4194304 16246674 140735371204240 140735371187240 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 304529 164876 709 2943 0 301423 0
[pid=18609/tid=18610] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 164884 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 164891 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 164897 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.27 2.24 2.19 3/184 18613
/proc/meminfo: memFree=27514452/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 245498 0 0 0 120 29 0 0 20 0 4 0 12280335 1247350784 245827 33554432000 4194304 16246674 140735371204240 140735371186112 13191784 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 304529 245827 786 2943 0 301423 0
[pid=18609/tid=18610] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 245827 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 245827 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1247350784 245827 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10044 s]
/proc/loadavg: 2.25 2.24 2.19 3/184 18613
/proc/meminfo: memFree=27426660/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 267397 0 0 0 277 32 0 0 20 0 4 0 12280335 1337528320 267726 33554432000 4194304 16246674 140735371204240 140735371186112 6022443 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 326545 267726 786 2943 0 323439 0
[pid=18609/tid=18610] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267726 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267726 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267726 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30043 s]
/proc/loadavg: 2.25 2.24 2.19 3/184 18613
/proc/meminfo: memFree=27425860/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 267406 0 0 0 597 32 0 0 20 0 4 0 12280335 1337528320 267735 33554432000 4194304 16246674 140735371204240 140735371186112 5515660 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 326545 267735 786 2943 0 323439 0
[pid=18609/tid=18610] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267735 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267735 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267735 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.21 2.23 2.18 3/184 18613
/proc/meminfo: memFree=27426024/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 267429 0 0 0 1237 32 0 0 20 0 4 0 12280335 1337528320 267758 33554432000 4194304 16246674 140735371204240 140735371186112 13943604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 326545 267758 788 2943 0 323439 0
[pid=18609/tid=18610] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267758 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267758 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267758 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.33 2.26 2.19 3/184 18613
/proc/meminfo: memFree=27428532/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1306180 CPUtime=25.48 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 267440 0 0 0 2516 32 0 0 20 0 4 0 12280335 1337528320 267769 33554432000 4194304 16246674 140735371204240 140735371187240 13923779 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 326545 267769 789 2943 0 323439 0
[pid=18609/tid=18610] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267769 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267769 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267769 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.22 2.23 2.18 3/184 18636
/proc/meminfo: memFree=27430732/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1306180 CPUtime=51.08 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 267446 0 0 0 5075 33 0 0 20 0 4 0 12280335 1337528320 267775 33554432000 4194304 16246674 140735371204240 140735371186112 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 326545 267775 790 2943 0 323439 0
[pid=18609/tid=18610] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267775 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267775 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267775 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

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

[startup+51.2005 s]
/proc/loadavg: 2.22 2.23 2.18 3/184 18636
/proc/meminfo: memFree=27430732/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1306180 CPUtime=51.18 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 267446 0 0 0 5085 33 0 0 20 0 4 0 12280335 1337528320 267775 33554432000 4194304 16246674 140735371204240 140735371186112 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 326545 267775 790 2943 0 323439 0
[pid=18609/tid=18610] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267775 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267775 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267775 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1306180

[startup+57.6004 s]
/proc/loadavg: 2.18 2.23 2.18 3/184 18636
/proc/meminfo: memFree=27430716/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1306180 CPUtime=57.58 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 267447 0 0 0 5725 33 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140735371186112 6073512 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 326545 267776 790 2943 0 323439 0
[pid=18609/tid=18610] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 57.58
Current children cumulated vsize (KiB) 1306180

[startup+64.0004 s]
/proc/loadavg: 2.25 2.24 2.18 4/184 18637
/proc/meminfo: memFree=27430568/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1306180 CPUtime=63.98 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 267447 0 0 0 6365 33 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140735371186112 13808416 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 326545 267776 790 2943 0 323439 0
[pid=18609/tid=18610] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 1306180

[startup+67.2074 s]
/proc/loadavg: 2.31 2.25 2.19 3/184 18637
/proc/meminfo: memFree=27430696/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1306180 CPUtime=67.18 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 267447 0 0 0 6685 33 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140735371187240 5523371 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 326545 267776 790 2943 0 323439 0
[pid=18609/tid=18610] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 67.18
Current children cumulated vsize (KiB) 1306180

[startup+68.0004 s]
/proc/loadavg: 2.31 2.25 2.19 3/184 18637
/proc/meminfo: memFree=27430696/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1306180 CPUtime=67.98 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 267447 0 0 0 6764 34 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140735371186112 5822960 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 326545 267776 790 2943 0 323439 0
[pid=18609/tid=18610] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 67.98
Current children cumulated vsize (KiB) 1306180

[startup+68.4004 s]
/proc/loadavg: 2.31 2.25 2.19 3/184 18637
/proc/meminfo: memFree=27431060/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=1306180 CPUtime=68.38 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) R 18606 18609 13393 0 -1 4202496 267447 0 0 0 6804 34 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140735371186112 5829313 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 326545 267776 790 2943 0 323439 0
[pid=18609/tid=18610] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18610/stat : 18610 (toysat) S 18606 18609 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282180906224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18609/tid=18611] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18611/stat : 18611 (toysat) S 18606 18609 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282170416368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) S 18606 18609 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12280335 1337528320 267776 33554432000 4194304 16246674 140735371204240 140282087599280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 68.38
Current children cumulated vsize (KiB) 1306180

[startup+68.6004 s]
/proc/loadavg: 2.31 2.25 2.19 3/184 18637
/proc/meminfo: memFree=27431060/32872528 swapFree=1498612/1645780
[pid=18609] ppid=18606 vsize=0 CPUtime=68.57 cores=1,3,5,7
/proc/18609/stat : 18609 (toysat) Z 18606 18609 13393 0 -1 4202508 267452 0 0 0 6822 35 0 0 20 0 2 0 12280335 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18609/statm: 0 0 0 0 0 0 0
[pid=18609/tid=18612] ppid=18606 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/18609/task/18612/stat : 18612 (toysat) R 18606 18609 13393 0 -1 4203588 1 0 0 0 0 0 0 0 20 0 2 0 12280335 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 68.57
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 68.6394
CPU time (s): 68.6206
CPU user time (s): 68.2296
CPU system time (s): 0.39094
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.2296
system time used= 0.39094
maximum resident set size= 1071116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267452
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= 19
involuntary context switches= 79

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.161975 second user time and 0.280957 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-30 21:00:35
IDJOB=4121026
IDBENCH=110246
IDSOLVER=2542
FILE ID=node124/4121026-1467313235
RUNJOBID= node124-1467310918-18130
PBS_JOBID= 20005255
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-24-1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121026-1467313235/watcher-4121026-1467313235 -o /tmp/evaluation-result-4121026-1467313235/solver-4121026-1467313235 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1467310918-18130 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121026-1467313235.opb

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

MD5SUM BENCH= 6bcc076608a47ec89c2b35c9863a0209
RANDOM SEED=1228052722

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28496756 kB
Buffers:          148504 kB
Cached:           736648 kB
SwapCached:            0 kB
Active:          1347452 kB
Inactive:         630732 kB
Active(anon):    1084132 kB
Inactive(anon):    11336 kB
Active(file):     263320 kB
Inactive(file):   619396 kB
Unevictable:     1645780 kB
Mlocked:         1498612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16360 kB
Writeback:             0 kB
AnonPages:       2753348 kB
Mapped:            17104 kB
Shmem:               204 kB
Slab:             610732 kB
SReclaimable:      54732 kB
SUnreclaim:       556000 kB
KernelStack:        1528 kB
PageTables:         9052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2873828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 71692 MiB
End job on node124 at 2016-06-30 21:01:44