Trace number 4093292

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-BIGINT-LIN/wcsp/warehouse/
normalized-capmq5_wcsp.wbo
MD5SUM84cd85c95cced1b7045b580cb3e3a3b7
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables90600
Total number of constraints180900
Number of soft constraints180300
Number of constraints which are clauses180300
Number of constraints which are cardinality constraints (but not clauses)600
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint300
Top cost 163170779
Min constraint cost 1
Max constraint cost 163170779
Sum of constraints costs 14686737483247
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 301
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-16T18:40:49+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-4093292-1466095248.wbo"]
0.00/0.01	c use --random-gen="2868426747 2156369695 3024925711 3010101899 3492164411 4038609303 1788538993 2321060063 2036080370 2603910845 2079692982 3678552943 1246441549 1480926441 1897297550 831107185 717051890 1149855184 861109278 1115256431 1895170189 12279290 3907695952 2041597021 2742283390 87711614 2851656468 2467359675 1880018298 2355370714 3593926796 391261682 2483194983 1285864524 3334877690 222669777 1924913505 2330345663 2761779050 3685333088 113298271 2546030278 1535284228 2518289370 1264313488 4225335783 3076389189 3909441095 824469031 2734744750 3092325774 3519950234 4092139195 1449512616 2488030932 1401702534 2355595194 1452838922 3082870101 1577375641 4177528492 3917909724 1606459871 4071873563 1520394323 2847788118 966425750 1073317550 2238432567 2739131233 3329676362 4239335083 3594315421 3659537175 2438296566 4195464845 3952460966 647040020 2347205808 3055113373 4204253784 3270598633 827473763 2561199146 3647502146 170134836 1719167806 3772327582 558089264 4236419712 3020229317 1319498427 3984102377 2386866394 514770375 2865666435 3568960918 2897167979 3778578810 652051602 3374186268 2357636417 1976459053 808781044 462944334 1263072888 1913262711 1592242906 3874422500 156728738 1913187715 2820214373 533252624 3480788340 2465504700 992470220 1825729119 3700924661 2408636338 4203946347 3244732724 2862954603 1654303501 800270480 2893518528 2524997184 3286968549 1224309815 3260851640 1208006836 1906714324 4072841316 994094037 2782459838 913007208 290110873 426264017 2502028594 1546811403 2432120572 1487708686 559083629 55721204 3199138152 2461075683 582804336 4143506383 603419447 1916668177 194652138 1960683191 820962862 447079790 3199783596 1109004146 3885272332 4001960606 4233165608 4192458753 1025275950 1249008959 168625595 2726584016 4110094211 3150948045 3222289862 999091589 2697892872 628805699 2863915485 2246081205 1792456883 296255739 3945770417 2440593061 1353547687 3909115254 1370748888 2844498339 3379728099 937845261 2706266470 2448263360 915647517 2779664983 1137719863 2092305322 3286113025 4225772129 1523107929 1561316738 2293800146 649029699 3508974590 1770932903 2006863319 2819844033 1102596997 1911716227 926260519 3276045556 2430128769 621066024 2677925203 3884615375 2733366291 201833370 1407517987 4293222343 3587715711 3148775 908182257 2683842620 3836955229 782064456 2739432512 3076233788 3406499117 508180422 1446188442 2748628962 1454908043 3511872843 2625852984 290341520 1520269190 2620786462 2605505634 819482523 2412035455 1886804573 3057706203 4166456636 1268423253 2291599892 3648795282 4198783088 432731227 3502008688 2053124980 1723985200 2428586734 142210463 234747895 2066527251 193805659 3008168013 3901177571 1049884975 365905556 1873537285 2122367824 2496401225 809340558 1417190681 1332565273 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-4093292-1466095248/watcher-4093292-1466095248 -o /tmp/evaluation-result-4093292-1466095248/solver-4093292-1466095248 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466093064-28592 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093292-1466095248.wbo 

