Trace number 4103317

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.06 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath3.opb
MD5SUM24a38adb0cf3d573eb3de1ce9ead1201
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 variables49335
Total number of constraints4902
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)209
Number of constraints which are nor clauses,nor cardinality constraints4693
Minimum length of a constraint1
Maximum length of a constraint46934
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 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4776342294353942
Number of bits of the biggest sum of numbers53
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:35:35+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-4103317-1466235334.opb"]
0.00/0.01	c use --random-gen="1482258661 246808565 2088373281 3144725820 3971125044 2687355120 3544374239 2811693500 3524036480 3266948618 2392372195 1204902061 3409903104 3692982746 1056117311 1451173579 3624943384 3418104968 592645021 106830614 3815734956 2169017381 4230654659 192097411 4212659869 1277805467 875932171 4055530465 1796522381 2291475536 1656344003 1375589760 3379073504 1731180344 521752385 818344387 2194364155 931751533 84834040 1992835165 21823133 3622680097 3350608589 318243091 2790011915 3532340959 3874981437 2510712261 3011501824 3902077539 4140623851 712469040 2146624876 2784514751 2571196032 1601600638 429894911 3896738831 143077397 3423900015 3459756490 343029155 3991511051 411694068 131179107 2200893523 1241248594 3834033383 3621803806 3157115056 604836280 117294363 3441729605 3189985359 1245510110 888852277 2403760739 697480505 2476605227 235603459 1897941203 473528973 773066839 2605596405 1558419397 3313767412 3225483134 1358294232 119776715 522605846 1131480652 862401899 3740007857 1288983599 1070618293 761286322 2414829108 3833902183 1399247709 962785117 2360886560 3723434008 478038027 3712928373 938889013 2644155227 1388019403 381179971 854999676 483489349 3130153719 3774718857 1923256867 3822964465 4029884610 4154017616 223966544 725231738 1582736384 3951151771 4213503907 1289305196 1030722550 2744337067 2508177456 1543814238 3651624489 3564450758 3500951669 971538249 3292905284 1817530246 3628197643 4290332008 3394616666 570260552 4082736813 25272461 2753578751 3428187798 2225188490 1078437700 1529375863 1803076711 2549263128 1028512211 3089408437 1245314929 3646676496 1943008822 1206114684 3137788141 3549860588 1759490373 3091813070 805530944 2401466391 960550849 3258304146 1297851252 522816449 2551888885 1662152903 4083957836 2276303242 2571993074 2651000781 1255324634 3271419374 1339281638 4030893556 2439953942 480216440 535962622 307593976 3486413648 28173075 3506853812 2388906390 3507791033 1574044351 3015570738 3092449598 738668450 380898930 487338505 667773998 3001882520 864790567 1433672173 3508905122 2415714027 4263520714 3628088118 1991625233 180194268 2547642547 3051350684 7140540 257446658 3630696799 2116855986 2975031215 506275025 3868009959 182249729 1094354793 1427310014 2538657105 2881190125 2621097822 805637173 2290310431 1708827660 2687316782 1621997715 805162216 326627767 2839712738 1509936638 2651217548 3030935364 2657754327 1403465559 1841852426 726071747 2673365350 1603618280 3834227947 4048953622 672189278 1184652003 2946595481 1659042968 1526002162 47811620 3600711477 2241335506 2369886818 2203561840 963399060 4102754272 379723031 780198503 1042349637 258385188 128404774 2215015628 63599385 1962991773 1551586448 2401614933 3877720913 2425929903 2010269653 1416050302 255 362436" option to reproduce the execution
0.59/0.66	c #vars 49335
0.59/0.66	c #constraints 4902
15.28/15.37	c BCD2: Hardening is enabled.
15.28/15.37	c BCD2: BiasedSearch is enabled.
15.28/15.37	c Solving starts ...
15.28/15.37	c ============================[ Search Statistics ]============================
15.28/15.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.28/15.37	c       |         |          |          |    Limit     GC | Var      | Constra 
15.28/15.37	c =============================================================================
15.28/15.38	c  0.0s |       0 |        0 |        0 |    18043      0 |     2321 |        0

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

