Trace number 4079205

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) 315.278 315.342

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-harp2.opb
MD5SUM3f0afbcd16b5dd29f67967742a878949
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-66807036
Best CPU time to get the best result obtained on this benchmark1800.67
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2993
Total number of constraints112
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)73
Number of constraints which are nor clauses,nor cardinality constraints39
Minimum length of a constraint41
Maximum length of a constraint73
Number of terms in the objective function 2993
Biggest coefficient in the objective function 17006200
Number of bits for the biggest coefficient in the objective function 25
Sum of the numbers in the objective function 4415092451
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 4208540000
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 46909379837
Number of bits of the biggest sum of numbers36
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-07T08:23:58+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-4079205-1465280638.opb"]
0.00/0.01	c use --random-gen="130905538 530138682 4087348193 3818218728 869465363 2326509297 3204528690 3308511267 3828327004 645894587 2589021276 3345205316 17974673 2667375351 848094562 3784816028 2810301553 2139500442 3394915028 628227602 1512645589 3540502135 2964700763 1392617955 1823048292 2128189703 3295407618 3523104069 1650536701 2867620597 1418338029 554623874 1765301163 180887870 1652808218 2914066606 414367956 2072116927 3134814102 4211429492 1988397647 1588586683 2898828706 1423198628 1564180265 42351241 80298960 278700555 819197569 1712870079 1042016426 3923098193 455716175 3853110757 2041378951 1968404323 2841832788 3051913691 1157841337 4197728044 2661057475 1208998200 645975654 2099545826 3255445507 2091484317 3919530395 556261751 3652741585 979729922 3037082724 4280555554 3865814112 4124137463 3559326582 3689150406 3514082476 3510352224 555024512 3383852666 2346648172 1693940522 3906768371 3546934402 2964814987 1573304520 2686109526 2790571883 4087089578 3424237791 2673157373 3492891670 2429695124 4284953603 1704704918 1625680951 1904344682 2258438228 2054338187 3525550279 4002366759 4023534723 2936521333 1144622118 2991843916 3136222393 1368611476 3849523109 1653413250 1997877484 843123120 683779446 1309176665 1788293261 603199644 1552051695 1308725832 3674157790 3113115527 2223437351 3900856969 600573328 147202320 482343844 3358957287 2809672817 253352603 1542524200 1997553579 1224438836 930233885 4179190656 2792662923 1553467431 2328838745 3586337144 4237316883 269884871 4185031982 931764395 4001674183 1081703405 3600567761 3890875757 3303536893 3016903614 3749544964 2751501213 4045846969 1423866813 1261955867 38260740 2680372868 478648380 394661401 3263773235 948336280 680721745 344430448 4009706715 741554539 2120106427 273807217 4134088720 1638616825 2555410651 3396936267 1684818769 4238638560 1650369742 1556264913 91242971 1191210675 3023517142 1438812843 1733377838 3880406745 4010838060 698023196 3229800639 2089078085 1589726913 1823630811 689876258 3499200941 1474974075 2325625864 3803948744 2748618588 4180413162 3070853642 1599554129 4084988927 1625244800 3669819432 3682426537 536542137 356577969 3384629270 896542197 747218243 998491560 4272431232 2036868795 3900630570 1421942173 2278310326 494977085 1323673657 4059778484 3927809733 4010960281 3201102810 1637112424 600428443 677545918 3047097742 1167559562 2644283084 1319038539 1434033050 3936075668 3859622094 1142105664 197446565 940328478 169929751 1229819133 2374433645 4046590876 894438739 828962581 361678208 1698428685 3191610496 3311511287 2440220126 851538880 2148145967 1801969056 3068434190 2905777153 445312708 956294829 1879202751 2532872458 45983077 2377903065 1778553611 3111998623 1816294903 2771895661 618752458 3821731925 3817613697 4158867592 255 362436" option to reproduce the execution
0.00/0.03	c #vars 2993
0.00/0.03	c #constraints 112

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

