Trace number 4100065

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.05 1800.33

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-swath3.opb
MD5SUM32714c9455a4b8ce29c8524e810d65a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262226
Optimality of the best value was proved YES
Number of variables49335
Total number of constraints4902
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)209
Number of constraints which are nor clauses,nor cardinality constraints4693
Minimum length of a constraint1
Maximum length of a constraint46934
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 557088
Number of bits of the biggest sum of numbers20
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-18T02:34:30+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-4100065-1466210070.opb"]
0.00/0.01	c use --random-gen="968509946 3356326168 1672394855 3979527168 1934347718 3849536711 1862295122 3427629437 3365383420 2585823659 3760636768 1004696348 3355504327 3431730857 2385409672 508539893 3086059638 1275928074 2497817339 3784657542 4228917091 753327165 2300575598 2642473185 1453065911 1518355037 1751238257 3869375052 2961572224 3551233430 3399591506 1094020514 1178398697 499726515 3407384666 2329001102 1946807046 2954329390 3001650570 2875275091 274439174 3669831191 1476880462 2354830712 418621999 265125874 1772937440 684210595 3960955718 3389482005 2106824500 4056675072 1985313455 718045180 4277275857 7555370 1483421048 400605635 405566782 3048588803 777622048 1413942765 2058838381 417095228 562168096 2670301036 3144693762 683397403 99662134 2348506472 1004908247 2753895649 3321760706 938799334 3319563601 1214532427 4089697920 1092782849 3342220753 1275315976 3882836600 3275125613 3870274016 1930749959 3981791687 783891278 3913048123 1988504423 3687746770 2928766223 2925278541 3138196889 1246390568 2976133939 112466609 3264816090 290442443 632658522 1745683218 4086257478 3655918138 1300139390 3239262835 253762946 1201571039 3393570309 1337027955 2753995661 3525242819 3932639032 3889702798 3401565302 778789430 112381158 427605284 2308460735 3622278057 1198411710 245905160 3572168831 3857221378 1063748011 336141374 590182000 2031895293 694737814 141106437 61575972 523804249 2236727103 3813616461 1415134790 2221867685 2419004292 751853368 559693909 586090282 1678115516 1552292023 3781364268 1994203357 2626641570 3591603976 1400272133 381353418 128651627 445701895 3495024112 2477215069 3214846870 943971280 203655843 1942829339 1718771137 395949587 953956886 176120135 1950406631 3337970271 794699016 989806882 4220644821 1476407064 2630180011 3633265789 3848343535 529834641 593283152 3377180523 3400602298 167421211 485029449 3535014063 4026584111 3513319789 3939464747 1866596518 3764050821 935789557 104817680 3542284333 638922645 3140673847 171332611 4292892210 2623141866 470904050 3148086381 3520845152 3654924026 4106665657 3427377652 88168663 3687438197 1876347291 1739608133 3333573490 1844441361 2596824490 2579912348 2315491834 2108211330 3204261300 348161839 2603548601 1010880084 1900622323 3547579620 3321341685 3061300290 3322299798 2874321753 3733221442 4113584625 4101765104 3947580929 3193538666 1203198419 2198640994 1987239673 2018091960 551633670 1687097190 1794992681 1059591497 2466160217 1201730160 2781709973 2547400174 1804412421 489885354 866463004 3962680902 1137631825 2462469076 11437991 313964336 187349421 2710217898 96329658 3987343702 3017877702 2963650216 803528996 4122844392 1334564370 1828024569 2910686929 928290201 2767441336 1107862987 82165211 4165728207 3114227137 1814248327 517729866 255 362436" option to reproduce the execution
0.59/0.65	c #vars 49335
0.59/0.65	c #constraints 4902
3.09/3.17	c BCD2: Hardening is enabled.
3.09/3.17	c BCD2: BiasedSearch is enabled.
3.09/3.17	c Solving starts ...
3.09/3.17	c ============================[ Search Statistics ]============================
3.09/3.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.17	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.17	c =============================================================================
3.09/3.17	c  0.0s |       0 |        0 |        0 |    18043      0 |     2321 |        0

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

