Trace number 4110514

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.06 1800.35

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-capmq3_wcsp.wbo
MD5SUMa37652ece280d7ba5cfd0ed956989365
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables90600
Total number of constraints180900
Number of soft constraints180300
Number of constraints which are clauses180300
Number of constraints which are cardinality constraints (but not clauses)600
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint300
Top cost 156989569
Min constraint cost 1
Max constraint cost 156989569
Sum of constraints costs 14130358978021
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 301
Number of bits of the biggest sum of numbers9
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-19T16:07:17+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","--wbo","--search=bcd2","HOME/instance-4110514-1466345237.wbo"]
0.00/0.01	c use --random-gen="2469253781 1875620303 723911733 3711575792 2169640796 2325825998 2313513176 4231897652 2073173074 583515946 3088104282 1985359894 3981645921 3433634410 349762377 1696025832 4268124845 2016760035 3680481638 4241292938 620763585 4265684153 1660030252 3172469367 2020033617 1166156208 1145066080 1960127960 3897928404 3742169247 1924179356 1793335933 3956805616 1395687534 3628972982 3946105950 1661516565 3994949155 2578034547 2834477938 3517119044 1858809451 1384217118 3078930314 3933866367 3772378847 1615787017 2800908335 3483374324 2223361320 4167840758 3457486744 671760824 1403748138 935287806 2070613479 4085473994 2192595878 441024415 913156376 315350354 117082992 753193704 1411902541 3087209738 971755683 2867799263 21526735 431284263 3600598133 1769450244 54132390 1780209615 3407347898 877165046 3271725781 607270398 1805138464 2747377352 3427567340 2414793206 3566066322 2505714112 867916089 4073081706 1506681376 1246494925 1546691725 3517641808 1610433248 1806716895 4148496343 2073535587 3821503770 3424511423 3939200734 127763183 3993634252 2985464873 2180987179 718171057 1903050743 637501197 1918047479 165950233 1737693710 3754057434 451784216 1621243576 1173850994 911254707 3283261102 1268342372 2110441847 857345477 1409574101 1622664503 3702712971 2517205335 185692809 1228811400 1282666265 2562490861 1323252222 504110607 4203816921 2636607169 227799975 2297834260 225875077 1671200494 608299055 304201495 3443002557 4137228839 1820416091 449270444 2386615661 3255792869 1405647740 4201123126 3698460552 1807871664 1757231769 469759007 778204542 2613196659 2800192506 3929948699 1695343388 1622996809 561579300 4204216283 3189566779 3893380017 700461158 1895801406 1577852560 1634856647 2998600269 3296441031 3900923305 2917892811 931843683 1036894404 1300766118 1011380194 3279230961 3027567745 277648819 1599212980 335357146 3691558845 325483480 890014078 4072753311 1085226490 4110244593 2398245266 4107706646 1853392643 4239923837 3051044377 1620767089 4124614639 1980872263 3273390710 1694996940 3032176103 120460729 2378625369 148387886 495971479 2191510220 1098212083 3266754034 2467193489 2479712729 4230172075 2998309988 2436532027 3601945837 80201538 1434391163 904812837 3414776007 1692777620 917501780 3777241397 1297438838 1416964532 2016392940 3797486346 4178319458 1387331592 1094063716 4270961157 2032512754 1396191198 1956742605 1463465755 2091532509 1982052643 406749924 3598853311 3779447339 1241670137 2694347758 1102690794 2314056911 154060963 1727179441 2663131539 28479009 3197252902 3856518370 1189604341 822782627 2252600784 394615573 268480241 4247473793 3461545539 1663004466 3339694673 241470890 3096777928 37223778 1391054810 2812262326 1032695221 1092099315 4050081014 229120177 435873008 257495781 255 362436" option to reproduce the execution

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-4110514-1466345237/watcher-4110514-1466345237 -o /tmp/evaluation-result-4110514-1466345237/solver-4110514-1466345237 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466341822-7742 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110514-1466345237.wbo 

