Trace number 4122274

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 19.3741 19.3789

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-19-3.cnf.gz-plain.pb.metafix.opb
MD5SUM84ddbaee42fe56a9717e83916d6e8ad7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.2918
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77
Total number of constraints164
Number of constraints which are clauses164
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:53:15+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-4122274-1467316394.opb"]
0.00/0.01	c use --random-gen="3344319731 1007726463 3779986648 2513173908 2959600878 1516748383 3588241947 31583848 235718955 2180822480 123778709 2551093766 1773626012 1107286240 2176794446 538674169 4172520935 1099163128 1591457472 3334816743 1059321313 1308877263 1198247321 4199316571 2713837025 2808578404 2159713638 1998041147 1735008636 3744452874 3284890149 1157317693 798641926 2215469097 3933383933 1133835276 2979514255 3130771755 4089303345 544665076 225425079 947629541 2534291931 3131486603 1748622196 2515432011 2264751 3778955051 1670023764 763295924 759090703 50669482 2365209732 4055419373 3472036387 3260105113 459220484 3381278967 1151632396 286296731 2530133741 731092223 1750331045 1782878478 178364950 1513284542 1976100025 3757178641 62680785 2542130419 3053946899 466080843 3926858901 2653668977 2207705213 3725840434 3466840948 3816350877 1466977186 1902314285 1801644364 2612291923 2099835858 343229154 3237965455 2523945566 3460690308 3026228792 279200462 3843261897 142090390 1528846894 2260766217 2451767476 2654393431 2129326043 1981575045 2760628743 1532992237 596571842 3597331194 911757753 3446233533 3598775398 1938153538 1870477819 1357538150 1680468110 362942330 2031977026 19107017 873258744 1495102434 2608155914 3785484243 799603632 2801838738 149498539 1350075109 2897463256 2984744051 2865977325 1340773389 2720351008 679370539 3709622325 691908348 1007434724 3847139034 4087507130 2891469559 1040362161 4134950090 3049811726 1214964854 316321111 2324773453 686602050 1501146113 73205392 1159118623 931638665 1889384537 3213149384 3379832756 2792713074 2027859028 651510049 3436510974 1301262259 2912325916 2108923631 1675840993 2458338788 881906575 1350977320 3628652717 1267462514 3499193709 2742983301 346726258 350992458 2245189934 2487661656 618032485 1056455822 3666571675 3629548968 795183295 1266716907 1870466752 3762044685 4274845670 1457263554 2009769027 2895841769 3513967359 2459250949 413640093 521799297 2997476284 2519609450 3879464696 3824408230 4116812243 3009930475 1674453363 528234528 2057751767 2581425622 4149024568 2107046178 3903880404 3315651318 607919431 2393821624 4923187 3628815462 991703761 3661416562 3602821554 3655931999 3320479979 4000634642 787644675 628710131 292992356 2664516978 1159534340 2135713250 1699667452 972740629 2033185980 1874605103 2027141272 3555656696 1901711367 2250708058 525677590 2313783944 2802170487 3706750546 2500096941 864578445 3140794060 299603239 3855463644 2941855305 4283434078 2735316181 3823865413 1522800353 1626815358 278101033 2319698607 1911431701 3355024822 1193698270 815146591 1262984471 3989953394 1060309993 3340837207 3854844275 2946088445 931277989 1732706047 1814297104 602457391 2525953831 1380239246 3935725963 350618128 2510370649 22083579 611780263 255 362436" option to reproduce the execution
0.00/0.01	c #vars 77
0.00/0.01	c #constraints 164
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 |       80      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      123 |      100 |       80      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      331 |      250 |       88      3 |        0 |        0
0.00/0.05	c  0.0s |       3 |      615 |      475 |       97      7 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1153 |      813 |      107     12 |        0 |        0
0.09/0.12	c  0.1s |       5 |     1895 |     1320 |      118     19 |        0 |        0
0.09/0.18	c  0.2s |       6 |     2997 |     2081 |      143     29 |        0 |        0
0.19/0.28	c  0.3s |       7 |     4448 |     3223 |      158     43 |        0 |        0
0.39/0.43	c  0.4s |       8 |     6818 |     4936 |      174     63 |        0 |        0
0.58/0.64	c  0.6s |       9 |    10308 |     7506 |      192     90 |        0 |        0
0.89/0.98	c  1.0s |      10 |    15034 |    11361 |      212    127 |        0 |        0
1.29/1.35	c  1.3s |      11 |    22406 |    17144 |      234    179 |        0 |        0
1.79/1.89	c  1.9s |      12 |    33911 |    25819 |      258    249 |        0 |        0
2.59/2.68	c  2.7s |      13 |    50468 |    38832 |      284    346 |        0 |        0
3.79/3.82	c  3.8s |      14 |    76215 |    58352 |      313    478 |        0 |        0
5.60/5.62	c  5.6s |      15 |   113975 |    87632 |      345    660 |        0 |        0
7.59/7.63	c  7.6s |      15 |   151803 |   118432 |      345    834 |        0 |        0
8.49/8.53	c  8.5s |      16 |   167387 |   131552 |      380    908 |        0 |        0
10.49/10.54	c 10.5s |      16 |   203088 |   161152 |      380   1060 |        0 |        0
12.49/12.54	c 12.5s |      16 |   242352 |   192252 |      380   1220 |        0 |        0
12.79/12.87	c 12.9s |      17 |   249075 |   197432 |      419   1246 |        0 |        0
14.79/14.87	c 14.9s |      17 |   286723 |   227032 |      419   1383 |        0 |        0
16.78/16.88	c 16.9s |      17 |   324345 |   257332 |      419   1524 |        1 |        6
18.79/18.88	c 18.9s |      17 |   363146 |   288232 |      419   1666 |        5 |       18
19.28/19.32	c 19.3s |      17 |   371760 |   295231 |      461   1695 |       48 |       79
19.28/19.32	c #cpu_time = 19.305s
19.28/19.32	c #wall_clock_time = 19.305s
19.28/19.32	c #decision = 371760
19.28/19.32	c #random_decision = 1580
19.28/19.32	c #conflict = 295231
19.28/19.32	c #restart = 17
19.28/19.32	s UNSATISFIABLE
19.28/19.32	c total CPU time = 19.320s
19.28/19.32	c total wall clock time = 19.319s

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

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

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


