Trace number 4119045

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

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-faclay60.lin.opb
MD5SUM60b28ad9fa0a42a34f18ac1d1792ab51
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1681498
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables90685
Total number of constraints246269
Number of constraints which are clauses157354
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints88914
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 90684
Biggest coefficient in the objective function 2306839
Number of bits for the biggest coefficient in the objective function 22
Sum of the numbers in the objective function 21217725
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 2306839
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 21217725
Number of bits of the biggest sum of numbers25
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-30T00:19:48+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-4119045-1467238788.opb"]
0.00/0.01	c use --random-gen="2691208794 4040667100 2979700316 3084939483 2798138363 1077680519 1722645340 3507433298 4015453112 1450285538 124903591 330066088 569858598 2824501209 4225615836 519599564 3462722574 3453152079 2668295318 984733418 3960202868 447120708 3232325087 4277943426 1919310418 978020593 3488010475 3416833747 74207049 2729396422 354199086 638868539 3942854786 3924182095 735603644 15108539 4276314529 3114467022 2811829523 2875718905 1828759405 3571277039 3262365681 1068912910 4094977785 1095129217 3723962207 2149185860 3110081334 809033902 786677302 58504130 910273260 1195974949 3418859596 3441934586 1640666464 2308039340 1274383746 2249181009 4219447651 1564984152 2209953803 18845577 462877668 1219666724 1486085105 2030064318 850304604 1438843689 3252058361 292794243 207454100 3862742727 2613551279 461828516 1458468594 2014192677 654635901 1905416944 14870195 587236031 227345803 1211729458 1041014758 2402183525 805628115 1078048878 771885251 2915260007 2919182740 2016539601 57387321 605661168 2628681052 3361289532 3019318773 727457187 3137798315 1532273484 2354301569 1583421556 2336766745 80663014 1032299015 80543503 915969972 3357410995 554690659 3565807667 1540226155 1323474863 2757614806 3948663967 837312306 4154400535 12461739 1613741843 2948983413 2238180977 2800861715 1679719691 2049009571 3400950918 3456483965 1255196738 4041687309 3678648750 3799360774 3928616504 610826230 3550967603 1631917721 358091492 1046239381 2165300845 3585412277 807252193 474682242 2567312462 2806357884 2693110271 2840190079 1478174785 183502653 2362417086 3684879853 2156542133 753929125 132247810 2706054034 3573186556 1265292234 1654730185 1088812564 2029987614 2223715148 915852908 1040324461 3445267368 4132316015 1441277604 1759943478 271594153 2204596287 1325683783 4025221106 3300158696 2001014154 549162839 4069010788 3138232792 4246726557 3699300253 1367461498 81143615 3910351526 96181696 3815520244 3105456357 1314781435 543334391 122778722 2447378159 4050709591 629813748 3045691384 67074182 41132443 3723956422 1402156596 2752613364 3069077243 1764389518 2338797556 4248744413 3706296153 1014875219 805115854 3182776824 885064645 2942616165 3026760544 4741468 930257365 3578577011 476072777 3217800416 1299297689 4091422845 2816895829 3731721954 1784306469 835937059 3457283218 1019426174 2249501719 3231845068 2784671978 293176369 607253435 713397540 3308018911 2332179890 3024763673 3977057223 320085260 2802330009 3193176485 3745876496 3365961995 3125964977 3229330567 393816993 2397737022 2355176257 1594113305 4174172033 229600850 1544721376 2175887107 4087796372 1091403595 3177851777 3338245135 2307420021 2741251327 1125136905 1698793207 1346131226 180791439 3697499224 1163624400 3816150839 1306918757 1558730618 255 362436" option to reproduce the execution
1.78/1.82	c #vars 90685
1.78/1.82	c #constraints 246269
5.99/6.09	c BCD2: Hardening is enabled.
5.99/6.09	c BCD2: BiasedSearch is enabled.
5.99/6.09	c Solving starts ...
5.99/6.09	c ============================[ Search Statistics ]============================
5.99/6.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.09	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.09	c =============================================================================
6.09/6.19	c  0.0s |       0 |        0 |        0 |   112317      0 |        1 |        0
6.49/6.59	c  0.4s |       0 |     1576 |        0 |   112317      0 |        1 |        0
6.49/6.59	c #cpu_time = 0.334s
6.49/6.59	c #wall_clock_time = 0.334s
6.49/6.59	c #decision = 1576
6.49/6.59	c #random_decision = 6
6.49/6.59	c #conflict = 0
6.49/6.59	c #restart = 0
6.49/6.60	o 2306839

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

