Trace number 4093132

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.04 1800.32

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar6-sub1_wcsp.wbo
MD5SUM2761e2185b4635bfb360739bf2448c3f
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 variables616
Total number of constraints241978
Number of soft constraints241964
Number of constraints which are clauses241964
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 48694
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 34489736
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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-16T21:26:51+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-4093132-1466105210.wbo"]
0.00/0.01	c use --random-gen="660972816 3520583800 1804521973 2371149964 1077696794 899756988 3593038452 3688411692 2144340361 3932176383 926460341 3877833937 1670791876 3428501836 1782764927 3463712859 2449084572 326407814 2798422089 3333283844 1257839425 1733599850 4252906821 2609944084 1134090923 2423532389 62012608 2884833381 783469150 3598748698 665597398 438950080 3127875037 4162953227 301186695 2252989403 462728893 3170867252 891214843 1251066372 3420995093 1315478589 2150297319 1994389732 2237339782 355017406 3876705212 2202712139 1259005913 4032270163 3043762390 1171145660 3232974447 774391556 1263834389 303490095 1215939622 1022372441 894263477 1784109813 496109019 3371709989 279499791 1818233494 2635144674 2220286936 2198345834 3844302759 2767302390 3438599474 2778202099 3430188965 3840380978 838515519 1067193005 3040837673 3764937947 534437117 1708152100 1676856043 579636496 389311429 3355003391 162150509 1333305032 1166739799 3372393371 3019823367 4003822295 120989840 618754923 2298310210 1732936916 1728157128 530431847 3317613988 2852914860 1895759765 25991047 1355770150 1800435581 1024343938 1154014603 1828720607 2409430477 98569161 3546615477 1704820809 634737458 3855965245 951063947 3559188548 422442343 2079333793 529560413 2029265293 806505310 2715469127 1405157617 1176435704 3951244669 2425705125 2309610391 1385057362 4170918533 1781083348 223638149 2369935539 1549364099 1942114323 2950426112 2267941011 3964573654 1588638583 2637835234 370646274 1131379727 1241621665 339659159 1288175457 2200873909 3472461177 341097071 463522287 2896162403 3645579295 4236901800 755849219 1768076632 2659386033 4213325929 2491416492 618466734 3479778603 3940245509 1138772977 2954791662 4228297290 246189317 3990194930 3849213511 1132099815 651890916 3392201999 177187297 3824381805 1325054657 2958896459 499753969 1963088458 1377690737 2309734157 2125257247 2879461163 768028363 1219383455 3965405039 57457160 2054915606 3221746379 3083586843 3244398648 139303260 2499232049 3536888771 4162940874 865457658 696681257 1671970056 515548867 1405711547 3966211117 3297822309 1072608318 833837132 1916872288 895197367 1760859528 2183969981 3250652923 3452537883 2213084914 1529165871 1982968574 691365936 540634709 2601607095 458620130 803133390 2877697789 1348920949 3940428036 3619353313 2590074330 3945085788 192924209 2420697553 1287269998 4049604622 1364469065 2780500095 2907873088 2609064956 867067664 3458127355 1239713243 2982475306 3690135569 2167628447 2690257762 1738005849 834636832 1133737868 2845867403 3639995261 486126179 3202324661 1875600923 3858792276 479311594 1359480561 3875106980 4143859084 1941768277 832652247 1974432895 2616861469 1339786609 424138362 515700144 2366359026 3632061904 1987873043 659149699 3248986259 2643473394 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-4093132-1466105210/watcher-4093132-1466105210 -o /tmp/evaluation-result-4093132-1466105210/solver-4093132-1466105210 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466103409-1689 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093132-1466105210.wbo 