[startup+0 s]
/proc/loadavg: 1.82 1.47 1.67 3/179 5630
/proc/meminfo: memFree=29337508/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=748988 CPUtime=0 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 2796 0 0 0 0 0 0 0 20 0 4 0 2320089 766963712 3157 33554432000 4194304 16246674 140735448755488 140735448754912 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 187759 3168 441 2943 0 184653 0
[pid=5630/tid=5631] ppid=5627 vsize=766396 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 784789504 3229 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=771516 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 790032384 3246 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=775612 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 794226688 3264 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 1.82 1.47 1.67 3/179 5630
/proc/meminfo: memFree=29337508/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 26113 0 0 0 6 3 0 0 20 0 4 0 2320089 1247350784 26463 33554432000 4194304 16246674 140735448755488 140735448754912 13954410 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 304529 26472 707 2943 0 301423 0
[pid=5630/tid=5631] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 26478 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 26484 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 26490 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200507 s]
/proc/loadavg: 1.82 1.47 1.67 3/179 5630
/proc/meminfo: memFree=29337508/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 49753 0 0 0 13 6 0 0 20 0 4 0 2320089 1247350784 50103 33554432000 4194304 16246674 140735448755488 140735448754912 6021174 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 304529 50115 707 2943 0 301423 0
[pid=5630/tid=5631] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 50121 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 50128 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 50135 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300484 s]
/proc/loadavg: 1.82 1.47 1.67 3/179 5630
/proc/meminfo: memFree=29337508/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 73268 0 0 0 20 9 0 0 20 0 4 0 2320089 1247350784 73619 33554432000 4194304 16246674 140735448755488 140735448738488 5661217 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 304529 73630 707 2943 0 301423 0
[pid=5630/tid=5631] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 73636 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 73643 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 73650 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700393 s]
/proc/loadavg: 1.82 1.47 1.67 3/179 5630
/proc/meminfo: memFree=29337508/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 166153 0 0 0 45 24 0 0 20 0 4 0 2320089 1247350784 166503 33554432000 4194304 16246674 140735448755488 140735448738488 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 304529 166512 707 2943 0 301423 0
[pid=5630/tid=5631] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 166519 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 166526 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 166532 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 1.82 1.47 1.67 3/183 5634
/proc/meminfo: memFree=28355548/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 245482 0 0 0 115 34 0 0 20 0 4 0 2320089 1247350784 245812 33554432000 4194304 16246674 140735448755488 140735448754800 13923712 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 304529 245812 785 2943 0 301423 0
[pid=5630/tid=5631] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 245812 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 245812 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1247350784 245812 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.1004 s]
/proc/loadavg: 1.82 1.47 1.67 3/183 5634
/proc/meminfo: memFree=28267508/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 267384 0 0 0 272 37 0 0 20 0 4 0 2320089 1337528320 267714 33554432000 4194304 16246674 140735448755488 140735448738488 6021072 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 326545 267714 785 2943 0 323439 0
[pid=5630/tid=5631] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267714 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267714 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267714 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.3004 s]
/proc/loadavg: 1.84 1.48 1.68 3/182 5634
/proc/meminfo: memFree=28267392/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 267391 0 0 0 592 37 0 0 20 0 4 0 2320089 1337528320 267721 33554432000 4194304 16246674 140735448755488 140735448738488 5717462 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 326545 267721 787 2943 0 323439 0
[pid=5630/tid=5631] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267721 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267721 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267721 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 1.85 1.49 1.68 3/183 5635
/proc/meminfo: memFree=28267556/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 267393 0 0 0 1232 37 0 0 20 0 4 0 2320089 1337528320 267723 33554432000 4194304 16246674 140735448755488 140735448738488 5546098 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 326545 267723 787 2943 0 323439 0
[pid=5630/tid=5631] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267723 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267723 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267723 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 1.85 1.49 1.68 3/183 5635
/proc/meminfo: memFree=28267556/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1306180 CPUtime=12.79 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 267394 0 0 0 1242 37 0 0 20 0 4 0 2320089 1337528320 267724 33554432000 4194304 16246674 140735448755488 140735448738488 5828013 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 326545 267724 787 2943 0 323439 0
[pid=5630/tid=5631] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267724 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267724 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267724 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+16.0004 s]
/proc/loadavg: 1.86 1.49 1.68 3/183 5635
/proc/meminfo: memFree=28267328/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1306180 CPUtime=15.98 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 267402 0 0 0 1561 37 0 0 20 0 4 0 2320089 1337528320 267732 33554432000 4194304 16246674 140735448755488 140735448738488 5546214 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 326545 267732 787 2943 0 323439 0
[pid=5630/tid=5631] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.98
Current children cumulated vsize (KiB) 1306180

