Trace number 4093286

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.18 1800.47

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-capmo4_wcsp.wbo
MD5SUM4acc3a5419b938688cb78ca12bf017b9
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3555109
Best CPU time to get the best result obtained on this benchmark1800.41
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables10200
Total number of constraints20300
Number of soft constraints20100
Number of constraints which are clauses20100
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint100
Top cost 19552592
Min constraint cost 1
Max constraint cost 19552592
Sum of constraints costs 195667093770
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
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-16T18:44:24+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-4093286-1466095464.wbo"]
0.00/0.01	c use --random-gen="1996869199 3936417797 357199304 1966000722 2873911768 2957166458 1165540353 459934794 2742010929 3176768636 2374895827 3435860161 3335108475 223908580 3504575836 2411251653 839428313 3972016083 3897689760 4286035943 3580392584 3536976339 2605753602 3568833661 3694878775 1162592777 4100003279 1157218829 2260061424 2079503300 3656805391 436715316 2781949761 1631313205 2149805657 1793418016 2758317529 3604701545 3604174663 3363699117 1695351549 1051677754 3029972404 2929035544 2606367247 1268997452 266946349 1576726881 2117659698 438495141 2767209254 3192426353 1129861935 1860650164 1157014380 1751055614 828717305 2212305809 2457202024 2609457923 1051331185 971715945 1011774754 1094016934 1522988132 1763620659 161040719 1104951557 1404868753 1707547445 2101334378 379053403 3890673858 2977821940 1740343282 2318757748 1453622890 965272355 4075387069 26727972 3761390423 628833256 47761019 2123612904 2319463483 867663745 1980721766 4063997249 1147310963 2892793814 2400841206 1331927426 4203991981 387827172 3020360330 213982790 3000333697 2464059475 2517132010 3002160696 3366145386 442324427 4156345565 341965124 991737038 1156764791 3439963018 1884640848 1396254897 3818466111 316320089 1978307670 29967026 3909647188 56977700 2998486614 2800547925 3865572682 1403225175 803370502 1871785169 3482282758 2996126976 3689290949 253982706 1153844163 2449648118 679847844 266551300 3615318232 1269531783 4200878560 2777723130 3667719181 4122037186 803306274 1813631733 1293764951 1618313930 3158415038 301816697 1190963147 2726586504 1706776531 3636680200 520272437 463796070 2616710789 3898464830 431738564 2792815594 1993023397 1523351498 2766539204 4102801901 4079465259 285609541 2645516619 3560348937 1079099938 3976061172 2926856634 783243615 1086992693 691406436 2540437336 4084930771 4125938764 4110436617 940726001 827964493 524947885 519242624 4021304108 3608061749 2762294719 3002703713 3290054387 3204551704 1582041870 3741571015 2851500611 2865524003 1358033150 3927096376 4027318344 3673592910 2275011844 3192265638 1988159861 522225348 3342577188 1508903274 4018416653 4236984201 1390017044 4226431404 2515763542 3145959462 1359068329 2459221529 949224237 1541739557 357119004 4185098129 134117113 2118489022 3055660441 809594467 562284474 4036483964 3034781698 3581721994 390422876 3778513097 1524679957 320782467 4040693158 1704083693 1190118427 4175008127 1837514875 3331548140 411281252 1189013110 2470663304 606048142 2724402314 1403855262 2711840594 3322935635 1107023871 2666548872 4010260743 270091975 1997975618 861007090 3789449845 617935732 1417914191 3273692326 611241391 1418851567 2359104705 2427035830 4145759682 2853180657 1672087242 4051895732 2169313401 1455471342 3402528595 3016187152 585983639 1401613636 2283548343 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-4093286-1466095464/watcher-4093286-1466095464 -o /tmp/evaluation-result-4093286-1466095464/solver-4093286-1466095464 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466093099-25669 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093286-1466095464.wbo 