pid=19002
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.36 2.25 2.19 3/179 19005
/proc/meminfo: memFree=27715628/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=722364 CPUtime=0 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 2693 0 0 0 0 0 0 0 20 0 4 0 25580084 739700736 3053 33554432000 4194304 16246674 140733344419120 140733344418544 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 181359 3065 441 2943 0 178253 0
[pid=19005/tid=19006] ppid=19002 vsize=740796 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 758575104 3127 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=744892 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 762769408 3143 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=748988 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25580084 766963712 3160 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 2.36 2.25 2.19 3/179 19005
/proc/meminfo: memFree=27715628/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 29138 0 0 0 6 3 0 0 20 0 4 0 25580084 1333334016 29437 33554432000 4194304 16246674 140733344419120 140733344418432 8057278 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 325521 29452 800 2943 0 322415 0
[pid=19005/tid=19006] ppid=19002 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1333334016 29463 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1333334016 29474 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1333334016 29485 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200523 s]
/proc/loadavg: 2.36 2.25 2.19 3/179 19005
/proc/meminfo: memFree=27715628/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1312324 CPUtime=0.18 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 47064 0 0 0 12 6 0 0 20 0 4 0 25580084 1343819776 47873 33554432000 4194304 16246674 140733344419120 140733344418432 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 328081 47873 800 2943 0 324975 0
[pid=19005/tid=19006] ppid=19002 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1343819776 47873 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1343819776 47873 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1343819776 47873 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1312324

[startup+0.477292 s]
/proc/loadavg: 2.36 2.25 2.19 3/179 19005
/proc/meminfo: memFree=27715628/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1312324 CPUtime=0.47 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 56800 0 0 0 39 8 0 0 20 0 4 0 25580084 1343819776 57609 33554432000 4194304 16246674 140733344419120 140733344418432 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 328081 57609 801 2943 0 324975 0
[pid=19005/tid=19006] ppid=19002 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1343819776 57609 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1343819776 57609 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1343819776 57609 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 1312324

[startup+0.700382 s]
/proc/loadavg: 2.36 2.25 2.19 3/179 19005
/proc/meminfo: memFree=27715628/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1312324 CPUtime=0.68 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 60211 0 0 0 60 8 0 0 20 0 4 0 25580084 1343819776 61020 33554432000 4194304 16246674 140733344419120 140733344418432 4222197 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 328081 61020 813 2943 0 324975 0
[pid=19005/tid=19006] ppid=19002 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1343819776 61020 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1343819776 61020 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1343819776 61020 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1312324

[startup+1.5004 s]
/proc/loadavg: 2.49 2.28 2.20 3/183 19009
/proc/meminfo: memFree=27370608/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1330756 CPUtime=1.49 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 160183 0 0 0 127 22 0 0 20 0 4 0 25580084 1362694144 160993 33554432000 4194304 16246674 140733344419120 140733344418432 12449399 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 332689 161008 836 2943 0 329583 0
[pid=19005/tid=19006] ppid=19002 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1362694144 161017 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1362694144 161026 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1362694144 161035 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1330756

[startup+3.10036 s]
/proc/loadavg: 2.49 2.28 2.20 3/183 19009
/proc/meminfo: memFree=26459556/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1490500 CPUtime=3.09 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 313248 0 0 0 266 43 0 0 20 0 4 0 25580084 1526272000 314057 33554432000 4194304 16246674 140733344419120 140733344418432 4220871 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 372625 314057 836 2943 0 369519 0
[pid=19005/tid=19006] ppid=19002 vsize=1490500 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1526272000 314057 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1490500 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1526272000 314057 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1490500 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1526272000 314057 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1490500

