Trace number 4093130

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.11 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar6-sub0_wcsp.wbo
MD5SUM5c315664b873ce8198536ea2fe9f11ce
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark6110
Best CPU time to get the best result obtained on this benchmark266.479
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables640
Total number of constraints123180
Number of soft constraints123164
Number of constraints which are clauses123164
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 45316
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 22402430
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:30:17+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4093130-1466105417.wbo"]
0.00/0.01	c use --random-gen="3767383394 2425022344 1107725627 732904107 864752984 2325119248 2864099562 3186258854 1643708701 987570437 2942930830 1083136276 1601887364 3641162121 2272062604 1108186951 1925630989 903509721 4157295272 1737327862 1322789945 3817998189 3873663787 4257172265 3896839573 3577601505 1592731859 14969351 2021039593 4294791084 1560266530 3811887636 166565665 3805089917 1756651075 217606206 2102482197 1925659292 1602813298 916856753 3405508414 4182076380 4132076605 1277976621 22762142 1286693101 2845112016 939238434 901101963 1362868088 3662252481 3079383302 761398731 1547674812 3140686697 66123550 1389069648 1574749179 1617668644 1560567339 1669167200 3369047150 2834263431 4235241952 2026042260 3978430240 1300525039 338405806 3838623790 2724668695 1359139041 369121447 2069222725 1613613656 1531234407 50334020 1759267018 1752671347 2070020442 1672275531 852794181 360671747 3026938940 775698166 1988119280 1695528450 511961899 882850692 2228144506 1338435837 2837015921 2180033304 820233863 2420333118 1260100583 540408336 3282518916 3166530735 3422806335 3735684506 4102517870 2163318973 1104790154 1624824503 3626204265 308900266 3716591818 2983583767 3012623111 1577378244 803715508 890608287 4011302785 680328179 11325852 910905873 2710612949 1855787196 1829405931 4277233920 514263634 1666964787 2350868669 1359759323 920190309 1941313251 3024119967 3514724366 1203171744 2542238590 3606286946 2814409693 4178152619 2433407568 1103708997 38458512 31359097 1366271388 3121701674 233795082 888472065 4050803890 2810713038 2523500931 564412867 2258431326 1216288152 146095153 179408079 3658181283 1307335018 4278938035 4095296559 2210689694 10609880 1190827946 1812176432 4140430201 2318095666 288541237 2720935 1556791924 1315936061 3920501831 4235981241 2204337649 304361390 1183289527 1505143874 2529217692 2808680844 1998810514 2499588539 154311762 110185122 3758886309 1343047085 1468345559 3289904550 4064716629 706589689 717209096 69381848 885887193 2178016945 3378189641 2204508214 1981894831 2529616647 1452744173 1315266624 2217916711 2280771918 2689228378 490889775 2493389413 163751102 3232792789 2993327967 1547623411 790876325 3524234434 2990975736 596216680 941806532 1363685469 2239763474 1033884253 207786980 1450022048 992687261 1420006127 2929790568 369873455 1915320259 1518406507 910505018 673085801 3088675001 2135035154 2536124267 415242072 3680070682 4196881551 1868338039 2908780418 3037784577 1260485180 2373788654 3651519243 2565320886 3058388926 2524765760 1313502789 2484364573 2634670026 3423385670 1203869059 2383824900 2174092388 1006254896 3946433802 1958891186 3463605263 1285443126 3659632165 1051701228 209110269 3411780889 2004802136 3144512800 1495697689 64576507 1498501645 2758917377 3328579935 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-4093130-1466105417/watcher-4093130-1466105417 -o /tmp/evaluation-result-4093130-1466105417/solver-4093130-1466105417 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466103615-21300 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093130-1466105417.wbo 