pid=16391
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.08 2.04 2.04 3/179 16394
/proc/meminfo: memFree=30515268/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=604604 CPUtime=0 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 2235 0 0 0 0 0 0 0 20 0 4 0 109997282 619114496 2086 33554432000 4194304 16246674 140736859349488 140736859348424 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 151407 2088 441 2943 0 148301 0
[pid=16394/tid=16395] ppid=16391 vsize=619964 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 634843136 2146 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=624060 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 639037440 2162 33554432000 4194304 16246674 140736859349488 140340561419504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=628156 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109997282 643231744 2180 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100131 s]
/proc/loadavg: 2.08 2.04 2.04 3/179 16394
/proc/meminfo: memFree=30515268/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 30158 0 0 0 4 5 0 0 20 0 4 0 109997282 1247350784 30000 33554432000 4194304 16246674 140736859349488 140736859348424 12371341 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 304529 30010 656 2943 0 301423 0
[pid=16394/tid=16395] ppid=16391 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 1247350784 30017 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 1247350784 30024 33554432000 4194304 16246674 140736859349488 140340561419504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109997282 1247350784 30032 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200474 s]
/proc/loadavg: 2.08 2.04 2.04 3/179 16394
/proc/meminfo: memFree=30515268/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 53226 0 0 0 11 8 0 0 20 0 4 0 109997282 1247350784 53067 33554432000 4194304 16246674 140736859349488 140736859348424 12651885 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 304529 53078 657 2943 0 301423 0
[pid=16394/tid=16395] ppid=16391 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 1247350784 53088 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 1247350784 53098 33554432000 4194304 16246674 140736859349488 140340561419504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109997282 1247350784 53109 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300433 s]
/proc/loadavg: 2.08 2.04 2.04 3/179 16394
/proc/meminfo: memFree=30515268/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 77966 0 0 0 17 11 0 0 20 0 4 0 109997282 1247350784 77807 33554432000 4194304 16246674 140736859349488 140736859348424 12652961 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 304529 77816 657 2943 0 301423 0
[pid=16394/tid=16395] ppid=16391 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 1247350784 77821 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 1247350784 77827 33554432000 4194304 16246674 140736859349488 140340561419504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109997282 1247350784 77832 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700357 s]
/proc/loadavg: 2.08 2.04 2.04 3/179 16394
/proc/meminfo: memFree=30515268/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 168980 0 0 0 42 26 0 0 20 0 4 0 109997282 1247350784 168821 33554432000 4194304 16246674 140736859349488 140736859348424 12430849 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 304529 168828 657 2943 0 301423 0
[pid=16394/tid=16395] ppid=16391 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 1247350784 168833 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 1247350784 168837 33554432000 4194304 16246674 140736859349488 140340561419504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109997282 1247350784 168842 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50037 s]
/proc/loadavg: 2.08 2.04 2.04 3/183 16398
/proc/meminfo: memFree=29506072/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=1345092 CPUtime=1.49 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 277318 0 0 0 108 41 0 0 20 0 4 0 109997282 1377374208 277115 33554432000 4194304 16246674 140736859349488 140736859348800 13927401 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 336273 277115 843 2943 0 333167 0
[pid=16394/tid=16395] ppid=16391 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 1377374208 277115 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 1377374208 277115 33554432000 4194304 16246674 140736859349488 140340561419504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109997282 1377374208 277115 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1345092

[startup+3.10037 s]
/proc/loadavg: 2.07 2.04 2.04 3/183 16398
/proc/meminfo: memFree=29407492/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=1356356 CPUtime=3.09 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 280209 0 0 0 268 41 0 0 20 0 4 0 109997282 1388908544 280006 33554432000 4194304 16246674 140736859349488 140736859347328 4220936 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 339089 280006 843 2943 0 335983 0
[pid=16394/tid=16395] ppid=16391 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 1388908544 280006 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 1388908544 280006 33554432000 4194304 16246674 140736859349488 140340561419280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109997282 1388908544 280006 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1356356

[startup+6.30037 s]
/proc/loadavg: 2.07 2.04 2.04 3/183 16398
/proc/meminfo: memFree=29395872/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=1356356 CPUtime=6.29 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 280210 0 0 0 587 42 0 0 20 0 4 0 109997282 1388908544 280007 33554432000 4194304 16246674 140736859349488 140736859347328 4220982 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 339089 280007 843 2943 0 335983 0
[pid=16394/tid=16395] ppid=16391 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 1388908544 280007 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 1388908544 280007 33554432000 4194304 16246674 140736859349488 140340561419504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=1356356 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109997282 1388908544 280007 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1356356

