Trace number 4079065

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) 499.455 499.558

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
MD5SUMcbbc019f11b539634b02edfceafed9db
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 variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
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 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 783292842349555
Number of bits of the biggest sum of numbers50
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-06T20:28:39+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-4079065-1465237719.opb"]
0.00/0.01	c use --random-gen="1285915278 3173243578 609232536 1586738085 2002917888 2011259094 3289338583 3387669695 3004289253 4189833240 1113495230 3562337315 467457264 1818827229 3542669228 113444124 3778503800 2811557364 666242669 1846314156 51156793 3650079198 1085018302 3354124490 2615452532 3771395516 3318277958 2857238681 3186389567 3444969090 2801326418 43027635 1160062743 1616865191 1654412734 3294422434 4280729709 1955999102 2225305451 3395810714 1383762253 1970432340 3195809625 3397294998 3126168624 2478017324 668317745 2434063366 3485669242 1668400310 1966785634 1155246297 1183627192 1239773789 2631566228 2306804059 1834669787 420327215 2937356026 2558310920 808579900 2820493374 3834794854 3431119021 2324787701 2371961770 447505903 1941658377 1463382587 4236494341 3111082659 3119404020 3442283435 819252018 547583769 3396884519 3031709931 168535597 3746098921 3727487595 2401445740 1394441900 1618413059 2762622538 2787762126 2096029810 3352077148 522050316 1001655127 3437587348 2521252191 2809710055 3708695134 3917058907 1439083295 4046096518 393846474 1239474989 648004601 440586704 1731994199 1859892065 2997442369 520181029 4007867501 4025455829 2672903392 1960338978 3903234767 3397506997 2071355739 2322059242 4250046048 144473091 1907894218 3123041683 2020743484 408589118 2077176351 1257685604 2287499011 2529811200 613835019 1709572046 1548469446 3321808097 1519966869 994095577 1871562111 124036256 418967682 2829122381 2577546136 3153374287 2620071167 537349532 408109578 1745095123 544823032 4255229650 2988752299 3877532469 461533671 1152026322 4181536983 2227102027 302575234 3939244145 1789051320 3062170958 987690022 3308327125 3440602589 1693098549 1724028159 2870004099 2601435462 1645810733 1328810362 2925009007 1651729849 3377847679 410442611 1811382440 1149813265 1637303769 3535448300 544652856 2838312961 3441126369 57920315 1700777225 166642908 2817139558 2503914946 449762040 4276041059 2477470726 4263535163 2262271168 289124216 2949898345 2482268963 1279986689 4280577516 857239231 3968531258 1180482139 1839866531 1012854317 3434717842 3122112222 1404035774 2765665443 1029843281 2522009224 171065543 745211205 1221864463 1403299440 754089712 3217286707 3959445769 412533518 521878481 17783464 1570127256 504649071 202053299 350845890 3842085265 2577215569 527240111 2549746680 122316515 1883603494 2155004413 1336682718 134602346 2707079988 3168145869 2316795131 3549357915 4032179309 3002852297 1203789239 3495808472 1097116733 619223930 918290976 2004219880 2130784429 4074029663 1454078770 2621571483 364748066 595622246 1926832051 2278818894 3554620187 3006790895 836001223 2283633312 2117249187 1168485047 418769470 2472023000 3649410172 2038721943 2886693756 1952427371 1167064995 944250535 597970925 2572753016 456012056 255 362436" option to reproduce the execution
0.28/0.36	c #vars 15501
0.28/0.36	c #constraints 763

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

pid=6439
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 6442
/proc/meminfo: memFree=30683876/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=679356 CPUtime=0 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 2522 0 0 0 0 0 0 0 20 0 4 0 105706571 695660544 3393 33554432000 4194304 16246674 140736940407472 140736940406896 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6442/statm: 170351 3402 441 2943 0 167245 0
[pid=6442/tid=6443] ppid=6439 vsize=696764 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 713486336 3465 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=701884 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 718729216 3483 33554432000 4194304 16246674 140736940407472 139894986874096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=705980 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 722923520 3500 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100208 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 6442
/proc/meminfo: memFree=30683876/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=1303108 CPUtime=0.08 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 29981 0 0 0 5 3 0 0 20 0 4 0 105706571 1334382592 30791 33554432000 4194304 16246674 140736940407472 140736940406784 7374276 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6442/statm: 325777 30806 802 2943 0 322671 0
[pid=6442/tid=6443] ppid=6439 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 1334382592 30817 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 1334382592 30828 33554432000 4194304 16246674 140736940407472 139894986874096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 1334382592 30839 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1303108

