Trace number 4121610

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 111.076 111.094

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n22-d4-i2.cnf.gz-extracted.pb.metafix.opb
MD5SUM73fdc16039966c82e36fbeba8b437996
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables89
Total number of constraints88
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)88
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-30T21:30:51+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-4121610-1467315050.opb"]
0.00/0.01	c use --random-gen="3505693738 2028779269 1712513065 2593101216 1228299929 4286763730 1845771682 2314598346 2402833923 3875725488 3897238471 2188161650 848532710 416775311 972411910 544445484 3286824308 882102875 4073071943 2724035558 1382197721 1572663939 2428276844 3282458180 2835331706 326373566 2998299802 2424559760 3472148869 2665456275 107269681 92547776 2349103992 468127058 266700519 2919883853 3973199009 3253827257 1527259687 3769570566 2098529462 235626554 2069879398 3134090436 380185802 730702820 3887330125 3361546873 4182892644 826184201 2131768122 1280396187 1483281738 317364890 821489029 4089296765 1326152042 2352415772 793096797 2056089955 2534519493 2318353471 4101818931 2478924023 3932716827 3118648688 2605173132 4267866123 3833811722 1655208156 126608464 3517208034 2774600525 456732619 1956493059 3586518077 607204100 885460890 3581866279 2378570189 3392331455 3239434391 1849331079 2711024910 775375104 3756130545 117534085 4066905698 1065016486 571361597 150407392 3994251761 3366238091 1588910305 1957376872 2187978907 1660620240 1157762058 2700881922 2166253145 3613550677 52058191 3335250916 721793383 2210269698 2944831553 1837106817 1952142671 1605124766 2669624836 4247210673 1000478626 3633613973 2889144164 2075962497 641129000 1535913984 2559265075 3767799012 1332517737 2350234487 1688149889 3047173633 1068214444 1004461910 1437011737 3347433843 1935140270 1172836358 1011545485 1727344063 457639100 1937365331 488430596 4139608909 3491072981 3100224651 493689385 2104930383 775849492 165899463 1684373479 861255414 337023247 3360517843 3986108288 2210922097 3653016418 3838445810 2041733609 2163983359 4079929661 3021291106 2062178000 4047841951 2330018346 3477132388 1670266154 2995008666 349560733 1749097449 1903111606 1184764518 2283024494 2299150888 2333579591 18831906 3514684179 3126862309 251490963 3139905439 1531203065 2198815245 4072783183 1180011021 3160184917 368336849 834345683 669477009 653585649 1319464885 2596137591 964822743 1550620590 728193309 2429041728 49873472 3530057059 4106611253 4140361560 3040372737 1779433152 2493259141 2891059844 2827459641 474648069 297140450 3994662079 4236879938 2762089213 2909750695 336057705 2748389966 3693809120 634528919 3419617225 1254173901 141959860 632296170 3474648216 1742033601 2466791142 405825124 2153582076 4146771230 3055779936 980519149 1696553489 1332727492 433850174 3992568021 500722269 2950835489 3507896081 4289206453 3241964444 114120518 681447899 2918268125 4203786812 3988596943 4053801945 3692045951 305040989 3973152175 2050814293 1905201376 2079634252 1323019684 2085273997 2864568924 442620053 1009409512 518806193 1586626133 683897147 2915936208 3580970338 931345548 2936387238 741202098 697989830 294124326 1992039978 660177170 1257392774 255 362436" option to reproduce the execution
0.00/0.01	c #vars 89
0.00/0.01	c #constraints 88
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 |       59      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      137 |      100 |       59      1 |        0 |        0
0.00/0.03	c  0.0s |       2 |      329 |      250 |       65      4 |        0 |        0
0.00/0.05	c  0.0s |       3 |      684 |      475 |       72      9 |        0 |        0
0.00/0.07	c  0.1s |       4 |     1232 |      813 |       80     15 |        0 |        0
0.09/0.12	c  0.1s |       5 |     1939 |     1320 |       88     25 |        0 |        0
0.09/0.19	c  0.2s |       6 |     3045 |     2081 |      107     38 |        0 |        0
0.18/0.28	c  0.3s |       7 |     4583 |     3223 |      118     55 |        0 |        0
0.38/0.41	c  0.4s |       8 |     7152 |     4936 |      130     80 |        0 |        0
0.59/0.60	c  0.6s |       9 |    11469 |     7506 |      143    115 |        0 |        0
0.79/0.89	c  0.9s |      10 |    17693 |    11361 |      158    164 |        0 |        0
1.20/1.26	c  1.3s |      11 |    25826 |    17144 |      174    231 |        0 |        0
1.69/1.73	c  1.7s |      12 |    39348 |    25819 |      192    323 |        0 |        0
2.49/2.53	c  2.5s |      13 |    57066 |    38832 |      212    446 |        0 |        0
3.59/3.68	c  3.7s |      14 |    82894 |    58352 |      234    619 |        0 |        0
5.29/5.36	c  5.3s |      15 |   126863 |    87632 |      258    856 |        0 |        0
7.29/7.36	c  7.4s |      15 |   170049 |   120232 |      258   1098 |        0 |        0
7.99/8.08	c  8.1s |      16 |   184241 |   131552 |      284   1182 |        0 |        0
10.00/10.09	c 10.1s |      16 |   230509 |   164952 |      284   1407 |        0 |        0
11.99/12.03	c 12.0s |      17 |   276833 |   197432 |      313   1626 |        0 |        0
13.99/14.03	c 14.0s |      17 |   323513 |   230032 |      313   1825 |        0 |        0
15.99/16.04	c 16.0s |      17 |   371069 |   263132 |      313   2030 |        0 |        0
17.89/17.99	c 18.0s |      18 |   419368 |   296252 |      345   2235 |        0 |        0
19.89/19.99	c 20.0s |      18 |   463987 |   328152 |      345   2414 |        0 |        0
21.89/21.99	c 22.0s |      18 |   502877 |   358352 |      345   2584 |        0 |        0
23.99/24.00	c 24.0s |      18 |   541482 |   388552 |      345   2756 |        0 |        0
25.99/26.00	c 26.0s |      18 |   579908 |   418852 |      345   2927 |        0 |        0
27.60/27.63	c 27.6s |      19 |   614238 |   444482 |      380   3071 |        0 |        0
29.59/29.63	c 29.6s |      19 |   653415 |   473782 |      380   3219 |        0 |        0
31.59/31.64	c 31.6s |      19 |   694245 |   504082 |      380   3374 |        0 |        0
33.59/33.64	c 33.6s |      19 |   737424 |   535582 |      380   3535 |        0 |        0
35.58/35.65	c 35.6s |      19 |   775242 |   564582 |      380   3683 |        0 |        0
37.59/37.65	c 37.6s |      19 |   815651 |   595182 |      380   3840 |        0 |        0
39.58/39.65	c 39.6s |      19 |   853021 |   624782 |      380   3991 |        0 |        0
41.58/41.65	c 41.6s |      19 |   888530 |   653182 |      380   4136 |        0 |        0
42.58/42.61	c 42.6s |      20 |   905698 |   666827 |      419   4203 |        0 |        0
44.58/44.61	c 44.6s |      20 |   952352 |   698127 |      419   4349 |        0 |        0
46.58/46.62	c 46.6s |      20 |   995119 |   728827 |      419   4492 |        0 |        0
48.58/48.62	c 48.6s |      20 |  1031982 |   757527 |      419   4626 |        0 |        0
50.59/50.63	c 50.6s |      20 |  1069995 |   787027 |      419   4764 |        0 |        0
52.59/52.63	c 52.6s |      20 |  1110663 |   816827 |      419   4902 |        0 |        0
54.58/54.63	c 54.6s |      20 |  1145411 |   844727 |      419   5031 |        0 |        0
56.58/56.63	c 56.6s |      20 |  1181068 |   872727 |      419   5162 |        0 |        0
58.58/58.63	c 58.6s |      20 |  1223611 |   903227 |      419   5305 |        0 |        0
60.59/60.63	c 60.6s |      20 |  1260951 |   932127 |      419   5440 |        0 |        0
62.58/62.64	c 62.6s |      20 |  1301122 |   962227 |      419   5580 |        0 |        0
64.58/64.64	c 64.6s |      20 |  1343788 |   992827 |      419   5722 |        0 |        0
65.09/65.14	c 65.1s |      21 |  1354657 |  1000345 |      461   5754 |        0 |        0
67.08/67.14	c 67.1s |      21 |  1400871 |  1031845 |      461   5888 |        0 |        0
69.08/69.15	c 69.1s |      21 |  1444842 |  1063045 |      461   6021 |        0 |        0
71.08/71.15	c 71.1s |      21 |  1485876 |  1092945 |      461   6148 |        0 |        0
73.07/73.15	c 73.1s |      21 |  1525555 |  1122745 |      461   6275 |        0 |        0
75.07/75.16	c 75.1s |      21 |  1571705 |  1154545 |      461   6411 |        0 |        0
77.08/77.16	c 77.1s |      21 |  1613695 |  1184545 |      461   6538 |        0 |        0
79.07/79.16	c 79.2s |      21 |  1650144 |  1212445 |      461   6656 |        0 |        0
81.07/81.16	c 81.2s |      21 |  1691619 |  1242445 |      461   6783 |        0 |        0
83.07/83.17	c 83.2s |      21 |  1734850 |  1273345 |      461   6914 |        0 |        0
85.08/85.17	c 85.2s |      21 |  1775641 |  1303345 |      461   7041 |        0 |        0
87.09/87.18	c 87.2s |      21 |  1818296 |  1333945 |      461   7170 |        0 |        0
89.08/89.19	c 89.2s |      21 |  1858342 |  1363645 |      461   7295 |        1 |        0
91.08/91.19	c 91.2s |      21 |  1898760 |  1393345 |      461   7420 |        1 |        0
93.08/93.19	c 93.2s |      21 |  1938599 |  1422545 |      461   7544 |        1 |        0
95.08/95.19	c 95.2s |      21 |  1976912 |  1451745 |      461   7668 |        1 |        0
97.08/97.19	c 97.2s |      21 |  2021061 |  1482645 |      461   7800 |        1 |        0
98.37/98.43	c 98.4s |      22 |  2046033 |  1500622 |      508   7872 |        1 |        0
100.37/100.43	c  100s |      22 |  2086924 |  1530222 |      508   7986 |        1 |        0
102.38/102.43	c  102s |      22 |  2129476 |  1560422 |      508   8103 |        1 |        0
104.37/104.44	c  104s |      22 |  2171579 |  1591022 |      508   8220 |        2 |        0
106.37/106.45	c  106s |      22 |  2212244 |  1620722 |      508   8334 |        2 |        0
108.37/108.45	c  108s |      22 |  2248415 |  1649222 |      508   8443 |        3 |        0
110.37/110.45	c  110s |      22 |  2289578 |  1679722 |      508   8559 |        5 |        0
110.97/111.03	c  111s |      22 |  2302741 |  1689042 |      508   8592 |       34 |        6
110.97/111.03	c #cpu_time = 110.734s
110.97/111.03	c #wall_clock_time = 111.021s
110.97/111.03	c #decision = 2302741
110.97/111.03	c #random_decision = 9754
110.97/111.03	c #conflict = 1689042
110.97/111.03	c #restart = 22
110.97/111.03	s UNSATISFIABLE
110.97/111.03	c total CPU time = 110.747s
110.97/111.03	c total wall clock time = 111.035s

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

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

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


