Trace number 4093241

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.39 1800.69

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen08_wcsp.wbo
MD5SUMbbfd21207c093d43885742df561df69b
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables18100
Total number of constraints3332577
Number of soft constraints3332119
Number of constraints which are clauses3332119
Number of constraints which are cardinality constraints (but not clauses)458
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 12711
Min constraint cost 1
Max constraint cost 4
Sum of constraints costs 7905729
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-16T22:26:55+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-4093241-1466108813.wbo"]
0.00/0.01	c use --random-gen="2112716338 1655616041 14186228 1497342447 4094328927 1828972950 2010257198 4150916297 3214664537 3954720895 684726923 4056914736 3165376964 969907171 3044939658 2670660317 3689058060 3248139966 1193932700 2012427740 4197228112 3889145460 3836962672 3675828392 1723517901 3417035030 2328662383 2252191988 2388918158 997268291 2416763466 64515820 292828200 561857920 3383193630 1295980888 477405048 723310339 3245696766 3369287071 716807766 821582399 282382084 1639071774 3506637130 2094582248 479083676 1434493701 3488823916 1536738688 2722529067 2460169240 2035267946 1507689489 365103208 3771592053 2540768486 1324962070 1599382622 1481007225 3028963342 25411013 2832899049 707089445 607557681 2736864906 1676234754 3608983611 312457104 1112485926 4124360501 3114985011 4025589307 3794320498 1909639207 1578677642 1298060695 1768440294 3990675291 2904263806 4077984137 2258965193 2900713175 4242086799 473556405 2840999861 2443520736 3260216512 815460450 1523655186 4051809900 589042352 1047495362 3309848349 1137504577 2522927533 131655936 3106122365 333837389 624051547 2164051415 2717424290 1695549584 818983946 1066262631 305188219 2756555945 833092303 4112046024 3939303183 983701762 1279296301 2010468176 178338764 3831821144 3862415180 742806581 4244797673 3095567793 2356838672 2856868736 2796428136 1711248913 4092075272 1998761182 3234235087 225566603 1988398373 730535696 4041924375 2663333208 2284399438 734093143 2549368453 3802188463 860574700 4289953436 4162480986 3434564125 2575579012 2363880416 1317428126 438511916 2067865087 1610008669 4104282705 3981497899 2405711280 3966253894 2602980411 640843199 3510388858 2577805353 4023494512 2124768489 2776092135 4246349745 207874692 1276866046 1310458205 3268743591 2358032739 3820454994 253296323 3782487702 3644344180 276032182 2562688395 883789855 1041708629 1144311651 3945962979 3451337976 4005387944 2564644900 2306287402 2670104008 2988572893 1678153980 1261939817 1937566352 2827096473 2243183591 3456915531 2527370491 2630830922 3511663531 4232681514 2972451202 310428005 274450608 159909247 1351378864 1301671722 3349346858 1795664136 3743971672 3641617400 2865315328 146971966 3197405683 3399227147 2221145325 69200099 1636055701 3141663729 2791887764 262614534 2067945418 1665586600 997984492 1838860788 3205025075 2561632786 3848895998 2461336225 3408706961 3009045193 106958651 897840015 3728453108 1517212173 3706914006 2604627155 657376252 148271037 2048309537 1329679739 3399498194 4071760010 879280931 3874167845 1474815748 4224885675 4272680571 1168435232 1578247093 3423274797 4023834337 2680193436 3554260997 1328600045 3495618059 1131595145 383847260 2221786797 2206793312 2779333499 904379272 2124155521 16388940 1015845882 2984436678 3377792506 859092707 3871320277 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-4093241-1466108813/watcher-4093241-1466108813 -o /tmp/evaluation-result-4093241-1466108813/solver-4093241-1466108813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466103409-1689 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093241-1466108813.wbo 

