Trace number 4103921

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (MO) 230.764 230.817

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-sp97ar.opb
MD5SUM7c42bfce08dbcdfa75528339ed295749
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43815878113
Best CPU time to get the best result obtained on this benchmark1800
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 43909739328
Optimality of the best value was proved NO
Number of variables282020
Total number of constraints1761
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1761
Minimum length of a constraint20
Maximum length of a constraint49260
Number of terms in the objective function 282020
Biggest coefficient in the objective function 2456844338462720
Number of bits for the biggest coefficient in the objective function 52
Sum of the numbers in the objective function 16364293819131525300
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 2456844338462720
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 16364293819131525300
Number of bits of the biggest sum of numbers64
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-18T10:45:33+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-4103921-1466239529.opb"]
0.00/0.01	c use --random-gen="2925033348 3000456380 3012315367 161291288 2045124201 4097462899 3810934107 957038237 3840192787 2468965296 3551356171 2951346993 241379706 2092157343 1898957616 1637496879 2195333272 2075391669 2077299048 956441368 432021371 2299043263 675227789 1770891658 3022101349 1436852145 1920390301 4219853119 3826175627 1881420890 780192688 2299014492 2864164374 231148900 1808696082 613936904 895967558 1485711024 877907618 1693470966 934445362 3714306167 2907492129 441096103 1168576114 235941809 1435958169 1506749383 1069603993 2540422202 1391228548 1360757696 1236542353 4188750621 73541127 2538711840 3335434469 3529003285 1126991139 1388134804 3669018014 4157902276 3915899567 2203642289 1487640721 2339972459 1309885683 3334938347 2394908513 3371264763 861175645 418121025 1324065979 3481960012 2661191161 3384948581 1988932533 1196920181 2005520600 1004368588 2989456331 4242744304 2027540758 411859978 341185093 3086280266 3529746506 1582846316 4154348339 3536791771 4047828739 3660978100 939542034 2502822987 2351589609 3649898918 3362534228 3275756463 909113405 3114295237 2454465164 3980313842 3497625840 1684599764 762070079 400849609 1711741792 655413584 1237130132 1923946959 2791471267 130426632 3388804099 761388664 1792840339 3730123775 684821586 1318223691 2090759955 2592719190 298823759 4244921621 3733833263 406693077 1150218736 1526247075 2845044679 1922563740 647846160 2735398046 773396274 997572501 4284633516 3953112930 3926627160 845034826 609552007 3765130851 681483880 1201533116 3853612370 1369803177 3657256845 1452902579 2588186625 4145439430 3199212199 3982425927 1683066569 2654777728 4249796370 1859732314 2154876660 1216271872 1780623258 4029089401 963818708 3768539684 1518828770 3553684517 3879064577 2825981999 1279037270 2706402334 3142899560 2106547623 352230701 3952304702 1868942265 2576867231 654225976 2640272538 423854682 1006770705 3655288588 2696907964 2271355280 1936333204 2830904300 460179592 4178706027 2649671938 129033092 4239475365 2577227186 4238501146 4001017224 2512740125 1679508657 3264615012 256426831 3285943857 2518245380 3488337528 4052984197 759940395 615155913 2557010432 2903777558 1054371544 1598504003 303607401 3499188175 2329969833 1363177237 2679356949 3526367720 2738971847 3391045960 1936753824 1166809950 3564854536 403477580 3437972611 2730707493 554604407 3092885589 928665160 2059640859 757559025 2759473707 826109577 409690844 2053633448 836269843 3595837867 154126033 993079355 1030887516 909254235 659497124 3933677650 3140664794 1701788833 4046422590 1898222783 1181309204 1933600083 2519806967 3364949679 3359615023 3500804407 3309622230 3502120200 550227586 1575089235 1014725023 3043878460 486708164 2668516840 3007944155 755181571 2205309446 3783160562 2145187663 1062990199 255 362436" option to reproduce the execution
10.59/10.63	c #vars 282020
10.59/10.63	c #constraints 1761
27.48/27.60	c BCD2: Hardening is enabled.
27.48/27.60	c BCD2: BiasedSearch is enabled.
27.48/27.60	c Solving starts ...
27.48/27.60	c ============================[ Search Statistics ]============================
27.48/27.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.48/27.60	c       |         |          |          |    Limit     GC | Var      | Constra 
27.48/27.60	c =============================================================================
27.59/27.60	c  0.0s |       0 |        0 |        0 |    94593      0 |   267919 |        0
28.28/28.38	c  0.8s |       0 |     1212 |        0 |    94593      0 |   267919 |       22
28.28/28.38	c #cpu_time = 0.679s
28.28/28.38	c #wall_clock_time = 0.681s
28.28/28.38	c #decision = 1212
28.28/28.38	c #random_decision = 0
28.28/28.38	c #conflict = 0
28.28/28.38	c #restart = 0
28.28/28.39	o 2308395549199

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