pid=26198
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.00 2.02 2.13 3/179 26201
/proc/meminfo: memFree=30550404/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=453052 CPUtime=0 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 1642 0 0 0 0 0 0 0 20 0 4 0 11593155 463925248 2003 33554432000 4194304 16246674 140735554109136 140735554108560 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26201/statm: 114031 2011 441 2943 0 110925 0
[pid=26201/tid=26202] ppid=26198 vsize=463292 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 474411008 2041 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=463292 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11593156 474411008 2041 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=463292 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11593156 474411008 2041 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100131 s]
/proc/loadavg: 2.00 2.02 2.13 3/179 26201
/proc/meminfo: memFree=30550404/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 25079 0 0 0 5 4 0 0 20 0 4 0 11593155 1333334016 25380 33554432000 4194304 16246674 140735554109136 140735554108448 7364033 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26201/statm: 325521 25395 803 2943 0 322415 0
[pid=26201/tid=26202] ppid=26198 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 1333334016 25404 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11593156 1333334016 25415 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 1333334016 25426 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200454 s]
/proc/loadavg: 2.00 2.02 2.13 3/179 26201
/proc/meminfo: memFree=30550404/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=1302084 CPUtime=0.19 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 44871 0 0 0 12 7 0 0 20 0 4 0 11593155 1333334016 45173 33554432000 4194304 16246674 140735554109136 140735554092128 6141558 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26201/statm: 325521 45181 830 2943 0 322415 0
[pid=26201/tid=26202] ppid=26198 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 1333334016 45187 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11593156 1333334016 45193 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 1333334016 45197 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1302084

[startup+0.30042 s]
/proc/loadavg: 2.00 2.02 2.13 3/179 26201
/proc/meminfo: memFree=30550404/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=1302084 CPUtime=0.29 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 63823 0 0 0 19 10 0 0 20 0 4 0 11593155 1333334016 64124 33554432000 4194304 16246674 140735554109136 140735554092128 13956064 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26201/statm: 325521 64135 830 2943 0 322415 0
[pid=26201/tid=26202] ppid=26198 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 1333334016 64141 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11593156 1333334016 64147 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 1333334016 64155 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1302084

[startup+0.700411 s]
/proc/loadavg: 2.00 2.02 2.13 3/179 26201
/proc/meminfo: memFree=30550404/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=1320516 CPUtime=0.69 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 135596 0 0 0 50 19 0 0 20 0 4 0 11593155 1352208384 135897 33554432000 4194304 16246674 140735554109136 140735554108352 13752808 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 330129 135897 833 2943 0 327023 0
[pid=26201/tid=26202] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 135897 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 135897 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 135897 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1320516

[startup+1.50036 s]
/proc/loadavg: 2.00 2.02 2.13 3/183 26205
/proc/meminfo: memFree=30007816/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=1320516 CPUtime=1.48 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 135745 0 0 0 129 19 0 0 20 0 4 0 11593155 1352208384 136046 33554432000 4194304 16246674 140735554109136 140735554091008 13774000 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 330129 136046 842 2943 0 327023 0
[pid=26201/tid=26202] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1320516

[startup+3.1004 s]
/proc/loadavg: 2.00 2.02 2.13 3/183 26205
/proc/meminfo: memFree=30007328/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=1320516 CPUtime=3.08 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 135745 0 0 0 289 19 0 0 20 0 4 0 11593155 1352208384 136046 33554432000 4194304 16246674 140735554109136 140735554091008 6132656 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 330129 136046 842 2943 0 327023 0
[pid=26201/tid=26202] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1320516

[startup+6.30039 s]
/proc/loadavg: 2.00 2.02 2.13 3/183 26205
/proc/meminfo: memFree=30006800/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=1320516 CPUtime=6.28 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 135745 0 0 0 609 19 0 0 20 0 4 0 11593155 1352208384 136046 33554432000 4194304 16246674 140735554109136 140735554091008 13817016 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 330129 136046 842 2943 0 327023 0
[pid=26201/tid=26202] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1320516

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.13 3/183 26205
/proc/meminfo: memFree=30006788/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=1320516 CPUtime=12.68 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 135745 0 0 0 1249 19 0 0 20 0 4 0 11593155 1352208384 136046 33554432000 4194304 16246674 140735554109136 140735554091008 13809305 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 330129 136046 842 2943 0 327023 0
[pid=26201/tid=26202] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1320516

