Trace number 4103277

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) 909.4 909.577

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-bc1.opb
MD5SUM7349a3a829e674d501313aed23f34764
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables27730
Total number of constraints3375
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints3291
Minimum length of a constraint3
Maximum length of a constraint5701
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000000000000000
Number of bits of the biggest number in a constraint 90
Biggest sum of numbers in a constraint 3221975665359866949148487122
Number of bits of the biggest sum of numbers92
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-18T09:28:31+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-4103277-1466234908.opb"]
0.00/0.01	c use --random-gen="105110079 561253979 1604825099 1535533975 173197307 2121201940 4227537719 3637929074 1108249715 2059003058 3983144776 2208669064 270920222 3247293312 2460717430 684750472 3531257893 44787684 3925000288 2455869078 2607100650 675359143 3369203626 58070904 2932240102 2124858029 542449679 4142164597 2866883540 3416000442 291734607 2755553083 3477071242 1050556947 816393378 2132626632 21313808 1906109418 2421343541 432139613 701846343 565165592 3668918178 4162718615 2095633861 1737597902 1755379930 4220979679 1179998208 2976921811 520831976 3680789699 2203601662 1220454014 3462285390 1736431576 1106067999 3637991273 3243263960 3906093683 2471162214 2523904466 646998548 373424341 2528202945 2902900177 2287471573 699824374 1848811783 1075259886 1757059572 1343445267 3231595266 1370716151 3780210568 3309255169 3814684928 2392395791 3432340675 3327432466 2124504204 4071401180 3784411808 2498095222 925981648 956427366 1546186788 403409289 2607053823 1673588137 875187099 166187606 3199736553 3390619629 827697135 3419007709 1867846170 191645768 3967642805 858956239 3613110984 701948339 3531835385 1700831437 3048808191 814799526 974169424 330125087 2403712174 2866101866 1658365126 1242278041 1008358008 2944456321 1143875390 3072566895 583924085 2267896130 520792940 4016923186 81796871 884109399 786400618 2990339635 1018283933 856732955 2021894860 3932798178 1327703406 2200295516 3179826448 1294332752 3761486619 1162749907 3859851374 1179499126 2861285838 3021261866 687588482 1373223619 524644222 1801080477 582794721 1700292496 2989705881 2060827870 4124860240 2406346268 3796989508 3966083703 1312435853 819939955 3284108983 1320118196 4173456689 805525794 1398089851 547299459 1858387350 4078826227 1258635150 822039598 540938434 1782826166 1367251469 4167251728 3438842612 239539551 2458736214 3310359291 2038835449 1637763276 3453681357 829210530 2823511254 2869171604 2346151155 1314708407 2802609994 55460419 17286240 2575610941 117181401 3082532206 273142621 3580798851 3098088532 3516363598 2510750760 1020077161 2070603048 949439909 2631761463 1972407467 556118634 2061323221 1684771035 578157966 451935567 1649625611 3712486641 2440868253 1908809818 706174021 2146155809 1684860680 3896449137 3711834890 3656233355 3153577020 2878528533 890189383 2287366165 1918347447 3169639106 1736335318 4196490070 3874487131 1792596951 153580280 3769571998 670137562 2974143496 3318595614 1124486060 3202109398 1303711849 602347601 893936909 2453820648 2179732414 2546427879 4057667161 1701439291 2406860567 1316366523 3474460708 311027605 1623180130 3859903377 1255770035 1867593379 3012873289 4215781652 2917355321 2892348075 3956204082 1431100974 2164213434 2278735376 3194075347 2118357101 2733991236 3887047615 2852489393 2213212473 255 362436" option to reproduce the execution
7.09/7.15	c #vars 27730
7.09/7.15	c #constraints 3375

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

