Trace number 4088770

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 32.4171 32.4237

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
SUMINEQ/normalized-sumineqArity3houseP064.opb
MD5SUM37a733d96d1fb45f847162a7cbbf56f5
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.12883
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12477
Total number of constraints4160
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints4095
Minimum length of a constraint3
Maximum length of a constraint9
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 12
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-15T20:31:52+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-4088770-1466015511.opb"]
0.00/0.01	c use --random-gen="1057453650 1483010610 2829340988 782670098 4059733603 430524492 1004238821 1075061657 3293633659 1630457055 198558521 1043486563 3672841008 3885680908 3669632103 369147268 965700787 2353966604 1148023122 3998618978 1836013023 3504704573 3501569642 1822038095 2254495255 3842648034 654823867 1358148396 256455330 2092955334 1915888011 1941125802 3355621968 514300227 57149917 3311055465 3634226815 2900867155 2836333513 2457913848 4013939827 232559981 1024818643 1178676866 1035837095 1656060413 435414529 681485669 4016880526 1110869799 537182427 3940923653 1488157925 2895883571 1211110355 2825091924 167089837 1194828349 2277213336 2492207080 2219148862 3912301422 3638590958 1864649613 280680018 2129239647 3015556899 2189107559 442025117 713789764 3172960951 347350870 4203554268 4195574901 2689273110 1360397054 3332554592 2754575460 4005680092 368239685 2991552618 2044798179 1498809995 264881288 1272374077 2691993536 2616474315 2246505459 633409537 135088532 3464061348 1774775971 242339243 1171530387 3123339505 2808938210 4294437115 1730191152 2915730683 948689426 3147023525 682664186 77551187 646743016 803204168 1143568037 1605605237 843202665 4186078082 1111531184 4255998674 1344125620 3256767259 1939943689 3692701005 3038511815 3424650305 1878383488 2536946655 4055095133 3449905109 3042235665 1350605893 2105544758 993966044 1347459074 4173123122 2799557054 2751366556 3582224795 752321333 999849055 4059384405 2023936309 1520766423 2460923154 2936546295 1505628622 2696345426 2002885685 3677971729 998763473 3801114502 892835575 3194239038 290187428 2758494773 3692484387 748090469 2378025859 480328402 3123290389 62346146 1482759317 1582432249 1323822712 4237483054 2887720528 1539423361 3722794981 3014618187 1771802582 420053180 3020041441 1537082870 64508980 956099600 1910419789 3331852552 2551016455 1106645690 3928369902 2121325285 389450242 4020345930 398760810 865807048 124373060 4254985231 2876510334 576054313 1029794645 1947826706 266950414 4087883283 1392812077 2064898297 3464335133 1359740144 3360327760 40953683 1809820469 2108231451 454683816 3569608632 312776299 2102463167 3179064358 2555636801 3017443693 1347050492 394410708 4202550739 3003885099 3575273153 3526493538 3549480979 2464229541 2036170411 497759854 3094423148 3994109819 3412474964 2484729075 1122721960 770069454 478779034 3815880030 3522558558 2404223699 3994099236 128090397 1954678348 1300600526 1059099023 589961643 706633587 3468697655 2119218951 1028705430 3371312960 2339591641 3247837283 4108743139 3943517894 2952301688 1553893054 2186949041 3729408270 2616020550 4107127826 779167679 3998929124 4250008252 2286446486 440538919 3443260159 3922572281 2613961138 2075939234 3853056687 137985725 755854158 945546183 811813715 1997219904 255 362436" option to reproduce the execution
0.00/0.09	c #vars 12477
0.00/0.09	c #constraints 4160
0.09/0.20	c Solving starts ...
0.09/0.20	c ============================[ Search Statistics ]============================
0.09/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.20	c =============================================================================
0.18/0.20	c  0.0s |       0 |        0 |        0 |     5545      0 |        0 |        0
0.18/0.23	c  0.0s |       1 |      404 |      100 |     5545      0 |        0 |        0
0.18/0.29	c  0.1s |       2 |      657 |      250 |     6100      0 |        0 |        0
0.29/0.31	c  0.1s |       3 |     1087 |      475 |     6711      0 |        0 |        0
0.29/0.34	c  0.1s |       4 |     1724 |      813 |     7383      0 |        0 |        0
0.29/0.38	c  0.2s |       5 |     2998 |     1320 |     8122      0 |        0 |        0
0.39/0.44	c  0.2s |       6 |     4468 |     2081 |     9829      0 |        0 |        0
0.49/0.54	c  0.3s |       7 |     7983 |     3223 |    10812      0 |        0 |        0
0.59/0.68	c  0.5s |       8 |    14009 |     4936 |    11894      0 |        0 |        0
0.79/0.89	c  0.7s |       9 |    21381 |     7506 |    13084      0 |        0 |        0
1.20/1.27	c  1.1s |      10 |    27582 |    11361 |    14393      0 |        0 |        0
1.79/1.88	c  1.7s |      11 |    39589 |    17144 |    15833      1 |        0 |        0
2.79/2.81	c  2.6s |      12 |    55847 |    25819 |    17417      2 |        0 |        0
3.69/3.72	c  3.5s |      13 |    88042 |    38832 |    19159      3 |        0 |        0
5.09/5.15	c  5.0s |      14 |   147919 |    58352 |    21075      5 |        0 |        0
7.09/7.16	c  7.0s |      14 |   235902 |    84252 |    21075      7 |        0 |        0
7.39/7.46	c  7.3s |      15 |   265010 |    87632 |    23183      7 |        0 |        0
9.39/9.47	c  9.3s |      15 |   309564 |   111132 |    23183      9 |        0 |        0
11.29/11.30	c 11.1s |      16 |   418065 |   131552 |    25502     11 |        0 |        0
13.29/13.31	c 13.1s |      16 |   512288 |   153352 |    25502     12 |        0 |        0
15.28/15.31	c 15.1s |      16 |   660294 |   172252 |    25502     14 |        0 |        0
17.28/17.33	c 17.1s |      16 |   779347 |   195852 |    25502     15 |        0 |        0
17.59/17.62	c 17.4s |      17 |   796565 |   197432 |    28053     15 |        0 |        0
19.68/19.70	c 19.5s |      17 |   917096 |   217132 |    28053     17 |        0 |        0
21.68/21.70	c 21.5s |      17 |  1070528 |   235532 |    28053     18 |        0 |        0
23.68/23.71	c 23.5s |      17 |  1218049 |   255032 |    28053     19 |        0 |        0
25.68/25.72	c 25.5s |      17 |  1337193 |   274832 |    28053     21 |        0 |        0
27.68/27.72	c 27.5s |      17 |  1481508 |   294132 |    28053     22 |        0 |        0
28.19/28.22	c 28.0s |      18 |  1540162 |   296252 |    30859     22 |        0 |        0
30.19/30.23	c 30.0s |      18 |  1623452 |   314952 |    30859     23 |        0 |        0
32.29/32.36	c 32.2s |      18 |  1669810 |   337230 |    30859     25 |       15 |        0
32.29/32.36	c #cpu_time = 32.163s
32.29/32.36	c #wall_clock_time = 32.162s
32.29/32.36	c #decision = 1669810
32.29/32.36	c #random_decision = 8158
32.29/32.36	c #conflict = 337230
32.29/32.36	c #restart = 18
32.29/32.36	s UNSATISFIABLE
32.29/32.36	c total CPU time = 32.362s
32.29/32.36	c total wall clock time = 32.360s

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

