Trace number 4093210

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.54 1800.82

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-sheep4r-4-3_wcsp.wbo
MD5SUM376764ac4c5c3f094ec1a2d2f7cbae71
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark81.0027
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables26850
Total number of constraints1527009
Number of soft constraints1524324
Number of constraints which are clauses1524324
Number of constraints which are cardinality constraints (but not clauses)2685
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 1259
Min constraint cost 1
Max constraint cost 1259
Sum of constraints costs 1904880840
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-16T23:00:23+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-4093210-1466110822.wbo"]
0.00/0.01	c use --random-gen="1777726286 3014808308 1229453500 1004283503 3637788803 2006538299 4227662730 1888627098 2952614488 1710575411 2010387646 1251898791 1936520154 3453219103 1001124490 2069547663 3967242930 4171976717 282510428 4241032412 3310783816 1043786065 1249011555 1753705613 1553371511 1189291486 3543513643 1086132405 1462604101 1993932584 944723697 2644858067 4064155299 93910604 3710196299 1673789568 88412908 550732139 3997082559 901876465 3365852174 268523212 908419770 3201533698 1731364421 2052482316 383767962 911699227 2228302271 2235715935 1162662344 1330083168 1356140594 2164937534 1637886539 2424448272 2068362651 518107878 1681789583 2687884097 333754441 3512693452 3881574574 3672826943 1789340393 2532836554 3965072334 1198247256 3454036885 2343205772 2087790503 2957064062 3714952985 2798816485 2957596172 1435582927 1827106226 993857149 4186115753 3894125306 2095217382 1546635739 3043347311 2307717670 3167897043 2471654179 4056179321 829790342 3241413922 2669161852 3921681213 1177965686 872930100 3027113449 3540185567 1497853621 3124263076 187859230 1980898681 1618087314 1767570594 827508932 4020653427 1235786192 1817002352 2044143718 2868538668 978833180 3986131540 2558137076 219142881 1660932252 419614840 2976739300 439578040 1530101425 2290761679 1068145359 615444532 1374623005 1408741348 1567016061 3774202919 3692259761 2806048248 4014950346 263032336 2900186913 1132440845 2936454326 3166828383 1747112658 2186019302 3434392314 2880725740 4269533773 2847024995 3259769649 2199277618 4095402817 3391855056 458553736 320131463 271657017 2508530555 1324427548 2397933819 122981577 2989742421 969801317 2466123062 994828743 3067758599 3115167150 2443964072 191477964 2923954597 3128512387 3037200999 140476236 4055981204 3897606096 3490227332 2152017030 3932994189 152901084 1666017607 2611354404 4284635904 1631603726 3766709808 2147948024 4021009235 4008731937 3570460219 1411653216 2691408971 3450539056 1079728093 479375558 1243937088 4155696725 2214723569 2155146285 3994228103 125849842 38262704 752619254 3775486846 2225008445 763559793 1673815278 3251694989 870915639 4259173291 330336243 1012606847 720451266 1743232441 619232970 1116958913 3352955814 2983422917 696585059 3296259027 2235111945 3345366821 610782513 396102450 30391141 2682611347 4142651086 2143809262 2144327570 2121357731 3225366897 2523299472 2577192402 393429470 3876215838 1197974688 1848274939 1602951726 3962062671 2088814952 2314164791 3534246526 1246801103 428803434 1200458087 2685657474 1807883836 1851371621 1465596885 2311323452 1595663657 426120120 147541388 4280933319 4094447063 1482299831 233510627 806595098 3722383599 1006044016 290035445 888518469 1962476672 4163842190 1881776050 2604699106 2312926919 3752621237 912820619 2595166091 2662199703 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-4093210-1466110822/watcher-4093210-1466110822 -o /tmp/evaluation-result-4093210-1466110822/solver-4093210-1466110822 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466109013-31463 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093210-1466110822.wbo 

