Trace number 4093238

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen07_10000_30r_wcsp.wbo
MD5SUM5c91a7da8edb093488f35ff23162ac3f
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark1800.12
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2008
Total number of constraints48581
Number of soft constraints48385
Number of constraints which are clauses48385
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Top cost 448020002
Min constraint cost 1
Max constraint cost 990001
Sum of constraints costs 12702738385
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15
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-16T22:31:26+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-4093238-1466109086.wbo"]
0.00/0.01	c use --random-gen="2165096640 4164829402 2627798521 859056955 3389970725 2607100919 4079542809 2158155787 1514560133 4279173373 1644859824 1950506132 1399475749 3256475898 1668696506 3529986802 4240895858 891623541 2339992770 2553667790 110496359 2351087388 3233791400 4250596217 2663999768 3781516312 875530152 3054809213 956120009 386644262 3338596535 509208288 3575057672 3753718218 1784314708 1291792260 578994833 2198923365 1722511986 3938469586 1045948378 2510080723 2823952167 909026163 197114784 2218743463 519735398 949740711 1359294283 3554914372 3840572872 1665357009 595392672 947285661 1621346169 1127475316 3431508698 2708120932 186867685 2747332728 643636033 916146282 454658757 3752049163 3031555466 2052314555 1560842912 577665999 2021347063 3085775553 1815666283 3070195096 36516277 4098131537 2992605808 2376467921 2329405668 1977613365 3560979066 3693191047 564294534 2384031637 3585467545 3122025024 74677568 2722438646 2183310851 708686882 1731261056 3797115096 3401940656 2448976942 1727573240 3796343768 1428271290 2164827128 167612990 2335851152 577072146 1703618105 2692297020 3486254297 708832306 2922622905 2162315249 1899155588 1586145154 4089477472 2349295744 2099146279 2722449717 2801742088 3294821596 2932983931 1914072615 1977013686 3074484698 2882526036 1170359707 2858119194 3216481594 1197635944 1938796986 3790578479 863608715 2548978850 955973231 318974475 4097335624 2175498707 1605113126 3801588503 1860278531 3719430986 1644676650 829416809 2348394619 589893602 3757702990 1845116792 1025092069 3962067221 1316469006 3399575252 1566121758 3702384036 3460734850 1732655071 2233417564 3800775442 2355449467 1203582322 4971104 2194184685 1470408513 4239655184 28419471 1117316182 2044007936 3938370649 3993140936 601045435 3447981921 3255182810 1231119538 68549439 2503509643 1146432353 1390831818 2087314964 1163071755 3259760310 2087102585 2134189831 4078274440 1365634790 3909962786 2463197670 2693510991 4150201862 3824262267 3217180390 4282746967 2988131564 3407026735 315038248 1038845018 3438416072 2172091148 3957334688 788140493 3920709166 1311293835 380122726 4065235384 247172818 555299373 1817126236 502151745 834509676 2542703162 1043307240 2459053607 3095643749 3016865366 203248568 1787258678 1897044563 4201427386 2852166584 1435422835 1904025233 2649139264 3499227001 1870454506 1646194461 2014346205 302666776 367126358 3140466100 2881103121 230787171 2953857195 3338921434 1911984164 1182497907 129562475 2452948911 1959342092 4128323394 191439388 3796530680 757625744 1825207136 2511005131 174089741 3852319264 3928492642 3629584529 3710561774 3957156432 539117504 1349744373 1886417715 1671102880 853905647 1285106434 4044278970 2221366969 1962046910 2553971782 4193869329 1660866235 3006708510 176340865 3199430909 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-4093238-1466109086/watcher-4093238-1466109086 -o /tmp/evaluation-result-4093238-1466109086/solver-4093238-1466109086 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466103682-14218 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093238-1466109086.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.17 2.16 2.12 3/179 14700
/proc/meminfo: memFree=30440180/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=717244 CPUtime=0 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 2675 0 0 0 0 0 0 0 20 0 4 0 12955166 734457856 3036 33554432000 4194304 16246674 140734748578528 140734748577952 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 180079 3045 441 2943 0 176973 0
[pid=14700/tid=14701] ppid=14697 vsize=735676 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 753332224 3105 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=739772 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 757526528 3125 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=744892 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 762769408 3142 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100157 s]
/proc/loadavg: 2.17 2.16 2.12 3/179 14700
/proc/meminfo: memFree=30440180/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 27959 0 0 0 6 3 0 0 20 0 4 0 12955166 1249447936 28260 33554432000 4194304 16246674 140734748578528 140734748577840 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 305041 28260 802 2943 0 301935 0
[pid=14700/tid=14701] ppid=14697 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1249447936 28260 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 1249447936 28260 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1249447936 28260 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200541 s]
/proc/loadavg: 2.17 2.16 2.12 3/179 14700
/proc/meminfo: memFree=30440180/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1311300 CPUtime=0.19 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 50054 0 0 0 13 6 0 0 20 0 4 0 12955166 1342771200 50866 33554432000 4194304 16246674 140734748578528 140734748577840 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 327825 50874 802 2943 0 324719 0
[pid=14700/tid=14701] ppid=14697 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1342771200 50878 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 1342771200 50882 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1342771200 50887 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.300504 s]
/proc/loadavg: 2.17 2.16 2.12 3/179 14700
/proc/meminfo: memFree=30440180/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1314372 CPUtime=0.28 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 62568 0 0 0 21 7 0 0 20 0 4 0 12955166 1345916928 63380 33554432000 4194304 16246674 140734748578528 140734748577840 4206886 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 328593 63380 802 2943 0 325487 0
[pid=14700/tid=14701] ppid=14697 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1345916928 63380 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 1345916928 63380 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1345916928 63380 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1314372