pid=6870
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.12 2.14 2.10 3/178 6873
/proc/meminfo: memFree=30453636/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=703932 CPUtime=0 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 2623 0 0 0 0 0 0 0 20 0 4 0 3596580 720826368 2984 33554432000 4194304 16246674 140733314112560 140733314111984 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 176751 2993 441 2943 0 173645 0
[pid=6873/tid=6874] ppid=6870 vsize=722364 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 739700736 3053 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=726460 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 743895040 3071 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=730556 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 748089344 3088 33554432000 4194304 16246674 140733314112560 140220011900080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100154 s]
/proc/loadavg: 2.12 2.14 2.10 3/178 6873
/proc/meminfo: memFree=30453636/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 26899 0 0 0 6 3 0 0 20 0 4 0 3596580 1333334016 27198 33554432000 4194304 16246674 140733314112560 140733314111872 5703736 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 325521 27212 807 2943 0 322415 0
[pid=6873/tid=6874] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 27226 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 27237 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 27248 33554432000 4194304 16246674 140733314112560 140220011900080 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) 1302084

[startup+0.200486 s]
/proc/loadavg: 2.12 2.14 2.10 3/178 6873
/proc/meminfo: memFree=30453636/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=1302084 CPUtime=0.18 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 42235 0 0 0 13 5 0 0 20 0 4 0 3596580 1333334016 42534 33554432000 4194304 16246674 140733314112560 140733314111872 13930363 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 325521 42534 845 2943 0 322415 0
[pid=6873/tid=6874] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 42534 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 42534 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 42534 33554432000 4194304 16246674 140733314112560 140220011900080 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) 1302084