pid=5976
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.33 2.39 2.30 2/179 5979
/proc/meminfo: memFree=27359140/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=779708 CPUtime=0 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 2920 0 0 0 0 0 0 0 20 0 4 0 2904849 798420992 2770 33554432000 4194304 16246674 140736309832096 140736309831520 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 195695 2780 441 2943 0 192589 0
[pid=5979/tid=5980] ppid=5976 vsize=798140 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 817295360 2841 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=803260 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 822538240 2858 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=807356 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2904849 826732544 2875 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 2.33 2.39 2.30 2/179 5979
/proc/meminfo: memFree=27359140/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1301060 CPUtime=0.09 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 29772 0 0 0 5 4 0 0 20 0 4 0 2904849 1332285440 29561 33554432000 4194304 16246674 140736309832096 140736309831408 7369730 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 325265 29576 799 2943 0 322159 0
[pid=5979/tid=5980] ppid=5976 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1332285440 29588 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1332285440 29599 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1332285440 29610 33554432000 4194304 16246674 140736309832096 140169362525360 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) 1301060

[startup+0.200514 s]
/proc/loadavg: 2.33 2.39 2.30 2/179 5979
/proc/meminfo: memFree=27359140/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1314372 CPUtime=0.19 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 44570 0 0 0 13 6 0 0 20 0 4 0 2904849 1345916928 44869 33554432000 4194304 16246674 140736309832096 140736309831408 13750800 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 328593 44869 799 2943 0 325487 0
[pid=5979/tid=5980] ppid=5976 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1345916928 44869 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1345916928 44869 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1345916928 44869 33554432000 4194304 16246674 140736309832096 140169362525360 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) 1314372

[startup+0.300483 s]
/proc/loadavg: 2.33 2.39 2.30 2/179 5979
/proc/meminfo: memFree=27359140/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 60735 0 0 0 20 9 0 0 20 0 4 0 2904849 1345916928 61034 33554432000 4194304 16246674 140736309832096 140736309815088 8055566 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 328593 61034 799 2943 0 325487 0
[pid=5979/tid=5980] ppid=5976 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1345916928 61034 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1345916928 61034 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1345916928 61034 33554432000 4194304 16246674 140736309832096 140169362525360 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) 1314372

[startup+0.700405 s]
/proc/loadavg: 2.33 2.39 2.30 2/179 5979
/proc/meminfo: memFree=27359140/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 78149 0 0 0 58 11 0 0 20 0 4 0 2904849 1345916928 78448 33554432000 4194304 16246674 140736309832096 140736309815088 4220491 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 328593 78448 801 2943 0 325487 0
[pid=5979/tid=5980] ppid=5976 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1345916928 78448 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1345916928 78448 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1345916928 78448 33554432000 4194304 16246674 140736309832096 140169362525360 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) 1314372

[startup+1.50041 s]
/proc/loadavg: 2.33 2.39 2.30 3/183 5983
/proc/meminfo: memFree=27031156/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1326660 CPUtime=1.48 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 107736 0 0 0 133 15 0 0 20 0 4 0 2904849 1358499840 110079 33554432000 4194304 16246674 140736309832096 140736309815088 8057105 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 331665 110079 802 2943 0 328559 0
[pid=5979/tid=5980] ppid=5976 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1358499840 110079 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1358499840 110079 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1326660 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1358499840 110079 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1326660

[startup+3.10041 s]
/proc/loadavg: 2.33 2.39 2.30 3/183 5983
/proc/meminfo: memFree=26798708/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1349188 CPUtime=3.09 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 274845 0 0 0 267 42 0 0 20 0 4 0 2904849 1381568512 277699 33554432000 4194304 16246674 140736309832096 140736309814016 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 337297 277699 836 2943 0 334191 0
[pid=5979/tid=5980] ppid=5976 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1381568512 277699 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1381568512 277699 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1381568512 277699 33554432000 4194304 16246674 140736309832096 140169362525360 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) 1349188

[startup+6.30037 s]
/proc/loadavg: 2.31 2.38 2.30 3/183 5983
/proc/meminfo: memFree=26246012/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1349188 CPUtime=6.29 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 274886 0 0 0 587 42 0 0 20 0 4 0 2904849 1381568512 278251 33554432000 4194304 16246674 140736309832096 140736309814016 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 337297 278251 874 2943 0 334191 0
[pid=5979/tid=5980] ppid=5976 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1381568512 278251 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1381568512 278251 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1381568512 278251 33554432000 4194304 16246674 140736309832096 140169362525360 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) 1349188