pid=9189
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.19 2.23 2.14 3/179 9192
/proc/meminfo: memFree=29022704/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=754108 CPUtime=0 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 2816 0 0 0 0 0 0 0 20 0 4 0 36572456 772206592 3177 33554432000 4194304 16246674 140734507748160 140734507747584 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 189039 3186 441 2943 0 185933 0
[pid=9192/tid=9193] ppid=9189 vsize=770492 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 788983808 3244 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=774588 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 793178112 3260 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=779708 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 798420992 3277 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.19 2.23 2.14 3/179 9192
/proc/meminfo: memFree=29022704/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 29193 0 0 0 5 4 0 0 20 0 4 0 36572456 1333334016 29493 33554432000 4194304 16246674 140734507748160 140734507747472 7364033 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 325521 29508 803 2943 0 322415 0
[pid=9192/tid=9193] ppid=9189 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 1333334016 29519 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 1333334016 29530 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 1333334016 29542 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200505 s]
/proc/loadavg: 2.19 2.23 2.14 3/179 9192
/proc/meminfo: memFree=29022704/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 48364 0 0 0 12 7 0 0 20 0 4 0 36572456 1343819776 49175 33554432000 4194304 16246674 140734507748160 140734507731152 14807008 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 328081 49175 804 2943 0 324975 0
[pid=9192/tid=9193] ppid=9189 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 1343819776 49175 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 1343819776 49175 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 1343819776 49175 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300509 s]
/proc/loadavg: 2.19 2.23 2.14 3/179 9192
/proc/meminfo: memFree=29022704/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 56906 0 0 0 21 8 0 0 20 0 4 0 36572456 1344868352 57717 33554432000 4194304 16246674 140734507748160 140734507731152 4221105 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 328337 57717 804 2943 0 325231 0
[pid=9192/tid=9193] ppid=9189 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 1344868352 57717 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 1344868352 57717 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 1344868352 57717 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700433 s]
/proc/loadavg: 2.19 2.23 2.14 3/179 9192
/proc/meminfo: memFree=29022704/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 62152 0 0 0 60 9 0 0 20 0 4 0 36572456 1344868352 62963 33554432000 4194304 16246674 140734507748160 140734507731152 4206664 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 328337 62963 805 2943 0 325231 0
[pid=9192/tid=9193] ppid=9189 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 1344868352 62963 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 1344868352 62963 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 1344868352 62963 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50038 s]
/proc/loadavg: 2.19 2.23 2.14 3/183 9196
/proc/meminfo: memFree=28672608/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 115041 0 0 0 130 19 0 0 20 0 4 0 36572456 1344868352 115852 33554432000 4194304 16246674 140734507748160 140734507731152 12459048 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 328337 115859 832 2943 0 325231 0
[pid=9192/tid=9193] ppid=9189 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 1344868352 115862 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 1344868352 115863 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 1344868352 115870 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10041 s]
/proc/loadavg: 2.19 2.23 2.14 3/183 9196
/proc/meminfo: memFree=28394988/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=1321540 CPUtime=3.09 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 234004 0 0 0 274 35 0 0 20 0 4 0 36572456 1353256960 234815 33554432000 4194304 16246674 140734507748160 140734507730048 13923787 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 330385 234815 835 2943 0 327279 0
[pid=9192/tid=9193] ppid=9189 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 1353256960 234815 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 1353256960 234815 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 1353256960 234815 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1321540

[startup+6.30042 s]
/proc/loadavg: 2.17 2.22 2.14 3/183 9196
/proc/meminfo: memFree=27953000/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=1321540 CPUtime=6.28 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 271000 0 0 0 587 41 0 0 20 0 4 0 36572456 1353256960 271811 33554432000 4194304 16246674 140734507748160 140734507730048 4220543 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 330385 271811 835 2943 0 327279 0
[pid=9192/tid=9193] ppid=9189 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 1353256960 271811 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 1353256960 271811 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 1353256960 271811 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1321540

