Trace number 4103885

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? (TO) 1800.65 1800.95

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-fiber.opb
MD5SUMc3570b707fa12d3d9c0d2ae31848c1b3
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark46355055
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 65313511
Optimality of the best value was proved NO
Number of variables2574
Total number of constraints363
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints327
Minimum length of a constraint1
Maximum length of a constraint61
Number of terms in the objective function 1254
Biggest coefficient in the objective function 72966962
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 4807778524
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 4807778524
Number of bits of the biggest sum of numbers33
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:43:48+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-4103885-1466239428.opb"]
0.00/0.01	c use --random-gen="3702059731 2314796598 1782829245 605924911 1217460438 2686845916 3560586776 782812181 2991493777 57013884 941661958 2807992548 2926509768 1417021355 1864838682 3451941054 1246379097 1269721913 2036538517 1856113062 3601245913 4247357314 1618766654 1370875296 2533896593 418690595 3968672068 106723690 1077193231 4027187192 1570625668 2994408945 1022889340 687120593 3987438800 2082505912 2369163739 3360443768 1201666271 3452792180 2415988784 2961037578 1726058600 3579206147 3186544199 1186536424 3332443062 304963941 669529384 2205705344 1571377197 521262604 2013585659 3788871426 605837183 1990764558 3528714242 2353305387 1127959140 2306822167 2992990619 1528738503 4214327191 2428077107 3002306110 738897620 688607888 240778323 3945462116 610015249 4032118233 302531622 3179737784 3609555688 2714004043 3017287278 242530017 2364328225 920224967 2153810774 4141915187 3268992467 435664571 3784000431 1011657546 3184599997 3426552869 2103103353 3824788781 2087163785 1203733074 3079433189 2587121189 3407306047 2308989437 198042504 4238486540 515550907 3059864063 1157821699 1714642941 280566813 848400798 4249492369 1738922409 2476389999 828563333 858503961 696650702 3525694873 1521381593 243605549 294109068 4083977357 750942131 3013421555 1487180526 1467307715 3191947537 634635392 1532461487 2889690760 1727460264 3082081672 2854692600 858396160 3400421926 1311799219 1613481670 3363678133 814811732 213311439 3445396257 2610124000 2995499019 1129360127 2900957673 1807280404 2495887396 2945508946 903412696 2354033168 119594332 2008679817 122642882 2062997455 1529430443 3154777962 3843926399 3945314712 697465378 3124544128 2009268878 981254579 4087992394 3639938742 1861182740 2992143788 1840845891 2300142427 2019623843 3917879079 2255174623 2665801704 936280953 1159667075 1051786044 799109054 1364207184 3495088687 2027800381 2078051140 1231262072 1757481568 3268426280 3438719025 2094310287 3749659392 3205217120 3555481650 2095744956 2028525702 250562491 3027312571 2632983063 599578977 1677260870 4134504766 4253975127 2834370804 3036626971 2725049141 4059269554 3713139078 560444493 3863227860 3496230055 2453810040 900716926 728872060 2999562797 3320378148 3505555331 2953513972 3917455468 731574739 3693864608 4003667655 4198111703 28497656 1547122375 3034404559 2233827820 195848608 1131610559 3648730288 1172364074 3554065346 2286690805 3990532818 3106895650 268630155 4225537799 535136545 2963143349 961097176 2105977983 3898853685 2988216558 3640237294 1089671069 3315581121 3749020157 1330527976 616759647 3745750895 1505285354 1068166247 590867057 1804162548 4235884229 221516584 573454419 1171788132 1017224587 605884110 890262192 2230771062 1963146267 699704071 4146006378 2333531587 1764731877 17833483 2987703522 3613455169 255 362436" option to reproduce the execution
0.00/0.02	c #vars 2574
0.00/0.02	c #constraints 363
9.69/9.70	c BCD2: Hardening is enabled.
9.69/9.70	c BCD2: BiasedSearch is enabled.
9.69/9.70	c Solving starts ...
9.69/9.70	c ============================[ Search Statistics ]============================
9.69/9.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.70	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.70	c =============================================================================
9.69/9.70	c  0.0s |       0 |        0 |        0 |     1090      0 |      455 |        0
9.69/9.72	c  0.0s |       1 |     1034 |      100 |     1090      0 |      455 |        0
9.69/9.74	c  0.0s |       2 |     1943 |      250 |     1199      0 |      455 |        0
9.69/9.77	c  0.1s |       3 |     3841 |      475 |     1319      0 |      455 |        0
9.79/9.80	c  0.1s |       4 |     5893 |      813 |     1451      0 |      455 |        0
9.79/9.86	c  0.2s |       5 |     7317 |     1320 |     1597      0 |      455 |        0
9.90/9.97	c  0.3s |       6 |     9045 |     2081 |     1933      0 |      455 |        0
10.09/10.12	c  0.4s |       7 |    12413 |     3223 |     2127      0 |      455 |        0
10.29/10.35	c  0.6s |       8 |    16207 |     4936 |     2340      1 |      455 |        0
10.79/10.84	c  1.1s |       9 |    20231 |     7506 |     2574      3 |      455 |        0
11.49/11.58	c  1.9s |      10 |    25129 |    11361 |     2832      4 |      455 |        0
12.49/12.55	c  2.8s |      11 |    33862 |    17144 |     3116      7 |      455 |        0
14.49/14.52	c  4.8s |      12 |    44173 |    25819 |     3428     10 |      455 |        0
14.49/14.55	c  4.8s |      12 |    45241 |    25819 |     3428     11 |      455 |        0
14.49/14.55	c #cpu_time = 4.829s
14.49/14.55	c #wall_clock_time = 4.841s
14.49/14.55	c #decision = 45241
14.49/14.55	c #random_decision = 203
14.49/14.55	c #conflict = 25819
14.49/14.55	c #restart = 12
14.49/14.55	o 3542755209

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