pid=31733
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.87 3/180 31736
/proc/meminfo: memFree=31671928/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=742980 CPUtime=0 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 2774 0 0 0 0 0 0 0 20 0 4 0 13127133 760811520 3645 33554432000 4194304 16246674 140735990209648 140735990209072 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 186257 3655 442 2943 0 183151 0
[pid=31736/tid=31737] ppid=31733 vsize=761412 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 779685888 3716 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=765508 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 783880192 3732 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=769604 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 788074496 3750 33554432000 4194304 16246674 140735990209648 140672862514352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.00 1.97 1.87 3/180 31736
/proc/meminfo: memFree=31671928/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=1301060 CPUtime=0.09 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 28890 0 0 0 5 4 0 0 20 0 4 0 13127133 1332285440 29701 33554432000 4194304 16246674 140735990209648 140735990208960 8058796 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 325265 29717 805 2943 0 322159 0
[pid=31736/tid=31737] ppid=31733 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 1332285440 29726 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 1332285440 29737 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 1332285440 29748 33554432000 4194304 16246674 140735990209648 140672862514352 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.200519 s]
/proc/loadavg: 2.00 1.97 1.87 3/180 31736
/proc/meminfo: memFree=31671928/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=1314372 CPUtime=0.19 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 49963 0 0 0 12 7 0 0 20 0 4 0 13127133 1345916928 51285 33554432000 4194304 16246674 140735990209648 140735990208960 7410384 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 328593 51285 805 2943 0 325487 0
[pid=31736/tid=31737] ppid=31733 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 1345916928 51285 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 1345916928 51285 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 1345916928 51285 33554432000 4194304 16246674 140735990209648 140672862514352 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) 1314372

[startup+0.300498 s]
/proc/loadavg: 2.00 1.97 1.87 3/180 31736
/proc/meminfo: memFree=31671928/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 62009 0 0 0 21 8 0 0 20 0 4 0 13127133 1345916928 63331 33554432000 4194304 16246674 140735990209648 140735990208960 7371543 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 328593 63331 805 2943 0 325487 0
[pid=31736/tid=31737] ppid=31733 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 1345916928 63331 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 1345916928 63331 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 1345916928 63331 33554432000 4194304 16246674 140735990209648 140672862514352 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) 1314372

[startup+0.7004 s]
/proc/loadavg: 2.00 1.97 1.87 3/180 31736
/proc/meminfo: memFree=31671928/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=1314372 CPUtime=0.68 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 75828 0 0 0 58 10 0 0 20 0 4 0 13127133 1345916928 77150 33554432000 4194304 16246674 140735990209648 140735990192640 7367904 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 328593 77150 805 2943 0 325487 0
[pid=31736/tid=31737] ppid=31733 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 1345916928 77150 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 1345916928 77150 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 1345916928 77150 33554432000 4194304 16246674 140735990209648 140672862514352 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) 1314372

[startup+1.5004 s]
/proc/loadavg: 2.00 1.97 1.87 3/184 31740
/proc/meminfo: memFree=31002676/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=1326660 CPUtime=1.49 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 93669 0 0 0 136 13 0 0 20 0 4 0 13127133 1358499840 97035 33554432000 4194304 16246674 140735990209648 140735990192640 8055400 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 331665 97035 806 2943 0 328559 0
[pid=31736/tid=31737] ppid=31733 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 1358499840 97035 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 1358499840 97035 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 1358499840 97035 33554432000 4194304 16246674 140735990209648 140672862514352 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) 1326660

[startup+3.10041 s]
/proc/loadavg: 2.00 1.97 1.87 3/184 31740
/proc/meminfo: memFree=30677156/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=1351236 CPUtime=3.08 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 131974 0 0 0 290 18 0 0 20 0 4 0 13127133 1383665664 139939 33554432000 4194304 16246674 140735990209648 140735990207488 8057834 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 337809 139939 806 2943 0 334703 0
[pid=31736/tid=31737] ppid=31733 vsize=1351236 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 1383665664 139939 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=1351236 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 1383665664 139939 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=1351236 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 1383665664 139939 33554432000 4194304 16246674 140735990209648 140672862514352 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) 1351236

[startup+6.3004 s]
/proc/loadavg: 2.00 1.97 1.87 3/184 31740
/proc/meminfo: memFree=30016632/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=1400388 CPUtime=6.29 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 217382 0 0 0 599 30 0 0 20 0 4 0 13127133 1433997312 234545 33554432000 4194304 16246674 140735990209648 140735990192640 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 350097 234552 806 2943 0 346991 0
[pid=31736/tid=31737] ppid=31733 vsize=1400388 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 1433997312 234556 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=1400388 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 1433997312 234561 33554432000 4194304 16246674 140735990209648 140672977837072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=1400388 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 1433997312 234565 33554432000 4194304 16246674 140735990209648 140672862514352 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) 1400388