[startup+0.300461 s]
/proc/loadavg: 2.12 2.14 2.10 3/178 6873
/proc/meminfo: memFree=30453636/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=1302084 CPUtime=0.29 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 44891 0 0 0 23 6 0 0 20 0 4 0 3596580 1333334016 45191 33554432000 4194304 16246674 140733314112560 140733314111872 5602147 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 325521 45194 869 2943 0 322415 0
[pid=6873/tid=6874] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 45196 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 45198 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 45201 33554432000 4194304 16246674 140733314112560 140220011900080 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) 1302084

[startup+0.700399 s]
/proc/loadavg: 2.12 2.14 2.10 3/178 6873
/proc/meminfo: memFree=30453636/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=1302084 CPUtime=0.69 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 106020 0 0 0 55 14 0 0 20 0 4 0 3596580 1333334016 106319 33554432000 4194304 16246674 140733314112560 140733314111872 5602147 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 325521 106326 869 2943 0 322415 0
[pid=6873/tid=6874] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 106330 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 106334 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 106338 33554432000 4194304 16246674 140733314112560 140220011900080 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) 1302084

[startup+1.50038 s]
/proc/loadavg: 2.12 2.14 2.10 4/182 6877
/proc/meminfo: memFree=29750824/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=1302084 CPUtime=1.48 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 246169 0 0 0 113 35 0 0 20 0 4 0 3596580 1333334016 246469 33554432000 4194304 16246674 140733314112560 140733314094464 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 325521 246474 869 2943 0 322415 0
[pid=6873/tid=6874] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 246477 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 246483 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 1333334016 246488 33554432000 4194304 16246674 140733314112560 140220011900080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1302084

[startup+3.10038 s]
/proc/loadavg: 2.19 2.16 2.10 4/182 6877
/proc/meminfo: memFree=29366176/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=1322564 CPUtime=3.09 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 271815 0 0 0 270 39 0 0 20 0 4 0 3596580 1354305536 272114 33554432000 4194304 16246674 140733314112560 140733314094464 6842607 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 330641 272114 882 2943 0 327535 0
[pid=6873/tid=6874] ppid=6870 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 1354305536 272114 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 1354305536 272114 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 1354305536 272114 33554432000 4194304 16246674 140733314112560 140220011900080 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) 1322564

[startup+6.30037 s]
/proc/loadavg: 2.19 2.16 2.10 3/182 6877
/proc/meminfo: memFree=29365536/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=1322564 CPUtime=6.29 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 271816 0 0 0 590 39 0 0 20 0 4 0 3596580 1354305536 272115 33554432000 4194304 16246674 140733314112560 140733314094464 12415777 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 330641 272115 882 2943 0 327535 0
[pid=6873/tid=6874] ppid=6870 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 1354305536 272115 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 1354305536 272115 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 1354305536 272115 33554432000 4194304 16246674 140733314112560 140220011900080 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) 1322564

[startup+12.7004 s]
/proc/loadavg: 2.23 2.17 2.10 3/182 6877
/proc/meminfo: memFree=29365792/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=1322564 CPUtime=12.69 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 271816 0 0 0 1230 39 0 0 20 0 4 0 3596580 1354305536 272115 33554432000 4194304 16246674 140733314112560 140733314094464 5675976 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 330641 272115 882 2943 0 327535 0
[pid=6873/tid=6874] ppid=6870 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 1354305536 272115 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 1354305536 272115 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 1354305536 272115 33554432000 4194304 16246674 140733314112560 140220011900080 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) 1322564

[startup+25.5005 s]
/proc/loadavg: 2.20 2.16 2.10 3/182 6877
/proc/meminfo: memFree=29359632/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=1329732 CPUtime=25.48 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 273609 0 0 0 2509 39 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140733314110400 5827969 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 332433 273908 883 2943 0 329327 0
[pid=6873/tid=6874] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220011900080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1329732

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