[startup+25.5004 s]
/proc/loadavg: 2.00 2.02 2.12 3/183 26205
/proc/meminfo: memFree=30007048/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=1320516 CPUtime=25.48 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 135745 0 0 0 2529 19 0 0 20 0 4 0 11593155 1352208384 136046 33554432000 4194304 16246674 140735554109136 140735554091008 13774084 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 330129 136046 842 2943 0 327023 0
[pid=26201/tid=26202] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1320516

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.12 3/183 26205
/proc/meminfo: memFree=30006580/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=1320516 CPUtime=51.08 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 135745 0 0 0 5088 20 0 0 20 0 4 0 11593155 1352208384 136046 33554432000 4194304 16246674 140735554109136 140735554108312 13807435 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 330129 136046 842 2943 0 327023 0
[pid=26201/tid=26202] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136046 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1320516

[startup+102.3 s]
/proc/loadavg: 2.06 2.03 2.11 3/183 26206
/proc/meminfo: memFree=30006376/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=1320516 CPUtime=102.28 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 135747 0 0 0 10208 20 0 0 20 0 4 0 11593155 1352208384 136048 33554432000 4194304 16246674 140735554109136 140735554108312 6132648 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 330129 136048 844 2943 0 327023 0
[pid=26201/tid=26202] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136048 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136048 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 1352208384 136048 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1320516


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

/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 4501060

[startup+1362.3 s]
/proc/loadavg: 2.33 2.17 2.11 3/183 26259
/proc/meminfo: memFree=24930960/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=4501060 CPUtime=1362.08 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 1066408 0 0 0 135929 279 0 0 20 0 4 0 11593155 4609085440 1066705 33554432000 4194304 16246674 140735554109136 140735554108232 13807508 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 1125265 1066705 844 2943 0 1122159 0
[pid=26201/tid=26202] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 4501060

[startup+1422.3 s]
/proc/loadavg: 2.16 2.15 2.10 3/183 26260
/proc/meminfo: memFree=24930788/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=4501060 CPUtime=1422.07 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 1066412 0 0 0 141923 284 0 0 20 0 4 0 11593155 4609085440 1066705 33554432000 4194304 16246674 140735554109136 140735554108312 6132584 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 1125265 1066705 844 2943 0 1122159 0
[pid=26201/tid=26202] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 4501060

[startup+1482.3 s]
/proc/loadavg: 1.96 2.10 2.08 2/173 26293
/proc/meminfo: memFree=27403200/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=4501060 CPUtime=1482.05 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 1066412 0 0 0 147913 292 0 0 20 0 4 0 11593155 4609085440 1066705 33554432000 4194304 16246674 140735554109136 140735554091008 13955776 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 1125265 1066705 844 2943 0 1122159 0
[pid=26201/tid=26202] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 4501060

[startup+1542.31 s]
/proc/loadavg: 1.38 1.90 2.01 2/174 26297
/proc/meminfo: memFree=27403272/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=4501060 CPUtime=1542.05 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 1066413 0 0 0 153902 303 0 0 20 0 4 0 11593155 4609085440 1066705 33554432000 4194304 16246674 140735554109136 140735554108312 6132467 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 1125265 1066705 844 2943 0 1122159 0
[pid=26201/tid=26202] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 4501060

[startup+1602.3 s]
/proc/loadavg: 1.20 1.76 1.96 2/173 26298
/proc/meminfo: memFree=27403568/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=4501060 CPUtime=1602.04 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 1066414 0 0 0 159889 315 0 0 20 0 4 0 11593155 4609085440 1066705 33554432000 4194304 16246674 140735554109136 140735554091008 13809288 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 1125265 1066705 844 2943 0 1122159 0
[pid=26201/tid=26202] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066705 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 4501060

[startup+1662.3 s]
/proc/loadavg: 1.17 1.64 1.90 2/173 26299
/proc/meminfo: memFree=27403460/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=4501060 CPUtime=1662.03 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 1066416 0 0 0 165884 319 0 0 20 0 4 0 11593155 4609085440 1066707 33554432000 4194304 16246674 140735554109136 140735554091008 13807598 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 1125265 1066707 844 2943 0 1122159 0
[pid=26201/tid=26202] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066707 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066707 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066707 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 4501060