[startup+12.7004 s]
/proc/loadavg: 2.00 1.97 1.87 3/184 31740
/proc/meminfo: memFree=28400644/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=1947204 CPUtime=12.69 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 382890 0 0 0 1212 57 0 0 20 0 4 0 13127133 1993936896 420493 33554432000 4194304 16246674 140735990209648 140735990208744 7406608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 486801 420493 806 2943 0 483695 0
[pid=31736/tid=31737] ppid=31733 vsize=1947204 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 1993936896 420493 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=1947204 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 1993936896 420493 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=1947204 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 1993936896 420493 33554432000 4194304 16246674 140735990209648 140672862514352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1947204

[startup+25.5003 s]
/proc/loadavg: 2.00 1.97 1.87 3/184 31740
/proc/meminfo: memFree=26395620/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=2947652 CPUtime=25.49 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 633060 0 0 0 2458 91 0 0 20 0 4 0 13127133 3018395648 670663 33554432000 4194304 16246674 140735990209648 140735990208744 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 736913 670663 839 2943 0 733807 0
[pid=31736/tid=31737] ppid=31733 vsize=2947652 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 3018395648 670663 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=2947652 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 3018395648 670663 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=2947652 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 3018395648 670663 33554432000 4194304 16246674 140735990209648 140672862514352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2947652

[startup+51.1004 s]
/proc/loadavg: 2.07 1.99 1.88 3/184 31763
/proc/meminfo: memFree=21621908/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=5296708 CPUtime=51.08 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 1220343 0 0 0 4934 174 0 0 20 0 4 0 13127133 5423828992 1266122 33554432000 4194304 16246674 140735990209648 140735990208744 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 1324177 1266122 839 2943 0 1321071 0
[pid=31736/tid=31737] ppid=31733 vsize=5296708 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 5423828992 1266122 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=5296708 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 5423828992 1266122 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=5296708 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 5423828992 1266122 33554432000 4194304 16246674 140735990209648 140672862514352 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) 5296708

[startup+102.3 s]
/proc/loadavg: 2.03 1.99 1.88 3/183 31764
/proc/meminfo: memFree=21622180/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=5296708 CPUtime=102.27 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 1220343 0 0 0 10051 176 0 0 20 0 4 0 13127133 5423828992 1266122 33554432000 4194304 16246674 140735990209648 140735990208824 13809356 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 1324177 1266122 839 2943 0 1321071 0
[pid=31736/tid=31737] ppid=31733 vsize=5296708 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 5423828992 1266122 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=5296708 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 5423828992 1266122 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=5296708 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 5423828992 1266122 33554432000 4194304 16246674 140735990209648 140672862514352 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) 5296708


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

[pid=31736] ppid=31733 vsize=6846020 CPUtime=1362.08 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 1607671 0 0 0 135973 235 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140735990191552 13809400 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 1711505 1653450 839 2943 0 1708399 0
[pid=31736/tid=31737] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672862514352 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) 6846020