pid=29508
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.40 2.29 2.27 3/180 29511
/proc/meminfo: memFree=29947696/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=747964 CPUtime=0 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 2798 0 0 0 0 0 0 0 20 0 4 0 11571358 765915136 2648 33554432000 4194304 16246674 140737367377440 140737367376864 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 187759 2660 441 2943 0 184653 0
[pid=29511/tid=29512] ppid=29508 vsize=766396 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 784789504 2720 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=770492 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 788983808 2736 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=775612 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11571358 794226688 2753 33554432000 4194304 16246674 140737367377440 140012000627888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.40 2.29 2.27 3/180 29511
/proc/meminfo: memFree=29947696/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 29403 0 0 0 5 4 0 0 20 0 4 0 11571358 1333334016 29193 33554432000 4194304 16246674 140737367377440 140737367376752 7368729 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 325521 29208 801 2943 0 322415 0
[pid=29511/tid=29512] ppid=29508 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1333334016 29217 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1333334016 29228 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1333334016 29239 33554432000 4194304 16246674 140737367377440 140012000627888 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) 1302084

[startup+0.200529 s]
/proc/loadavg: 2.40 2.29 2.27 3/180 29511
/proc/meminfo: memFree=29947696/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 48365 0 0 0 13 6 0 0 20 0 4 0 11571358 1343819776 48666 33554432000 4194304 16246674 140737367377440 140737367359360 7372247 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 328081 48666 802 2943 0 324975 0
[pid=29511/tid=29512] ppid=29508 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1343819776 48666 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1343819776 48666 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1343819776 48666 33554432000 4194304 16246674 140737367377440 140012000627888 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) 1312324

[startup+0.30054 s]
/proc/loadavg: 2.40 2.29 2.27 3/180 29511
/proc/meminfo: memFree=29947696/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 53977 0 0 0 22 7 0 0 20 0 4 0 11571358 1343819776 54278 33554432000 4194304 16246674 140737367377440 140737367359360 4220936 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 328081 54278 802 2943 0 324975 0
[pid=29511/tid=29512] ppid=29508 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1343819776 54278 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1343819776 54278 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1343819776 54278 33554432000 4194304 16246674 140737367377440 140012000627888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700418 s]
/proc/loadavg: 2.40 2.29 2.27 3/180 29511
/proc/meminfo: memFree=29947696/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1313348 CPUtime=0.68 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 62656 0 0 0 60 8 0 0 20 0 4 0 11571358 1344868352 62957 33554432000 4194304 16246674 140737367377440 140737367359360 8055570 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 328337 62957 803 2943 0 325231 0
[pid=29511/tid=29512] ppid=29508 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1344868352 62957 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1344868352 62957 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1344868352 62957 33554432000 4194304 16246674 140737367377440 140012000627888 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) 1313348

[startup+1.50039 s]
/proc/loadavg: 2.40 2.29 2.27 3/184 29515
/proc/meminfo: memFree=29660404/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 118981 0 0 0 133 16 0 0 20 0 4 0 11571358 1344868352 119282 33554432000 4194304 16246674 140737367377440 140737367359360 6757956 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 328337 119302 830 2943 0 325231 0
[pid=29511/tid=29512] ppid=29508 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1344868352 119315 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1344868352 119321 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1344868352 119327 33554432000 4194304 16246674 140737367377440 140012000627888 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) 1313348

[startup+3.10047 s]
/proc/loadavg: 2.40 2.29 2.27 3/184 29515
/proc/meminfo: memFree=29326472/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1317444 CPUtime=3.09 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 231195 0 0 0 279 30 0 0 20 0 4 0 11571358 1349062656 231496 33554432000 4194304 16246674 140737367377440 140737367359360 13809344 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 329361 231496 833 2943 0 326255 0
[pid=29511/tid=29512] ppid=29508 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1349062656 231496 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1349062656 231496 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1349062656 231496 33554432000 4194304 16246674 140737367377440 140012000627888 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) 1317444

[startup+6.30041 s]
/proc/loadavg: 2.52 2.32 2.28 3/184 29515
/proc/meminfo: memFree=28891124/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1317444 CPUtime=6.29 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 268934 0 0 0 594 35 0 0 20 0 4 0 11571358 1349062656 269235 33554432000 4194304 16246674 140737367377440 140737367359360 4223648 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 329361 269235 835 2943 0 326255 0
[pid=29511/tid=29512] ppid=29508 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1349062656 269235 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1349062656 269235 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1349062656 269235 33554432000 4194304 16246674 140737367377440 140012000627888 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) 1317444