pid=21377
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.07 2.08 2.04 3/179 21380
/proc/meminfo: memFree=30198156/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=757180 CPUtime=0 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 2829 0 0 0 0 0 0 0 20 0 4 0 25540995 775352320 3701 33554432000 4194304 16246674 140734617838608 140734617838032 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 189807 3710 441 2943 0 186701 0
[pid=21380/tid=21381] ppid=21377 vsize=774588 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 793178112 3771 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=779708 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25540995 798420992 3791 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=783804 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 802615296 3806 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100421 s]
/proc/loadavg: 2.07 2.08 2.04 3/179 21380
/proc/meminfo: memFree=30198156/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 29764 0 0 0 5 4 0 0 20 0 4 0 25540995 1333334016 30573 33554432000 4194304 16246674 140734617838608 140734617837920 7377589 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 325521 30590 801 2943 0 322415 0
[pid=21380/tid=21381] ppid=21377 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 1333334016 30600 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25540995 1333334016 30612 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 1333334016 30623 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200552 s]
/proc/loadavg: 2.07 2.08 2.04 3/179 21380
/proc/meminfo: memFree=30198156/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=1310276 CPUtime=0.19 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 45197 0 0 0 13 6 0 0 20 0 4 0 25540995 1341722624 46517 33554432000 4194304 16246674 140734617838608 140734617837920 13967808 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 327569 46517 801 2943 0 324463 0
[pid=21380/tid=21381] ppid=21377 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 1341722624 46517 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25540995 1341722624 46517 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 1341722624 46517 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1310276

[startup+0.300561 s]
/proc/loadavg: 2.07 2.08 2.04 3/179 21380
/proc/meminfo: memFree=30198156/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=1313348 CPUtime=0.28 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 45460 0 0 0 22 6 0 0 20 0 4 0 25540995 1344868352 47291 33554432000 4194304 16246674 140734617838608 140734617837920 14073329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 328337 47291 801 2943 0 325231 0
[pid=21380/tid=21381] ppid=21377 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 1344868352 47291 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25540995 1344868352 47291 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 1344868352 47291 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.700443 s]
/proc/loadavg: 2.07 2.08 2.04 3/179 21380
/proc/meminfo: memFree=30198156/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=1331780 CPUtime=0.69 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 45468 0 0 0 62 7 0 0 20 0 4 0 25540995 1363742720 50876 33554432000 4194304 16246674 140734617838608 140734617837920 12752382 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 332945 50876 802 2943 0 329839 0
[pid=21380/tid=21381] ppid=21377 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 1363742720 50876 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25540995 1363742720 50876 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 1363742720 50876 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1331780

[startup+1.50044 s]
/proc/loadavg: 2.07 2.08 2.04 3/183 21384
/proc/meminfo: memFree=29945212/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=1356356 CPUtime=1.49 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 80241 0 0 0 137 12 0 0 20 0 4 0 25540995 1388908544 90248 33554432000 4194304 16246674 140734617838608 140734617837784 7439516 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 339089 90248 802 2943 0 335983 0
[pid=21380/tid=21381] ppid=21377 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 1388908544 90248 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25540995 1388908544 90248 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 1388908544 90248 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1356356

[startup+3.10042 s]
/proc/loadavg: 2.06 2.08 2.04 3/183 21384
/proc/meminfo: memFree=29833280/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=1405508 CPUtime=3.09 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 110380 0 0 0 293 16 0 0 20 0 4 0 25540995 1439240192 130607 33554432000 4194304 16246674 140734617838608 140734617821600 4220994 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 351377 130607 802 2943 0 348271 0
[pid=21380/tid=21381] ppid=21377 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 1439240192 130607 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25540995 1439240192 130607 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 1439240192 130607 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1405508

[startup+6.30042 s]
/proc/loadavg: 2.06 2.08 2.04 3/183 21384
/proc/meminfo: memFree=29390004/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=1503812 CPUtime=6.29 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 164542 0 0 0 602 27 0 0 20 0 4 0 25540995 1539903488 205720 33554432000 4194304 16246674 140734617838608 140734617821600 7439720 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 375953 205720 802 2943 0 372847 0
[pid=21380/tid=21381] ppid=21377 vsize=1503812 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 1539903488 205720 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=1503812 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 1539903488 205720 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=1503812 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 1539903488 205720 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1503812