pid=2192
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.35 2.29 2.21 3/170 2195
/proc/meminfo: memFree=30202916/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=672188 CPUtime=0 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 2502 0 0 0 0 0 0 0 20 0 4 0 12926714 688320512 2862 33554432000 4194304 16246674 140733350855312 140733350854736 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 168815 2870 441 2943 0 165709 0
[pid=2195/tid=2196] ppid=2192 vsize=704956 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 721874944 2991 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=710076 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 727117824 3010 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=714172 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 731312128 3026 33554432000 4194304 16246674 140733350855312 140553341627568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.35 2.29 2.21 3/170 2195
/proc/meminfo: memFree=30202916/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 29059 0 0 0 5 4 0 0 20 0 4 0 12926714 1249447936 29359 33554432000 4194304 16246674 140733350855312 140733350854624 4220480 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 305041 29359 802 2943 0 301935 0
[pid=2195/tid=2196] ppid=2192 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 1249447936 29359 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 1249447936 29359 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 1249447936 29359 33554432000 4194304 16246674 140733350855312 140553341627568 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.200531 s]
/proc/loadavg: 2.35 2.29 2.21 3/170 2195
/proc/meminfo: memFree=30202916/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=1309252 CPUtime=0.19 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 50675 0 0 0 12 7 0 0 20 0 4 0 12926714 1340674048 51486 33554432000 4194304 16246674 140733350855312 140733350854624 4221105 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 327313 51490 802 2943 0 324207 0
[pid=2195/tid=2196] ppid=2192 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 1340674048 51492 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 1340674048 51495 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 1340674048 51498 33554432000 4194304 16246674 140733350855312 140553341627568 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) 1309252

[startup+0.300493 s]
/proc/loadavg: 2.35 2.29 2.21 3/170 2195
/proc/meminfo: memFree=30202916/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=1314372 CPUtime=0.28 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 61387 0 0 0 20 8 0 0 20 0 4 0 12926714 1345916928 62198 33554432000 4194304 16246674 140733350855312 140733350854624 4220880 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 328593 62198 802 2943 0 325487 0
[pid=2195/tid=2196] ppid=2192 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 1345916928 62198 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 1345916928 62198 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 1345916928 62198 33554432000 4194304 16246674 140733350855312 140553341627568 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.700431 s]
/proc/loadavg: 2.35 2.29 2.21 3/170 2195
/proc/meminfo: memFree=30202916/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=1314372 CPUtime=0.68 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 71877 0 0 0 59 9 0 0 20 0 4 0 12926714 1345916928 72688 33554432000 4194304 16246674 140733350855312 140733350853120 4207600 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 328593 72688 802 2943 0 325487 0
[pid=2195/tid=2196] ppid=2192 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 1345916928 72688 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 1345916928 72688 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 1345916928 72688 33554432000 4194304 16246674 140733350855312 140553341627568 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.50042 s]
/proc/loadavg: 2.35 2.29 2.21 3/183 2213
/proc/meminfo: memFree=29542296/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 87391 0 0 0 137 12 0 0 20 0 4 0 12926714 1345916928 88202 33554432000 4194304 16246674 140733350855312 140733350853120 14073329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 328593 88202 803 2943 0 325487 0
[pid=2195/tid=2196] ppid=2192 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 1345916928 88202 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 1345916928 88202 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 1345916928 88202 33554432000 4194304 16246674 140733350855312 140553341627568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10044 s]
/proc/loadavg: 2.35 2.29 2.21 3/183 2213
/proc/meminfo: memFree=29361108/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=1338948 CPUtime=3.08 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 144801 0 0 0 288 20 0 0 20 0 4 0 12926714 1371082752 149700 33554432000 4194304 16246674 140733350855312 140733350853184 8055496 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 334737 149700 803 2943 0 331631 0
[pid=2195/tid=2196] ppid=2192 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 1371082752 149700 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 1371082752 149700 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 1371082752 149700 33554432000 4194304 16246674 140733350855312 140553341627568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1338948

[startup+6.30039 s]
/proc/loadavg: 2.48 2.32 2.22 4/183 2213
/proc/meminfo: memFree=28191856/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=1388100 CPUtime=6.29 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 235135 0 0 0 594 35 0 0 20 0 4 0 12926714 1421414400 249743 33554432000 4194304 16246674 140733350855312 140733350854408 7918792 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 347025 249743 803 2943 0 343919 0
[pid=2195/tid=2196] ppid=2192 vsize=1388100 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 1421414400 249743 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1388100 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 1421414400 249743 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1388100 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 1421414400 249743 33554432000 4194304 16246674 140733350855312 140553341627568 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) 1388100