pid=1886
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.17 2.14 2.04 4/172 1889
/proc/meminfo: memFree=30406920/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=597436 CPUtime=0 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 2207 0 0 0 0 0 0 0 20 0 4 0 12566289 611774464 2058 33554432000 4194304 16246674 140734629190736 140734629190160 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 150127 2067 441 2943 0 147021 0
[pid=1889/tid=1890] ppid=1886 vsize=630204 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 645328896 2186 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=635324 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 650571776 2203 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=639420 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12566290 654766080 2222 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 2.17 2.14 2.04 4/172 1889
/proc/meminfo: memFree=30406920/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 27009 0 0 0 5 4 0 0 20 0 4 0 12566289 1249447936 26799 33554432000 4194304 16246674 140734629190736 140734629190048 4221031 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 305041 26799 803 2943 0 301935 0
[pid=1889/tid=1890] ppid=1886 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1249447936 26799 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1249447936 26799 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1249447936 26799 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200585 s]
/proc/loadavg: 2.17 2.14 2.04 4/172 1889
/proc/meminfo: memFree=30406920/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1305156 CPUtime=0.19 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 50956 0 0 0 11 8 0 0 20 0 4 0 12566289 1336479744 51257 33554432000 4194304 16246674 140734629190736 140734629172608 4221105 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 326289 51261 803 2943 0 323183 0
[pid=1889/tid=1890] ppid=1886 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1336479744 51263 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1336479744 51265 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1336479744 51267 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1305156

[startup+0.30048 s]
/proc/loadavg: 2.17 2.14 2.04 4/172 1889
/proc/meminfo: memFree=30406920/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1315396 CPUtime=0.29 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 64786 0 0 0 19 10 0 0 20 0 4 0 12566289 1346965504 65087 33554432000 4194304 16246674 140734629190736 140734629172608 8057278 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 328849 65108 803 2943 0 325743 0
[pid=1889/tid=1890] ppid=1886 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1346965504 65119 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1346965504 65131 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1346965504 65141 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1315396

[startup+0.700433 s]
/proc/loadavg: 2.17 2.14 2.04 4/172 1889
/proc/meminfo: memFree=30406920/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1315396 CPUtime=0.69 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 74315 0 0 0 58 11 0 0 20 0 4 0 12566289 1346965504 74616 33554432000 4194304 16246674 140734629190736 140734629172608 4220543 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 328849 74616 803 2943 0 325743 0
[pid=1889/tid=1890] ppid=1886 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1346965504 74616 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1346965504 74616 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1346965504 74616 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1315396

[startup+1.50043 s]
/proc/loadavg: 2.17 2.14 2.04 4/183 1907
/proc/meminfo: memFree=29724148/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1327684 CPUtime=1.49 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 107055 0 0 0 133 16 0 0 20 0 4 0 12566289 1359548416 108889 33554432000 4194304 16246674 140734629190736 140734629173728 4222992 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 331921 108889 804 2943 0 328815 0
[pid=1889/tid=1890] ppid=1886 vsize=1327684 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1359548416 108889 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1327684 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1359548416 108889 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1327684 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1359548416 108889 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1327684

[startup+3.10037 s]
/proc/loadavg: 2.17 2.14 2.04 3/183 1907
/proc/meminfo: memFree=29521016/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1327684 CPUtime=3.09 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 130882 0 0 0 289 20 0 0 20 0 4 0 12566289 1359548416 133738 33554432000 4194304 16246674 140734629190736 140734629190048 12459048 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 331921 133749 839 2943 0 328815 0
[pid=1889/tid=1890] ppid=1886 vsize=1327684 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1359548416 133756 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1327684 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1359548416 133762 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1327684 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1359548416 133769 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1327684

[startup+6.30039 s]
/proc/loadavg: 2.16 2.14 2.04 4/183 1907
/proc/meminfo: memFree=28060420/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1462852 CPUtime=6.28 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 303788 0 0 0 587 41 0 0 20 0 4 0 12566289 1497960448 306644 33554432000 4194304 16246674 140734629190736 140734629189400 6955215 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 365713 306644 845 2943 0 362607 0
[pid=1889/tid=1890] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1462852

[startup+12.7003 s]
/proc/loadavg: 2.22 2.15 2.04 3/183 1907
/proc/meminfo: memFree=27940064/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1462852 CPUtime=12.68 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 303788 0 0 0 1227 41 0 0 20 0 4 0 12566289 1497960448 306644 33554432000 4194304 16246674 140734629190736 140734629172608 13943729 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 365713 306644 845 2943 0 362607 0
[pid=1889/tid=1890] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1462852

