Trace number 4093508

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.02 1800.31

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-le450-5a-5_wcsp.wbo
MD5SUM821044947071ea4d556d5ba9ce1f8458
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark19.893
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2250
Total number of constraints29020
Number of soft constraints28570
Number of constraints which are clauses28570
Number of constraints which are cardinality constraints (but not clauses)450
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5
Top cost 5715
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 28570
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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-16T23:09:54+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-4093508-1466111394.wbo"]
0.00/0.01	c use --random-gen="2041275861 3811157843 2702770281 2149820965 1375797262 989828280 444682568 3745739288 4272488449 898243151 1284166116 789890876 1831041794 228652306 527236588 821028868 2803830912 3222628962 3615642485 9431756 80137374 2037786754 2898693927 2668957424 2220702858 1616058195 2028190204 1292566723 3373115561 1506619675 1573801086 970473657 717645563 1907582942 1579117112 169030603 1383455787 1146779612 3148047960 2664618031 3536910452 1402669998 3574314408 919584810 4089844422 3190079480 3645698524 334959768 1316877598 1684183499 1916006453 298193493 3246835412 2923279988 1753890087 1960540958 78454362 266804431 25579567 2563603254 340164144 3965814837 2157471667 3355141569 1501041243 483214817 1195164826 2629014435 2477211636 254054738 1882678434 1530488896 598006374 1871913320 4191300578 3237695011 2523552136 2555363522 583669995 2107657214 3913238670 53410097 4276213812 2832758167 3618389127 3809841305 393104031 1560357193 1972814066 4076089322 1750238698 4193062051 305570974 638946579 1573302970 651580278 226214744 633699184 2294567022 3730695609 1250127054 3327122661 2571218369 3801369206 3576846241 3191743566 1341436177 1860665081 1487859802 2333258977 2326260203 931655748 3862216058 1543676417 2134597298 1199874700 481616241 2491448507 1680551415 3278165579 3578082617 743979288 1568522779 3788597614 3573708088 2372572719 2134992714 738335399 839635685 3903159933 3388990392 3241998514 924127296 3239022350 947054248 46162706 2593889942 1710904495 2313199986 63164247 4021365235 1676107384 1177983926 1554375473 3299845266 4234815950 815642523 2883121581 1994031657 3816166325 3285991780 1790991165 187517823 2989100863 3109910733 368502263 1437726234 670611567 3445617295 2485508560 2035438726 791339257 573531679 4064293059 3997018869 2035056905 1525661718 3853018922 1253957313 1835013329 2873806050 2602144174 1947965699 2708529011 1113200857 2218191867 1702525223 14830053 3303110475 418633334 2057493508 53601314 1900214419 338166123 2113535766 4186058861 581870452 879721959 816228108 1925424816 2301265586 174578366 2362573831 2203428028 2354336116 192295444 172449048 3318950710 1148405025 3856197734 1379557057 1424581735 1146314735 463333319 1371803522 3064016205 4188217971 1308250231 3463946445 1223242702 4045273354 3151169536 1150005038 1220624617 3703391492 3986300193 1428639170 3981655735 3018251155 3618581881 3797380227 1901483707 1757049163 2884207120 3325977818 1933474711 1034486875 2526681428 3871717606 717826734 2114180744 3604364505 2291929672 2532302904 3518922541 3811838262 3682548746 2585682404 4051624945 3731710414 1415510501 473414010 2420823911 3569612073 1783525129 2054464526 1488503712 117188671 2677264517 1156366388 3380833754 1106752506 708441385 768330465 369853751 224304303 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-4093508-1466111394/watcher-4093508-1466111394 -o /tmp/evaluation-result-4093508-1466111394/solver-4093508-1466111394 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466109593-23222 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093508-1466111394.wbo 

pid=23417
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.04 2.03 2.23 2/179 23420
/proc/meminfo: memFree=31604676/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=787900 CPUtime=0 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 2951 0 0 0 0 0 0 0 20 0 4 0 13189833 806809600 3311 33554432000 4194304 16246674 140737204249632 140737204249056 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 197487 3320 441 2943 0 194381 0
[pid=23420/tid=23421] ppid=23417 vsize=805308 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 824635392 3381 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=809404 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13189833 828829696 3398 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=813500 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 833024000 3414 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 2.04 2.03 2.23 2/179 23420
/proc/meminfo: memFree=31604676/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1301060 CPUtime=0.09 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 25294 0 0 0 6 3 0 0 20 0 4 0 13189833 1332285440 25595 33554432000 4194304 16246674 140737204249632 140737204248944 7374276 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 325265 25610 801 2943 0 322159 0
[pid=23420/tid=23421] ppid=23417 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1332285440 25621 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13189833 1332285440 25631 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1332285440 25641 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1301060