pid=3717
running on 4 cores: 1,3,5,7

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.11 2.11 2.14 3/179 3720
/proc/meminfo: memFree=27993380/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=740796 CPUtime=0 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 2764 0 0 0 0 0 0 0 20 0 4 0 25989345 758575104 3125 33554432000 4194304 16246674 140737310007504 140737310006928 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3720/statm: 185711 3135 441 2943 0 182605 0
[pid=3720/tid=3721] ppid=3717 vsize=783804 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 802615296 3295 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=787900 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25989345 806809600 3311 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=793020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25989345 812052480 3329 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.10013 s]
/proc/loadavg: 2.11 2.11 2.14 3/179 3720
/proc/meminfo: memFree=27993380/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 28064 0 0 0 6 3 0 0 20 0 4 0 25989345 1247350784 28416 33554432000 4194304 16246674 140737310007504 140737310006928 12652961 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3720/statm: 304529 28424 609 2943 0 301423 0
[pid=3720/tid=3721] ppid=3717 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 1247350784 28429 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25989345 1247350784 28435 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25989345 1247350784 28440 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200538 s]
/proc/loadavg: 2.11 2.11 2.14 3/179 3720
/proc/meminfo: memFree=27993380/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 48679 0 0 0 13 6 0 0 20 0 4 0 25989345 1247350784 49031 33554432000 4194304 16246674 140737310007504 140737310006928 12429797 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3720/statm: 304529 49037 609 2943 0 301423 0
[pid=3720/tid=3721] ppid=3717 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 1247350784 49041 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25989345 1247350784 49044 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25989345 1247350784 49047 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300526 s]
/proc/loadavg: 2.11 2.11 2.14 3/179 3720
/proc/meminfo: memFree=27993380/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 71330 0 0 0 20 9 0 0 20 0 4 0 25989345 1247350784 71683 33554432000 4194304 16246674 140737310007504 140737309989376 12449399 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3720/statm: 304529 71697 609 2943 0 301423 0
[pid=3720/tid=3721] ppid=3717 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 1247350784 71706 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25989345 1247350784 71715 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25989345 1247350784 71724 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700386 s]
/proc/loadavg: 2.11 2.11 2.14 3/179 3720
/proc/meminfo: memFree=27993380/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 158056 0 0 0 49 20 0 0 20 0 4 0 25989345 1247350784 158408 33554432000 4194304 16246674 140737310007504 140737309989376 12429797 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3720/statm: 304529 158414 609 2943 0 301423 0
[pid=3720/tid=3721] ppid=3717 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 1247350784 158417 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25989345 1247350784 158421 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25989345 1247350784 158425 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50039 s]
/proc/loadavg: 2.11 2.11 2.14 3/183 3724
/proc/meminfo: memFree=27032780/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=1266244 CPUtime=1.49 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 257501 0 0 0 115 34 0 0 20 0 4 0 25989345 1296633856 257809 33554432000 4194304 16246674 140737310007504 140737310006816 6955704 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3720/statm: 316561 257809 843 2943 0 313455 0
[pid=3720/tid=3721] ppid=3717 vsize=1266244 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 1296633856 257809 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=1266244 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25989345 1296633856 257809 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=1266244 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 1296633856 257809 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1266244