[startup+0 s]
/proc/loadavg: 2.28 2.18 1.95 2/180 16379
/proc/meminfo: memFree=27203220/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=773564 CPUtime=0 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 2899 0 0 0 0 0 0 0 20 0 4 0 10532671 792129536 2748 33554432000 4194304 16246674 140736956037104 140736956036528 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 194159 2758 441 2943 0 191053 0
[pid=16379/tid=16380] ppid=16376 vsize=791996 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 811003904 2819 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=796092 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 815198208 2835 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=800188 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10532671 819392512 2852 33554432000 4194304 16246674 140736956037104 140376741498032 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100127 s]
/proc/loadavg: 2.28 2.18 1.95 2/180 16379
/proc/meminfo: memFree=27203220/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 24578 0 0 0 6 3 0 0 20 0 4 0 10532671 1247350784 24416 33554432000 4194304 16246674 140736956037104 140736956036528 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 304529 24427 708 2943 0 301423 0
[pid=16379/tid=16380] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 24433 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 24439 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 24448 33554432000 4194304 16246674 140736956037104 140376741498032 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.200466 s]
/proc/loadavg: 2.28 2.18 1.95 2/180 16379
/proc/meminfo: memFree=27203220/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1218116 CPUtime=0.18 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 47169 0 0 0 12 6 0 0 20 0 4 0 10532671 1247350784 47007 33554432000 4194304 16246674 140736956037104 140736956036528 6836566 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 304529 47019 710 2943 0 301423 0
[pid=16379/tid=16380] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 47026 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 47032 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 47039 33554432000 4194304 16246674 140736956037104 140376741498032 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300473 s]
/proc/loadavg: 2.28 2.18 1.95 2/180 16379
/proc/meminfo: memFree=27203220/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 69716 0 0 0 19 9 0 0 20 0 4 0 10532671 1247350784 69555 33554432000 4194304 16246674 140736956037104 140736956036528 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 304529 69563 710 2943 0 301423 0
[pid=16379/tid=16380] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 69568 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 69576 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 69584 33554432000 4194304 16246674 140736956037104 140376741498032 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700399 s]
/proc/loadavg: 2.28 2.18 1.95 2/180 16379
/proc/meminfo: memFree=27203220/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 158461 0 0 0 46 23 0 0 20 0 4 0 10532671 1247350784 158299 33554432000 4194304 16246674 140736956037104 140736956036528 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 304529 158308 710 2943 0 301423 0
[pid=16379/tid=16380] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 158315 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 158320 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 158326 33554432000 4194304 16246674 140736956037104 140376741498032 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.28 2.18 1.95 3/184 16383
/proc/meminfo: memFree=26223480/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 245464 0 0 0 113 36 0 0 20 0 4 0 10532671 1247350784 245282 33554432000 4194304 16246674 140736956037104 140736956036416 5676224 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 304529 245282 784 2943 0 301423 0
[pid=16379/tid=16380] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 245282 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 245282 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10532671 1247350784 245282 33554432000 4194304 16246674 140736956037104 140376741498032 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.10041 s]
/proc/loadavg: 2.28 2.18 1.95 3/184 16383
/proc/meminfo: memFree=26135568/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 267386 0 0 0 269 40 0 0 20 0 4 0 10532671 1337528320 267204 33554432000 4194304 16246674 140736956037104 140736956019008 12477709 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 326545 267204 784 2943 0 323439 0
[pid=16379/tid=16380] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267204 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267204 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267204 33554432000 4194304 16246674 140736956037104 140376741498032 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: 2.26 2.18 1.95 3/184 16383
/proc/meminfo: memFree=26135484/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 267396 0 0 0 589 40 0 0 20 0 4 0 10532671 1337528320 267214 33554432000 4194304 16246674 140736956037104 140736956019008 5546001 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 326545 267214 784 2943 0 323439 0
[pid=16379/tid=16380] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267214 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267214 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267214 33554432000 4194304 16246674 140736956037104 140376741498032 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.7003 s]
/proc/loadavg: 2.24 2.17 1.95 3/183 16383
/proc/meminfo: memFree=26135796/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 267400 0 0 0 1229 40 0 0 20 0 4 0 10532671 1337528320 267218 33554432000 4194304 16246674 140736956037104 140736956019008 13191984 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 326545 267218 784 2943 0 323439 0
[pid=16379/tid=16380] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267218 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267218 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267218 33554432000 4194304 16246674 140736956037104 140376741498032 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

