Trace number 4079197

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? (TO) 1800.86 1801.15

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/random/
rand.smallist/normalized-rand1958fb.cudf.trendy.opb
MD5SUMdd9cd4f7b65ac8510615de1509c88e95
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15832587875
Best CPU time to get the best result obtained on this benchmark2.03269
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7451
Total number of constraints22565
Number of constraints which are clauses22564
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1147
Number of terms in the objective function 3982
Biggest coefficient in the objective function 7916293657
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 9072064587670
Number of bits of the sum of numbers in the objective function 44
Biggest number in a constraint 7916293657
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 9072064587670
Number of bits of the biggest sum of numbers44
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-07T05:47:04+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-4079197-1465271224.opb"]
0.00/0.01	c use --random-gen="2357103465 2571504183 443798550 1125666745 1770819455 3392799176 4066801228 2873695711 801978884 4224193486 387428354 2452128975 1350048848 3391800732 2658656677 3476963320 3483178063 1644895197 217090571 3388951009 2900272990 3624462089 4170969091 1366253046 3957322576 1630569449 2119433613 3699758479 3950349729 2008184973 2981549346 3728818601 3724515228 3411519486 3621077921 435163567 1099278589 3158101118 3396385975 2892590113 631011125 2139270191 2729598413 940084183 2822243773 816536517 922458178 3988711463 1477389273 2982103404 1082464889 3153030022 2113918811 2991111311 2706026272 2058025091 1134365779 1597738918 769189227 2658952160 3340903797 3613348920 384809924 628086252 3550140209 473529015 1773713017 1268783273 763033338 733206625 1912097491 3270236613 3027067848 3255337145 1760004049 4081089602 2690034618 2371339493 213214827 3478406547 448938693 3694286526 1756907465 3882498600 3248539112 423887829 2559393027 249572892 3615183420 3267071493 4159203385 894015144 4117937546 1132502654 2902236697 4135299156 320887650 1432446830 3828030790 3630388898 3657437161 1693481570 2404564193 1517075178 4085045138 4213556703 874145765 3365164963 732365249 2705142943 1801241688 450281859 3858650431 2869387912 3281789287 1368533426 1354281226 3961686590 184446419 4244773955 3039495891 1780974836 3009228485 4005051139 4262213662 2399158979 259814225 593473387 2526340611 439545194 4108043563 2903988804 1219135774 1810071440 869308113 3655567333 728180216 2515338630 2339188066 1786562 3588478023 274512444 3853342532 2292463752 2112637507 2232180918 870087112 1965725634 2746528422 3839669188 2802901386 4073073413 266823154 1347733959 1651643020 4142491249 2146229506 260114722 1089983218 227567263 2884929751 1682295740 275965394 3007169686 3728945900 2828629289 3991080394 3737879078 11951591 1551885561 2767346586 292052915 297075150 1641282219 442710198 3622708871 1826013502 2265628149 3954212042 149158854 4103932433 948173578 1838024149 1517980006 1572721646 3551025129 900890726 3977717602 2863422406 2879371465 92240410 2994435567 3240163898 1738787296 3784991579 214405761 3967925891 1431967884 287604684 2779283072 669235003 1657414515 766865631 1589314382 3912842501 3326912352 3886250732 2001110922 1985672346 755269651 1826711889 84632098 2812128056 1926242572 1569626059 3063515508 637377964 3992198633 2414647527 3965348967 2176381754 40030653 1584863557 4244219911 3393355225 3387733874 1113408549 3589634578 615589693 2777630259 2668415374 2632761571 1554581335 4202954723 1897833969 3893608502 2902573695 3419455033 2986131204 2050590458 2632994034 2222443743 3886969156 1434098263 765796751 2808117403 4070788739 3660803093 4241191193 2505704042 276467238 4091478566 1542029640 412482110 3822015156 1692975921 255 362436" option to reproduce the execution
0.09/0.15	c #vars 7451
0.09/0.15	c #constraints 22565
0.39/0.44	c BCD2: Hardening is enabled.
0.39/0.44	c BCD2: BiasedSearch is enabled.
0.39/0.44	c Solving starts ...
0.39/0.44	c ============================[ Search Statistics ]============================
0.39/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.44	c =============================================================================
0.39/0.44	c  0.0s |       0 |        0 |        0 |     8769      0 |     2994 |        0
0.39/0.48	c  0.0s |       0 |     2021 |        7 |     8769      0 |     2996 |     8449
0.39/0.48	c #cpu_time = 0.039s
0.39/0.48	c #wall_clock_time = 0.039s
0.39/0.48	c #decision = 2021
0.39/0.48	c #random_decision = 11
0.39/0.48	c #conflict = 7
0.39/0.48	c #restart = 0
0.39/0.48	o 4394706790777

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.02 3/179 7908
/proc/meminfo: memFree=30499452/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=697788 CPUtime=0 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 2598 0 0 0 0 0 0 0 20 0 4 0 109057124 714534912 3471 33554432000 4194304 16246674 140735873005408 140735873004832 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 175215 3479 441 2943 0 172109 0
[pid=7908/tid=7909] ppid=7905 vsize=715196 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 732360704 3539 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=719292 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 736555008 3555 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=723388 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 740749312 3571 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100187 s]
/proc/loadavg: 2.00 2.04 2.02 3/179 7908
/proc/meminfo: memFree=30499452/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 26518 0 0 0 6 3 0 0 20 0 4 0 109057124 1333334016 27329 33554432000 4194304 16246674 140735873005408 140735873004720 7364728 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 325521 27344 799 2943 0 322415 0
[pid=7908/tid=7909] ppid=7905 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 1333334016 27354 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 1333334016 27365 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 1333334016 27376 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.20052 s]
/proc/loadavg: 2.00 2.04 2.02 3/179 7908
/proc/meminfo: memFree=30499452/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=1302084 CPUtime=0.19 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 46442 0 0 0 13 6 0 0 20 0 4 0 109057124 1333334016 47252 33554432000 4194304 16246674 140735873005408 140735873004720 5887092 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 325521 47260 833 2943 0 322415 0
[pid=7908/tid=7909] ppid=7905 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 1333334016 47265 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 1333334016 47271 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 1333334016 47276 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1302084