[startup+3.10039 s]
/proc/loadavg: 2.11 2.11 2.14 3/183 3724
/proc/meminfo: memFree=26957388/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=1272388 CPUtime=3.09 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 259216 0 0 0 275 34 0 0 20 0 4 0 25989345 1302925312 259524 33554432000 4194304 16246674 140737310007504 140737309989376 12652957 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3720/statm: 318097 259524 844 2943 0 314991 0
[pid=3720/tid=3721] ppid=3717 vsize=1272388 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 1302925312 259524 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=1272388 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25989345 1302925312 259524 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=1272388 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 1302925312 259524 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1272388

[startup+6.3004 s]
/proc/loadavg: 2.10 2.11 2.14 3/183 3724
/proc/meminfo: memFree=26956292/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=1272388 CPUtime=6.29 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 259216 0 0 0 595 34 0 0 20 0 4 0 25989345 1302925312 259524 33554432000 4194304 16246674 140737310007504 140737309989376 4220965 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3720/statm: 318097 259524 844 2943 0 314991 0
[pid=3720/tid=3721] ppid=3717 vsize=1272388 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 1302925312 259524 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=1272388 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25989345 1302925312 259524 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=1272388 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 1302925312 259524 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1272388

[startup+12.7004 s]
/proc/loadavg: 2.09 2.11 2.14 3/183 3724
/proc/meminfo: memFree=26829500/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=1375812 CPUtime=12.69 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 285132 0 0 0 1231 38 0 0 20 0 4 0 25989345 1408831488 285440 33554432000 4194304 16246674 140737310007504 140737309989376 12478706 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3720/statm: 343953 285440 899 2943 0 340847 0
[pid=3720/tid=3721] ppid=3717 vsize=1375812 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 1408831488 285440 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=1375812 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25989345 1408831488 285440 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=1375812 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 1408831488 285440 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1375812

[startup+25.5005 s]
/proc/loadavg: 2.07 2.10 2.13 3/183 3724
/proc/meminfo: memFree=26660464/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=1544772 CPUtime=25.49 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 327378 0 0 0 2504 45 0 0 20 0 4 0 25989345 1581846528 327686 33554432000 4194304 16246674 140737310007504 140737309989376 4206597 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3720/statm: 386193 327686 905 2943 0 383087 0
[pid=3720/tid=3721] ppid=3717 vsize=1544772 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 1581846528 327686 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=1544772 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25989345 1581846528 327686 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=1544772 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 1581846528 327686 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1544772

[startup+51.1005 s]
/proc/loadavg: 2.11 2.11 2.13 3/183 3724
/proc/meminfo: memFree=25711568/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=2491972 CPUtime=51.09 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 564180 0 0 0 5032 77 0 0 20 0 4 0 25989345 2551779328 564488 33554432000 4194304 16246674 140737310007504 140737310005376 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3720/statm: 622993 564488 906 2943 0 619887 0
[pid=3720/tid=3721] ppid=3717 vsize=2491972 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 2551779328 564488 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=2491972 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 2551779328 564488 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=2491972 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 2551779328 564488 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2491972