[startup+12.7004 s]
/proc/loadavg: 2.05 2.07 2.04 3/183 21384
/proc/meminfo: memFree=28789396/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=1933892 CPUtime=12.69 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 376054 0 0 0 1213 56 0 0 20 0 4 0 25540995 1980305408 425408 33554432000 4194304 16246674 140734617838608 140734617837920 12652940 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 483473 425408 834 2943 0 480367 0
[pid=21380/tid=21381] ppid=21377 vsize=1933892 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 1980305408 425408 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=1933892 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 1980305408 425408 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=1933892 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 1980305408 425408 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1933892

[startup+25.5006 s]
/proc/loadavg: 2.04 2.07 2.04 3/183 21384
/proc/meminfo: memFree=28316204/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=2118212 CPUtime=25.48 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 422134 0 0 0 2486 62 0 0 20 0 4 0 25540995 2169049088 471488 33554432000 4194304 16246674 140734617838608 140734617820480 4206877 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 529553 471488 834 2943 0 526447 0
[pid=21380/tid=21381] ppid=21377 vsize=2118212 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 2169049088 471488 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=2118212 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 2169049088 471488 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=2118212 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 2169049088 471488 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2118212

[startup+51.1006 s]
/proc/loadavg: 2.03 2.06 2.04 3/183 21384
/proc/meminfo: memFree=28316304/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=2118212 CPUtime=51.08 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 422134 0 0 0 5044 64 0 0 20 0 4 0 25540995 2169049088 471488 33554432000 4194304 16246674 140734617838608 140734617836416 6955456 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 529553 471488 834 2943 0 526447 0
[pid=21380/tid=21381] ppid=21377 vsize=2118212 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 2169049088 471488 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=2118212 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 2169049088 471488 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=2118212 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 2169049088 471488 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2118212

[startup+102.3 s]
/proc/loadavg: 2.07 2.07 2.04 3/184 21388
/proc/meminfo: memFree=28315848/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=2118212 CPUtime=102.28 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 422134 0 0 0 10163 65 0 0 20 0 4 0 25540995 2169049088 471488 33554432000 4194304 16246674 140734617838608 140734617820480 6958474 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 529553 471488 834 2943 0 526447 0
[pid=21380/tid=21381] ppid=21377 vsize=2118212 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 2169049088 471488 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=2118212 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 2169049088 471488 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=2118212 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 2169049088 471488 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2118212


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


[startup+522.3 s]
/proc/loadavg: 2.07 2.11 2.05 3/183 21397
/proc/meminfo: memFree=28309712/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=2123332 CPUtime=522.24 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 423420 0 0 0 52145 79 0 0 20 0 4 0 25540995 2174291968 472777 33554432000 4194304 16246674 140734617838608 140734617820480 4221027 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 530833 472777 834 2943 0 527727 0
[pid=21380/tid=21381] ppid=21377 vsize=2123332 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 2174291968 472777 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=2123332 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 2174291968 472777 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=2123332 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 2174291968 472777 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 2123332

[startup+582.3 s]
/proc/loadavg: 2.18 2.13 2.06 4/183 21398
/proc/meminfo: memFree=28307384/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=2125380 CPUtime=582.23 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 423936 0 0 0 58143 80 0 0 20 0 4 0 25540995 2176389120 473289 33554432000 4194304 16246674 140734617838608 140734617820480 4220936 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 531345 473289 834 2943 0 528239 0
[pid=21380/tid=21381] ppid=21377 vsize=2125380 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 2176389120 473289 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=2125380 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 2176389120 473289 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=2125380 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 2176389120 473289 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 2125380