[startup+0.20051 s]
/proc/loadavg: 2.04 2.03 2.23 2/179 23420
/proc/meminfo: memFree=31604676/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1309252 CPUtime=0.19 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 49903 0 0 0 14 5 0 0 20 0 4 0 13189833 1340674048 50714 33554432000 4194304 16246674 140737204249632 140737204248944 4221105 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 327313 50718 801 2943 0 324207 0
[pid=23420/tid=23421] ppid=23417 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1340674048 50720 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13189833 1340674048 50722 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1340674048 50725 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1309252

[startup+0.300484 s]
/proc/loadavg: 2.04 2.03 2.23 2/179 23420
/proc/meminfo: memFree=31604676/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1314372 CPUtime=0.28 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 51473 0 0 0 23 5 0 0 20 0 4 0 13189833 1345916928 52284 33554432000 4194304 16246674 140737204249632 140737204248944 4220815 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 328593 52284 831 2943 0 325487 0
[pid=23420/tid=23421] ppid=23417 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1345916928 52284 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13189833 1345916928 52284 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1345916928 52284 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1314372

[startup+0.70038 s]
/proc/loadavg: 2.04 2.03 2.23 2/179 23420
/proc/meminfo: memFree=31604676/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 92424 0 0 0 59 10 0 0 20 0 4 0 13189833 1345916928 93235 33554432000 4194304 16246674 140737204249632 140737204248848 4220894 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 328593 93235 834 2943 0 325487 0
[pid=23420/tid=23421] ppid=23417 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1345916928 93235 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13189833 1345916928 93235 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1345916928 93235 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.50036 s]
/proc/loadavg: 2.04 2.03 2.23 3/183 23424
/proc/meminfo: memFree=30932860/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1323588 CPUtime=1.49 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 94729 0 0 0 138 11 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140737204248808 13807758 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 330897 95540 834 2943 0 327791 0
[pid=23420/tid=23421] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1323588

[startup+3.10033 s]
/proc/loadavg: 2.04 2.03 2.23 3/183 23424
/proc/meminfo: memFree=30932224/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1323588 CPUtime=3.09 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 94729 0 0 0 298 11 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140737204231552 13809392 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 330897 95540 834 2943 0 327791 0
[pid=23420/tid=23421] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1323588

[startup+6.30032 s]
/proc/loadavg: 2.12 2.05 2.23 3/183 23424
/proc/meminfo: memFree=30932456/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1323588 CPUtime=6.29 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 94729 0 0 0 618 11 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140737204231552 6132663 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 330897 95540 834 2943 0 327791 0
[pid=23420/tid=23421] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1323588

[startup+12.7004 s]
/proc/loadavg: 2.11 2.05 2.23 3/184 23427
/proc/meminfo: memFree=30932344/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1323588 CPUtime=12.69 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 94729 0 0 0 1258 11 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140737204231552 13817016 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 330897 95540 834 2943 0 327791 0
[pid=23420/tid=23421] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95540 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1323588

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 2.23 3/184 23427
/proc/meminfo: memFree=30933656/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1323588 CPUtime=25.49 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 94731 0 0 0 2538 11 0 0 20 0 4 0 13189833 1355354112 95542 33554432000 4194304 16246674 140737204249632 140737204231552 13809305 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 330897 95542 836 2943 0 327791 0
[pid=23420/tid=23421] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95542 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95542 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95542 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1323588

[startup+51.1072 s]
/proc/loadavg: 2.05 2.04 2.22 3/184 23427
/proc/meminfo: memFree=30893328/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1323588 CPUtime=51.09 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 94731 0 0 0 5098 11 0 0 20 0 4 0 13189833 1355354112 95542 33554432000 4194304 16246674 140737204249632 140737204231552 13817033 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 330897 95542 836 2943 0 327791 0
[pid=23420/tid=23421] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95542 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95542 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95542 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1323588

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.20 3/183 23428
/proc/meminfo: memFree=30812988/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1323588 CPUtime=102.28 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 94731 0 0 0 10217 11 0 0 20 0 4 0 13189833 1355354112 95542 33554432000 4194304 16246674 140737204249632 140737204231552 6132539 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 330897 95542 836 2943 0 327791 0
[pid=23420/tid=23421] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95542 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95542 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1355354112 95542 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1323588


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

/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1788484