[startup+12.7004 s]
/proc/loadavg: 2.28 2.38 2.30 3/183 5983
/proc/meminfo: memFree=26238208/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1357380 CPUtime=12.69 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 276950 0 0 0 1226 43 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140736309814016 12654434 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 339345 280315 884 2943 0 336239 0
[pid=5979/tid=5980] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140169362525360 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) 1357380

[startup+25.5005 s]
/proc/loadavg: 2.36 2.39 2.30 3/184 5986
/proc/meminfo: memFree=26237816/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1357380 CPUtime=25.49 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 276950 0 0 0 2506 43 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140736309814016 12652957 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 339345 280315 884 2943 0 336239 0
[pid=5979/tid=5980] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1357380

[startup+51.1005 s]
/proc/loadavg: 2.29 2.37 2.30 3/184 5986
/proc/meminfo: memFree=26238044/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1357380 CPUtime=51.09 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 276950 0 0 0 5066 43 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140736309814016 6955234 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 339345 280315 884 2943 0 336239 0
[pid=5979/tid=5980] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1357380

[startup+102.3 s]
/proc/loadavg: 2.33 2.37 2.30 4/183 5987
/proc/meminfo: memFree=26237452/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1357380 CPUtime=102.28 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 276950 0 0 0 10185 43 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140736309814016 12449088 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 339345 280315 884 2943 0 336239 0
[pid=5979/tid=5980] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280315 33554432000 4194304 16246674 140736309832096 140169362525360 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) 1357380


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

/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280572 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1357380

[startup+1302.3 s]
/proc/loadavg: 2.29 2.25 2.25 3/183 6067
/proc/meminfo: memFree=25072936/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1357380 CPUtime=1302.07 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 277019 0 0 0 130162 45 0 0 20 0 4 0 2904849 1389957120 280572 33554432000 4194304 16246674 140736309832096 140736309814016 12429744 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 339345 280572 884 2943 0 336239 0
[pid=5979/tid=5980] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280572 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280572 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280572 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1357380

[startup+1362.3 s]
/proc/loadavg: 2.20 2.23 2.25 4/183 6068
/proc/meminfo: memFree=25072868/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1357380 CPUtime=1362.05 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 277026 0 0 0 136160 45 0 0 20 0 4 0 2904849 1389957120 280572 33554432000 4194304 16246674 140736309832096 140736309814016 12654320 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 339345 280572 884 2943 0 336239 0
[pid=5979/tid=5980] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280572 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280572 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1357380 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1389957120 280572 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 1357380

[startup+1422.3 s]
/proc/loadavg: 2.39 2.27 2.26 3/183 6069
/proc/meminfo: memFree=25042456/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1388100 CPUtime=1422.04 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 284712 0 0 0 142158 46 0 0 20 0 4 0 2904849 1421414400 288254 33554432000 4194304 16246674 140736309832096 140736309814016 4225315 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 347025 288254 885 2943 0 343919 0
[pid=5979/tid=5980] ppid=5976 vsize=1388100 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1421414400 288254 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1388100 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1421414400 288254 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1388100 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1421414400 288254 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 1388100

[startup+1482.3 s]
/proc/loadavg: 2.37 2.28 2.27 3/183 6071
/proc/meminfo: memFree=25039092/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1391172 CPUtime=1482.03 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 285482 0 0 0 148156 47 0 0 20 0 4 0 2904849 1424560128 289022 33554432000 4194304 16246674 140736309832096 140736309829888 12655153 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 347793 289022 885 2943 0 344687 0
[pid=5979/tid=5980] ppid=5976 vsize=1391172 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1424560128 289022 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1391172 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1424560128 289022 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1391172 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1424560128 289022 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 1391172

[startup+1542.31 s]
/proc/loadavg: 2.18 2.24 2.25 3/183 6072
/proc/meminfo: memFree=25037120/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1392196 CPUtime=1542.02 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 285738 0 0 0 154155 47 0 0 20 0 4 0 2904849 1425608704 289278 33554432000 4194304 16246674 140736309832096 140736309814016 4220543 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 348049 289278 885 2943 0 344943 0
[pid=5979/tid=5980] ppid=5976 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1425608704 289278 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1425608704 289278 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1425608704 289278 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1392196

[startup+1602.3 s]
/proc/loadavg: 2.32 2.27 2.26 4/183 6073
/proc/meminfo: memFree=25037032/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1392196 CPUtime=1602 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 285738 0 0 0 160153 47 0 0 20 0 4 0 2904849 1425608704 289278 33554432000 4194304 16246674 140736309832096 140736309829888 12652957 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 348049 289278 885 2943 0 344943 0
[pid=5979/tid=5980] ppid=5976 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1425608704 289278 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1425608704 289278 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1392196 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1425608704 289278 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 1392196