pid=21495
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.35 2.27 2.22 4/182 21498
/proc/meminfo: memFree=30261612/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=796092 CPUtime=0 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 2979 0 0 0 0 0 0 0 20 0 4 0 12588126 815198208 3341 33554432000 4194304 16246674 140737050377376 140737050376800 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21498/statm: 199535 3349 441 2943 0 196429 0
[pid=21498/tid=21499] ppid=21495 vsize=812476 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 831975424 3408 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=817596 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 837218304 3426 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=821692 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12588126 841412608 3442 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.35 2.27 2.22 4/182 21498
/proc/meminfo: memFree=30261612/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1301060 CPUtime=0.09 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 24729 0 0 0 6 3 0 0 20 0 4 0 12588126 1332285440 25030 33554432000 4194304 16246674 140737050377376 140737050376688 12752373 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21498/statm: 325265 25045 801 2943 0 322159 0
[pid=21498/tid=21499] ppid=21495 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1332285440 25055 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1332285440 25065 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1332285440 25075 33554432000 4194304 16246674 140737050377376 139720099089584 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.35 2.27 2.22 4/182 21498
/proc/meminfo: memFree=30261612/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1304132 CPUtime=0.19 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 50610 0 0 0 12 7 0 0 20 0 4 0 12588126 1335431168 51422 33554432000 4194304 16246674 140737050377376 140737050376040 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21498/statm: 326033 51422 801 2943 0 322927 0
[pid=21498/tid=21499] ppid=21495 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1335431168 51422 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1335431168 51422 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1335431168 51422 33554432000 4194304 16246674 140737050377376 139720099089584 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) 1304132

[startup+0.300372 s]
/proc/loadavg: 2.35 2.27 2.22 4/182 21498
/proc/meminfo: memFree=30261612/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1315396 CPUtime=0.28 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 63017 0 0 0 19 9 0 0 20 0 4 0 12588126 1346965504 63829 33554432000 4194304 16246674 140737050377376 140737050360368 7369376 0 0 0 34082818 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21498/statm: 328849 63829 801 2943 0 325743 0
[pid=21498/tid=21499] ppid=21495 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1346965504 63829 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1346965504 63829 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1346965504 63829 33554432000 4194304 16246674 140737050377376 139720099089584 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) 1315396

[startup+0.70029 s]
/proc/loadavg: 2.35 2.27 2.22 4/182 21498
/proc/meminfo: memFree=30261612/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1315396 CPUtime=0.68 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 71199 0 0 0 58 10 0 0 20 0 4 0 12588126 1346965504 72011 33554432000 4194304 16246674 140737050377376 140737050375232 4221137 0 2 0 34082818 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21498/statm: 328849 72011 801 2943 0 325743 0
[pid=21498/tid=21499] ppid=21495 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1346965504 72011 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1346965504 72011 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1346965504 72011 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1315396

[startup+1.50037 s]
/proc/loadavg: 2.35 2.27 2.22 3/186 21502
/proc/meminfo: memFree=29721228/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1318468 CPUtime=1.48 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 71895 0 0 0 138 10 0 0 20 0 4 0 12588126 1350111232 72707 33554432000 4194304 16246674 140737050377376 140737050376040 6188484 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21498/statm: 329617 72707 837 2943 0 326511 0
[pid=21498/tid=21499] ppid=21495 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1350111232 72707 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1350111232 72707 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1350111232 72707 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1318468

[startup+3.10036 s]
/proc/loadavg: 2.35 2.27 2.22 3/186 21502
/proc/meminfo: memFree=28527356/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1409604 CPUtime=3.08 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 293019 0 0 0 265 43 0 0 20 0 4 0 12588126 1443434496 293831 33554432000 4194304 16246674 140737050377376 140737050376592 4220897 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21498/statm: 352401 293831 837 2943 0 349295 0
[pid=21498/tid=21499] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293831 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293831 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293831 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1409604

[startup+6.30028 s]
/proc/loadavg: 2.32 2.27 2.22 3/186 21502
/proc/meminfo: memFree=27946168/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1409604 CPUtime=6.28 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 293026 0 0 0 585 43 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 140737050359296 6132704 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21498/statm: 352401 293838 843 2943 0 349295 0
[pid=21498/tid=21499] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1409604