[startup+12.7004 s]
/proc/loadavg: 2.52 2.33 2.22 3/183 2213
/proc/meminfo: memFree=27485384/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=1587780 CPUtime=12.68 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 319128 0 0 0 1219 49 0 0 20 0 4 0 12926714 1625886720 338335 33554432000 4194304 16246674 140733350855312 140733350854408 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 396945 338335 803 2943 0 393839 0
[pid=2195/tid=2196] ppid=2192 vsize=1587780 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 1625886720 338335 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1587780 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 1625886720 338335 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1587780 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 1625886720 338335 33554432000 4194304 16246674 140733350855312 140553341627568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1587780

[startup+25.5004 s]
/proc/loadavg: 2.41 2.31 2.22 4/183 2213
/proc/meminfo: memFree=25159228/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=2748996 CPUtime=25.48 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 609469 0 0 0 2454 94 0 0 20 0 4 0 12926714 2814971904 628676 33554432000 4194304 16246674 140733350855312 140733350854488 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 687249 628676 835 2943 0 684143 0
[pid=2195/tid=2196] ppid=2192 vsize=2748996 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 2814971904 628676 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=2748996 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 2814971904 628676 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=2748996 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 2814971904 628676 33554432000 4194304 16246674 140733350855312 140553341627568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2748996

[startup+51.1004 s]
/proc/loadavg: 2.34 2.30 2.21 4/183 2213
/proc/meminfo: memFree=18823696/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=5911108 CPUtime=51.08 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 1400006 0 0 0 4898 210 0 0 20 0 4 0 12926714 6052974592 1419213 33554432000 4194304 16246674 140733350855312 140733350854488 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 1477777 1419213 839 2943 0 1474671 0
[pid=2195/tid=2196] ppid=2192 vsize=5911108 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 6052974592 1419213 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=5911108 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 6052974592 1419213 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=5911108 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 6052974592 1419213 33554432000 4194304 16246674 140733350855312 140553341627568 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) 5911108

[startup+102.3 s]
/proc/loadavg: 2.37 2.31 2.22 3/183 2214
/proc/meminfo: memFree=14177388/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=8229444 CPUtime=102.26 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 1979598 0 0 0 9930 296 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140733350854488 13807508 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 2057361 1998805 845 2943 0 2054255 0
[pid=2195/tid=2196] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553341627568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8229444


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

[pid=2195] ppid=2192 vsize=8229444 CPUtime=1362.06 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 1979611 0 0 0 135905 301 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140733350837184 13807582 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 2057361 1998805 845 2943 0 2054255 0
[pid=2195/tid=2196] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553341627568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 8229444

[startup+1422.3 s]
/proc/loadavg: 2.32 2.28 2.23 3/184 2250
/proc/meminfo: memFree=14176144/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=8229444 CPUtime=1422.05 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 1979611 0 0 0 141904 301 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140733350837184 13809392 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 2057361 1998805 845 2943 0 2054255 0
[pid=2195/tid=2196] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553341627568 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) 8229444

[startup+1482.3 s]
/proc/loadavg: 2.20 2.25 2.23 3/182 2251
/proc/meminfo: memFree=14176500/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=8229444 CPUtime=1482.04 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 1979611 0 0 0 147902 302 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140733350837184 13807612 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 2057361 1998805 845 2943 0 2054255 0
[pid=2195/tid=2196] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553341627568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 8229444

[startup+1542.3 s]
/proc/loadavg: 2.28 2.27 2.23 3/183 2253
/proc/meminfo: memFree=14176232/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=8229444 CPUtime=1542.03 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 1979611 0 0 0 153901 302 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140733350837184 13809224 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 2057361 1998805 845 2943 0 2054255 0
[pid=2195/tid=2196] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553341627568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 8229444

[startup+1602.3 s]
/proc/loadavg: 2.26 2.26 2.23 3/183 2254
/proc/meminfo: memFree=14176288/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=8229444 CPUtime=1602.02 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 1979611 0 0 0 159900 302 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140733350854488 13807544 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 2057361 1998805 845 2943 0 2054255 0
[pid=2195/tid=2196] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553341627568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 8229444