[startup+0.700423 s]
/proc/loadavg: 2.17 2.16 2.12 3/179 14700
/proc/meminfo: memFree=30440180/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1314372 CPUtime=0.68 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 62620 0 0 0 61 7 0 0 20 0 4 0 12955166 1345916928 63432 33554432000 4194304 16246674 140734748578528 140734748577840 12481101 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 328593 63432 835 2943 0 325487 0
[pid=14700/tid=14701] ppid=14697 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1345916928 63432 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 1345916928 63432 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1345916928 63432 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50043 s]
/proc/loadavg: 2.17 2.16 2.12 3/183 14704
/proc/meminfo: memFree=29557076/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1354308 CPUtime=1.48 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 137935 0 0 0 130 18 0 0 20 0 4 0 12955166 1386811392 138747 33554432000 4194304 16246674 140734748578528 140734748560448 12655190 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 338577 138747 841 2943 0 335471 0
[pid=14700/tid=14701] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 138747 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 138747 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 138747 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1354308

[startup+3.1004 s]
/proc/loadavg: 2.17 2.16 2.12 3/183 14704
/proc/meminfo: memFree=28392096/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1354308 CPUtime=3.09 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 279201 0 0 0 271 38 0 0 20 0 4 0 12955166 1386811392 280013 33554432000 4194304 16246674 140734748578528 140734748560448 12449395 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 338577 280013 841 2943 0 335471 0
[pid=14700/tid=14701] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1354308

[startup+6.30044 s]
/proc/loadavg: 2.24 2.17 2.12 3/183 14704
/proc/meminfo: memFree=28391300/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1354308 CPUtime=6.29 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 279201 0 0 0 591 38 0 0 20 0 4 0 12955166 1386811392 280013 33554432000 4194304 16246674 140734748578528 140734748560448 12371164 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 338577 280013 841 2943 0 335471 0
[pid=14700/tid=14701] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1354308

[startup+12.7004 s]
/proc/loadavg: 2.22 2.17 2.12 3/183 14704
/proc/meminfo: memFree=28392388/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1354308 CPUtime=12.69 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 279201 0 0 0 1231 38 0 0 20 0 4 0 12955166 1386811392 280013 33554432000 4194304 16246674 140734748578528 140734748560448 12429241 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 338577 280013 841 2943 0 335471 0
[pid=14700/tid=14701] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1354308

[startup+25.5005 s]
/proc/loadavg: 2.25 2.18 2.12 4/183 14704
/proc/meminfo: memFree=28393328/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1354308 CPUtime=25.49 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 279201 0 0 0 2511 38 0 0 20 0 4 0 12955166 1386811392 280013 33554432000 4194304 16246674 140734748578528 140734748576320 12429736 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 338577 280013 841 2943 0 335471 0
[pid=14700/tid=14701] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1354308

[startup+51.1005 s]
/proc/loadavg: 2.32 2.20 2.13 3/183 14704
/proc/meminfo: memFree=28393588/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1354308 CPUtime=51.08 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 279201 0 0 0 5070 38 0 0 20 0 4 0 12955166 1386811392 280013 33554432000 4194304 16246674 140734748578528 140734748560448 12654564 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 338577 280013 841 2943 0 335471 0
[pid=14700/tid=14701] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1354308