[startup+102.301 s]
/proc/loadavg: 2.10 2.11 2.13 3/183 3725
/proc/meminfo: memFree=24017504/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=4182596 CPUtime=102.28 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 986836 0 0 0 10087 141 0 0 20 0 4 0 25989345 4282978304 987144 33554432000 4194304 16246674 140737310007504 140737310006680 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3720/statm: 1045649 987144 906 2943 0 1042543 0
[pid=3720/tid=3721] ppid=3717 vsize=4182596 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 4282978304 987144 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=4182596 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 4282978304 987144 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=4182596 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 4282978304 987144 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4182596


################
# More data... #
################


[startup+1422.3 s]
/proc/loadavg: 2.20 2.20 2.13 3/183 3829
/proc/meminfo: memFree=15104060/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=13630020 CPUtime=1422.07 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 3773412 0 0 0 141558 649 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140737310005440 14016589 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3720/statm: 3407505 3349011 910 2943 0 3404399 0
[pid=3720/tid=3721] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474119592976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 13630020

[startup+1482.3 s]
/proc/loadavg: 2.37 2.25 2.15 4/183 3830
/proc/meminfo: memFree=15104148/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=13630020 CPUtime=1482.06 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 3773412 0 0 0 147551 655 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140737310005376 4226064 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3720/statm: 3407505 3349011 910 2943 0 3404399 0
[pid=3720/tid=3721] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474119592976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 13630020

[startup+1542.31 s]
/proc/loadavg: 2.27 2.25 2.16 3/183 3831
/proc/meminfo: memFree=15104056/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=13630020 CPUtime=1542.05 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 3773412 0 0 0 153548 657 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140737310006680 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3720/statm: 3407505 3349011 910 2943 0 3404399 0
[pid=3720/tid=3721] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 13630020

[startup+1602.3 s]
/proc/loadavg: 2.14 2.21 2.15 3/184 3835
/proc/meminfo: memFree=15103492/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=13630020 CPUtime=1602.04 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 3773412 0 0 0 159543 661 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140737310006600 4225120 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3720/statm: 3407505 3349011 910 2943 0 3404399 0
[pid=3720/tid=3721] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 13630020

[startup+1662.3 s]
/proc/loadavg: 2.17 2.20 2.15 4/183 3837
/proc/meminfo: memFree=15103164/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=13630020 CPUtime=1662.03 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 3773412 0 0 0 165536 667 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140737310005376 13899629 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3720/statm: 3407505 3349011 910 2943 0 3404399 0
[pid=3720/tid=3721] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474119592976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 13630020

[startup+1722.3 s]
/proc/loadavg: 2.12 2.18 2.14 3/183 3838
/proc/meminfo: memFree=15103200/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=13630020 CPUtime=1722.02 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 3773412 0 0 0 171533 669 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140737310006600 4225325 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3720/statm: 3407505 3349011 910 2943 0 3404399 0
[pid=3720/tid=3721] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=13630020 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 13957140480 3349011 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 13630020

[startup+1782.3 s]
/proc/loadavg: 2.30 2.21 2.15 3/183 3839
/proc/meminfo: memFree=14546716/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=14185028 CPUtime=1782.01 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 3912164 0 0 0 177508 693 0 0 20 0 4 0 25989345 14525468672 3487763 33554432000 4194304 16246674 140737310007504 140737310006600 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3720/statm: 3546257 3487763 910 2943 0 3543151 0
[pid=3720/tid=3721] ppid=3717 vsize=14185028 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 14525468672 3487763 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=14185028 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 14525468672 3487763 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=14185028 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 14525468672 3487763 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 14185028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.36 2.23 2.16 3/183 3840
/proc/meminfo: memFree=14547180/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=14185028 CPUtime=1800.01 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) R 3717 3720 31224 0 -1 4202496 3912164 0 0 0 179305 696 0 0 20 0 4 0 25989345 14525468672 3487763 33554432000 4194304 16246674 140737310007504 140737310006680 4220498 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3720/statm: 3546257 3487763 910 2943 0 3543151 0
[pid=3720/tid=3721] ppid=3717 vsize=14185028 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 14525468672 3487763 33554432000 4194304 16246674 140737310007504 140474130083056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3720/tid=3722] ppid=3717 vsize=14185028 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3722/stat : 3722 (toysat) S 3717 3720 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25989345 14525468672 3487763 33554432000 4194304 16246674 140737310007504 140474119593200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3720/tid=3723] ppid=3717 vsize=14185028 CPUtime=0 cores=1,3,5,7
/proc/3720/task/3723/stat : 3723 (toysat) S 3717 3720 31224 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25989345 14525468672 3487763 33554432000 4194304 16246674 140737310007504 140474109119664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 14185028

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

