Trace number 4110676

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (MO) 1102.02 1102.2

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f33-AC_ESS.seq-B-2-2-irabcde.opb
MD5SUM79fbc2db7e0a97f156df8681d41c01ae
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4666691113
Best CPU time to get the best result obtained on this benchmark2.75858
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3535
Total number of constraints9957
Number of constraints which are clauses9837
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints120
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 360
Biggest coefficient in the objective function 143145755
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 29631171284
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 143145755
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 29631171284
Number of bits of the biggest sum of numbers35
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-20T03:22:12+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","--pb","--search=bcd2","HOME/instance-4110676-1466385731.opb"]
0.00/0.01	c use --random-gen="968336122 3954410202 193556766 550697335 399088866 3539265065 4252154321 3158378838 2815013816 2494940631 3102830664 538358828 3376745548 1986812873 2239602293 2743299827 2030327731 3774971957 3795430504 3878517942 2024355334 4005598710 3080685814 2618972377 3400040992 1517974236 833700336 27847114 4099969470 801449094 4213912863 2219408675 1704544113 159741692 3647046653 1454174383 509482320 1645617568 711926950 305849051 1784596701 3396983999 3433667582 3315425995 3812346497 2441321210 4063460781 4141419972 3353749169 1964733490 1324816897 1794225953 3223657112 1066924224 2056145131 2492758127 3885778914 1926608907 2211598066 905267313 3095686408 810069016 3243244813 2500277187 2001916635 1517859793 1367746389 2170913758 1189268541 4049059153 853699739 4212151657 3013307434 2009025015 3277354641 2797062074 644131683 171902247 2756995610 2600239901 1120416585 660681766 1995229973 3175855097 4254744927 1189518986 1349089677 475391942 4245412565 1638679878 78747564 2594450443 2069440507 3519863900 1812487512 761072984 31144387 2434100862 3710539185 4279465423 1167701503 934451101 2103396000 2799902845 1507079070 4012755616 1741097657 1064895946 730225787 67625114 4144446261 2938823276 961043331 2673770594 110579736 540141691 730267142 2100680087 2796759534 3946480527 1701033041 1388364115 939858535 2678710424 4018054624 976407328 3810152908 2803517073 678651910 2247040553 1827988803 1362103479 3045708960 4041249586 3565101225 1835860690 3852114452 2393513227 1455019301 4216534776 2132799891 3547719381 3248799157 2460173357 2843554705 3505057054 2762203553 365179778 1189771568 3699915946 1603600080 1863926781 1448285799 3584024382 2301779721 1474624474 1359606874 3019484138 1765945329 74553753 2183025867 3352125503 357635892 108667347 4292734263 1333348223 3840351521 1261324310 925006988 2470378809 2215350226 1115416634 1750971313 1769869414 2132141510 1444082431 3164841509 2167331586 2453117579 3899334731 3103321782 3149974410 3445012526 2086233397 1625792515 709813235 648520910 3416610936 1946007314 3266560334 3895090587 612432627 4106291161 2472709690 1208582681 3393121655 621669972 2069055935 947638978 2359568615 2758768164 4036292310 1776545334 2679306672 1715880213 747857320 953167183 1836558879 2593756889 1537051584 3206784084 3478855534 1748742916 3107831363 1430673183 1258858622 1988860024 404152391 1816238984 3279372170 83040954 1568657907 2406036884 4030654919 2324302171 1240423388 2949199309 4196652827 223415702 374214348 85415824 391817129 1460310211 106472820 3853456343 329124465 3075834641 482547708 868556638 2594169236 1669153720 634637978 1594460139 435422417 2139530625 2786620475 1458342011 3073846232 3757631782 1788830268 2856913616 3810872673 3502275871 1188201008 1886220095 2130269785 255 362436" option to reproduce the execution
0.00/0.07	c #vars 3535
0.00/0.07	c #constraints 9957
0.19/0.20	c BCD2: Hardening is enabled.
0.19/0.20	c BCD2: BiasedSearch is enabled.
0.19/0.20	c Solving starts ...
0.19/0.20	c ============================[ Search Statistics ]============================
0.19/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.20	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     4258      0 |      398 |        0
0.19/0.22	c  0.0s |       0 |      332 |        8 |     4258      0 |      398 |      375
0.19/0.22	c #cpu_time = 0.019s
0.19/0.22	c #wall_clock_time = 0.022s
0.19/0.22	c #decision = 332
0.19/0.22	c #random_decision = 0
0.19/0.22	c #conflict = 8
0.19/0.22	c #restart = 0
0.19/0.22	o 16747129814
0.19/0.23	c BCD2: updating upper bound: 29631171284 -> 16747129813

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-4110676-1466385731/watcher-4110676-1466385731 -o /tmp/evaluation-result-4110676-1466385731/solver-4110676-1466385731 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466385731-1994 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4110676-1466385731.opb 