[startup+25.5073 s]
/proc/loadavg: 2.18 2.17 1.95 3/183 16383
/proc/meminfo: memFree=26135944/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1306180 CPUtime=25.5 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 267402 0 0 0 2509 41 0 0 20 0 4 0 10532671 1337528320 267220 33554432000 4194304 16246674 140736956037104 140736956019008 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 326545 267220 784 2943 0 323439 0
[pid=16379/tid=16380] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267220 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267220 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267220 33554432000 4194304 16246674 140736956037104 140376741498032 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1306180

[startup+51.1003 s]
/proc/loadavg: 2.19 2.17 1.96 4/183 16383
/proc/meminfo: memFree=26136024/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1306180 CPUtime=51.09 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 267410 0 0 0 5067 42 0 0 20 0 4 0 10532671 1337528320 267228 33554432000 4194304 16246674 140736956037104 140736956019008 13949872 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 326545 267228 784 2943 0 323439 0
[pid=16379/tid=16380] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267228 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267228 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267228 33554432000 4194304 16246674 140736956037104 140376741498032 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1306180

[startup+102.3 s]
/proc/loadavg: 2.19 2.17 1.97 3/183 16384
/proc/meminfo: memFree=26135292/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1306180 CPUtime=102.27 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 267441 0 0 0 10184 43 0 0 20 0 4 0 10532671 1337528320 267259 33554432000 4194304 16246674 140736956037104 140736956019008 5673807 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 326545 267259 784 2943 0 323439 0
[pid=16379/tid=16380] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267259 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267259 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267259 33554432000 4194304 16246674 140736956037104 140376741498032 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1306180

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