[startup+12.7003 s]
/proc/loadavg: 2.30 2.26 2.22 3/186 21502
/proc/meminfo: memFree=27946476/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1409604 CPUtime=12.68 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 293026 0 0 0 1225 43 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 140737050359296 13955810 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21498/statm: 352401 293838 843 2943 0 349295 0
[pid=21498/tid=21499] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1409604

[startup+25.5003 s]
/proc/loadavg: 2.23 2.25 2.22 3/186 21502
/proc/meminfo: memFree=27947428/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1409604 CPUtime=25.48 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 293026 0 0 0 2505 43 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 140737050359296 13943664 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21498/statm: 352401 293838 843 2943 0 349295 0
[pid=21498/tid=21499] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1409604

[startup+51.1004 s]
/proc/loadavg: 2.29 2.26 2.22 3/185 21502
/proc/meminfo: memFree=27947784/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1409604 CPUtime=51.07 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 293026 0 0 0 5064 43 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 140737050359296 13807598 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21498/statm: 352401 293838 843 2943 0 349295 0
[pid=21498/tid=21499] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1409604

[startup+102.3 s]
/proc/loadavg: 2.18 2.23 2.21 3/185 21503
/proc/meminfo: memFree=27947128/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1409604 CPUtime=102.27 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 293026 0 0 0 10184 43 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 140737050359296 13807608 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21498/statm: 352401 293838 843 2943 0 349295 0
[pid=21498/tid=21499] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293838 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1409604


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

/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293841 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1409604

[startup+1302.3 s]
/proc/loadavg: 2.35 2.21 2.19 3/185 21534
/proc/meminfo: memFree=27945924/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1409604 CPUtime=1302.08 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 293042 0 0 0 130163 45 0 0 20 0 4 0 12588126 1443434496 293841 33554432000 4194304 16246674 140737050377376 140737050359296 13774084 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21498/statm: 352401 293841 843 2943 0 349295 0
[pid=21498/tid=21499] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293841 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293841 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293841 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1409604

[startup+1362.3 s]
/proc/loadavg: 2.36 2.23 2.19 3/185 21536
/proc/meminfo: memFree=27588296/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1409604 CPUtime=1362.07 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 293047 0 0 0 136162 45 0 0 20 0 4 0 12588126 1443434496 293841 33554432000 4194304 16246674 140737050377376 140737050359296 6132671 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21498/statm: 352401 293841 843 2943 0 349295 0
[pid=21498/tid=21499] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293841 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293841 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1409604 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1443434496 293841 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1409604

[startup+1422.3 s]
/proc/loadavg: 2.21 2.22 2.18 3/185 21537
/proc/meminfo: memFree=27230968/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1766980 CPUtime=1422.06 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 382260 0 0 0 142149 57 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 140737050359296 13807730 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21498/statm: 441745 383054 843 2943 0 438639 0
[pid=21498/tid=21499] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720099089584 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) 1766980

[startup+1482.3 s]
/proc/loadavg: 2.25 2.22 2.18 3/185 21538
/proc/meminfo: memFree=27230860/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1766980 CPUtime=1482.05 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 382260 0 0 0 148148 57 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 140737050359296 6132648 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21498/statm: 441745 383054 843 2943 0 438639 0
[pid=21498/tid=21499] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720099089584 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) 1766980

[startup+1542.31 s]
/proc/loadavg: 2.26 2.22 2.18 3/185 21539
/proc/meminfo: memFree=27230832/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1766980 CPUtime=1542.04 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 382262 0 0 0 154147 57 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 140737050359296 6132712 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21498/statm: 441745 383054 843 2943 0 438639 0
[pid=21498/tid=21499] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720099089584 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) 1766980