pid=2016
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: 0.68 1.56 1.84 4/176 2022
/proc/meminfo: memFree=30575728/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=750012 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 2804 0 0 0 0 0 0 0 20 0 4 0 40619666 768012288 3165 33554432000 4194304 16246674 140734321885888 140734321885312 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2022/statm: 188271 3175 441 2943 0 185165 0
[pid=2022/tid=2024] ppid=2016 vsize=768444 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 786886656 3237 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=773564 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 792129536 3254 33554432000 4194304 16246674 140734321885888 140214710283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=777660 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 40619666 796323840 3270 33554432000 4194304 16246674 140734321885888 140214699809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 0.68 1.56 1.84 4/176 2022
/proc/meminfo: memFree=30575728/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 23731 0 0 0 6 3 0 0 20 0 4 0 40619666 1250496512 24030 33554432000 4194304 16246674 140734321885888 140734321885200 6777647 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2022/statm: 305297 24037 831 2943 0 302191 0
[pid=2022/tid=2024] ppid=2016 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 1250496512 24043 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 1250496512 24048 33554432000 4194304 16246674 140734321885888 140214710283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 1250496512 24053 33554432000 4194304 16246674 140734321885888 140214699809968 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) 1221188

[startup+0.200566 s]
/proc/loadavg: 0.68 1.56 1.84 4/176 2022
/proc/meminfo: memFree=30575728/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 41666 0 0 0 12 7 0 0 20 0 4 0 40619666 1250496512 41966 33554432000 4194304 16246674 140734321885888 140734321885200 5515837 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2022/statm: 305297 41977 834 2943 0 302191 0
[pid=2022/tid=2024] ppid=2016 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 1250496512 41983 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 1250496512 41991 33554432000 4194304 16246674 140734321885888 140214710283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 1250496512 41996 33554432000 4194304 16246674 140734321885888 140214699809968 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) 1221188

[startup+0.300562 s]
/proc/loadavg: 0.68 1.56 1.84 4/176 2022
/proc/meminfo: memFree=30575728/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=1221188 CPUtime=0.29 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 65431 0 0 0 18 11 0 0 20 0 4 0 40619666 1250496512 65730 33554432000 4194304 16246674 140734321885888 140734321868880 6962121 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2022/statm: 305297 65743 894 2943 0 302191 0
[pid=2022/tid=2024] ppid=2016 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 1250496512 65751 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 1250496512 65758 33554432000 4194304 16246674 140734321885888 140214710283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 1250496512 65765 33554432000 4194304 16246674 140734321885888 140214699809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1221188