[startup+1662.3 s]
/proc/loadavg: 2.33 2.28 2.27 3/183 6074
/proc/meminfo: memFree=25022528/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1406532 CPUtime=1661.99 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 289322 0 0 0 166151 48 0 0 20 0 4 0 2904849 1440288768 292862 33554432000 4194304 16246674 140736309832096 140736309829952 4206604 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 351633 292862 885 2943 0 348527 0
[pid=5979/tid=5980] ppid=5976 vsize=1406532 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1440288768 292862 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1406532 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1440288768 292862 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1406532 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1440288768 292862 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 1406532

[startup+1722.3 s]
/proc/loadavg: 2.24 2.27 2.26 3/183 6075
/proc/meminfo: memFree=25022264/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1406532 CPUtime=1721.99 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 289322 0 0 0 172150 49 0 0 20 0 4 0 2904849 1440288768 292862 33554432000 4194304 16246674 140736309832096 140736309829888 12429249 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 351633 292862 885 2943 0 348527 0
[pid=5979/tid=5980] ppid=5976 vsize=1406532 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1440288768 292862 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1406532 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1440288768 292862 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1406532 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1440288768 292862 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 1406532

[startup+1782.3 s]
/proc/loadavg: 2.26 2.26 2.26 4/183 6077
/proc/meminfo: memFree=25013764/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1414724 CPUtime=1781.98 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 291370 0 0 0 178149 49 0 0 20 0 4 0 2904849 1448677376 294910 33554432000 4194304 16246674 140736309832096 140736309830080 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 353681 294910 885 2943 0 350575 0
[pid=5979/tid=5980] ppid=5976 vsize=1414724 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1448677376 294910 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1414724 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1448677376 294910 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1414724 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1448677376 294910 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 1414724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.25 2.26 2.26 3/183 6077
/proc/meminfo: memFree=25013368/32872528 swapFree=1631852/1795372
[pid=5979] ppid=5976 vsize=1414724 CPUtime=1800.07 cores=0,2,4,6
/proc/5979/stat : 5979 (toysat) R 5976 5979 1867 0 -1 4202496 291370 0 0 0 179958 49 0 0 20 0 4 0 2904849 1448677376 294910 33554432000 4194304 16246674 140736309832096 140736309829888 12371195 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5979/statm: 353681 294910 885 2943 0 350575 0
[pid=5979/tid=5980] ppid=5976 vsize=1414724 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5980/stat : 5980 (toysat) S 5976 5979 1867 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2904849 1448677376 294910 33554432000 4194304 16246674 140736309832096 140169383488752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5979/tid=5981] ppid=5976 vsize=1414724 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5981/stat : 5981 (toysat) S 5976 5979 1867 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2904849 1448677376 294910 33554432000 4194304 16246674 140736309832096 140169372998896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5979/tid=5982] ppid=5976 vsize=1414724 CPUtime=0 cores=0,2,4,6
/proc/5979/task/5982/stat : 5982 (toysat) S 5976 5979 1867 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2904849 1448677376 294910 33554432000 4194304 16246674 140736309832096 140169362525360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1414724

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799.59
CPU system time (s): 0.491925
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 1414724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.491925
maximum resident set size= 1179640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291370
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= 365
involuntary context switches= 1875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.78927 second user time and 7.05893 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-30 00:19:48
IDJOB=4119045
IDBENCH=111641
IDSOLVER=2542
FILE ID=node123/4119045-1467238788
RUNJOBID= node123-1467215373-3683
PBS_JOBID= 19997595
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/opb/normalized-faclay60.lin.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119045-1467238788/watcher-4119045-1467238788 -o /tmp/evaluation-result-4119045-1467238788/solver-4119045-1467238788 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1467215373-3683 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4119045-1467238788.opb

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

MD5SUM BENCH= 60b28ad9fa0a42a34f18ac1d1792ab51
RANDOM SEED=543295202

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.387
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:        27359512 kB
Buffers:          106908 kB
Cached:          1775620 kB
SwapCached:            0 kB
Active:          1277412 kB
Inactive:        1726008 kB
Active(anon):    1123192 kB
Inactive(anon):        0 kB
Active(file):     154220 kB
Inactive(file):  1726008 kB
Unevictable:     1795372 kB
Mlocked:         1631852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             25256 kB
Writeback:             0 kB
AnonPages:       2915756 kB
Mapped:            17480 kB
Shmem:               204 kB
Slab:             579704 kB
SReclaimable:      24212 kB
SUnreclaim:       555492 kB
KernelStack:        1464 kB
PageTables:         9836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3053780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 71660 MiB
End job on node123 at 2016-06-30 00:49:49