[startup+12.7003 s]
/proc/loadavg: 2.48 2.31 2.28 3/184 29515
/proc/meminfo: memFree=28772536/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1412676 CPUtime=12.68 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 293798 0 0 0 1230 38 0 0 20 0 4 0 11571358 1446580224 294099 33554432000 4194304 16246674 140737367377440 140737367359360 6132584 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 353169 294099 844 2943 0 350063 0
[pid=29511/tid=29512] ppid=29508 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1446580224 294099 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1446580224 294099 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1446580224 294099 33554432000 4194304 16246674 140737367377440 140012000627888 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) 1412676

[startup+25.5004 s]
/proc/loadavg: 2.45 2.32 2.28 3/183 29515
/proc/meminfo: memFree=28773328/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1412676 CPUtime=25.48 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 293799 0 0 0 2510 38 0 0 20 0 4 0 11571358 1446580224 294100 33554432000 4194304 16246674 140737367377440 140737367359360 13807453 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 353169 294100 844 2943 0 350063 0
[pid=29511/tid=29512] ppid=29508 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1446580224 294100 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1446580224 294100 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1446580224 294100 33554432000 4194304 16246674 140737367377440 140012000627888 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) 1412676

[startup+51.1004 s]
/proc/loadavg: 2.50 2.34 2.29 3/183 29515
/proc/meminfo: memFree=28773212/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1412676 CPUtime=51.08 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 293799 0 0 0 5070 38 0 0 20 0 4 0 11571358 1446580224 294100 33554432000 4194304 16246674 140737367377440 140737367359360 13809224 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 353169 294100 844 2943 0 350063 0
[pid=29511/tid=29512] ppid=29508 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1446580224 294100 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1446580224 294100 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1446580224 294100 33554432000 4194304 16246674 140737367377440 140012000627888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1412676

[startup+102.3 s]
/proc/loadavg: 2.38 2.33 2.28 3/183 29516
/proc/meminfo: memFree=28740516/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1412676 CPUtime=102.28 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 293799 0 0 0 10190 38 0 0 20 0 4 0 11571358 1446580224 294100 33554432000 4194304 16246674 140737367377440 140737367359360 6132605 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 353169 294100 844 2943 0 350063 0
[pid=29511/tid=29512] ppid=29508 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1446580224 294100 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1446580224 294100 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1412676 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1446580224 294100 33554432000 4194304 16246674 140737367377440 140012000627888 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) 1412676


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

/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1446580224 294356 33554432000 4194304 16246674 140737367377440 140012000627888 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) 1412676

[startup+1362.3 s]
/proc/loadavg: 1.11 1.25 1.64 2/173 29600
/proc/meminfo: memFree=29090372/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1646148 CPUtime=1362.08 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 351971 0 0 0 136161 47 0 0 20 0 4 0 11571358 1685655552 352514 33554432000 4194304 16246674 140737367377440 140737367359360 6132704 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 411537 352514 844 2943 0 408431 0
[pid=29511/tid=29512] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352514 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352514 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352514 33554432000 4194304 16246674 140737367377440 140012000627888 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) 1646148

[startup+1422.3 s]
/proc/loadavg: 1.10 1.21 1.60 2/173 29601
/proc/meminfo: memFree=29090660/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1646148 CPUtime=1422.07 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 351973 0 0 0 142160 47 0 0 20 0 4 0 11571358 1685655552 352514 33554432000 4194304 16246674 140737367377440 140737367359360 13807598 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 411537 352514 844 2943 0 408431 0
[pid=29511/tid=29512] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352514 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352514 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352514 33554432000 4194304 16246674 140737367377440 140012000627888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1646148

[startup+1482.3 s]
/proc/loadavg: 1.12 1.20 1.57 3/173 29603
/proc/meminfo: memFree=29090468/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1646148 CPUtime=1482.05 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 351978 0 0 0 148158 47 0 0 20 0 4 0 11571358 1685655552 352514 33554432000 4194304 16246674 140737367377440 140737367359360 6132488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 411537 352514 844 2943 0 408431 0
[pid=29511/tid=29512] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352514 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352514 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352514 33554432000 4194304 16246674 140737367377440 140012000627888 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) 1646148