[startup+1722.3 s]
/proc/loadavg: 1.13 1.54 1.85 2/173 26300
/proc/meminfo: memFree=27403624/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=4501060 CPUtime=1722.02 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 1066417 0 0 0 171874 328 0 0 20 0 4 0 11593155 4609085440 1066707 33554432000 4194304 16246674 140735554109136 140735554091008 13774223 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 1125265 1066707 844 2943 0 1122159 0
[pid=26201/tid=26202] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066707 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066707 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066707 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 4501060

[startup+1782.3 s]
/proc/loadavg: 1.04 1.43 1.79 3/173 26302
/proc/meminfo: memFree=27403584/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=4501060 CPUtime=1782.01 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 1066419 0 0 0 177872 329 0 0 20 0 4 0 11593155 4609085440 1066707 33554432000 4194304 16246674 140735554109136 140735554108312 6132605 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 1125265 1066707 844 2943 0 1122159 0
[pid=26201/tid=26202] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066707 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066707 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066707 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 4501060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.11 1.43 1.78 2/173 26302
/proc/meminfo: memFree=27403552/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=4501060 CPUtime=1800 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) R 26198 26201 14496 0 -1 4202496 1066420 0 0 0 179671 329 0 0 20 0 4 0 11593155 4609085440 1066707 33554432000 4194304 16246674 140735554109136 140735554108312 6132648 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 1125265 1066707 844 2943 0 1122159 0
[pid=26201/tid=26202] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26202/stat : 26202 (toysat) S 26198 26201 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066707 33554432000 4194304 16246674 140735554109136 139920643435760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26201/tid=26203] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26203/stat : 26203 (toysat) S 26198 26201 14496 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066707 33554432000 4194304 16246674 140735554109136 139920632945904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=4501060 CPUtime=0 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) S 26198 26201 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11593156 4609085440 1066707 33554432000 4194304 16246674 140735554109136 139920622472368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 4501060

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

[startup+1800.4 s]
/proc/loadavg: 1.11 1.43 1.78 2/173 26302
/proc/meminfo: memFree=27403552/32872528 swapFree=338160/354512
[pid=26201] ppid=26198 vsize=0 CPUtime=1800.1 cores=0,2,4,6
/proc/26201/stat : 26201 (toysat) Z 26198 26201 14496 0 -1 4203532 1066420 0 0 0 179671 339 0 0 20 0 2 0 11593155 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26201/statm: 0 0 0 0 0 0 0
[pid=26201/tid=26204] ppid=26198 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/26201/task/26204/stat : 26204 (toysat) R 26198 26201 14496 0 -1 4203588 2 0 0 0 0 8 0 0 20 0 2 0 11593156 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.47
CPU time (s): 1800.18
CPU user time (s): 1796.72
CPU system time (s): 3.45747
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 4501060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.72
system time used= 3.45747
maximum resident set size= 4266828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1066420
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= 54
involuntary context switches= 1995

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.00224 second user time and 6.60699 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-16 18:44:24
IDJOB=4093286
IDBENCH=79504
IDSOLVER=2553
FILE ID=node126/4093286-1466095464
RUNJOBID= node126-1466093099-25669
PBS_JOBID= 19904013
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 4acc3a5419b938688cb78ca12bf017b9
RANDOM SEED=392053964

node126.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.121
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	: 5332.24
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.121
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.121
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.121
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.121
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.121
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.121
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.121
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:        30551336 kB
Buffers:           39600 kB
Cached:           117508 kB
SwapCached:         1752 kB
Active:          1192340 kB
Inactive:          73108 kB
Active(anon):    1110008 kB
Inactive(anon):      608 kB
Active(file):      82332 kB
Inactive(file):    72500 kB
Unevictable:      354512 kB
Mlocked:          338160 kB
SwapTotal:      67108856 kB
SwapFree:       67099252 kB
Dirty:             17100 kB
Writeback:             0 kB
AnonPages:       1558636 kB
Mapped:            10472 kB
Shmem:                 0 kB
Slab:             568180 kB
SReclaimable:      12516 kB
SUnreclaim:       555664 kB
KernelStack:        1520 kB
PageTables:         6944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1604640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 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= 71724 MiB
End job on node126 at 2016-06-16 19:14:25