[startup+1362.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 23460
/proc/meminfo: memFree=28584328/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1788484 CPUtime=1362.08 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 348764 0 0 0 136160 48 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140737204231552 13807488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 447121 388711 836 2943 0 444015 0
[pid=23420/tid=23421] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1788484

[startup+1422.3 s]
/proc/loadavg: 2.05 2.02 2.05 3/183 23461
/proc/meminfo: memFree=28584168/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1788484 CPUtime=1422.06 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 348764 0 0 0 142158 48 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140737204231552 13807754 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 447121 388711 836 2943 0 444015 0
[pid=23420/tid=23421] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1788484

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/183 23463
/proc/meminfo: memFree=28583944/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1788484 CPUtime=1482.05 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 348766 0 0 0 148157 48 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140737204231552 13807598 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 447121 388711 836 2943 0 444015 0
[pid=23420/tid=23421] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1788484

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/183 23464
/proc/meminfo: memFree=28583768/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1788484 CPUtime=1542.04 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 348766 0 0 0 154156 48 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140737204231552 13809305 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 447121 388711 836 2943 0 444015 0
[pid=23420/tid=23421] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1788484

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/183 23465
/proc/meminfo: memFree=28583916/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1788484 CPUtime=1602.03 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 348767 0 0 0 160155 48 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140737204231552 13807598 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 447121 388711 836 2943 0 444015 0
[pid=23420/tid=23421] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1788484

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/183 23466
/proc/meminfo: memFree=28583688/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1788484 CPUtime=1662.02 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 348773 0 0 0 166154 48 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140737204231552 13955806 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 447121 388711 836 2943 0 444015 0
[pid=23420/tid=23421] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388711 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1788484

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/183 23467
/proc/meminfo: memFree=28583872/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1788484 CPUtime=1722.01 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 348871 0 0 0 172153 48 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140737204231552 13817016 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 447121 388809 836 2943 0 444015 0
[pid=23420/tid=23421] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1788484

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.04 3/183 23469
/proc/meminfo: memFree=28583128/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1788484 CPUtime=1782 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 348871 0 0 0 178152 48 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140737204231552 13807598 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 447121 388809 836 2943 0 444015 0
[pid=23420/tid=23421] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1788484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.09 2.04 2.04 3/183 23469
/proc/meminfo: memFree=28583128/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1788484 CPUtime=1800 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 348871 0 0 0 179951 49 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140737204231552 6132488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 447121 388809 836 2943 0 444015 0
[pid=23420/tid=23421] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1788484

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

[startup+1800.3 s]
/proc/loadavg: 2.09 2.04 2.04 3/183 23469
/proc/meminfo: memFree=28583128/32872528 swapFree=248296/248296
[pid=23420] ppid=23417 vsize=1788484 CPUtime=1800 cores=0,2,4,6
/proc/23420/stat : 23420 (toysat) R 23417 23420 21438 0 -1 4202496 348871 0 0 0 179951 49 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140737204231552 6132488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23420/statm: 447121 388809 836 2943 0 444015 0
[pid=23420/tid=23421] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23421/stat : 23421 (toysat) S 23417 23420 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140542328417520 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23420/tid=23422] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23422/stat : 23422 (toysat) S 23417 23420 21438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140542317927664 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=1788484 CPUtime=0 cores=0,2,4,6
/proc/23420/task/23423/stat : 23423 (toysat) S 23417 23420 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13189833 1831407616 388809 33554432000 4194304 16246674 140737204249632 140542201556144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1788484

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1799.52
CPU system time (s): 0.490925
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 1788484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.490925
maximum resident set size= 1555236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348871
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= 1861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.80027 second user time and 6.69598 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-16 23:09:54
IDJOB=4093508
IDBENCH=79658
IDSOLVER=2553
FILE ID=node103/4093508-1466111394
RUNJOBID= node103-1466109593-23222
PBS_JOBID= 19904050
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-le450-5a-5_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093508-1466111394/watcher-4093508-1466111394 -o /tmp/evaluation-result-4093508-1466111394/solver-4093508-1466111394 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466109593-23222 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093508-1466111394.wbo

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

MD5SUM BENCH= 821044947071ea4d556d5ba9ce1f8458
RANDOM SEED=1075586450

node103.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		: 2667.278
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	: 5334.55
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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:        31614024 kB
Buffers:           44512 kB
Cached:           140500 kB
SwapCached:        41796 kB
Active:           183180 kB
Inactive:         123500 kB
Active(anon):      81980 kB
Inactive(anon):    41288 kB
Active(file):     101200 kB
Inactive(file):    82212 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67059980 kB
Dirty:             34180 kB
Writeback:             0 kB
AnonPages:        329500 kB
Mapped:             8972 kB
Shmem:                 0 kB
Slab:             569260 kB
SReclaimable:      13636 kB
SUnreclaim:       555624 kB
KernelStack:        1456 kB
PageTables:         6620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1376588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node103 at 2016-06-16 23:39:55