pid=2029
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.35 2.27 2.21 3/179 2032
/proc/meminfo: memFree=29111180/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=724412 CPUtime=0 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 2705 0 0 0 0 0 0 0 20 0 4 0 23054132 741797888 3066 33554432000 4194304 16246674 140735294277072 140735294276496 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 181871 3075 441 2943 0 178765 0
[pid=2032/tid=2033] ppid=2029 vsize=741820 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 759623680 3132 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=745916 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 763817984 3150 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=750012 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 768012288 3180 33554432000 4194304 16246674 140735294277072 140503412632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10022 s]
/proc/loadavg: 2.35 2.27 2.21 3/179 2032
/proc/meminfo: memFree=29111180/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 30040 0 0 0 5 4 0 0 20 0 4 0 23054132 1333334016 30340 33554432000 4194304 16246674 140735294277072 140735294276384 7364033 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 325521 30354 800 2943 0 322415 0
[pid=2032/tid=2033] ppid=2029 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1333334016 30365 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1333334016 30377 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1333334016 30388 33554432000 4194304 16246674 140735294277072 140503412632752 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.304377 s]
/proc/loadavg: 2.35 2.27 2.21 3/179 2032
/proc/meminfo: memFree=29111180/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1314372 CPUtime=0.3 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 57392 0 0 0 22 8 0 0 20 0 4 0 23054132 1345916928 58202 33554432000 4194304 16246674 140735294277072 140735294276384 4220543 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 328593 58202 801 2943 0 325487 0
[pid=2032/tid=2033] ppid=2029 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1345916928 58202 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1345916928 58202 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1345916928 58202 33554432000 4194304 16246674 140735294277072 140503412632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1314372

[startup+0.400441 s]
/proc/loadavg: 2.35 2.27 2.21 3/179 2032
/proc/meminfo: memFree=29111180/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1314372 CPUtime=0.39 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 62510 0 0 0 31 8 0 0 20 0 4 0 23054132 1345916928 63320 33554432000 4194304 16246674 140735294277072 140735294274880 12752382 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 328593 63320 801 2943 0 325487 0
[pid=2032/tid=2033] ppid=2029 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1345916928 63320 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1345916928 63320 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1345916928 63320 33554432000 4194304 16246674 140735294277072 140503412632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1314372

[startup+0.700405 s]
/proc/loadavg: 2.35 2.27 2.21 3/179 2032
/proc/meminfo: memFree=29111180/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1319492 CPUtime=0.69 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 63656 0 0 0 61 8 0 0 20 0 4 0 23054132 1351159808 64466 33554432000 4194304 16246674 140735294277072 140735294274880 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 329873 64472 813 2943 0 326767 0
[pid=2032/tid=2033] ppid=2029 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1351159808 64475 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1351159808 64478 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1351159808 64482 33554432000 4194304 16246674 140735294277072 140503412632752 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.50042 s]
/proc/loadavg: 2.35 2.27 2.21 3/183 2036
/proc/meminfo: memFree=28810692/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=1.49 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 90097 0 0 0 138 11 0 0 20 0 4 0 23054132 1363742720 90908 33554432000 4194304 16246674 140735294277072 140735294274944 4221105 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 90913 830 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 90916 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 90919 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 90922 33554432000 4194304 16246674 140735294277072 140503412632752 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) 1331780

[startup+3.1004 s]
/proc/loadavg: 2.35 2.27 2.21 3/183 2036
/proc/meminfo: memFree=28741252/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=3.09 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 104155 0 0 0 297 12 0 0 20 0 4 0 23054132 1363742720 104965 33554432000 4194304 16246674 140735294277072 140735294274880 4220520 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 104965 837 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 104965 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 104965 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 104965 33554432000 4194304 16246674 140735294277072 140503412632752 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) 1331780