[startup+0.700434 s]
/proc/loadavg: 0.68 1.56 1.84 4/176 2022
/proc/meminfo: memFree=30575728/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=1221188 CPUtime=0.68 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 167132 0 0 0 43 25 0 0 20 0 4 0 40619666 1250496512 167432 33554432000 4194304 16246674 140734321885888 140734321867776 12449273 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2022/statm: 305297 167443 894 2943 0 302191 0
[pid=2022/tid=2024] ppid=2016 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 1250496512 167451 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 1250496512 167461 33554432000 4194304 16246674 140734321885888 140214710283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 1250496512 167470 33554432000 4194304 16246674 140734321885888 140214699809968 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) 1221188

[startup+1.50042 s]
/proc/loadavg: 0.68 1.56 1.84 4/184 2030
/proc/meminfo: memFree=28954784/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=1273412 CPUtime=1.48 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 259285 0 0 0 112 36 0 0 20 0 4 0 40619666 1303973888 259584 33554432000 4194304 16246674 140734321885888 140734321885200 12429241 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2022/statm: 318353 259584 895 2943 0 315247 0
[pid=2022/tid=2024] ppid=2016 vsize=1273412 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 1303973888 259584 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=1273412 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 1303973888 259584 33554432000 4194304 16246674 140734321885888 140214710283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=1273412 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 1303973888 259584 33554432000 4194304 16246674 140734321885888 140214699809968 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) 1273412

[startup+3.10044 s]
/proc/loadavg: 0.68 1.56 1.84 4/184 2030
/proc/meminfo: memFree=28387732/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=1330756 CPUtime=3.08 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 273881 0 0 0 269 39 0 0 20 0 4 0 40619666 1362694144 274180 33554432000 4194304 16246674 140734321885888 140734321883712 13949845 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2022/statm: 332689 274180 895 2943 0 329583 0
[pid=2022/tid=2024] ppid=2016 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 1362694144 274180 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 1362694144 274180 33554432000 4194304 16246674 140734321885888 140214710283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 1362694144 274180 33554432000 4194304 16246674 140734321885888 140214699809968 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) 1330756

[startup+6.30044 s]
/proc/loadavg: 0.87 1.58 1.85 4/184 2030
/proc/meminfo: memFree=28387396/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=1330756 CPUtime=6.28 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 273881 0 0 0 589 39 0 0 20 0 4 0 40619666 1362694144 274180 33554432000 4194304 16246674 140734321885888 140734321867776 4220543 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 332689 274180 895 2943 0 329583 0
[pid=2022/tid=2024] ppid=2016 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 1362694144 274180 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 1362694144 274180 33554432000 4194304 16246674 140734321885888 140214710283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=1330756 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 1362694144 274180 33554432000 4194304 16246674 140734321885888 140214699809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1330756

[startup+12.7004 s]
/proc/loadavg: 0.96 1.59 1.85 4/184 2030
/proc/meminfo: memFree=28347252/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=1371716 CPUtime=12.68 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 284121 0 0 0 1228 40 0 0 20 0 4 0 40619666 1404637184 284420 33554432000 4194304 16246674 140734321885888 140734321883712 4220990 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 342929 284420 895 2943 0 339823 0
[pid=2022/tid=2024] ppid=2016 vsize=1371716 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 1404637184 284420 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=1371716 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 1404637184 284420 33554432000 4194304 16246674 140734321885888 140214710283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=1371716 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 1404637184 284420 33554432000 4194304 16246674 140734321885888 140214699809968 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) 1371716

[startup+25.5005 s]
/proc/loadavg: 1.19 1.61 1.85 4/184 2030
/proc/meminfo: memFree=27721068/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=1998404 CPUtime=25.48 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 440793 0 0 0 2486 62 0 0 20 0 4 0 40619666 2046365696 441092 33554432000 4194304 16246674 140734321885888 140734321883712 4220543 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 499601 441092 895 2943 0 496495 0
[pid=2022/tid=2024] ppid=2016 vsize=1998404 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 2046365696 441092 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=1998404 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 2046365696 441092 33554432000 4194304 16246674 140734321885888 140214710283280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=1998404 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 2046365696 441092 33554432000 4194304 16246674 140734321885888 140214699809968 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) 1998404