[startup+102.3 s]
/proc/loadavg: 2.36 2.23 2.14 4/183 14705
/proc/meminfo: memFree=28393724/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1354308 CPUtime=102.28 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 279201 0 0 0 10190 38 0 0 20 0 4 0 12955166 1386811392 280013 33554432000 4194304 16246674 140734748578528 140734748560448 4221129 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 338577 280013 841 2943 0 335471 0
[pid=14700/tid=14701] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1386811392 280013 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1354308


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

/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1586040832 328909 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 1548868

[startup+1302.3 s]
/proc/loadavg: 2.00 2.11 2.14 3/183 14735
/proc/meminfo: memFree=27908112/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1589828 CPUtime=1302.06 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 338128 0 0 0 130157 49 0 0 20 0 4 0 12955166 1627983872 339149 33554432000 4194304 16246674 140734748578528 140734748576320 12654379 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 397457 339149 841 2943 0 394351 0
[pid=14700/tid=14701] ppid=14697 vsize=1589828 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1627983872 339149 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1589828 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 1627983872 339149 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1589828 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1627983872 339149 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 1589828

[startup+1362.3 s]
/proc/loadavg: 2.10 2.12 2.14 3/183 14736
/proc/meminfo: memFree=27891916/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1592900 CPUtime=1362.05 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 338897 0 0 0 136156 49 0 0 20 0 4 0 12955166 1631129600 339917 33554432000 4194304 16246674 140734748578528 140734748560448 4206604 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 398225 339917 841 2943 0 395119 0
[pid=14700/tid=14701] ppid=14697 vsize=1592900 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1631129600 339917 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1592900 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 1631129600 339917 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1592900 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1631129600 339917 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 1592900

[startup+1422.3 s]
/proc/loadavg: 2.09 2.11 2.14 3/183 14737
/proc/meminfo: memFree=27885788/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1599044 CPUtime=1422.05 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 340433 0 0 0 142155 50 0 0 20 0 4 0 12955166 1637421056 341453 33554432000 4194304 16246674 140734748578528 140734748577744 4220894 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 399761 341453 841 2943 0 396655 0
[pid=14700/tid=14701] ppid=14697 vsize=1599044 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1637421056 341453 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1599044 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12955167 1637421056 341453 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1599044 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1637421056 341453 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 1599044

[startup+1482.3 s]
/proc/loadavg: 2.07 2.10 2.13 3/183 14738
/proc/meminfo: memFree=27840104/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1599044 CPUtime=1482.03 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 340433 0 0 0 148153 50 0 0 20 0 4 0 12955166 1637421056 341453 33554432000 4194304 16246674 140734748578528 140734748560448 4225301 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 399761 341453 841 2943 0 396655 0
[pid=14700/tid=14701] ppid=14697 vsize=1599044 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1637421056 341453 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1599044 CPUtime=0.01 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 12955167 1637421056 341453 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1599044 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1637421056 341453 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 1599044

[startup+1542.31 s]
/proc/loadavg: 2.21 2.14 2.14 3/183 14740
/proc/meminfo: memFree=27826612/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1606212 CPUtime=1542.02 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 342227 0 0 0 154152 50 0 0 20 0 4 0 12955166 1644761088 343245 33554432000 4194304 16246674 140734748578528 140734748576384 12654533 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 401553 343245 841 2943 0 398447 0
[pid=14700/tid=14701] ppid=14697 vsize=1606212 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1644761088 343245 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1606212 CPUtime=0.01 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 12955167 1644761088 343245 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1606212 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1644761088 343245 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1606212

[startup+1602.3 s]
/proc/loadavg: 2.13 2.13 2.13 3/183 14741
/proc/meminfo: memFree=27817884/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1606212 CPUtime=1602 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 342227 0 0 0 160150 50 0 0 20 0 4 0 12955166 1644761088 343245 33554432000 4194304 16246674 140734748578528 140734748560448 4225157 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 401553 343245 841 2943 0 398447 0
[pid=14700/tid=14701] ppid=14697 vsize=1606212 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1644761088 343245 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1606212 CPUtime=0.01 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 12955167 1644761088 343245 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1606212 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1644761088 343245 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 1606212

[startup+1662.3 s]
/proc/loadavg: 2.35 2.19 2.15 3/183 14742
/proc/meminfo: memFree=27777200/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1647172 CPUtime=1661.99 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 352467 0 0 0 166147 52 0 0 20 0 4 0 12955166 1686704128 353485 33554432000 4194304 16246674 140734748578528 140734748577840 12653093 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 411793 353485 841 2943 0 408687 0
[pid=14700/tid=14701] ppid=14697 vsize=1647172 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1686704128 353485 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1647172 CPUtime=0.01 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 12955167 1686704128 353485 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1647172 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1686704128 353485 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 1647172