[startup+25.6005 s]
/proc/loadavg: 2.20 2.16 2.10 3/182 6877
/proc/meminfo: memFree=29359632/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=1329732 CPUtime=25.58 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 273609 0 0 0 2519 39 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140733314110400 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 332433 273908 883 2943 0 329327 0
[pid=6873/tid=6874] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220011900080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1329732

[startup+28.8004 s]
/proc/loadavg: 2.26 2.18 2.11 3/182 6877
/proc/meminfo: memFree=29359756/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=1329732 CPUtime=28.79 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 273609 0 0 0 2839 40 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140733314094464 13954550 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 332433 273908 883 2943 0 329327 0
[pid=6873/tid=6874] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220011900080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.79
Current children cumulated vsize (KiB) 1329732

[startup+30.4004 s]
/proc/loadavg: 2.26 2.18 2.11 3/182 6877
/proc/meminfo: memFree=29359756/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=1329732 CPUtime=30.39 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 273609 0 0 0 2999 40 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140733314095560 12477976 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 332433 273908 883 2943 0 329327 0
[pid=6873/tid=6874] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220011900080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 30.39
Current children cumulated vsize (KiB) 1329732

[startup+31.2004 s]
/proc/loadavg: 2.26 2.18 2.11 3/182 6877
/proc/meminfo: memFree=29359492/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=1329732 CPUtime=31.19 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 273609 0 0 0 3079 40 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140733314094464 5754796 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 332433 273908 883 2943 0 329327 0
[pid=6873/tid=6874] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220011900080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 31.19
Current children cumulated vsize (KiB) 1329732

[startup+32.0074 s]
/proc/loadavg: 2.24 2.17 2.11 3/182 6877
/proc/meminfo: memFree=29359744/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=1329732 CPUtime=32 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202496 273609 0 0 0 3160 40 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140733314095560 6000272 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 332433 273908 883 2943 0 329327 0
[pid=6873/tid=6874] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6874/stat : 6874 (toysat) S 6870 6873 5955 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220134567152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6873/tid=6875] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6875/stat : 6875 (toysat) S 6870 6873 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220124077296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6873/tid=6876] ppid=6870 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/6873/task/6876/stat : 6876 (toysat) S 6870 6873 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3596580 1361645568 273908 33554432000 4194304 16246674 140733314112560 140220011900080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 32
Current children cumulated vsize (KiB) 1329732

[startup+32.4005 s]
/proc/loadavg: 2.24 2.17 2.11 3/182 6877
/proc/meminfo: memFree=29359744/32872528 swapFree=496356/529060
[pid=6873] ppid=6870 vsize=0 CPUtime=32.38 cores=0,2,4,6
/proc/6873/stat : 6873 (toysat) R 6870 6873 5955 0 -1 4202500 273613 0 0 0 3195 43 0 0 20 0 1 0 3596580 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6873/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 32.38
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 32.4237
CPU time (s): 32.4171
CPU user time (s): 31.9561
CPU system time (s): 0.460929
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 1329732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.9561
system time used= 0.460929
maximum resident set size= 1095644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273613
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= 33

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.086986 second user time and 0.12598 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-15 20:31:51
IDJOB=4088770
IDBENCH=107311
IDSOLVER=2542
FILE ID=node141/4088770-1466015511
RUNJOBID= node141-1466008015-5971
PBS_JOBID= 19902806
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/SUMINEQ/normalized-sumineqArity3houseP064.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088770-1466015511/watcher-4088770-1466015511 -o /tmp/evaluation-result-4088770-1466015511/solver-4088770-1466015511 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466008015-5971 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4088770-1466015511.opb

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

MD5SUM BENCH= 37a733d96d1fb45f847162a7cbbf56f5
RANDOM SEED=1618129540

node141.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.547
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.09
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.547
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.547
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.54
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.547
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.547
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.56
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.547
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.547
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.547
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30454544 kB
Buffers:           13636 kB
Cached:            72184 kB
SwapCached:        13072 kB
Active:          1150296 kB
Inactive:          38312 kB
Active(anon):    1092956 kB
Inactive(anon):    12008 kB
Active(file):      57340 kB
Inactive(file):    26304 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67088056 kB
Dirty:             16728 kB
Writeback:             0 kB
AnonPages:       1619800 kB
Mapped:             9500 kB
Shmem:                 0 kB
Slab:             566584 kB
SReclaimable:      10312 kB
SUnreclaim:       556272 kB
KernelStack:        1440 kB
PageTables:         7052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1764928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    546816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node141 at 2016-06-15 20:32:24