[startup+12.7003 s]
/proc/loadavg: 2.16 2.22 2.14 3/183 9196
/proc/meminfo: memFree=27844784/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=1412676 CPUtime=12.68 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 293796 0 0 0 1224 44 0 0 20 0 4 0 36572456 1446580224 294607 33554432000 4194304 16246674 140734507748160 140734507730048 12459037 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 353169 294607 844 2943 0 350063 0
[pid=9192/tid=9193] ppid=9189 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 1446580224 294607 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 1446580224 294607 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 1446580224 294607 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1412676

[startup+25.5004 s]
/proc/loadavg: 2.12 2.21 2.14 4/183 9196
/proc/meminfo: memFree=27845140/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=1412676 CPUtime=25.48 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 293796 0 0 0 2504 44 0 0 20 0 4 0 36572456 1446580224 294607 33554432000 4194304 16246674 140734507748160 140734507730048 13774084 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 353169 294607 844 2943 0 350063 0
[pid=9192/tid=9193] ppid=9189 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 1446580224 294607 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 1446580224 294607 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 1446580224 294607 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1412676

[startup+51.1004 s]
/proc/loadavg: 2.21 2.22 2.14 3/183 9245
/proc/meminfo: memFree=28446684/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=1412676 CPUtime=51.08 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 293796 0 0 0 5064 44 0 0 20 0 4 0 36572456 1446580224 294607 33554432000 4194304 16246674 140734507748160 140734507730048 6132605 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 353169 294607 844 2943 0 350063 0
[pid=9192/tid=9193] ppid=9189 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 1446580224 294607 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 1446580224 294607 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 1446580224 294607 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1412676

[startup+102.3 s]
/proc/loadavg: 2.22 2.22 2.14 3/183 9246
/proc/meminfo: memFree=27875064/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=1412676 CPUtime=102.28 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 293796 0 0 0 10184 44 0 0 20 0 4 0 36572456 1446580224 294863 33554432000 4194304 16246674 140734507748160 140734507730048 13809400 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 353169 294863 844 2943 0 350063 0
[pid=9192/tid=9193] ppid=9189 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 1446580224 294863 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 1446580224 294863 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 1446580224 294863 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1412676


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

/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 2007568384 431823 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1960516

[startup+1362.3 s]
/proc/loadavg: 2.16 2.19 2.18 3/183 9278
/proc/meminfo: memFree=15841516/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=2339396 CPUtime=1362.07 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 525384 0 0 0 136131 76 0 0 20 0 4 0 36572456 2395541504 526432 33554432000 4194304 16246674 140734507748160 140734507730048 6132648 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 584849 526432 844 2943 0 581743 0
[pid=9192/tid=9193] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526432 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526432 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526432 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 2339396

[startup+1422.3 s]
/proc/loadavg: 2.17 2.19 2.18 4/184 9282
/proc/meminfo: memFree=14267660/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=2339396 CPUtime=1422.07 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 525384 0 0 0 142131 76 0 0 20 0 4 0 36572456 2395541504 526432 33554432000 4194304 16246674 140734507748160 140734507730048 13807696 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 584849 526432 844 2943 0 581743 0
[pid=9192/tid=9193] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526432 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526432 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526432 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2339396

[startup+1482.3 s]
/proc/loadavg: 2.29 2.21 2.19 4/183 9283
/proc/meminfo: memFree=14267108/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=2339396 CPUtime=1482.05 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 525384 0 0 0 148129 76 0 0 20 0 4 0 36572456 2395541504 526432 33554432000 4194304 16246674 140734507748160 140734507730048 13807598 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 584849 526432 844 2943 0 581743 0
[pid=9192/tid=9193] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526432 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526432 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526432 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 2339396

[startup+1542.31 s]
/proc/loadavg: 2.16 2.19 2.18 3/183 9285
/proc/meminfo: memFree=14266760/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=2339396 CPUtime=1542.05 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 525495 0 0 0 154129 76 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 140734507730048 13807453 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 584849 526543 844 2943 0 581743 0
[pid=9192/tid=9193] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2339396

[startup+1602.3 s]
/proc/loadavg: 2.13 2.18 2.18 3/183 9286
/proc/meminfo: memFree=14266948/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=2339396 CPUtime=1602.04 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 525495 0 0 0 160127 77 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 140734507730048 6132488 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 584849 526543 844 2943 0 581743 0
[pid=9192/tid=9193] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 2339396