[startup+0.300482 s]
/proc/loadavg: 2.00 2.04 2.02 3/179 7908
/proc/meminfo: memFree=30499452/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=1302084 CPUtime=0.29 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 63865 0 0 0 20 9 0 0 20 0 4 0 109057124 1333334016 64676 33554432000 4194304 16246674 140735873005408 140735873004720 5889452 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 325521 64684 837 2943 0 322415 0
[pid=7908/tid=7909] ppid=7905 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 1333334016 64689 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 1333334016 64694 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 1333334016 64699 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1302084

[startup+0.700417 s]
/proc/loadavg: 2.00 2.04 2.02 3/179 7908
/proc/meminfo: memFree=30499452/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=1319492 CPUtime=0.69 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 96721 0 0 0 55 14 0 0 20 0 4 0 109057124 1351159808 97531 33554432000 4194304 16246674 140735873005408 140735872987328 12449273 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 329873 97544 894 2943 0 326767 0
[pid=7908/tid=7909] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 97552 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 97560 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 97568 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1319492

[startup+1.5004 s]
/proc/loadavg: 2.00 2.04 2.02 3/183 7912
/proc/meminfo: memFree=29713588/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=1319492 CPUtime=1.49 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 271063 0 0 0 113 36 0 0 20 0 4 0 109057124 1351159808 271873 33554432000 4194304 16246674 140735873005408 140735873003200 12654199 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 329873 271873 894 2943 0 326767 0
[pid=7908/tid=7909] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271873 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271873 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271873 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1319492

[startup+3.10036 s]
/proc/loadavg: 2.00 2.04 2.02 3/183 7912
/proc/meminfo: memFree=29412392/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=1319492 CPUtime=3.09 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 271064 0 0 0 273 36 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140735872987328 12429865 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 329873 271874 894 2943 0 326767 0
[pid=7908/tid=7909] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1319492

[startup+6.30042 s]
/proc/loadavg: 2.00 2.04 2.02 3/183 7912
/proc/meminfo: memFree=29412192/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=1319492 CPUtime=6.29 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 271064 0 0 0 593 36 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140735872987328 13950232 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 329873 271874 894 2943 0 326767 0
[pid=7908/tid=7909] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1319492

[startup+12.7004 s]
/proc/loadavg: 2.08 2.05 2.02 4/183 7912
/proc/meminfo: memFree=29365000/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=1319492 CPUtime=12.69 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 271064 0 0 0 1233 36 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140735872987328 12429162 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 329873 271874 894 2943 0 326767 0
[pid=7908/tid=7909] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1319492

[startup+25.5005 s]
/proc/loadavg: 2.07 2.05 2.02 4/183 7912
/proc/meminfo: memFree=29170204/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=1319492 CPUtime=25.48 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 271064 0 0 0 2512 36 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140735872987328 12449130 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 329873 271874 894 2943 0 326767 0
[pid=7908/tid=7909] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 1351159808 271874 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1319492