pid=21823
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.32 2.44 2.35 3/179 21826
/proc/meminfo: memFree=19467228/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=721340 CPUtime=0 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 2689 0 0 0 0 0 0 0 20 0 4 0 25998784 738652160 3051 33554432000 4194304 16246674 140736247865216 140736247864640 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 180847 3061 441 2943 0 177741 0
[pid=21826/tid=21827] ppid=21823 vsize=738748 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 756477952 3119 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=747964 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25998785 765915136 3156 33554432000 4194304 16246674 140736247865216 140710561946864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=752060 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 770109440 3173 33554432000 4194304 16246674 140736247865216 140710443478192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100107 s]
/proc/loadavg: 2.32 2.44 2.35 3/179 21826
/proc/meminfo: memFree=19467228/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=1304132 CPUtime=0.09 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 31672 0 0 0 5 4 0 0 20 0 4 0 25998784 1335431168 31972 33554432000 4194304 16246674 140736247865216 140736247864528 7374276 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 326033 31985 799 2943 0 322927 0
[pid=21826/tid=21827] ppid=21823 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 1335431168 31995 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25998785 1335431168 32006 33554432000 4194304 16246674 140736247865216 140710561946864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 1335431168 32016 33554432000 4194304 16246674 140736247865216 140710443478192 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) 1304132

[startup+0.200536 s]
/proc/loadavg: 2.32 2.44 2.35 3/179 21826
/proc/meminfo: memFree=19467228/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=1311300 CPUtime=0.19 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 37471 0 0 0 14 5 0 0 20 0 4 0 25998784 1342771200 38281 33554432000 4194304 16246674 140736247865216 140736247864528 7439546 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 327825 38281 799 2943 0 324719 0
[pid=21826/tid=21827] ppid=21823 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 1342771200 38281 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25998785 1342771200 38281 33554432000 4194304 16246674 140736247865216 140710561946864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 1342771200 38281 33554432000 4194304 16246674 140736247865216 140710443478192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.300454 s]
/proc/loadavg: 2.32 2.44 2.35 3/179 21826
/proc/meminfo: memFree=19467228/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=1311300 CPUtime=0.29 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 37471 0 0 0 24 5 0 0 20 0 4 0 25998784 1342771200 38281 33554432000 4194304 16246674 140736247865216 140736247864528 7367588 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 327825 38281 799 2943 0 324719 0
[pid=21826/tid=21827] ppid=21823 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 1342771200 38281 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25998785 1342771200 38281 33554432000 4194304 16246674 140736247865216 140710561946864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 1342771200 38281 33554432000 4194304 16246674 140736247865216 140710443478192 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) 1311300

[startup+0.7004 s]
/proc/loadavg: 2.32 2.44 2.35 3/179 21826
/proc/meminfo: memFree=19467228/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 46641 0 0 0 63 6 0 0 20 0 4 0 25998784 1344868352 47451 33554432000 4194304 16246674 140736247865216 140736247864528 7376282 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 328337 47462 800 2943 0 325231 0
[pid=21826/tid=21827] ppid=21823 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 1344868352 47466 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25998785 1344868352 47469 33554432000 4194304 16246674 140736247865216 140710561946864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 1344868352 47473 33554432000 4194304 16246674 140736247865216 140710443478192 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) 1313348

[startup+1.50039 s]
/proc/loadavg: 2.32 2.44 2.35 3/183 21830
/proc/meminfo: memFree=19158292/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=1337924 CPUtime=1.49 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 75941 0 0 0 138 11 0 0 20 0 4 0 25998784 1370034176 79817 33554432000 4194304 16246674 140736247865216 140736247864312 13965680 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 334481 79817 801 2943 0 331375 0
[pid=21826/tid=21827] ppid=21823 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 1370034176 79817 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25998785 1370034176 79817 33554432000 4194304 16246674 140736247865216 140710561946864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 1370034176 79817 33554432000 4194304 16246674 140736247865216 140710443478192 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) 1337924

[startup+3.10036 s]
/proc/loadavg: 2.32 2.44 2.35 3/183 21830
/proc/meminfo: memFree=19034140/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=1387076 CPUtime=3.09 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 103866 0 0 0 292 17 0 0 20 0 4 0 25998784 1420365824 114385 33554432000 4194304 16246674 140736247865216 140736247863040 14796046 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 346769 114385 802 2943 0 343663 0
[pid=21826/tid=21827] ppid=21823 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 1420365824 114385 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25998785 1420365824 114385 33554432000 4194304 16246674 140736247865216 140710561946864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=1387076 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 1420365824 114385 33554432000 4194304 16246674 140736247865216 140710443478192 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) 1387076