[startup+102.507 s]
/proc/loadavg: 2.19 2.17 1.97 3/183 16384
/proc/meminfo: memFree=26135292/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1306180 CPUtime=102.48 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 267441 0 0 0 10205 43 0 0 20 0 4 0 10532671 1337528320 267259 33554432000 4194304 16246674 140736956037104 140736956019008 5677776 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 326545 267259 784 2943 0 323439 0
[pid=16379/tid=16380] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267259 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267259 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267259 33554432000 4194304 16246674 140736956037104 140376741498032 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.48
Current children cumulated vsize (KiB) 1306180

[startup+105.7 s]
/proc/loadavg: 2.17 2.17 1.97 3/183 16384
/proc/meminfo: memFree=26135292/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1306180 CPUtime=105.68 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 267442 0 0 0 10525 43 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140736956019008 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 326545 267260 785 2943 0 323439 0
[pid=16379/tid=16380] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376741498032 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 105.68
Current children cumulated vsize (KiB) 1306180

[startup+108.9 s]
/proc/loadavg: 2.17 2.17 1.97 3/183 16384
/proc/meminfo: memFree=26135292/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1306180 CPUtime=108.87 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 267442 0 0 0 10844 43 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140736956019008 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 326545 267260 785 2943 0 323439 0
[pid=16379/tid=16380] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376741498032 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 108.87
Current children cumulated vsize (KiB) 1306180