[startup+1800.4 s]
/proc/loadavg: 2.36 2.23 2.16 3/183 3840
/proc/meminfo: memFree=14547180/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=0 CPUtime=1800.11 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) Z 3717 3720 31224 0 -1 4203532 3912164 0 0 0 179305 706 0 0 20 0 2 0 25989345 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3720/statm: 0 0 0 0 0 0 0
[pid=3720/tid=3721] ppid=3717 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) R 3717 3720 31224 0 -1 4203588 9 0 0 0 0 8 0 0 20 0 2 0 25989345 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

[startup+1800.81 s]
/proc/loadavg: 2.36 2.23 2.16 3/181 3840
/proc/meminfo: memFree=23877536/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=0 CPUtime=1800.51 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) Z 3717 3720 31224 0 -1 4203532 3912164 0 0 0 179305 746 0 0 20 0 2 0 25989345 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3720/statm: 0 0 0 0 0 0 0
[pid=3720/tid=3721] ppid=3717 vsize=0 CPUtime=0.49 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) R 3717 3720 31224 0 -1 4203588 9 0 0 0 0 49 0 0 20 0 2 0 25989345 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 2.36 2.23 2.16 3/181 3840
/proc/meminfo: memFree=23877536/32872528 swapFree=1200228/1314692
[pid=3720] ppid=3717 vsize=0 CPUtime=1800.6 cores=1,3,5,7
/proc/3720/stat : 3720 (toysat) Z 3717 3720 31224 0 -1 4203532 3912164 0 0 0 179305 755 0 0 20 0 2 0 25989345 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3720/statm: 0 0 0 0 0 0 0
[pid=3720/tid=3721] ppid=3717 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/3720/task/3721/stat : 3721 (toysat) R 3717 3720 31224 0 -1 4203588 9 0 0 0 0 58 0 0 20 0 2 0 25989345 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.95
CPU time (s): 1800.65
CPU user time (s): 1793.05
CPU system time (s): 7.60084
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 14185028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.05
system time used= 7.60084
maximum resident set size= 13951052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3912164
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= 582
involuntary context switches= 2394

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.90065 second user time and 19.558 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-18 10:43:48
IDJOB=4103885
IDBENCH=2496
IDSOLVER=2542
FILE ID=node131/4103885-1466239428
RUNJOBID= node131-1466206062-31241
PBS_JOBID= 19918146
Free space on /tmp= 71672 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-fiber.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103885-1466239428/watcher-4103885-1466239428 -o /tmp/evaluation-result-4103885-1466239428/solver-4103885-1466239428 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466206062-31241 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103885-1466239428.opb

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

MD5SUM BENCH= c3570b707fa12d3d9c0d2ae31848c1b3
RANDOM SEED=1591576327

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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.752
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.752
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.57
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.752
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:        27993652 kB
Buffers:          120852 kB
Cached:           181176 kB
SwapCached:         1460 kB
Active:          2401900 kB
Inactive:         420776 kB
Active(anon):    2283632 kB
Inactive(anon):   239380 kB
Active(file):     118268 kB
Inactive(file):   181396 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             16320 kB
Writeback:             0 kB
AnonPages:       3818216 kB
Mapped:            10468 kB
Shmem:                 0 kB
Slab:             602952 kB
SReclaimable:      46976 kB
SUnreclaim:       555976 kB
KernelStack:        1520 kB
PageTables:        11676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3975680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1200128 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= 71672 MiB
End job on node131 at 2016-06-18 11:13:49