[startup+642.3 s]
/proc/loadavg: 2.13 2.12 2.06 3/183 21399
/proc/meminfo: memFree=28306928/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=2126404 CPUtime=642.21 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 424192 0 0 0 64139 82 0 0 20 0 4 0 25540995 2177437696 473545 33554432000 4194304 16246674 140734617838608 140734617836416 4206568 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 531601 473545 834 2943 0 528495 0
[pid=21380/tid=21381] ppid=21377 vsize=2126404 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 2177437696 473545 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=2126404 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 2177437696 473545 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=2126404 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 2177437696 473545 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 642.21
Current children cumulated vsize (KiB) 2126404

[startup+702.3 s]
/proc/loadavg: 2.22 2.14 2.07 3/184 21451
/proc/meminfo: memFree=23497720/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=2126404 CPUtime=702.21 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 424198 0 0 0 70137 84 0 0 20 0 4 0 25540995 2177437696 473546 33554432000 4194304 16246674 140734617838608 140734617837920 12429241 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 531601 473546 835 2943 0 528495 0
[pid=21380/tid=21381] ppid=21377 vsize=2126404 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 2177437696 473546 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=2126404 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 2177437696 473546 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=2126404 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 2177437696 473546 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 702.21
Current children cumulated vsize (KiB) 2126404

[startup+762.3 s]
/proc/loadavg: 2.20 2.14 2.08 3/183 21453
/proc/meminfo: memFree=12421460/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=5887556 CPUtime=762.21 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 1364496 0 0 0 76001 220 0 0 20 0 4 0 25540995 6028857344 1413841 33554432000 4194304 16246674 140734617838608 140734617837784 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 1471889 1413841 841 2943 0 1468783 0
[pid=21380/tid=21381] ppid=21377 vsize=5887556 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 6028857344 1413841 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=5887556 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 6028857344 1413841 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=5887556 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 6028857344 1413841 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 762.21
Current children cumulated vsize (KiB) 5887556

[startup+822.3 s]
/proc/loadavg: 2.13 2.13 2.08 4/183 21454
/proc/meminfo: memFree=8498416/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=14638660 CPUtime=822.19 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 3552276 0 0 0 81701 518 0 0 20 0 4 0 25540995 14989987840 3601621 33554432000 4194304 16246674 140734617838608 140734617837784 14105072 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 3659665 3601621 842 2943 0 3656559 0
[pid=21380/tid=21381] ppid=21377 vsize=14638660 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 14989987840 3601621 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=14638660 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 14989987840 3601621 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=14638660 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 14989987840 3601621 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 822.19
Current children cumulated vsize (KiB) 14638660

[startup+882.308 s]
/proc/loadavg: 2.15 2.14 2.08 3/183 21455
/proc/meminfo: memFree=3142992/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=14638660 CPUtime=882.19 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 3552280 0 0 0 87697 522 0 0 20 0 4 0 25540995 14989987840 3601625 33554432000 4194304 16246674 140734617838608 140734617836544 14016696 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 3659665 3601625 846 2943 0 3656559 0
[pid=21380/tid=21381] ppid=21377 vsize=14638660 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 14989987840 3601625 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=14638660 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 14989987840 3601625 33554432000 4194304 16246674 140734617838608 140641040309264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=14638660 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 14989987840 3601625 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 882.19
Current children cumulated vsize (KiB) 14638660



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+908.8 s]
/proc/loadavg: 2.17 2.14 2.09 3/183 21456
/proc/meminfo: memFree=9942144/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=15889988 CPUtime=908.68 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) R 21377 21380 20760 0 -1 4202496 3864862 0 0 0 90298 570 0 0 20 0 4 0 25540995 16271347712 3914207 33554432000 4194304 16246674 140734617838608 140734617837784 12496793 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 3972497 3914207 846 2943 0 3969391 0
[pid=21380/tid=21381] ppid=21377 vsize=15889988 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21381/stat : 21381 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 16271347712 3914207 33554432000 4194304 16246674 140734617838608 140641050799344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=15889988 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) S 21377 21380 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25540995 16271347712 3914207 33554432000 4194304 16246674 140734617838608 140641040309488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21380/tid=21383] ppid=21377 vsize=15889988 CPUtime=0 cores=1,3,5,7
/proc/21380/task/21383/stat : 21383 (toysat) S 21377 21380 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25540995 16271347712 3914207 33554432000 4194304 16246674 140734617838608 140640918695088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 908.68
Current children cumulated vsize (KiB) 15889988

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