[startup+6.3004 s]
/proc/loadavg: 2.38 2.45 2.35 4/183 21830
/proc/meminfo: memFree=18831608/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=1485380 CPUtime=6.29 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 142870 0 0 0 604 25 0 0 20 0 4 0 25998784 1521029120 173318 33554432000 4194304 16246674 140736247865216 140736247848208 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 371345 173318 802 2943 0 368239 0
[pid=21826/tid=21827] ppid=21823 vsize=1485380 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 1521029120 173318 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=1485380 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25998785 1521029120 173318 33554432000 4194304 16246674 140736247865216 140710561946864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=1485380 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 1521029120 173318 33554432000 4194304 16246674 140736247865216 140710443478192 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) 1485380

[startup+12.7004 s]
/proc/loadavg: 2.43 2.46 2.36 3/183 21830
/proc/meminfo: memFree=18234868/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=1697348 CPUtime=12.69 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 322814 0 0 0 1221 48 0 0 20 0 4 0 25998784 1738084352 361949 33554432000 4194304 16246674 140736247865216 140736247864392 4221105 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 424337 361956 845 2943 0 421231 0
[pid=21826/tid=21827] ppid=21823 vsize=1697348 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 1738084352 361961 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=1697348 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25998785 1738084352 361965 33554432000 4194304 16246674 140736247865216 140710561946640 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=1697348 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 1738084352 361970 33554432000 4194304 16246674 140736247865216 140710443478192 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) 1697348

[startup+25.5073 s]
/proc/loadavg: 2.41 2.45 2.36 3/183 21830
/proc/meminfo: memFree=16086796/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=3614276 CPUtime=25.5 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 802090 0 0 0 2437 113 0 0 20 0 4 0 25998784 3701018624 844802 33554432000 4194304 16246674 140736247865216 140736247864528 5653930 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 903569 844802 848 2943 0 900463 0
[pid=21826/tid=21827] ppid=21823 vsize=3614276 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 3701018624 844802 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=3614276 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25998785 3701018624 844802 33554432000 4194304 16246674 140736247865216 140710561946864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=3614276 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 3701018624 844802 33554432000 4194304 16246674 140736247865216 140710443478192 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) 3614276

[startup+51.1004 s]
/proc/loadavg: 2.35 2.43 2.35 4/183 21830
/proc/meminfo: memFree=12101252/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=5468740 CPUtime=51.08 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 1265747 0 0 0 4934 174 0 0 20 0 4 0 25998784 5599989760 1308459 33554432000 4194304 16246674 140736247865216 140736247863040 4222278 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 1367185 1308459 889 2943 0 1364079 0
[pid=21826/tid=21827] ppid=21823 vsize=5468740 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 5599989760 1308459 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=5468740 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25998785 5599989760 1308459 33554432000 4194304 16246674 140736247865216 140710561946640 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=5468740 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 5599989760 1308459 33554432000 4194304 16246674 140736247865216 140710443478192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5468740

[startup+102.3 s]
/proc/loadavg: 2.41 2.42 2.35 3/183 21831
/proc/meminfo: memFree=3874280/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=14172740 CPUtime=102.28 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 3441543 0 0 0 9766 462 0 0 20 0 4 0 25998784 14512885760 3484255 33554432000 4194304 16246674 140736247865216 140736247863880 13880712 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 3543185 3484255 889 2943 0 3540079 0
[pid=21826/tid=21827] ppid=21823 vsize=14172740 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 14512885760 3484255 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=14172740 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25998785 14512885760 3484255 33554432000 4194304 16246674 140736247865216 140710561946640 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=14172740 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 14512885760 3484255 33554432000 4194304 16246674 140736247865216 140710443478192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 14172740

[startup+162.3 s]
/proc/loadavg: 2.38 2.41 2.35 3/183 21880
/proc/meminfo: memFree=14523664/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=14172740 CPUtime=162.27 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 3441755 0 0 0 15759 468 0 0 20 0 4 0 25998784 14512885760 3484723 33554432000 4194304 16246674 140736247865216 140736247864312 4220990 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 3543185 3484723 893 2943 0 3540079 0
[pid=21826/tid=21827] ppid=21823 vsize=14172740 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 14512885760 3484723 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=14172740 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25998785 14512885760 3484723 33554432000 4194304 16246674 140736247865216 140710561946864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=14172740 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 14512885760 3484723 33554432000 4194304 16246674 140736247865216 140710443478192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 14172740