[startup+6.30039 s]
/proc/loadavg: 2.53 2.29 2.21 3/183 19009
/proc/meminfo: memFree=26459196/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1490500 CPUtime=6.29 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 313249 0 0 0 586 43 0 0 20 0 4 0 25580084 1526272000 314058 33554432000 4194304 16246674 140733344419120 140733344401024 4220965 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 372625 314058 836 2943 0 369519 0
[pid=19005/tid=19006] ppid=19002 vsize=1490500 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1526272000 314058 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1490500 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1526272000 314058 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1490500 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1526272000 314058 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1490500

[startup+12.7004 s]
/proc/loadavg: 2.49 2.29 2.20 3/183 19009
/proc/meminfo: memFree=26382064/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1567300 CPUtime=12.69 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 332450 0 0 0 1224 45 0 0 20 0 4 0 25580084 1604915200 333259 33554432000 4194304 16246674 140733344419120 140733344401024 12371164 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 391825 333259 837 2943 0 388719 0
[pid=19005/tid=19006] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333259 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333259 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333259 33554432000 4194304 16246674 140733344419120 140649632357552 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) 1567300

[startup+25.5074 s]
/proc/loadavg: 2.45 2.29 2.20 3/183 19009
/proc/meminfo: memFree=26382740/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1567300 CPUtime=25.49 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 332507 0 0 0 2504 45 0 0 20 0 4 0 25580084 1604915200 333316 33554432000 4194304 16246674 140733344419120 140733344401024 5721660 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 391825 333316 894 2943 0 388719 0
[pid=19005/tid=19006] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333316 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333316 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333316 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1567300

[startup+51.1004 s]
/proc/loadavg: 2.36 2.28 2.20 3/183 19009
/proc/meminfo: memFree=26383368/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1567300 CPUtime=51.08 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 332509 0 0 0 5063 45 0 0 20 0 4 0 25580084 1604915200 333318 33554432000 4194304 16246674 140733344419120 140733344401024 12483222 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 391825 333318 896 2943 0 388719 0
[pid=19005/tid=19006] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333318 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333318 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333318 33554432000 4194304 16246674 140733344419120 140649632357552 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) 1567300

[startup+102.3 s]
/proc/loadavg: 2.21 2.25 2.19 3/183 19010
/proc/meminfo: memFree=26383060/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1567300 CPUtime=102.27 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 332509 0 0 0 10182 45 0 0 20 0 4 0 25580084 1604915200 333318 33554432000 4194304 16246674 140733344419120 140733344401024 5721768 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 391825 333318 896 2943 0 388719 0
[pid=19005/tid=19006] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333318 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333318 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333318 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1567300


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

/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 1567300

[startup+1362.3 s]
/proc/loadavg: 2.13 2.15 2.16 3/183 19090
/proc/meminfo: memFree=28222496/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1567300 CPUtime=1362.01 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 332637 0 0 0 136155 46 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140733344401024 5712683 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 391825 333577 899 2943 0 388719 0
[pid=19005/tid=19006] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 1567300

[startup+1422.3 s]
/proc/loadavg: 2.20 2.16 2.16 3/183 19091
/proc/meminfo: memFree=28222840/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1567300 CPUtime=1422 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 332637 0 0 0 142153 47 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140733344401024 12483345 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 391825 333577 899 2943 0 388719 0
[pid=19005/tid=19006] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 1567300

[startup+1482.3 s]
/proc/loadavg: 2.33 2.19 2.17 3/184 19096
/proc/meminfo: memFree=28222372/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1567300 CPUtime=1482 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 332637 0 0 0 148153 47 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140733344401024 13759627 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 391825 333577 899 2943 0 388719 0
[pid=19005/tid=19006] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 1567300

[startup+1542.3 s]
/proc/loadavg: 2.23 2.19 2.17 3/184 19120
/proc/meminfo: memFree=28221148/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1567300 CPUtime=1541.99 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 332637 0 0 0 154152 47 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140733344401024 5721512 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 391825 333577 899 2943 0 388719 0
[pid=19005/tid=19006] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 1567300

[startup+1602.3 s]
/proc/loadavg: 2.13 2.16 2.17 3/183 19121
/proc/meminfo: memFree=28220972/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1567300 CPUtime=1601.98 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 332637 0 0 0 160151 47 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140733344418296 5721677 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 391825 333577 899 2943 0 388719 0
[pid=19005/tid=19006] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 1567300