[startup+6.30038 s]
/proc/loadavg: 2.40 2.28 2.21 3/183 2036
/proc/meminfo: memFree=28392244/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=6.29 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 214950 0 0 0 602 27 0 0 20 0 4 0 23054132 1363742720 215760 33554432000 4194304 16246674 140735294277072 140735294258944 12875570 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 215762 894 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 215763 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 215764 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 215766 33554432000 4194304 16246674 140735294277072 140503412632752 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) 1331780

[startup+12.7004 s]
/proc/loadavg: 2.37 2.28 2.21 3/183 2036
/proc/meminfo: memFree=28030184/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=12.69 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 269577 0 0 0 1234 35 0 0 20 0 4 0 23054132 1363742720 270387 33554432000 4194304 16246674 140735294277072 140735294258944 12483354 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 270387 894 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270387 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270387 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270387 33554432000 4194304 16246674 140735294277072 140503412632752 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) 1331780

[startup+25.5073 s]
/proc/loadavg: 2.29 2.26 2.21 3/183 2036
/proc/meminfo: memFree=28029956/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=25.5 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 269577 0 0 0 2515 35 0 0 20 0 4 0 23054132 1363742720 270387 33554432000 4194304 16246674 140735294277072 140735294258944 5712756 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 270387 894 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270387 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270387 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270387 33554432000 4194304 16246674 140735294277072 140503412632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1331780

[startup+51.1004 s]
/proc/loadavg: 2.25 2.26 2.20 4/183 2037
/proc/meminfo: memFree=28004812/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=51.08 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 269579 0 0 0 5073 35 0 0 20 0 4 0 23054132 1363742720 270389 33554432000 4194304 16246674 140735294277072 140735294258944 5712756 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 270389 896 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270389 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270389 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270389 33554432000 4194304 16246674 140735294277072 140503412632752 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) 1331780

[startup+102.3 s]
/proc/loadavg: 2.16 2.23 2.20 3/183 2038
/proc/meminfo: memFree=28004180/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=102.28 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 269579 0 0 0 10193 35 0 0 20 0 4 0 23054132 1363742720 270389 33554432000 4194304 16246674 140735294277072 140735294258944 5712760 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 270389 896 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270389 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270389 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270389 33554432000 4194304 16246674 140735294277072 140503412632752 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) 1331780


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

/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270392 33554432000 4194304 16246674 140735294277072 140503412632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1331780

[startup+1302.3 s]
/proc/loadavg: 2.29 2.26 2.20 3/183 2068
/proc/meminfo: memFree=27930968/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=1302.09 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 269582 0 0 0 130174 35 0 0 20 0 4 0 23054132 1363742720 270392 33554432000 4194304 16246674 140735294277072 140735294258944 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 270392 899 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270392 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270392 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270392 33554432000 4194304 16246674 140735294277072 140503412632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1331780

[startup+1362.3 s]
/proc/loadavg: 2.39 2.29 2.21 4/183 2069
/proc/meminfo: memFree=27931116/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=1362.08 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 269582 0 0 0 136173 35 0 0 20 0 4 0 23054132 1363742720 270392 33554432000 4194304 16246674 140735294277072 140735294258944 5711439 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 270392 899 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270392 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270392 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270392 33554432000 4194304 16246674 140735294277072 140503412632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1331780

[startup+1422.3 s]
/proc/loadavg: 2.30 2.28 2.21 3/183 2070
/proc/meminfo: memFree=27930960/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=1422.07 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 269582 0 0 0 142172 35 0 0 20 0 4 0 23054132 1363742720 270392 33554432000 4194304 16246674 140735294277072 140735294258944 5722908 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 270392 899 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270392 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270392 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270392 33554432000 4194304 16246674 140735294277072 140503412632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1331780

[startup+1482.3 s]
/proc/loadavg: 2.22 2.26 2.20 4/183 2071
/proc/meminfo: memFree=27930452/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=1482.06 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 269583 0 0 0 148171 35 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140735294258944 12415740 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 270648 899 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503412632752 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) 1331780