[startup+51.1006 s]
/proc/loadavg: 1.76 1.70 1.87 5/184 2031
/proc/meminfo: memFree=26764688/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=2952772 CPUtime=51.08 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 679385 0 0 0 5015 93 0 0 20 0 4 0 40619666 3023638528 679684 33554432000 4194304 16246674 140734321885888 140734321883776 4220543 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 738193 679684 895 2943 0 735087 0
[pid=2022/tid=2024] ppid=2016 vsize=2952772 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 3023638528 679684 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=2952772 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 3023638528 679684 33554432000 4194304 16246674 140734321885888 140214710283280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=2952772 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 3023638528 679684 33554432000 4194304 16246674 140734321885888 140214699809968 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) 2952772

[startup+102.301 s]
/proc/loadavg: 2.25 1.85 1.91 4/184 2032
/proc/meminfo: memFree=23701428/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=4490820 CPUtime=102.29 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 1063899 0 0 0 10080 149 0 0 20 0 4 0 40619666 4598599680 1064198 33554432000 4194304 16246674 140734321885888 140734321884984 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 1122705 1064198 896 2943 0 1119599 0
[pid=2022/tid=2024] ppid=2016 vsize=4490820 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 4598599680 1064198 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=4490820 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 4598599680 1064198 33554432000 4194304 16246674 140734321885888 140214710283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=4490820 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 4598599680 1064198 33554432000 4194304 16246674 140734321885888 140214699809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 4490820


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


[startup+702.3 s]
/proc/loadavg: 2.30 2.17 2.03 3/184 2096
/proc/meminfo: memFree=14539536/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=14090820 CPUtime=702.22 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 5628388 0 0 0 69353 869 0 0 20 0 4 0 40619666 14428999680 3464207 33554432000 4194304 16246674 140734321885888 140734321885200 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 3522705 3464207 900 2943 0 3519599 0
[pid=2022/tid=2024] ppid=2016 vsize=14090820 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 14428999680 3464207 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=14090820 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 14428999680 3464207 33554432000 4194304 16246674 140734321885888 140214710283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=14090820 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 14428999680 3464207 33554432000 4194304 16246674 140734321885888 140214699809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 14090820

[startup+762.3 s]
/proc/loadavg: 2.15 2.15 2.03 4/184 2097
/proc/meminfo: memFree=12121340/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=14090820 CPUtime=762.22 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 5628388 0 0 0 75347 875 0 0 20 0 4 0 40619666 14428999680 3464465 33554432000 4194304 16246674 140734321885888 140734321883840 14003399 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 3522705 3464465 900 2943 0 3519599 0
[pid=2022/tid=2024] ppid=2016 vsize=14090820 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 14428999680 3464465 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=14090820 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 14428999680 3464465 33554432000 4194304 16246674 140734321885888 140214710283280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=14090820 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 14428999680 3464465 33554432000 4194304 16246674 140734321885888 140214699809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 762.22
Current children cumulated vsize (KiB) 14090820

[startup+822.3 s]
/proc/loadavg: 2.21 2.16 2.04 3/184 2098
/proc/meminfo: memFree=10302552/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=14090820 CPUtime=822.21 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 5628388 0 0 0 81341 880 0 0 20 0 4 0 40619666 14428999680 3464465 33554432000 4194304 16246674 140734321885888 140734321883840 14016605 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 3522705 3464465 900 2943 0 3519599 0
[pid=2022/tid=2024] ppid=2016 vsize=14090820 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 14428999680 3464465 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=14090820 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 14428999680 3464465 33554432000 4194304 16246674 140734321885888 140214710283280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=14090820 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 14428999680 3464465 33554432000 4194304 16246674 140734321885888 140214699809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 822.21
Current children cumulated vsize (KiB) 14090820