[startup+1422.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/183 31797
/proc/meminfo: memFree=18516000/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=6846020 CPUtime=1422.08 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 1607671 0 0 0 141972 236 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140735990191552 6132704 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 1711505 1653450 839 2943 0 1708399 0
[pid=31736/tid=31737] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672862514352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 6846020

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/183 31798
/proc/meminfo: memFree=18515656/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=6846020 CPUtime=1482.06 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 1607671 0 0 0 147970 236 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140735990191552 13943729 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 1711505 1653450 839 2943 0 1708399 0
[pid=31736/tid=31737] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672862514352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 6846020

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 31800
/proc/meminfo: memFree=18516048/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=6846020 CPUtime=1542.05 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 1607671 0 0 0 153969 236 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140735990191552 6132605 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 1711505 1653450 839 2943 0 1708399 0
[pid=31736/tid=31737] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672862514352 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) 6846020

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 31801
/proc/meminfo: memFree=18515948/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=6846020 CPUtime=1602.05 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 1607671 0 0 0 159968 237 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140735990191552 6132605 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 1711505 1653450 839 2943 0 1708399 0
[pid=31736/tid=31737] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=6846020 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 7010324480 1653450 33554432000 4194304 16246674 140735990209648 140672862514352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 6846020

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 31802
/proc/meminfo: memFree=14780592/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=8710724 CPUtime=1662.03 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 2073679 0 0 0 165899 304 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140735990191552 6132521 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 2177681 2119458 839 2943 0 2174575 0
[pid=31736/tid=31737] ppid=31733 vsize=8710724 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=8710724 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=8710724 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140672862514352 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) 8710724

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 31803
/proc/meminfo: memFree=14780368/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=8710724 CPUtime=1722.03 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 2073679 0 0 0 171898 305 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140735990191552 6132663 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 2177681 2119458 839 2943 0 2174575 0
[pid=31736/tid=31737] ppid=31733 vsize=8710724 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=8710724 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=8710724 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140672862514352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 8710724

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/184 31807
/proc/meminfo: memFree=14779368/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=8710724 CPUtime=1782.02 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 2073679 0 0 0 177897 305 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140735990191552 13774084 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 2177681 2119458 839 2943 0 2174575 0
[pid=31736/tid=31737] ppid=31733 vsize=8710724 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=8710724 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=8710724 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140672862514352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 8710724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/184 31807
/proc/meminfo: memFree=14780160/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=8710724 CPUtime=1800.01 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) R 31733 31736 29295 0 -1 4202496 2073679 0 0 0 179696 305 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140735990191552 13807508 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 2177681 2119458 839 2943 0 2174575 0
[pid=31736/tid=31737] ppid=31733 vsize=8710724 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31737/stat : 31737 (toysat) S 31733 31736 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140672988327152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=8710724 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) S 31733 31736 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140672977837296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31736/tid=31739] ppid=31733 vsize=8710724 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (toysat) S 31733 31736 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13127133 8919781376 2119458 33554432000 4194304 16246674 140735990209648 140672862514352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 8710724

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

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/184 31807
/proc/meminfo: memFree=14780160/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=0 CPUtime=1800.42 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) Z 31733 31736 29295 0 -1 4203532 2073679 0 0 0 179697 345 0 0 20 0 2 0 13127133 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 0 0 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) R 31733 31736 29295 0 -1 4203588 8 0 0 0 0 38 0 0 20 0 2 0 13127133 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 0

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 1.93 3/184 31807
/proc/meminfo: memFree=14780160/32872528 swapFree=7268/7268
[pid=31736] ppid=31733 vsize=0 CPUtime=1800.52 cores=0,2,4,6
/proc/31736/stat : 31736 (toysat) Z 31733 31736 29295 0 -1 4203532 2073679 0 0 0 179697 355 0 0 20 0 2 0 13127133 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31736/statm: 0 0 0 0 0 0 0
[pid=31736/tid=31738] ppid=31733 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (toysat) R 31733 31736 29295 0 -1 4203588 8 0 0 0 0 48 0 0 20 0 2 0 13127133 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.82
CPU time (s): 1800.54
CPU user time (s): 1796.97
CPU system time (s): 3.56846
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 8710724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.97
system time used= 3.56846
maximum resident set size= 8477832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2073679
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= 39
involuntary context switches= 1973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.79727 second user time and 6.73498 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 23:00:23
IDJOB=4093210
IDBENCH=79628
IDSOLVER=2553
FILE ID=node151/4093210-1466110822
RUNJOBID= node151-1466109013-31463
PBS_JOBID= 19904038
Free space on /tmp= 71608 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-sheep4r-4-3_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093210-1466110822/watcher-4093210-1466110822 -o /tmp/evaluation-result-4093210-1466110822/solver-4093210-1466110822 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466109013-31463 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093210-1466110822.wbo

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

MD5SUM BENCH= 376764ac4c5c3f094ec1a2d2f7cbae71
RANDOM SEED=42659541

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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.56
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.103
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:        31685956 kB
Buffers:           58580 kB
Cached:           271372 kB
SwapCached:        61592 kB
Active:           299800 kB
Inactive:         165516 kB
Active(anon):      76444 kB
Inactive(anon):    61036 kB
Active(file):     223356 kB
Inactive(file):   104480 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038988 kB
Dirty:            160844 kB
Writeback:             0 kB
AnonPages:         80468 kB
Mapped:            10132 kB
Shmem:                 0 kB
Slab:             579412 kB
SReclaimable:      22188 kB
SUnreclaim:       557224 kB
KernelStack:        1416 kB
PageTables:         6264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1138008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71592 MiB
End job on node151 at 2016-06-16 23:30:24