[startup+109.7 s]
/proc/loadavg: 2.17 2.17 1.97 3/183 16384
/proc/meminfo: memFree=26135276/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1306180 CPUtime=109.67 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 267442 0 0 0 10924 43 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140736956019008 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 326545 267260 785 2943 0 323439 0
[pid=16379/tid=16380] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376741498032 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 109.67
Current children cumulated vsize (KiB) 1306180

[startup+110.5 s]
/proc/loadavg: 2.16 2.16 1.97 3/183 16384
/proc/meminfo: memFree=26135276/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1306180 CPUtime=110.47 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 267442 0 0 0 11004 43 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140736956019008 5677308 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 326545 267260 785 2943 0 323439 0
[pid=16379/tid=16380] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376741498032 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 110.47
Current children cumulated vsize (KiB) 1306180

[startup+110.9 s]
/proc/loadavg: 2.16 2.16 1.97 3/183 16384
/proc/meminfo: memFree=26135276/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1306180 CPUtime=110.87 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 267442 0 0 0 11044 43 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140736956019008 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 326545 267260 785 2943 0 323439 0
[pid=16379/tid=16380] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376741498032 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 110.87
Current children cumulated vsize (KiB) 1306180

[startup+111 s]
/proc/loadavg: 2.16 2.16 1.97 3/183 16384
/proc/meminfo: memFree=26135276/32872528 swapFree=1555460/1718980
[pid=16379] ppid=16376 vsize=1306180 CPUtime=110.97 cores=0,2,4,6
/proc/16379/stat : 16379 (toysat) R 16376 16379 11291 0 -1 4202496 267442 0 0 0 11054 43 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140736956019008 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16379/statm: 326545 267260 785 2943 0 323439 0
[pid=16379/tid=16380] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16380/stat : 16380 (toysat) S 16376 16379 11291 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376762461424 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16379/tid=16381] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16381/stat : 16381 (toysat) S 16376 16379 11291 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376751971568 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16379/tid=16382] ppid=16376 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16379/task/16382/stat : 16382 (toysat) S 16376 16379 11291 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10532671 1337528320 267260 33554432000 4194304 16246674 140736956037104 140376741498032 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 110.97
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 111.094
CPU time (s): 111.076
CPU user time (s): 110.581
CPU system time (s): 0.494924
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.581
system time used= 0.494924
maximum resident set size= 1069060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267448
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.754885 second user time and 0.614906 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-30 21:30:50
IDJOB=4121610
IDBENCH=110569
IDSOLVER=2542
FILE ID=node117/4121610-1467315050
RUNJOBID= node117-1467314225-15886
PBS_JOBID= 20005275
Free space on /tmp= 71608 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n22-d4-i2.cnf.gz-extracted.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-4121610-1467315050/watcher-4121610-1467315050 -o /tmp/evaluation-result-4121610-1467315050/solver-4121610-1467315050 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467314225-15886 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121610-1467315050.opb

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

MD5SUM BENCH= 73fdc16039966c82e36fbeba8b437996
RANDOM SEED=1738507207

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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.714
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.714
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.714
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:        27204152 kB
Buffers:          151556 kB
Cached:          1963396 kB
SwapCached:            0 kB
Active:          1381880 kB
Inactive:        1816284 kB
Active(anon):    1085764 kB
Inactive(anon):        4 kB
Active(file):     296116 kB
Inactive(file):  1816280 kB
Unevictable:     1718980 kB
Mlocked:         1555460 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16688 kB
Writeback:             0 kB
AnonPages:       2802060 kB
Mapped:            17108 kB
Shmem:               204 kB
Slab:             616352 kB
SReclaimable:      60104 kB
SUnreclaim:       556248 kB
KernelStack:        1528 kB
PageTables:         9524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2937924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    845824 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= 71592 MiB
End job on node117 at 2016-06-30 21:32:42