[startup+1542.3 s]
/proc/loadavg: 2.18 2.24 2.19 3/184 2075
/proc/meminfo: memFree=27929436/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=1542.06 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 269584 0 0 0 154171 35 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140735294258944 5712760 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 270648 899 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503412632752 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) 1331780

[startup+1602.3 s]
/proc/loadavg: 2.31 2.26 2.20 3/185 2147
/proc/meminfo: memFree=26218756/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=1602.04 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 269586 0 0 0 160169 35 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140735294258944 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 270648 899 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503412632752 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) 1331780

[startup+1662.31 s]
/proc/loadavg: 2.23 2.24 2.19 3/184 2148
/proc/meminfo: memFree=25912288/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=1662.04 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 269586 0 0 0 166169 35 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140735294258944 5712756 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 270648 899 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503412632752 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) 1331780

[startup+1722.3 s]
/proc/loadavg: 2.30 2.25 2.20 3/184 2149
/proc/meminfo: memFree=25912076/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=1722.02 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 269588 0 0 0 172167 35 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140735294258944 5712756 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 270648 899 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503412632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1331780

[startup+1782.3 s]
/proc/loadavg: 2.30 2.25 2.19 3/184 2150
/proc/meminfo: memFree=25911480/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=1782.01 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 269589 0 0 0 178166 35 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140735294258944 5721677 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 270648 899 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503412632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1331780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.39 2.27 2.20 4/184 2151
/proc/meminfo: memFree=25911592/32872528 swapFree=17888/1798212
[pid=2032] ppid=2029 vsize=1331780 CPUtime=1800.01 cores=0,2,4,6
/proc/2032/stat : 2032 (toysat) R 2029 2032 579 0 -1 4202496 269589 0 0 0 179966 35 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140735294258944 12483423 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2032/statm: 332945 270648 899 2943 0 329839 0
[pid=2032/tid=2033] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2033/stat : 2033 (toysat) S 2029 2032 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503508036848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2032/tid=2034] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2034/stat : 2034 (toysat) S 2029 2032 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503497546992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2032/tid=2035] ppid=2029 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/2032/task/2035/stat : 2035 (toysat) S 2029 2032 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23054132 1363742720 270648 33554432000 4194304 16246674 140735294277072 140503412632752 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) 1331780

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.33
CPU time (s): 1800.05
CPU user time (s): 1799.67
CPU system time (s): 0.379942
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 1331780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.379942
maximum resident set size= 1082592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269589
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= 22
involuntary context switches= 2998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.47202 second user time and 9.1946 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-18 02:34:30
IDJOB=4100065
IDBENCH=1569
IDSOLVER=2542
FILE ID=node123/4100065-1466210070
RUNJOBID= node123-1466206081-595
PBS_JOBID= 19918154
Free space on /tmp= 71608 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-swath3.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100065-1466210070/watcher-4100065-1466210070 -o /tmp/evaluation-result-4100065-1466210070/solver-4100065-1466210070 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466206081-595 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100065-1466210070.opb

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

MD5SUM BENCH= 32714c9455a4b8ce29c8524e810d65a9
RANDOM SEED=1228108741

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
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.791
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:        29111708 kB
Buffers:           43816 kB
Cached:           158304 kB
SwapCached:         1640 kB
Active:          1143596 kB
Inactive:         111360 kB
Active(anon):    1053808 kB
Inactive(anon):     1100 kB
Active(file):      89788 kB
Inactive(file):   110260 kB
Unevictable:     1798212 kB
Mlocked:           17888 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:             19820 kB
Writeback:             0 kB
AnonPages:       2935624 kB
Mapped:            10904 kB
Shmem:                 0 kB
Slab:             572000 kB
SReclaimable:      16228 kB
SUnreclaim:       555772 kB
KernelStack:        1520 kB
PageTables:         9772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3089552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1873920 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= 71576 MiB
End job on node123 at 2016-06-18 03:04:30