[startup+1602.3 s]
/proc/loadavg: 2.20 2.21 2.18 3/185 21540
/proc/meminfo: memFree=27231216/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1766980 CPUtime=1602.02 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 382263 0 0 0 160145 57 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 140737050359296 6132712 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21498/statm: 441745 383054 843 2943 0 438639 0
[pid=21498/tid=21499] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 1766980

[startup+1662.3 s]
/proc/loadavg: 2.25 2.22 2.18 3/184 21541
/proc/meminfo: memFree=27230712/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1766980 CPUtime=1662.01 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 382264 0 0 0 166144 57 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 140737050359296 6132712 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21498/statm: 441745 383054 843 2943 0 438639 0
[pid=21498/tid=21499] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 1766980

[startup+1722.3 s]
/proc/loadavg: 2.15 2.19 2.18 3/185 21543
/proc/meminfo: memFree=27230876/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1766980 CPUtime=1722.01 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 382267 0 0 0 172143 58 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 140737050359296 13955806 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21498/statm: 441745 383054 843 2943 0 438639 0
[pid=21498/tid=21499] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720099089584 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) 1766980

[startup+1782.3 s]
/proc/loadavg: 2.15 2.18 2.18 3/185 21544
/proc/meminfo: memFree=27230224/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1766980 CPUtime=1782 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 382267 0 0 0 178142 58 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 140737050359296 13809352 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21498/statm: 441745 383054 843 2943 0 438639 0
[pid=21498/tid=21499] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720099089584 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) 1766980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.25 2.20 2.18 3/186 21547
/proc/meminfo: memFree=27230516/32872528 swapFree=1481856/1661728
[pid=21498] ppid=21495 vsize=1766980 CPUtime=1800.09 cores=0,2,4,6
/proc/21498/stat : 21498 (toysat) R 21495 21498 20832 0 -1 4202496 382267 0 0 0 179951 58 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 140737050359296 13774090 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21498/statm: 441745 383054 843 2943 0 438639 0
[pid=21498/tid=21499] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21499/stat : 21499 (toysat) S 21495 21498 20832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720120052976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21498/tid=21500] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21500/stat : 21500 (toysat) S 21495 21498 20832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720109563120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21498/tid=21501] ppid=21495 vsize=1766980 CPUtime=0 cores=0,2,4,6
/proc/21498/task/21501/stat : 21501 (toysat) S 21495 21498 20832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12588126 1809387520 383054 33554432000 4194304 16246674 140737050377376 139720099089584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1766980

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.52
CPU system time (s): 0.584911
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 1766980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.584911
maximum resident set size= 1532216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 382267
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= 58
involuntary context switches= 2001

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

The end

Launcher Data

Begin job on node134 at 2016-06-16 21:30:17
IDJOB=4093130
IDBENCH=79550
IDSOLVER=2553
FILE ID=node134/4093130-1466105417
RUNJOBID= node134-1466103615-21300
PBS_JOBID= 19904059
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 5c315664b873ce8198536ea2fe9f11ce
RANDOM SEED=1359339537

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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.020
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:        30289924 kB
Buffers:           43424 kB
Cached:           154508 kB
SwapCached:         8904 kB
Active:           134472 kB
Inactive:          80356 kB
Active(anon):      11148 kB
Inactive(anon):     8200 kB
Active(file):     123324 kB
Inactive(file):    72156 kB
Unevictable:     1661728 kB
Mlocked:         1481856 kB
SwapTotal:      67108856 kB
SwapFree:       67092048 kB
Dirty:             39656 kB
Writeback:             0 kB
AnonPages:       1668148 kB
Mapped:             8540 kB
Shmem:                 0 kB
Slab:             570008 kB
SReclaimable:      14064 kB
SUnreclaim:       555944 kB
KernelStack:        1456 kB
PageTables:         8008 kB
NFS_Unstable:          8 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2020884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71680 MiB
End job on node134 at 2016-06-16 22:00:18