[startup+51.1005 s]
/proc/loadavg: 2.11 2.06 2.03 3/183 7912
/proc/meminfo: memFree=28834568/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=1322564 CPUtime=51.08 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 271832 0 0 0 5072 36 0 0 20 0 4 0 109057124 1354305536 272642 33554432000 4194304 16246674 140735873005408 140735872987328 12429099 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 330641 272642 894 2943 0 327535 0
[pid=7908/tid=7909] ppid=7905 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 1354305536 272642 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 1354305536 272642 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 1354305536 272642 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1322564

[startup+102.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/183 7913
/proc/meminfo: memFree=28120576/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=1322564 CPUtime=102.28 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 271832 0 0 0 10191 37 0 0 20 0 4 0 109057124 1354305536 272642 33554432000 4194304 16246674 140735873005408 140735872987328 12449269 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 330641 272642 894 2943 0 327535 0
[pid=7908/tid=7909] ppid=7905 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 1354305536 272642 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 1354305536 272642 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 1354305536 272642 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1322564


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


[startup+1422.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/183 7972
/proc/meminfo: memFree=14357740/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=14049860 CPUtime=1422.08 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 4411618 0 0 0 139930 2278 0 0 20 0 4 0 109057124 14387056640 3454476 33554432000 4194304 16246674 140735873005408 140735873003392 4220807 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 3512465 3454476 899 2943 0 3509359 0
[pid=7908/tid=7909] ppid=7905 vsize=14049860 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 14387056640 3454476 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=14049860 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 14387056640 3454476 33554432000 4194304 16246674 140735873005408 140559834389520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=14049860 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 14387056640 3454476 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 14049860

[startup+1482.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/183 7974
/proc/meminfo: memFree=13868216/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=14300740 CPUtime=1482.06 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 4474338 0 0 0 145868 2338 0 0 20 0 4 0 109057124 14643957760 3517196 33554432000 4194304 16246674 140735873005408 140735873003264 14003164 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 3575185 3517196 899 2943 0 3572079 0
[pid=7908/tid=7909] ppid=7905 vsize=14300740 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 14643957760 3517196 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=14300740 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 14643957760 3517196 33554432000 4194304 16246674 140735873005408 140559834389520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=14300740 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 14643957760 3517196 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 14300740

[startup+1542.31 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 7975
/proc/meminfo: memFree=13232392/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=14515780 CPUtime=1542.06 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 4474734 0 0 0 151858 2348 0 0 20 0 4 0 109057124 14864158720 3570736 33554432000 4194304 16246674 140735873005408 140735873004720 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 3628945 3570736 899 2943 0 3625839 0
[pid=7908/tid=7909] ppid=7905 vsize=14515780 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 14864158720 3570736 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=14515780 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 14864158720 3570736 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=14515780 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 14864158720 3570736 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 14515780

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 7976
/proc/meminfo: memFree=12717992/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=14770756 CPUtime=1602.04 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 4483983 0 0 0 157843 2361 0 0 20 0 4 0 109057124 15125254144 3634662 33554432000 4194304 16246674 140735873005408 140735873003392 13899641 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 3692689 3634662 899 2943 0 3689583 0
[pid=7908/tid=7909] ppid=7905 vsize=14770756 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 15125254144 3634662 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=14770756 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 15125254144 3634662 33554432000 4194304 16246674 140735873005408 140559834389520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=14770756 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 15125254144 3634662 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 14770756

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 7977
/proc/meminfo: memFree=13113636/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=14770756 CPUtime=1662.04 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 4484022 0 0 0 163822 2382 0 0 20 0 4 0 109057124 15125254144 3634701 33554432000 4194304 16246674 140735873005408 140735873004504 4220507 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 3692689 3634701 899 2943 0 3689583 0
[pid=7908/tid=7909] ppid=7905 vsize=14770756 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 15125254144 3634701 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=14770756 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 15125254144 3634701 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=14770756 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 15125254144 3634701 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 14770756

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/183 7979
/proc/meminfo: memFree=14639176/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=14770756 CPUtime=1722.03 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 4484022 0 0 0 169719 2484 0 0 20 0 4 0 109057124 15125254144 3634701 33554432000 4194304 16246674 140735873005408 140735873003328 14003443 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 3692689 3634701 899 2943 0 3689583 0
[pid=7908/tid=7909] ppid=7905 vsize=14770756 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 15125254144 3634701 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=14770756 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 15125254144 3634701 33554432000 4194304 16246674 140735873005408 140559834389520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=14770756 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 15125254144 3634701 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 14770756

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 8078
/proc/meminfo: memFree=16689076/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=14770756 CPUtime=1782.02 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 4484022 0 0 0 175662 2540 0 0 20 0 4 0 109057124 15125254144 3634701 33554432000 4194304 16246674 140735873005408 140735873004584 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 3692689 3634701 899 2943 0 3689583 0
[pid=7908/tid=7909] ppid=7905 vsize=14770756 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 15125254144 3634701 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=14770756 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 15125254144 3634701 33554432000 4194304 16246674 140735873005408 140559834389744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=14770756 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 15125254144 3634701 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 14770756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 8127
/proc/meminfo: memFree=15199476/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=15502916 CPUtime=1800.01 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) R 7905 7908 5566 0 -1 4202496 4609633 0 0 0 177437 2564 0 0 20 0 4 0 109057124 15874985984 3817544 33554432000 4194304 16246674 140735873005408 140735873003264 14006617 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 3875729 3817544 899 2943 0 3872623 0
[pid=7908/tid=7909] ppid=7905 vsize=15502916 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7909/stat : 7909 (toysat) S 7905 7908 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109057124 15874985984 3817544 33554432000 4194304 16246674 140735873005408 140559844879600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=15502916 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) S 7905 7908 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109057124 15874985984 3817544 33554432000 4194304 16246674 140735873005408 140559834389520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7908/tid=7911] ppid=7905 vsize=15502916 CPUtime=0 cores=0,2,4,6
/proc/7908/task/7911/stat : 7911 (toysat) S 7905 7908 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109057124 15874985984 3817544 33554432000 4194304 16246674 140735873005408 140559716969648 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 15502916

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

[startup+1800.81 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 8127
/proc/meminfo: memFree=22118208/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=0 CPUtime=1800.52 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) Z 7905 7908 5566 0 -1 4203532 4609633 0 0 0 177438 2614 0 0 20 0 2 0 109057124 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 0 0 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=0 CPUtime=0.49 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) R 7905 7908 5566 0 -1 4203588 8 0 0 0 0 49 0 0 20 0 2 0 109057124 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 0