[startup+17.6003 s]
/proc/loadavg: 1.86 1.49 1.68 3/183 5635
/proc/meminfo: memFree=28267328/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1306180 CPUtime=17.59 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 267402 0 0 0 1722 37 0 0 20 0 4 0 2320089 1337528320 267732 33554432000 4194304 16246674 140735448755488 140735448738488 6071607 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 326545 267732 787 2943 0 323439 0
[pid=5630/tid=5631] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 17.59
Current children cumulated vsize (KiB) 1306180

[startup+18.4004 s]
/proc/loadavg: 1.86 1.49 1.68 3/183 5635
/proc/meminfo: memFree=28267328/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1306180 CPUtime=18.38 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 267402 0 0 0 1801 37 0 0 20 0 4 0 2320089 1337528320 267732 33554432000 4194304 16246674 140735448755488 140735448738488 5823363 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 326545 267732 787 2943 0 323439 0
[pid=5630/tid=5631] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.38
Current children cumulated vsize (KiB) 1306180

[startup+18.8074 s]
/proc/loadavg: 1.86 1.49 1.68 3/183 5635
/proc/meminfo: memFree=28267328/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1306180 CPUtime=18.79 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 267402 0 0 0 1842 37 0 0 20 0 4 0 2320089 1337528320 267732 33554432000 4194304 16246674 140735448755488 140735448738488 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 326545 267732 787 2943 0 323439 0
[pid=5630/tid=5631] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.79
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 1.86 1.49 1.68 3/183 5635
/proc/meminfo: memFree=28267328/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1306180 CPUtime=19.18 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 267402 0 0 0 1881 37 0 0 20 0 4 0 2320089 1337528320 267732 33554432000 4194304 16246674 140735448755488 140735448738488 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 326545 267732 787 2943 0 323439 0
[pid=5630/tid=5631] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 1306180