[startup+1722.3 s]
/proc/loadavg: 2.23 2.18 2.15 3/184 14746
/proc/meminfo: memFree=27776748/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1647172 CPUtime=1721.98 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 352467 0 0 0 172145 53 0 0 20 0 4 0 12955166 1686704128 353485 33554432000 4194304 16246674 140734748578528 140734748560448 4220489 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 411793 353485 841 2943 0 408687 0
[pid=14700/tid=14701] ppid=14697 vsize=1647172 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1686704128 353485 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1647172 CPUtime=0.01 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 12955167 1686704128 353485 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1647172 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1686704128 353485 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 1647172

[startup+1782.3 s]
/proc/loadavg: 2.20 2.18 2.15 3/184 14770
/proc/meminfo: memFree=27755280/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1666628 CPUtime=1781.98 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 357331 0 0 0 178144 54 0 0 20 0 4 0 12955166 1706627072 358349 33554432000 4194304 16246674 140734748578528 140734748577840 4220536 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 416657 358349 841 2943 0 413551 0
[pid=14700/tid=14701] ppid=14697 vsize=1666628 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1706627072 358349 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1666628 CPUtime=0.02 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 2 0 0 20 0 4 0 12955167 1706627072 358349 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1666628 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1706627072 358349 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 1666628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.16 2.17 2.15 4/184 14770
/proc/meminfo: memFree=27723432/32872528 swapFree=1199460/1313924
[pid=14700] ppid=14697 vsize=1666628 CPUtime=1800.07 cores=1,3,5,7
/proc/14700/stat : 14700 (toysat) R 14697 14700 13694 0 -1 4202496 357331 0 0 0 179953 54 0 0 20 0 4 0 12955166 1706627072 358349 33554432000 4194304 16246674 140734748578528 140734748576320 12371171 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14700/statm: 416657 358349 841 2943 0 413551 0
[pid=14700/tid=14701] ppid=14697 vsize=1666628 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14701/stat : 14701 (toysat) S 14697 14700 13694 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12955167 1706627072 358349 33554432000 4194304 16246674 140734748578528 139720584572144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14700/tid=14702] ppid=14697 vsize=1666628 CPUtime=0.02 cores=1,3,5,7
/proc/14700/task/14702/stat : 14702 (toysat) S 14697 14700 13694 0 -1 4202560 8 0 0 0 0 2 0 0 20 0 4 0 12955167 1706627072 358349 33554432000 4194304 16246674 140734748578528 139720574082288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14700/tid=14703] ppid=14697 vsize=1666628 CPUtime=0 cores=1,3,5,7
/proc/14700/task/14703/stat : 14703 (toysat) S 14697 14700 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12955167 1706627072 358349 33554432000 4194304 16246674 140734748578528 139720453516464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1666628

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1799.54
CPU system time (s): 0.558915
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 1666628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.558915
maximum resident set size= 1433396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357331
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= 2025
involuntary context switches= 1937

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.52216 second user time and 7.83081 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-16 22:31:26
IDJOB=4093238
IDBENCH=79578
IDSOLVER=2553
FILE ID=node131/4093238-1466109086
RUNJOBID= node131-1466103682-14218
PBS_JOBID= 19904055
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen07_10000_30r_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093238-1466109086/watcher-4093238-1466109086 -o /tmp/evaluation-result-4093238-1466109086/solver-4093238-1466109086 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466103682-14218 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093238-1466109086.wbo

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

MD5SUM BENCH= 5c91a7da8edb093488f35ff23162ac3f
RANDOM SEED=1021726571

node131.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.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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.752
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.752
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.57
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.752
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.56
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.752
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.752
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.56
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.752
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.57
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.752
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:        30466384 kB
Buffers:           55908 kB
Cached:           161156 kB
SwapCached:         1964 kB
Active:           291776 kB
Inactive:          94572 kB
Active(anon):     170368 kB
Inactive(anon):     1452 kB
Active(file):     121408 kB
Inactive(file):    93120 kB
Unevictable:     1313924 kB
Mlocked:         1199460 kB
SwapTotal:      67108856 kB
SwapFree:       67099352 kB
Dirty:             35716 kB
Writeback:             0 kB
AnonPages:       1654728 kB
Mapped:            10344 kB
Shmem:                 0 kB
Slab:             569216 kB
SReclaimable:      13528 kB
SUnreclaim:       555688 kB
KernelStack:        1520 kB
PageTables:         8688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2524144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 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= 71672 MiB
End job on node131 at 2016-06-16 23:01:27