[startup+1662.31 s]
/proc/loadavg: 2.16 2.16 2.17 3/183 19122
/proc/meminfo: memFree=28221424/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1567300 CPUtime=1661.97 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 332637 0 0 0 166150 47 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140733344401024 5722908 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 391825 333577 899 2943 0 388719 0
[pid=19005/tid=19006] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 1567300

[startup+1722.3 s]
/proc/loadavg: 2.12 2.15 2.16 3/183 19123
/proc/meminfo: memFree=28220880/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1567300 CPUtime=1721.96 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 332637 0 0 0 172149 47 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140733344401024 5721780 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 391825 333577 899 2943 0 388719 0
[pid=19005/tid=19006] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 1567300

[startup+1782.3 s]
/proc/loadavg: 2.04 2.12 2.15 3/183 19125
/proc/meminfo: memFree=28220960/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1567300 CPUtime=1781.95 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 332637 0 0 0 178148 47 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140733344401024 13950230 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 391825 333577 899 2943 0 388719 0
[pid=19005/tid=19006] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 1567300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.11 2.13 2.15 3/183 19125
/proc/meminfo: memFree=28220728/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1567300 CPUtime=1800.05 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 332637 0 0 0 179958 47 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140733344401024 12483212 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 391825 333577 899 2943 0 388719 0
[pid=19005/tid=19006] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1567300

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

[startup+1800.4 s]
/proc/loadavg: 2.11 2.13 2.15 3/183 19125
/proc/meminfo: memFree=28220728/32872528 swapFree=1191052/1305516
[pid=19005] ppid=19002 vsize=1567300 CPUtime=1800.05 cores=0,2,4,6
/proc/19005/stat : 19005 (toysat) R 19002 19005 14522 0 -1 4202496 332637 0 0 0 179958 47 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140733344401024 12483212 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19005/statm: 391825 333577 899 2943 0 388719 0
[pid=19005/tid=19006] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19006/stat : 19006 (toysat) S 19002 19005 14522 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649727765744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19005/tid=19007] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19007/stat : 19007 (toysat) S 19002 19005 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649642831088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19005/tid=19008] ppid=19002 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/19005/task/19008/stat : 19008 (toysat) S 19002 19005 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25580084 1604915200 333577 33554432000 4194304 16246674 140733344419120 140649632357552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1567300

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1799.59
CPU system time (s): 0.472928
CPU usage (%): 99.9805
Max. virtual memory (cumulated for all children) (KiB): 1567300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.472928
maximum resident set size= 1334308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332637
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= 161
involuntary context switches= 1870

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5743 second user time and 6.88895 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 09:35:35
IDJOB=4103317
IDBENCH=2326
IDSOLVER=2542
FILE ID=node127/4103317-1466235334
RUNJOBID= node127-1466206072-14538
PBS_JOBID= 19918150
Free space on /tmp= 71720 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-swath3.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103317-1466235334/watcher-4103317-1466235334 -o /tmp/evaluation-result-4103317-1466235334/solver-4103317-1466235334 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466206072-14538 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103317-1466235334.opb

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

MD5SUM BENCH= 24a38adb0cf3d573eb3de1ce9ead1201
RANDOM SEED=767744351

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27716008 kB
Buffers:           45420 kB
Cached:            94620 kB
SwapCached:          516 kB
Active:          3038976 kB
Inactive:          71484 kB
Active(anon):    2968772 kB
Inactive(anon):     3704 kB
Active(file):      70204 kB
Inactive(file):    67780 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:             20592 kB
Writeback:             0 kB
AnonPages:       4275456 kB
Mapped:            10880 kB
Shmem:                 0 kB
Slab:             601288 kB
SReclaimable:      45156 kB
SUnreclaim:       556132 kB
KernelStack:        1464 kB
PageTables:        12524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4418928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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= 71700 MiB
End job on node127 at 2016-06-18 10:05:35