[startup+12.7004 s]
/proc/loadavg: 2.06 2.04 2.04 3/183 16398
/proc/meminfo: memFree=28528400/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=2222660 CPUtime=12.69 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 496788 0 0 0 1198 71 0 0 20 0 4 0 109997282 2276003840 496585 33554432000 4194304 16246674 140736859349488 140736859348584 4220489 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 555665 496585 844 2943 0 552559 0
[pid=16394/tid=16395] ppid=16391 vsize=2222660 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 2276003840 496585 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=2222660 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 2276003840 496585 33554432000 4194304 16246674 140736859349488 140340561419280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=2222660 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109997282 2276003840 496585 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2222660

[startup+25.5004 s]
/proc/loadavg: 2.05 2.03 2.04 3/183 16398
/proc/meminfo: memFree=27127788/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=3620420 CPUtime=25.48 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 846228 0 0 0 2429 119 0 0 20 0 4 0 109997282 3707310080 846025 33554432000 4194304 16246674 140736859349488 140736859348584 12657161 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 905105 846025 844 2943 0 901999 0
[pid=16394/tid=16395] ppid=16391 vsize=3620420 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 3707310080 846025 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=3620420 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 3707310080 846025 33554432000 4194304 16246674 140736859349488 140340561419504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=3620420 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109997282 3707310080 846025 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3620420

[startup+51.1004 s]
/proc/loadavg: 2.03 2.03 2.04 3/183 16398
/proc/meminfo: memFree=23209484/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=7531076 CPUtime=51.08 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 1823894 0 0 0 4850 258 0 0 20 0 4 0 109997282 7711821824 1823691 33554432000 4194304 16246674 140736859349488 140736859348584 4225157 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 1882769 1823691 844 2943 0 1879663 0
[pid=16394/tid=16395] ppid=16391 vsize=7531076 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 7711821824 1823691 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=7531076 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 7711821824 1823691 33554432000 4194304 16246674 140736859349488 140340561419504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=7531076 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109997282 7711821824 1823691 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7531076

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.03 3/183 16399
/proc/meminfo: memFree=17065076/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=13662788 CPUtime=102.27 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 3356824 0 0 0 9753 474 0 0 20 0 4 0 109997282 13990694912 3356621 33554432000 4194304 16246674 140736859349488 140736859348664 15015658 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 3415697 3356621 845 2943 0 3412591 0
[pid=16394/tid=16395] ppid=16391 vsize=13662788 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 13990694912 3356621 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=13662788 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 13990694912 3356621 33554432000 4194304 16246674 140736859349488 140340561419504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=13662788 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109997282 13990694912 3356621 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13662788

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/183 16400
/proc/meminfo: memFree=17064500/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=13662788 CPUtime=162.26 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 3356828 0 0 0 15747 479 0 0 20 0 4 0 109997282 13990694912 3356625 33554432000 4194304 16246674 140736859349488 140736859348664 15015658 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 3415697 3356625 849 2943 0 3412591 0
[pid=16394/tid=16395] ppid=16391 vsize=13662788 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 13990694912 3356625 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=13662788 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 13990694912 3356625 33554432000 4194304 16246674 140736859349488 140340561419504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=13662788 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109997282 13990694912 3356625 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 13662788