[startup+882.307 s]
/proc/loadavg: 2.19 2.16 2.04 3/184 2099
/proc/meminfo: memFree=8304624/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=14686788 CPUtime=882.21 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 5723214 0 0 0 87320 901 0 0 20 0 4 0 40619666 15039270912 3613457 33554432000 4194304 16246674 140734321885888 140734321883776 4220543 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 3671697 3613457 900 2943 0 3668591 0
[pid=2022/tid=2024] ppid=2016 vsize=14686788 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 15039270912 3613457 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=14686788 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 15039270912 3613457 33554432000 4194304 16246674 140734321885888 140214710283280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=14686788 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 15039270912 3613457 33554432000 4194304 16246674 140734321885888 140214699809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 882.21
Current children cumulated vsize (KiB) 14686788

[startup+942.3 s]
/proc/loadavg: 2.26 2.19 2.06 4/184 2100
/proc/meminfo: memFree=6478812/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=14686788 CPUtime=942.19 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 5723214 0 0 0 93314 905 0 0 20 0 4 0 40619666 15039270912 3613457 33554432000 4194304 16246674 140734321885888 140734321884984 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 3671697 3613457 900 2943 0 3668591 0
[pid=2022/tid=2024] ppid=2016 vsize=14686788 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 15039270912 3613457 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=14686788 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 15039270912 3613457 33554432000 4194304 16246674 140734321885888 140214710283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=14686788 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 15039270912 3613457 33554432000 4194304 16246674 140734321885888 140214699809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 942.19
Current children cumulated vsize (KiB) 14686788

[startup+1002.3 s]
/proc/loadavg: 2.39 2.24 2.08 3/184 2102
/proc/meminfo: memFree=5304440/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=14686788 CPUtime=1002.18 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 5723214 0 0 0 99308 910 0 0 20 0 4 0 40619666 15039270912 3613457 33554432000 4194304 16246674 140734321885888 140734321884984 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 3671697 3613457 900 2943 0 3668591 0
[pid=2022/tid=2024] ppid=2016 vsize=14686788 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 15039270912 3613457 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=14686788 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 15039270912 3613457 33554432000 4194304 16246674 140734321885888 140214710283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=14686788 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 15039270912 3613457 33554432000 4194304 16246674 140734321885888 140214699809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1002.18
Current children cumulated vsize (KiB) 14686788

[startup+1062.3 s]
/proc/loadavg: 2.23 2.22 2.09 3/184 2103
/proc/meminfo: memFree=1879476/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=15840836 CPUtime=1062.17 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 5952962 0 0 0 105268 949 0 0 20 0 4 0 40619666 16221016064 3901970 33554432000 4194304 16246674 140734321885888 140734321883776 4226254 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 3960209 3901970 900 2943 0 3957103 0
[pid=2022/tid=2024] ppid=2016 vsize=15840836 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 16221016064 3901970 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=15840836 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 16221016064 3901970 33554432000 4194304 16246674 140734321885888 140214710283280 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=15840836 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 16221016064 3901970 33554432000 4194304 16246674 140734321885888 140214699809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1062.17
Current children cumulated vsize (KiB) 15840836



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1101.4 s]
/proc/loadavg: 2.23 2.22 2.09 4/185 2107
/proc/meminfo: memFree=1879352/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=15898180 CPUtime=1101.27 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) R 2016 2022 1977 0 -1 4202496 5967049 0 0 0 109172 955 0 0 20 0 4 0 40619666 16279736320 3916057 33554432000 4194304 16246674 140734321885888 140734321885064 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 3974545 3916057 900 2943 0 3971439 0
[pid=2022/tid=2024] ppid=2016 vsize=15898180 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2024/stat : 2024 (toysat) S 2016 2022 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40619666 16279736320 3916057 33554432000 4194304 16246674 140734321885888 140214788926704 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=15898180 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) S 2016 2022 1977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 40619666 16279736320 3916063 33554432000 4194304 16246674 140734321885888 140214710283504 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2022/tid=2028] ppid=2016 vsize=15898180 CPUtime=0 cores=1,3,5,7
/proc/2022/task/2028/stat : 2028 (toysat) S 2016 2022 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40619666 16279736320 3916069 33554432000 4194304 16246674 140734321885888 140214699809968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1101.27
Current children cumulated vsize (KiB) 15898180

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