[startup+0.200575 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 6442
/proc/meminfo: memFree=30683876/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 42724 0 0 0 14 5 0 0 20 0 4 0 105706571 1343819776 44044 33554432000 4194304 16246674 140736940407472 140736940390464 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 328081 44045 802 2943 0 324975 0
[pid=6442/tid=6443] ppid=6439 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 1343819776 44045 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 1343819776 44045 33554432000 4194304 16246674 140736940407472 139894986874096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 1343819776 44046 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300537 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 6442
/proc/meminfo: memFree=30683876/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=1312324 CPUtime=0.28 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 44827 0 0 0 23 5 0 0 20 0 4 0 105706571 1343819776 46147 33554432000 4194304 16246674 140736940407472 140736940390464 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 328081 46147 802 2943 0 324975 0
[pid=6442/tid=6443] ppid=6439 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 1343819776 46147 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 1343819776 46147 33554432000 4194304 16246674 140736940407472 139894986874096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 1343819776 46147 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1312324

[startup+0.700425 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 6442
/proc/meminfo: memFree=30683876/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 49482 0 0 0 63 6 0 0 20 0 4 0 105706571 1345916928 50802 33554432000 4194304 16246674 140736940407472 140736940406688 13950192 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 328593 50802 836 2943 0 325487 0
[pid=6442/tid=6443] ppid=6439 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 1345916928 50802 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 1345916928 50802 33554432000 4194304 16246674 140736940407472 139894986874096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 1345916928 50802 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.50042 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 6446
/proc/meminfo: memFree=30481772/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=1314372 CPUtime=1.48 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 59484 0 0 0 141 7 0 0 20 0 4 0 105706571 1345916928 60804 33554432000 4194304 16246674 140736940407472 140736940389376 4221023 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 328593 60804 837 2943 0 325487 0
[pid=6442/tid=6443] ppid=6439 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 1345916928 60804 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 1345916928 60804 33554432000 4194304 16246674 140736940407472 139894986874096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 1345916928 60804 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1314372

[startup+3.10043 s]
/proc/loadavg: 2.08 2.04 2.01 4/183 6446
/proc/meminfo: memFree=30245436/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=1428036 CPUtime=3.08 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 297432 0 0 0 268 40 0 0 20 0 4 0 105706571 1462308864 298752 33554432000 4194304 16246674 140736940407472 140736940406136 4225154 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 357009 298756 837 2943 0 353903 0
[pid=6442/tid=6443] ppid=6439 vsize=1428036 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 1462308864 298758 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=1428036 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 1462308864 298762 33554432000 4194304 16246674 140736940407472 139894986874096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=1428036 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 1462308864 298765 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1428036

[startup+6.30043 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 6446
/proc/meminfo: memFree=29423456/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=1493572 CPUtime=6.28 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 314016 0 0 0 585 43 0 0 20 0 4 0 105706571 1529417728 315336 33554432000 4194304 16246674 140736940407472 140736940389376 4220940 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 373393 315336 837 2943 0 370287 0
[pid=6442/tid=6443] ppid=6439 vsize=1493572 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 1529417728 315336 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=1493572 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 1529417728 315336 33554432000 4194304 16246674 140736940407472 139894986874096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=1493572 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 1529417728 315336 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1493572

[startup+12.7004 s]
/proc/loadavg: 2.07 2.04 2.00 3/183 6446
/proc/meminfo: memFree=29046696/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=1870404 CPUtime=12.69 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 408224 0 0 0 1214 55 0 0 20 0 4 0 105706571 1915293696 409544 33554432000 4194304 16246674 140736940407472 140736940405376 4220850 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 467601 409544 837 2943 0 464495 0
[pid=6442/tid=6443] ppid=6439 vsize=1870404 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 1915293696 409544 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=1870404 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 1915293696 409544 33554432000 4194304 16246674 140736940407472 139894986874096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=1870404 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 1915293696 409544 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1870404

[startup+25.5005 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 6446
/proc/meminfo: memFree=27723356/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=3203652 CPUtime=25.48 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 741536 0 0 0 2449 99 0 0 20 0 4 0 105706571 3280539648 742856 33554432000 4194304 16246674 140736940407472 140736940406784 4206615 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 800913 742856 837 2943 0 797807 0
[pid=6442/tid=6443] ppid=6439 vsize=3203652 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 3280539648 742856 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=3203652 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 3280539648 742856 33554432000 4194304 16246674 140736940407472 139894986874096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=3203652 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 3280539648 742856 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3203652

[startup+51.1006 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 6447
/proc/meminfo: memFree=25693080/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=5217860 CPUtime=51.08 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 1245090 0 0 0 4937 171 0 0 20 0 4 0 105706571 5343088640 1246410 33554432000 4194304 16246674 140736940407472 140736940405312 4220880 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 1304465 1246410 837 2943 0 1301359 0
[pid=6442/tid=6443] ppid=6439 vsize=5217860 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 5343088640 1246410 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=5217860 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 5343088640 1246410 33554432000 4194304 16246674 140736940407472 139894986873872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=5217860 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 5343088640 1246410 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5217860

[startup+102.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 6451
/proc/meminfo: memFree=23335848/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=7573060 CPUtime=102.28 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 1844253 0 0 0 9970 258 0 0 20 0 4 0 105706571 7754813440 1835079 33554432000 4194304 16246674 140736940407472 140736940405312 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 1893265 1835081 837 2943 0 1890159 0
[pid=6442/tid=6443] ppid=6439 vsize=7573060 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 7754813440 1835098 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=7573060 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 7754813440 1835101 33554432000 4194304 16246674 140736940407472 139894986873872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=7573060 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 7754813440 1835104 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 7573060

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.00 4/183 6452
/proc/meminfo: memFree=19052644/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=11844164 CPUtime=162.25 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 2982308 0 0 0 15815 410 0 0 20 0 4 0 105706571 12128423936 2902990 33554432000 4194304 16246674 140736940407472 140736940405312 4220936 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 2961041 2902990 837 2943 0 2957935 0
[pid=6442/tid=6443] ppid=6439 vsize=11844164 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 12128423936 2902990 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=11844164 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 12128423936 2902990 33554432000 4194304 16246674 140736940407472 139894986873872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=11844164 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 12128423936 2902990 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 11844164

[startup+222.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 6453
/proc/meminfo: memFree=17561376/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=13333060 CPUtime=222.26 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 3354538 0 0 0 21758 468 0 0 20 0 4 0 105706571 13653053440 3275220 33554432000 4194304 16246674 140736940407472 140736940406648 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 3333265 3275220 842 2943 0 3330159 0
[pid=6442/tid=6443] ppid=6439 vsize=13333060 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 13653053440 3275220 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=13333060 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 13653053440 3275220 33554432000 4194304 16246674 140736940407472 139894986874096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=13333060 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 13653053440 3275220 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 13333060

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 6454
/proc/meminfo: memFree=16092112/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=14799428 CPUtime=282.24 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 3721130 0 0 0 27690 534 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 140736940405376 13899629 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 3699857 3641812 842 2943 0 3696751 0
[pid=6442/tid=6443] ppid=6439 vsize=14799428 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=14799428 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 139894986873872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=14799428 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 14799428

[startup+342.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 6456
/proc/meminfo: memFree=16091980/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=14799428 CPUtime=342.22 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 3721130 0 0 0 33685 537 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 140736940405440 14013949 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 3699857 3641812 842 2943 0 3696751 0
[pid=6442/tid=6443] ppid=6439 vsize=14799428 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=14799428 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 139894986873872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=14799428 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 14799428

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 6457
/proc/meminfo: memFree=16091600/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=14799428 CPUtime=402.21 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 3721130 0 0 0 39681 540 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 140736940405440 14014075 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 3699857 3641812 842 2943 0 3696751 0
[pid=6442/tid=6443] ppid=6439 vsize=14799428 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=14799428 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 139894986873872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=14799428 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 14799428

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 6458
/proc/meminfo: memFree=16091356/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=14799428 CPUtime=462.2 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 3721133 0 0 0 45676 544 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 140736940405312 14013949 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 3699857 3641812 842 2943 0 3696751 0
[pid=6442/tid=6443] ppid=6439 vsize=14799428 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=14799428 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 139894986873872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=14799428 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 15154614272 3641812 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 14799428



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+498.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 6459
/proc/meminfo: memFree=15123412/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=15882820 CPUtime=498.5 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) R 6439 6442 4590 0 -1 4202496 3991855 0 0 0 49262 588 0 0 20 0 4 0 105706571 16264007680 3912528 33554432000 4194304 16246674 140736940407472 140736940406568 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 3970705 3912528 842 2943 0 3967599 0
[pid=6442/tid=6443] ppid=6439 vsize=15882820 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6443/stat : 6443 (toysat) S 6439 6442 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105706571 16264007680 3912528 33554432000 4194304 16246674 140736940407472 139894997363952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=15882820 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) S 6439 6442 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105706571 16264007680 3912528 33554432000 4194304 16246674 140736940407472 139894986874096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6442/tid=6445] ppid=6439 vsize=15882820 CPUtime=0 cores=0,2,4,6
/proc/6442/task/6445/stat : 6445 (toysat) S 6439 6442 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105706571 16264007680 3912528 33554432000 4194304 16246674 140736940407472 139894869454000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 498.5
Current children cumulated vsize (KiB) 15882820

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

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

[startup+499.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 6459
/proc/meminfo: memFree=15123412/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=0 CPUtime=499.1 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) Z 6439 6442 4590 0 -1 4203532 3992300 0 0 0 49262 648 0 0 20 0 2 0 105706571 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 0 0 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) R 6439 6442 4590 0 -1 4203588 8 0 0 0 0 58 0 0 20 0 2 0 105706571 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 499.1
Current children cumulated vsize (KiB) 0

[startup+499.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 6459
/proc/meminfo: memFree=27864300/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=0 CPUtime=499.3 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) Z 6439 6442 4590 0 -1 4203532 3992300 0 0 0 49262 668 0 0 20 0 2 0 105706571 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 0 0 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=0 CPUtime=0.79 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) R 6439 6442 4590 0 -1 4203588 8 0 0 0 0 79 0 0 20 0 2 0 105706571 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 499.3
Current children cumulated vsize (KiB) 0

[startup+499.507 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 6459
/proc/meminfo: memFree=27864300/32872528 swapFree=11372/178980
[pid=6442] ppid=6439 vsize=0 CPUtime=499.4 cores=0,2,4,6
/proc/6442/stat : 6442 (toysat) Z 6439 6442 4590 0 -1 4203532 3992300 0 0 0 49262 678 0 0 20 0 2 0 105706571 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6442/statm: 0 0 0 0 0 0 0
[pid=6442/tid=6444] ppid=6439 vsize=0 CPUtime=0.89 cores=0,2,4,6
/proc/6442/task/6444/stat : 6444 (toysat) R 6439 6442 4590 0 -1 4203588 8 0 0 0 0 89 0 0 20 0 2 0 105706571 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 499.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 499.558
CPU time (s): 499.455
CPU user time (s): 492.625
CPU system time (s): 6.82996
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 15882820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 492.625
system time used= 6.82996
maximum resident set size= 15651892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3992300
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= 139
involuntary context switches= 517

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.73243 second user time and 4.12937 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-06 20:28:39
IDJOB=4079065
IDBENCH=2366
IDSOLVER=2542
FILE ID=node105/4079065-1465237719
RUNJOBID= node105-1465220657-4606
PBS_JOBID= 19843223
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= cbbc019f11b539634b02edfceafed9db
RANDOM SEED=1260471220

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30684536 kB
Buffers:           36660 kB
Cached:           127284 kB
SwapCached:         1756 kB
Active:          1240568 kB
Inactive:          63412 kB
Active(anon):    1140760 kB
Inactive(anon):     1504 kB
Active(file):      99808 kB
Inactive(file):    61908 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098460 kB
Dirty:             18692 kB
Writeback:            20 kB
AnonPages:       1326652 kB
Mapped:            10800 kB
Shmem:                 0 kB
Slab:             568860 kB
SReclaimable:      12460 kB
SUnreclaim:       556400 kB
KernelStack:        1496 kB
PageTables:         7120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1465888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1247232 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= 71712 MiB
End job on node105 at 2016-06-06 20:36:59