[startup+222.3 s]
/proc/loadavg: 2.27 2.37 2.35 3/183 21881
/proc/meminfo: memFree=5847484/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=14172740 CPUtime=222.26 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 3441755 0 0 0 21757 469 0 0 20 0 4 0 25998784 14512885760 3484723 33554432000 4194304 16246674 140736247865216 140736247864312 12654456 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 3543185 3484723 893 2943 0 3540079 0
[pid=21826/tid=21827] ppid=21823 vsize=14172740 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 14512885760 3484723 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=14172740 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25998785 14512885760 3484723 33554432000 4194304 16246674 140736247865216 140710561946864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=14172740 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 14512885760 3484723 33554432000 4194304 16246674 140736247865216 140710443478192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 14172740



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+229.8 s]
/proc/loadavg: 2.33 2.38 2.35 4/183 21881
/proc/meminfo: memFree=3320100/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=15875652 CPUtime=229.75 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) R 21823 21826 16189 0 -1 4202496 3867400 0 0 0 22444 531 0 0 20 0 4 0 25998784 16256667648 3910368 33554432000 4194304 16246674 140736247865216 140736247864392 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 3968913 3910377 893 2943 0 3965807 0
[pid=21826/tid=21827] ppid=21823 vsize=15875652 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21827/stat : 21827 (toysat) S 21823 21826 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25998785 16256667648 3910382 33554432000 4194304 16246674 140736247865216 140710572436720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=15875652 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) S 21823 21826 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25998785 16256667648 3910388 33554432000 4194304 16246674 140736247865216 140710561946864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=15875652 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (toysat) S 21823 21826 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25998785 16256667648 3910392 33554432000 4194304 16246674 140736247865216 140710443478192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 229.75
Current children cumulated vsize (KiB) 15875652

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+230.5 s]
/proc/loadavg: 2.38 2.39 2.35 4/181 21881
/proc/meminfo: memFree=6327788/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=0 CPUtime=230.45 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) Z 21823 21826 16189 0 -1 4203532 3867853 0 0 0 22444 601 0 0 20 0 2 0 25998784 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 0 0 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) R 21823 21826 16189 0 -1 4203588 9 0 0 0 0 68 0 0 20 0 2 0 25998785 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 230.45
Current children cumulated vsize (KiB) 0

[startup+230.7 s]
/proc/loadavg: 2.38 2.39 2.35 4/181 21881
/proc/meminfo: memFree=6327788/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=0 CPUtime=230.65 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) Z 21823 21826 16189 0 -1 4203532 3867853 0 0 0 22444 621 0 0 20 0 2 0 25998784 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 0 0 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=0 CPUtime=0.88 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) R 21823 21826 16189 0 -1 4203588 9 0 0 0 0 88 0 0 20 0 2 0 25998785 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 230.65
Current children cumulated vsize (KiB) 0

[startup+230.8 s]
/proc/loadavg: 2.38 2.39 2.35 4/181 21881
/proc/meminfo: memFree=6327788/32872528 swapFree=1459628/1655852
[pid=21826] ppid=21823 vsize=0 CPUtime=230.75 cores=0,2,4,6
/proc/21826/stat : 21826 (toysat) Z 21823 21826 16189 0 -1 4203532 3867853 0 0 0 22444 631 0 0 20 0 2 0 25998784 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21826/statm: 0 0 0 0 0 0 0
[pid=21826/tid=21828] ppid=21823 vsize=0 CPUtime=0.98 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (toysat) R 21823 21826 16189 0 -1 4203588 9 0 0 0 0 98 0 0 20 0 2 0 25998785 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 230.75
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 230.817
CPU time (s): 230.764
CPU user time (s): 224.449
CPU system time (s): 6.31504
CPU usage (%): 99.9769
Max. virtual memory (cumulated for all children) (KiB): 15875652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.449
system time used= 6.31504
maximum resident set size= 15643284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3867853
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= 64
involuntary context switches= 235

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.612906 second user time and 0.860869 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 10:45:33
IDJOB=4103921
IDBENCH=2506
IDSOLVER=2542
FILE ID=node136/4103921-1466239529
RUNJOBID= node136-1466206055-16205
PBS_JOBID= 19918141
Free space on /tmp= 71644 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-sp97ar.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103921-1466239529/watcher-4103921-1466239529 -o /tmp/evaluation-result-4103921-1466239529/solver-4103921-1466239529 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466206055-16205 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103921-1466239529.opb

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

MD5SUM BENCH= 7c42bfce08dbcdfa75528339ed295749
RANDOM SEED=1348231545

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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:        19467608 kB
Buffers:            1108 kB
Cached:           163016 kB
SwapCached:        47176 kB
Active:         10944800 kB
Inactive:          73912 kB
Active(anon):   10809812 kB
Inactive(anon):    47056 kB
Active(file):     134988 kB
Inactive(file):    26856 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67051628 kB
Dirty:             97852 kB
Writeback:             0 kB
AnonPages:      12463396 kB
Mapped:            11316 kB
Shmem:                 0 kB
Slab:             574940 kB
SReclaimable:      18868 kB
SUnreclaim:       556072 kB
KernelStack:        1456 kB
PageTables:        28452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   12609956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 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= 71628 MiB
End job on node136 at 2016-06-18 10:49:24