[startup+1101.6 s]
/proc/loadavg: 2.23 2.22 2.09 4/185 2107
/proc/meminfo: memFree=1879352/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=0 CPUtime=1101.48 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) Z 2016 2022 1977 0 -1 4203532 5967513 0 0 0 109173 975 0 0 20 0 2 0 40619666 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 0 0 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=0 CPUtime=0.19 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) R 2016 2022 1977 0 -1 4203588 7 0 0 0 0 19 0 0 20 0 2 0 40619666 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) 1101.48
Current children cumulated vsize (KiB) 0

[startup+1102 s]
/proc/loadavg: 2.23 2.22 2.09 4/185 2107
/proc/meminfo: memFree=1879352/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=0 CPUtime=1101.88 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) Z 2016 2022 1977 0 -1 4203532 5967513 0 0 0 109173 1015 0 0 20 0 2 0 40619666 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 0 0 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) R 2016 2022 1977 0 -1 4203588 7 0 0 0 0 58 0 0 20 0 2 0 40619666 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) 1101.88
Current children cumulated vsize (KiB) 0

[startup+1102.1 s]
/proc/loadavg: 2.23 2.22 2.09 4/185 2107
/proc/meminfo: memFree=1879352/32872528 swapFree=1370848/1518016
[pid=2022] ppid=2016 vsize=0 CPUtime=1101.98 cores=1,3,5,7
/proc/2022/stat : 2022 (toysat) Z 2016 2022 1977 0 -1 4203532 5967513 0 0 0 109173 1025 0 0 20 0 2 0 40619666 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2022/statm: 0 0 0 0 0 0 0
[pid=2022/tid=2027] ppid=2016 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/2022/task/2027/stat : 2027 (toysat) R 2016 2022 1977 0 -1 4203588 7 0 0 0 0 68 0 0 20 0 2 0 40619666 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) 1101.98
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1102.2
CPU time (s): 1102.02
CPU user time (s): 1091.72
CPU system time (s): 10.3034
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 15898180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1091.72
system time used= 10.3034
maximum resident set size= 15666084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5967513
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= 342
involuntary context switches= 1127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.34849 second user time and 4.68129 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-20 03:22:11
IDJOB=4110676
IDBENCH=108249
IDSOLVER=2542
FILE ID=node129/4110676-1466385731
RUNJOBID= node129-1466385731-1994
PBS_JOBID= 19923266
Free space on /tmp= 71736 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f33-AC_ESS.seq-B-2-2-irabcde.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110676-1466385731/watcher-4110676-1466385731 -o /tmp/evaluation-result-4110676-1466385731/solver-4110676-1466385731 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466385731-1994 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4110676-1466385731.opb

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

MD5SUM BENCH= 79fbc2db7e0a97f156df8681d41c01ae
RANDOM SEED=1697830944

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30577636 kB
Buffers:            1164 kB
Cached:            64328 kB
SwapCached:         7496 kB
Active:            58800 kB
Inactive:          15476 kB
Active(anon):       3812 kB
Inactive(anon):     7460 kB
Active(file):      54988 kB
Inactive(file):     8016 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67092304 kB
Dirty:             35008 kB
Writeback:             0 kB
AnonPages:       1519576 kB
Mapped:             6608 kB
Shmem:                 0 kB
Slab:             567992 kB
SReclaimable:      12140 kB
SUnreclaim:       555852 kB
KernelStack:        1368 kB
PageTables:         7012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1615024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71696 MiB
End job on node129 at 2016-06-20 03:40:34