[startup+909.2 s]
/proc/loadavg: 2.17 2.14 2.09 3/183 21456
/proc/meminfo: memFree=9942144/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=0 CPUtime=909.08 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) Z 21377 21380 20760 0 -1 4203532 3865134 0 0 0 90298 610 0 0 20 0 2 0 25540995 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 0 0 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=0 CPUtime=0.39 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) R 21377 21380 20760 0 -1 4203588 9 0 0 0 0 39 0 0 20 0 2 0 25540995 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 909.08
Current children cumulated vsize (KiB) 0

[startup+909.4 s]
/proc/loadavg: 2.17 2.14 2.09 3/183 21456
/proc/meminfo: memFree=9942144/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=0 CPUtime=909.28 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) Z 21377 21380 20760 0 -1 4203532 3865134 0 0 0 90298 630 0 0 20 0 2 0 25540995 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 0 0 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=0 CPUtime=0.59 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) R 21377 21380 20760 0 -1 4203588 9 0 0 0 0 59 0 0 20 0 2 0 25540995 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 909.28
Current children cumulated vsize (KiB) 0

[startup+909.5 s]
/proc/loadavg: 2.17 2.14 2.09 3/183 21456
/proc/meminfo: memFree=9942144/32872528 swapFree=163656/177964
[pid=21380] ppid=21377 vsize=0 CPUtime=909.38 cores=1,3,5,7
/proc/21380/stat : 21380 (toysat) Z 21377 21380 20760 0 -1 4203532 3865134 0 0 0 90298 640 0 0 20 0 2 0 25540995 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21380/statm: 0 0 0 0 0 0 0
[pid=21380/tid=21382] ppid=21377 vsize=0 CPUtime=0.69 cores=1,3,5,7
/proc/21380/task/21382/stat : 21382 (toysat) R 21377 21380 20760 0 -1 4203588 9 0 0 0 0 69 0 0 20 0 2 0 25540995 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 909.38
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 909.577
CPU time (s): 909.4
CPU user time (s): 902.983
CPU system time (s): 6.41702
CPU usage (%): 99.9805
Max. virtual memory (cumulated for all children) (KiB): 15889988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 902.983
system time used= 6.41702
maximum resident set size= 15657916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3865134
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= 823
involuntary context switches= 914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.12822 second user time and 8.26674 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 09:28:31
IDJOB=4103277
IDBENCH=2316
IDSOLVER=2542
FILE ID=node105/4103277-1466234908
RUNJOBID= node105-1466229502-20777
PBS_JOBID= 19918174
Free space on /tmp= 71660 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-bc1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103277-1466234908/watcher-4103277-1466234908 -o /tmp/evaluation-result-4103277-1466234908/solver-4103277-1466234908 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20777 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103277-1466234908.opb

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

MD5SUM BENCH= 7349a3a829e674d501313aed23f34764
RANDOM SEED=984606818

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30198536 kB
Buffers:          105908 kB
Cached:           259124 kB
SwapCached:         1764 kB
Active:          1569804 kB
Inactive:         180200 kB
Active(anon):    1385808 kB
Inactive(anon):     1440 kB
Active(file):     183996 kB
Inactive(file):   178760 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             91184 kB
Writeback:             0 kB
AnonPages:       1566444 kB
Mapped:            10880 kB
Shmem:                 0 kB
Slab:             610808 kB
SReclaimable:      51332 kB
SUnreclaim:       559476 kB
KernelStack:        1464 kB
PageTables:         7172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1705508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1236992 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= 71612 MiB
End job on node105 at 2016-06-18 09:43:40