[startup+1801 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 8127
/proc/meminfo: memFree=22118208/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=0 CPUtime=1800.71 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) Z 7905 7908 5566 0 -1 4203532 4609633 0 0 0 177438 2633 0 0 20 0 2 0 109057124 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 0 0 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) R 7905 7908 5566 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 109057124 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (KiB) 0

[startup+1801.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 8127
/proc/meminfo: memFree=22118208/32872528 swapFree=12744/274376
[pid=7908] ppid=7905 vsize=0 CPUtime=1800.81 cores=0,2,4,6
/proc/7908/stat : 7908 (toysat) Z 7905 7908 5566 0 -1 4203532 4609633 0 0 0 177438 2643 0 0 20 0 2 0 109057124 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7908/statm: 0 0 0 0 0 0 0
[pid=7908/tid=7910] ppid=7905 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/7908/task/7910/stat : 7910 (toysat) R 7905 7908 5566 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 109057124 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.15
CPU time (s): 1800.86
CPU user time (s): 1774.38
CPU system time (s): 26.478
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 15502916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.38
system time used= 26.478
maximum resident set size= 15270176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4609633
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= 318
involuntary context switches= 1827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.82926 second user time and 7.14891 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-07 05:47:04
IDJOB=4079197
IDBENCH=72319
IDSOLVER=2542
FILE ID=node107/4079197-1465271224
RUNJOBID= node107-1465255895-5582
PBS_JOBID= 19843278
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/random/rand.smallist/normalized-rand1958fb.cudf.trendy.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079197-1465271224/watcher-4079197-1465271224 -o /tmp/evaluation-result-4079197-1465271224/solver-4079197-1465271224 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465255895-5582 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079197-1465271224.opb

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

MD5SUM BENCH= dd9cd4f7b65ac8510615de1509c88e95
RANDOM SEED=1547897481

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.441
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:        30499716 kB
Buffers:          107500 kB
Cached:           163784 kB
SwapCached:         1676 kB
Active:          1220444 kB
Inactive:         143808 kB
Active(anon):    1094740 kB
Inactive(anon):      468 kB
Active(file):     125704 kB
Inactive(file):   143340 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098524 kB
Dirty:             34492 kB
Writeback:             0 kB
AnonPages:       1366460 kB
Mapped:            10688 kB
Shmem:                 0 kB
Slab:             600180 kB
SReclaimable:      43500 kB
SUnreclaim:       556680 kB
KernelStack:        1520 kB
PageTables:         6932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1510828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 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= 71712 MiB
End job on node107 at 2016-06-07 06:17:05