[startup+25.5004 s]
/proc/loadavg: 2.17 2.14 2.04 3/183 1907
/proc/meminfo: memFree=27942240/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1462852 CPUtime=25.48 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 303788 0 0 0 2507 41 0 0 20 0 4 0 12566289 1497960448 306644 33554432000 4194304 16246674 140734629190736 140734629172608 13807457 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 365713 306644 845 2943 0 362607 0
[pid=1889/tid=1890] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1462852

[startup+51.1004 s]
/proc/loadavg: 2.25 2.16 2.05 4/183 1907
/proc/meminfo: memFree=27942344/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1462852 CPUtime=51.08 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 303788 0 0 0 5067 41 0 0 20 0 4 0 12566289 1497960448 306644 33554432000 4194304 16246674 140734629190736 140734629189912 6132605 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 365713 306644 845 2943 0 362607 0
[pid=1889/tid=1890] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1462852

[startup+102.3 s]
/proc/loadavg: 2.21 2.16 2.05 3/183 1908
/proc/meminfo: memFree=27941848/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1462852 CPUtime=102.28 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 303788 0 0 0 10187 41 0 0 20 0 4 0 12566289 1497960448 306644 33554432000 4194304 16246674 140734629190736 140734629172608 13809356 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 365713 306644 845 2943 0 362607 0
[pid=1889/tid=1890] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1462852 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1497960448 306644 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1462852


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

/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1579588

[startup+1362.3 s]
/proc/loadavg: 2.27 2.21 2.12 4/183 1939
/proc/meminfo: memFree=27707432/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1579588 CPUtime=1362.08 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 332763 0 0 0 136160 48 0 0 20 0 4 0 12566289 1617498112 335605 33554432000 4194304 16246674 140734629190736 140734629172608 13807598 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 394897 335605 845 2943 0 391791 0
[pid=1889/tid=1890] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1579588

[startup+1422.3 s]
/proc/loadavg: 2.18 2.20 2.12 3/183 1943
/proc/meminfo: memFree=27707128/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1579588 CPUtime=1422.08 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 332763 0 0 0 142160 48 0 0 20 0 4 0 12566289 1617498112 335605 33554432000 4194304 16246674 140734629190736 140734629172608 6132704 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 394897 335605 845 2943 0 391791 0
[pid=1889/tid=1890] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1579588

[startup+1482.3 s]
/proc/loadavg: 2.19 2.19 2.12 3/183 1945
/proc/meminfo: memFree=27707240/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1579588 CPUtime=1482.06 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 332763 0 0 0 148158 48 0 0 20 0 4 0 12566289 1617498112 335605 33554432000 4194304 16246674 140734629190736 140734629172608 13774072 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 394897 335605 845 2943 0 391791 0
[pid=1889/tid=1890] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1579588

[startup+1542.31 s]
/proc/loadavg: 2.32 2.22 2.13 3/183 1946
/proc/meminfo: memFree=27706904/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1579588 CPUtime=1542.06 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 332763 0 0 0 154158 48 0 0 20 0 4 0 12566289 1617498112 335605 33554432000 4194304 16246674 140734629190736 140734629172608 6132671 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 394897 335605 845 2943 0 391791 0
[pid=1889/tid=1890] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 1579588

[startup+1602.3 s]
/proc/loadavg: 2.12 2.18 2.12 3/183 1947
/proc/meminfo: memFree=27706920/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1579588 CPUtime=1602.04 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 332763 0 0 0 160156 48 0 0 20 0 4 0 12566289 1617498112 335605 33554432000 4194304 16246674 140734629190736 140734629172608 13809344 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 394897 335605 845 2943 0 391791 0
[pid=1889/tid=1890] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1579588

[startup+1662.3 s]
/proc/loadavg: 2.20 2.19 2.13 3/183 1948
/proc/meminfo: memFree=27707448/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1579588 CPUtime=1662.03 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 332763 0 0 0 166155 48 0 0 20 0 4 0 12566289 1617498112 335605 33554432000 4194304 16246674 140734629190736 140734629172608 6132640 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 394897 335605 845 2943 0 391791 0
[pid=1889/tid=1890] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1579588