[startup+1662.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/183 9287
/proc/meminfo: memFree=14266840/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=2339396 CPUtime=1662.03 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 525495 0 0 0 166126 77 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 140734507730048 13809288 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 584849 526543 844 2943 0 581743 0
[pid=9192/tid=9193] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2339396

[startup+1722.3 s]
/proc/loadavg: 2.13 2.17 2.17 3/183 9288
/proc/meminfo: memFree=14266540/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=2339396 CPUtime=1722.02 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 525495 0 0 0 172125 77 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 140734507730048 13817033 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 584849 526543 844 2943 0 581743 0
[pid=9192/tid=9193] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2339396

[startup+1782.3 s]
/proc/loadavg: 2.17 2.17 2.17 3/183 9289
/proc/meminfo: memFree=14266072/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=2339396 CPUtime=1782.01 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 525495 0 0 0 178124 77 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 140734507730048 13807758 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 584849 526543 844 2943 0 581743 0
[pid=9192/tid=9193] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2339396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.19 2.17 2.17 3/183 9289
/proc/meminfo: memFree=14266436/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=2339396 CPUtime=1800 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 525495 0 0 0 179923 77 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 140734507730048 13807598 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 584849 526543 844 2943 0 581743 0
[pid=9192/tid=9193] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2339396

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

[startup+1800.3 s]
/proc/loadavg: 2.19 2.17 2.17 3/183 9289
/proc/meminfo: memFree=14266436/32872528 swapFree=1431120/1543540
[pid=9192] ppid=9189 vsize=2339396 CPUtime=1800 cores=0,2,4,6
/proc/9192/stat : 9192 (toysat) R 9189 9192 7726 0 -1 4202496 525495 0 0 0 179923 77 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 140734507730048 13807598 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9192/statm: 584849 526543 844 2943 0 581743 0
[pid=9192/tid=9193] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9193/stat : 9193 (toysat) S 9189 9192 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723998735600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9194/stat : 9194 (toysat) S 9189 9192 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723988245744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=2339396 CPUtime=0 cores=0,2,4,6
/proc/9192/task/9195/stat : 9195 (toysat) S 9189 9192 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36572456 2395541504 526543 33554432000 4194304 16246674 140734507748160 139723876068528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2339396

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.35
CPU time (s): 1800.06
CPU user time (s): 1799.24
CPU system time (s): 0.818875
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 2339396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 0.818875
maximum resident set size= 2106172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 525495
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= 52
involuntary context switches= 1848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.84126 second user time and 6.84496 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-19 16:07:17
IDJOB=4110514
IDBENCH=79501
IDSOLVER=2553
FILE ID=node116/4110514-1466345237
RUNJOBID= node116-1466341822-7742
PBS_JOBID= 19922036
Free space on /tmp= 71672 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-capmq3_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110514-1466345237/watcher-4110514-1466345237 -o /tmp/evaluation-result-4110514-1466345237/solver-4110514-1466345237 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466341822-7742 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110514-1466345237.wbo

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

MD5SUM BENCH= a37652ece280d7ba5cfd0ed956989365
RANDOM SEED=488703368

node116.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.781
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.56
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.781
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.781
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.781
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.781
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.781
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.54
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.781
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.781
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:        29023240 kB
Buffers:          144984 kB
Cached:           291636 kB
SwapCached:         2316 kB
Active:          1287184 kB
Inactive:         265196 kB
Active(anon):    1114032 kB
Inactive(anon):     3928 kB
Active(file):     173152 kB
Inactive(file):   261268 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             22540 kB
Writeback:             0 kB
AnonPages:       2662236 kB
Mapped:            12452 kB
Shmem:                 0 kB
Slab:             616732 kB
SReclaimable:      60812 kB
SUnreclaim:       555920 kB
KernelStack:        1520 kB
PageTables:         9668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2799876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    731136 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= 71656 MiB
End job on node116 at 2016-06-19 16:37:18