[startup+222.307 s]
/proc/loadavg: 2.03 2.03 2.02 3/183 16402
/proc/meminfo: memFree=15697832/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=15026756 CPUtime=222.26 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 3642122 0 0 0 21696 530 0 0 20 0 4 0 109997282 15387398144 3697618 33554432000 4194304 16246674 140736859349488 140736859348664 4220880 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 3756689 3697618 849 2943 0 3753583 0
[pid=16394/tid=16395] ppid=16391 vsize=15026756 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 15387398144 3697618 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=15026756 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 15387398144 3697618 33554432000 4194304 16246674 140736859349488 140340561419504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=15026756 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109997282 15387398144 3697618 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 15026756

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/183 16403
/proc/meminfo: memFree=15697744/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=15026756 CPUtime=282.23 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 3642122 0 0 0 27691 532 0 0 20 0 4 0 109997282 15387398144 3697618 33554432000 4194304 16246674 140736859349488 140736859347456 14013949 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 3756689 3697618 849 2943 0 3753583 0
[pid=16394/tid=16395] ppid=16391 vsize=15026756 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 15387398144 3697618 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=15026756 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 15387398144 3697618 33554432000 4194304 16246674 140736859349488 140340561419280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=15026756 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109997282 15387398144 3697618 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 15026756



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+314.5 s]
/proc/loadavg: 2.00 2.02 2.02 3/183 16404
/proc/meminfo: memFree=15218064/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=15882820 CPUtime=314.43 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) R 16391 16394 12837 0 -1 4202496 3855910 0 0 0 30875 568 0 0 20 0 4 0 109997282 16264007680 3911406 33554432000 4194304 16246674 140736859349488 140736859348584 4225154 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 3970705 3911414 849 2943 0 3967599 0
[pid=16394/tid=16395] ppid=16391 vsize=15882820 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16395/stat : 16395 (toysat) S 16391 16394 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109997282 16264007680 3911419 33554432000 4194304 16246674 140736859349488 140340571909360 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=15882820 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) S 16391 16394 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109997282 16264007680 3911424 33554432000 4194304 16246674 140736859349488 140340561419504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=15882820 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (toysat) S 16391 16394 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109997282 16264007680 3911429 33554432000 4194304 16246674 140736859349488 140340550945968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 314.43
Current children cumulated vsize (KiB) 15882820

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 16394 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+314.8 s]
/proc/loadavg: 2.00 2.02 2.02 4/181 16404
/proc/meminfo: memFree=16673684/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=0 CPUtime=314.73 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) Z 16391 16394 12837 0 -1 4203532 3856327 0 0 0 30876 597 0 0 20 0 2 0 109997282 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 0 0 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) R 16391 16394 12837 0 -1 4203588 8 0 0 0 0 28 0 0 20 0 2 0 109997282 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 314.73
Current children cumulated vsize (KiB) 0

[startup+315.2 s]
/proc/loadavg: 2.00 2.02 2.02 4/181 16404
/proc/meminfo: memFree=16673684/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=0 CPUtime=315.13 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) Z 16391 16394 12837 0 -1 4203532 3856327 0 0 0 30876 637 0 0 20 0 2 0 109997282 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 0 0 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) R 16391 16394 12837 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 109997282 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 315.13
Current children cumulated vsize (KiB) 0

[startup+315.3 s]
/proc/loadavg: 2.00 2.02 2.02 4/181 16404
/proc/meminfo: memFree=16673684/32872528 swapFree=11196/354588
[pid=16394] ppid=16391 vsize=0 CPUtime=315.23 cores=0,2,4,6
/proc/16394/stat : 16394 (toysat) Z 16391 16394 12837 0 -1 4203532 3856327 0 0 0 30876 647 0 0 20 0 2 0 109997282 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16394/statm: 0 0 0 0 0 0 0
[pid=16394/tid=16396] ppid=16391 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (toysat) R 16391 16394 12837 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 109997282 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 315.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 315.342
CPU time (s): 315.278
CPU user time (s): 308.763
CPU system time (s): 6.51501
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 15882820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.763
system time used= 6.51501
maximum resident set size= 15647292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3856327
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= 73
involuntary context switches= 436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.839872 second user time and 1.17382 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-07 08:23:58
IDJOB=4079205
IDBENCH=89903
IDSOLVER=2542
FILE ID=node126/4079205-1465280638
RUNJOBID= node126-1465253620-12853
PBS_JOBID= 19843265
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-harp2.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079205-1465280638/watcher-4079205-1465280638 -o /tmp/evaluation-result-4079205-1465280638/solver-4079205-1465280638 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465253620-12853 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079205-1465280638.opb

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

MD5SUM BENCH= 3f0afbcd16b5dd29f67967742a878949
RANDOM SEED=2051753692

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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		: 2666.500
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.500
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:        30515400 kB
Buffers:           40632 kB
Cached:           129532 kB
SwapCached:         2168 kB
Active:          1173852 kB
Inactive:          99236 kB
Active(anon):    1101172 kB
Inactive(anon):     4052 kB
Active(file):      72680 kB
Inactive(file):    95184 kB
Unevictable:      354588 kB
Mlocked:           11196 kB
SwapTotal:      67108856 kB
SwapFree:       67098636 kB
Dirty:             16308 kB
Writeback:             0 kB
AnonPages:       1456376 kB
Mapped:            10812 kB
Shmem:                 0 kB
Slab:             596504 kB
SReclaimable:      40452 kB
SUnreclaim:       556052 kB
KernelStack:        1488 kB
PageTables:         6952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1600800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 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= 71708 MiB
End job on node126 at 2016-06-07 08:29:14