[startup+1662.3 s]
/proc/loadavg: 2.18 2.24 2.22 4/183 2255
/proc/meminfo: memFree=14176372/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=8229444 CPUtime=1662.01 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 1979611 0 0 0 165899 302 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140733350837184 6132584 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 2057361 1998805 845 2943 0 2054255 0
[pid=2195/tid=2196] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553341627568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 8229444

[startup+1722.3 s]
/proc/loadavg: 2.31 2.26 2.22 3/183 2256
/proc/meminfo: memFree=14176496/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=8229444 CPUtime=1722 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 1979611 0 0 0 171898 302 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140733350837184 13774084 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 2057361 1998805 845 2943 0 2054255 0
[pid=2195/tid=2196] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553341627568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 8229444

[startup+1782.3 s]
/proc/loadavg: 2.31 2.27 2.23 3/183 2257
/proc/meminfo: memFree=14176008/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=8229444 CPUtime=1782 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 1979611 0 0 0 177897 303 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140733350837184 13807742 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 2057361 1998805 845 2943 0 2054255 0
[pid=2195/tid=2196] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553341627568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 8229444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.28 2.26 2.23 3/183 2258
/proc/meminfo: memFree=14175860/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=8229444 CPUtime=1800.09 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) R 2192 2195 29546 0 -1 4202496 1979611 0 0 0 179706 303 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140733350837184 13807754 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 2057361 1998805 845 2943 0 2054255 0
[pid=2195/tid=2196] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 29546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12926714 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553439128816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 29546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553428638960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=8229444 CPUtime=0 cores=1,3,5,7
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 29546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12926715 8426950656 1998805 33554432000 4194304 16246674 140733350855312 140553341627568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 8229444

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

[startup+1800.5 s]
/proc/loadavg: 2.28 2.26 2.23 3/183 2258
/proc/meminfo: memFree=14175860/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=0 CPUtime=1800.2 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) Z 2192 2195 29546 0 -1 4203532 1979611 0 0 0 179707 313 0 0 20 0 2 0 12926714 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 0 0 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) R 2192 2195 29546 0 -1 4203588 8 0 0 0 0 8 0 0 20 0 2 0 12926715 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

[startup+1800.6 s]
/proc/loadavg: 2.28 2.26 2.23 3/183 2258
/proc/meminfo: memFree=14175860/32872528 swapFree=1399392/1569044
[pid=2195] ppid=2192 vsize=0 CPUtime=1800.29 cores=1,3,5,7
/proc/2195/stat : 2195 (toysat) Z 2192 2195 29546 0 -1 4203532 1979611 0 0 0 179707 322 0 0 20 0 2 0 12926714 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2195/statm: 0 0 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=0 CPUtime=0.18 cores=1,3,5,7
/proc/2195/task/2197/stat : 2197 (toysat) R 2192 2195 29546 0 -1 4203588 8 0 0 0 0 18 0 0 20 0 2 0 12926715 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.69
CPU time (s): 1800.39
CPU user time (s): 1797.07
CPU system time (s): 3.3115
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 8229444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.07
system time used= 3.3115
maximum resident set size= 7995220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1979611
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= 65
involuntary context switches= 1852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.69928 second user time and 7.05193 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-16 22:26:55
IDJOB=4093241
IDBENCH=79566
IDSOLVER=2553
FILE ID=node140/4093241-1466108813
RUNJOBID= node140-1466103409-1689
PBS_JOBID= 19904032
Free space on /tmp= 71548 MiB

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

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

MD5SUM BENCH= bbfd21207c093d43885742df561df69b
RANDOM SEED=176258373

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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.714
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		: 2666.714
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.54
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.714
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:        30203832 kB
Buffers:           56144 kB
Cached:           320884 kB
SwapCached:         2564 kB
Active:           260696 kB
Inactive:         120932 kB
Active(anon):       4608 kB
Inactive(anon):     1792 kB
Active(file):     256088 kB
Inactive(file):   119140 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096820 kB
Dirty:            216192 kB
Writeback:             0 kB
AnonPages:       1575872 kB
Mapped:             7032 kB
Shmem:                 0 kB
Slab:             582524 kB
SReclaimable:      26016 kB
SUnreclaim:       556508 kB
KernelStack:        1408 kB
PageTables:         7124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1665656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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= 71516 MiB
End job on node140 at 2016-06-16 22:56:56