[startup+1722.3 s]
/proc/loadavg: 2.19 2.18 2.12 4/183 1949
/proc/meminfo: memFree=27707684/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1579588 CPUtime=1722.02 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 332763 0 0 0 172154 48 0 0 20 0 4 0 12566289 1617498112 335605 33554432000 4194304 16246674 140734629190736 140734629172608 13809242 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 394897 335605 845 2943 0 391791 0
[pid=1889/tid=1890] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1579588

[startup+1782.3 s]
/proc/loadavg: 2.18 2.18 2.12 3/183 1951
/proc/meminfo: memFree=27707496/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1579588 CPUtime=1782.01 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 332763 0 0 0 178153 48 0 0 20 0 4 0 12566289 1617498112 335605 33554432000 4194304 16246674 140734629190736 140734629172608 13807608 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 394897 335605 845 2943 0 391791 0
[pid=1889/tid=1890] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1579588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.13 2.16 2.12 3/183 1951
/proc/meminfo: memFree=27707504/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1579588 CPUtime=1800.01 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 332763 0 0 0 179953 48 0 0 20 0 4 0 12566289 1617498112 335605 33554432000 4194304 16246674 140734629190736 140734629172608 13807508 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 394897 335605 845 2943 0 391791 0
[pid=1889/tid=1890] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1579588

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

[startup+1800.3 s]
/proc/loadavg: 2.13 2.16 2.12 3/183 1951
/proc/meminfo: memFree=27707504/32872528 swapFree=1399392/1569044
[pid=1889] ppid=1886 vsize=1579588 CPUtime=1800.01 cores=1,3,5,7
/proc/1889/stat : 1889 (toysat) R 1886 1889 29546 0 -1 4202496 332763 0 0 0 179953 48 0 0 20 0 4 0 12566289 1617498112 335605 33554432000 4194304 16246674 140734629190736 140734629172608 13807508 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1889/statm: 394897 335605 845 2943 0 391791 0
[pid=1889/tid=1890] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1890/stat : 1890 (toysat) S 1886 1889 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676806192368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=1889/tid=1891] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1891/stat : 1891 (toysat) S 1886 1889 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676795702512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=1889/tid=1892] ppid=1886 vsize=1579588 CPUtime=0 cores=1,3,5,7
/proc/1889/task/1892/stat : 1892 (toysat) S 1886 1889 29546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12566290 1617498112 335605 33554432000 4194304 16246674 140734629190736 140676785228976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1579588

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.32
CPU time (s): 1800.04
CPU user time (s): 1799.54
CPU system time (s): 0.495924
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 1579588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.495924
maximum resident set size= 1342420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332763
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= 1964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.54116 second user time and 8.27674 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-16 21:26:51
IDJOB=4093132
IDBENCH=79548
IDSOLVER=2553
FILE ID=node140/4093132-1466105210
RUNJOBID= node140-1466103409-1689
PBS_JOBID= 19904032
Free space on /tmp= 71736 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar6-sub1_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093132-1466105210/watcher-4093132-1466105210 -o /tmp/evaluation-result-4093132-1466105210/solver-4093132-1466105210 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466103409-1689 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093132-1466105210.wbo

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

MD5SUM BENCH= 2761e2185b4635bfb360739bf2448c3f
RANDOM SEED=81427382

node140.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.714
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.42
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.714
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.714
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.714
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.714
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.714
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.714
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.54
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.714
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:        30408224 kB
Buffers:           54448 kB
Cached:           125284 kB
SwapCached:         2564 kB
Active:            91584 kB
Inactive:          95484 kB
Active(anon):       7896 kB
Inactive(anon):     1792 kB
Active(file):      83688 kB
Inactive(file):    93692 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096820 kB
Dirty:             27244 kB
Writeback:            40 kB
AnonPages:       1572960 kB
Mapped:             6892 kB
Shmem:                 0 kB
Slab:             571212 kB
SReclaimable:      14796 kB
SUnreclaim:       556416 kB
KernelStack:        1472 kB
PageTables:         7008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1669924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71696 MiB
End job on node140 at 2016-06-16 21:56:51