[startup+1542.31 s]
/proc/loadavg: 1.26 1.22 1.55 2/173 29604
/proc/meminfo: memFree=29090212/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1646148 CPUtime=1542.05 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 351979 0 0 0 154158 47 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140737367359360 13774000 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 411537 352724 844 2943 0 408431 0
[pid=29511/tid=29512] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012000627888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1646148

[startup+1602.3 s]
/proc/loadavg: 1.30 1.23 1.53 2/173 29605
/proc/meminfo: memFree=29090136/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1646148 CPUtime=1602.04 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 351979 0 0 0 160157 47 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140737367359360 13774216 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 411537 352724 844 2943 0 408431 0
[pid=29511/tid=29512] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012000627888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1646148

[startup+1662.3 s]
/proc/loadavg: 1.33 1.25 1.52 2/173 29606
/proc/meminfo: memFree=29090220/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1646148 CPUtime=1662.03 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 351979 0 0 0 166156 47 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140737367359360 6132488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 411537 352724 844 2943 0 408431 0
[pid=29511/tid=29512] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012000627888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1646148

[startup+1722.3 s]
/proc/loadavg: 1.30 1.24 1.50 3/173 29607
/proc/meminfo: memFree=29090368/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1646148 CPUtime=1722.02 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 351979 0 0 0 172155 47 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140737367359360 13817064 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 411537 352724 844 2943 0 408431 0
[pid=29511/tid=29512] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012000627888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1646148

[startup+1782.3 s]
/proc/loadavg: 1.36 1.27 1.49 2/174 29612
/proc/meminfo: memFree=29089752/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1646148 CPUtime=1782.01 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 351979 0 0 0 178154 47 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140737367359360 13774216 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 411537 352724 844 2943 0 408431 0
[pid=29511/tid=29512] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012000627888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1646148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.28 1.26 1.48 2/174 29612
/proc/meminfo: memFree=29089632/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1646148 CPUtime=1800 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 351979 0 0 0 179953 47 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140737367359360 13774072 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 411537 352724 844 2943 0 408431 0
[pid=29511/tid=29512] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012000627888 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) 1646148

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

[startup+1800.3 s]
/proc/loadavg: 1.28 1.26 1.48 2/174 29612
/proc/meminfo: memFree=29089632/32872528 swapFree=1370072/1517240
[pid=29511] ppid=29508 vsize=1646148 CPUtime=1800 cores=0,2,4,6
/proc/29511/stat : 29511 (toysat) R 29508 29511 10365 0 -1 4202496 351979 0 0 0 179953 47 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140737367359360 13774072 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29511/statm: 411537 352724 844 2943 0 408431 0
[pid=29511/tid=29512] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29512/stat : 29512 (toysat) S 29508 29511 10365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012021591280 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=29511/tid=29513] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29513/stat : 29513 (toysat) S 29508 29511 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012011101424 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=29511/tid=29514] ppid=29508 vsize=1646148 CPUtime=0 cores=0,2,4,6
/proc/29511/task/29514/stat : 29514 (toysat) S 29508 29511 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11571358 1685655552 352724 33554432000 4194304 16246674 140737367377440 140012000627888 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) 1646148

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1799.54
CPU system time (s): 0.473927
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 1646148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.473927
maximum resident set size= 1410896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 351979
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= 49
involuntary context switches= 1849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.38673 second user time and 9.01163 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-16 18:40:49
IDJOB=4093292
IDBENCH=79493
IDSOLVER=2553
FILE ID=node129/4093292-1466095248
RUNJOBID= node129-1466093064-28592
PBS_JOBID= 19904010
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= 84cd85c95cced1b7045b580cb3e3a3b7
RANDOM SEED=1422683859

node129.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29948664 kB
Buffers:           44576 kB
Cached:           120828 kB
SwapCached:          672 kB
Active:           627032 kB
Inactive:          74936 kB
Active(anon):     537852 kB
Inactive(anon):      912 kB
Active(file):      89180 kB
Inactive(file):    74024 kB
Unevictable:     1517240 kB
Mlocked:         1370072 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:             22772 kB
Writeback:             0 kB
AnonPages:       2058888 kB
Mapped:            10668 kB
Shmem:                 0 kB
Slab:             570340 kB
SReclaimable:      13760 kB
SUnreclaim:       556580 kB
KernelStack:        1528 kB
PageTables:         8836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2742616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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= 71716 MiB
End job on node129 at 2016-06-16 19:10:49