[startup+19.3004 s]
/proc/loadavg: 1.86 1.49 1.68 3/183 5635
/proc/meminfo: memFree=28267328/32872528 swapFree=670956/736364
[pid=5630] ppid=5627 vsize=1306180 CPUtime=19.28 cores=0,2,4,6
/proc/5630/stat : 5630 (toysat) R 5627 5630 2752 0 -1 4202496 267402 0 0 0 1891 37 0 0 20 0 4 0 2320089 1337528320 267732 33554432000 4194304 16246674 140735448755488 140735448738488 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5630/statm: 326545 267732 787 2943 0 323439 0
[pid=5630/tid=5631] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5631/stat : 5631 (toysat) S 5627 5630 2752 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139343883504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5630/tid=5632] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5632/stat : 5632 (toysat) S 5627 5630 2752 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139333393648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5630/tid=5633] ppid=5627 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5630/task/5633/stat : 5633 (toysat) S 5627 5630 2752 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2320090 1337528320 267732 33554432000 4194304 16246674 140735448755488 140139212827824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.28
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 19.3789
CPU time (s): 19.3741
CPU user time (s): 18.9391
CPU system time (s): 0.434933
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.9391
system time used= 0.434933
maximum resident set size= 1070940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267407
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= 20
involuntary context switches= 22

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.05999 second user time and 0.072988 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-30 21:53:15
IDJOB=4122274
IDBENCH=111010
IDSOLVER=2542
FILE ID=node112/4122274-1467316394
RUNJOBID= node112-1467316318-5401
PBS_JOBID= 20005278
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-19-3.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-4122274-1467316394/watcher-4122274-1467316394 -o /tmp/evaluation-result-4122274-1467316394/solver-4122274-1467316394 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1467316318-5401 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4122274-1467316394.opb

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

MD5SUM BENCH= 84ddbaee42fe56a9717e83916d6e8ad7
RANDOM SEED=1358712626

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.411
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.411
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.411
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:        29338144 kB
Buffers:           74280 kB
Cached:           894728 kB
SwapCached:            0 kB
Active:          1304556 kB
Inactive:         757344 kB
Active(anon):    1095732 kB
Inactive(anon):        0 kB
Active(file):     208824 kB
Inactive(file):   757344 kB
Unevictable:      736364 kB
Mlocked:          670956 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16528 kB
Writeback:             4 kB
AnonPages:       1829244 kB
Mapped:            17044 kB
Shmem:               204 kB
Slab:             603352 kB
SReclaimable:      47296 kB
SUnreclaim:       556056 kB
KernelStack:        1488 kB
PageTables:         7512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1965456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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 node112 at 2016-06-30 21:53:34