Trace number 4111360

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.56 1800.92

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f56-FCS_FC1_order3_PB.seq-B-2-1-abcdeir.opb
MD5SUM33da28db9d9e27c077a6b035fc98ba51
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark51245322588
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22372
Total number of constraints65103
Number of constraints which are clauses64779
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints324
Minimum length of a constraint1
Maximum length of a constraint82
Number of terms in the objective function 1337
Biggest coefficient in the objective function 210010557520
Number of bits for the biggest coefficient in the objective function 38
Sum of the numbers in the objective function 17220865716639
Number of bits of the sum of numbers in the objective function 44
Biggest number in a constraint 210010557520
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 17220865716639
Number of bits of the biggest sum of numbers44
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-20T08:18:36+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-4111360-1466403516.opb"]
0.00/0.01	c use --random-gen="683471420 2024274165 645655870 3456563484 1173492748 4125495541 3504685490 1691548165 569368422 1152063323 3791176418 623081736 1677341559 3406705839 1460231090 721363930 4173794 3314767940 1872083061 1500989802 2303220492 3381426700 3348638877 2684977870 2820002089 1604678628 642260571 359141484 3611762731 3426253171 2152300705 2771786267 2217945320 1843877367 2362602350 202573393 4135379855 1487144300 4081487654 913547117 4207655181 510756843 2700443634 2267817722 4054112704 3835252032 3657633791 404981428 1340162231 1863470972 92584485 318541878 2960498446 4287004708 3891900097 1507533542 1714216224 1255956784 3049622165 1547204655 29941276 2425220740 3406843820 1536758584 575992354 1703829828 2042881085 4181550615 2728651254 3630488729 169050905 129823086 1695104502 657603059 3935083347 4118099068 1579180619 1557546470 492953885 4170539794 3318156992 2915245336 2908583186 2123622501 3667094906 771557068 4148244912 3465117123 453549871 4246833979 1308255973 3307797442 3585445303 3221424991 4062483395 2619708449 3403714807 3305758268 452026023 4192465019 2618513496 723340644 2489665744 2932487743 159279201 2713587568 3892061137 3649358607 3034560336 2959093866 1878978502 3268870227 4271485414 1702442484 970972866 3526571306 892485752 2315885423 1793668142 1720153753 2087876200 3578236861 2859567 285920938 4078274431 766151189 3880072304 1687036050 2525820345 3729623689 3955953656 3153887204 1538090561 2316991118 598594601 4132488340 2341014240 2469415045 3130455897 1573392098 3901427077 1026538773 3819649605 2207196540 343224332 796054257 280004448 1728519478 1465454140 2173652727 3270778130 1375041159 3518836335 4057287818 557569580 1776872207 2414109088 2826731739 43755259 662148001 162044004 1062530093 724006078 622246152 3604529718 2469630461 1798214503 2496595322 2754035947 2499956432 1969801290 2121018847 998324395 3670228587 898459448 1846425552 365073828 2643176992 3075932109 3915640647 405482374 3014118771 1088330710 2816460667 266480031 2968023959 592507709 3489476894 52108651 1743762252 1585847571 1072385791 2548070748 530445881 1986159293 2483448175 3455685921 1579927008 2001253757 499924166 1723338788 2153369450 1036367771 3806931180 1857334590 2055420666 1624151346 1138607445 2869525090 1092405442 4110048663 2536388858 2155388800 2674491819 429185136 1228862149 576076150 1866928959 926115274 2677096050 844538784 2663310125 2231450682 2326473780 2021194651 4293334366 3319512182 280320583 69890176 2469417137 3414147204 2303984842 686746855 1473788755 3105011139 1040552477 3868491625 2491768287 3313949707 2156653299 547778218 126108065 4179593450 1709097341 1473611759 3823148923 4226943340 1987381642 267842831 3212697618 2377004399 3732643933 3253888848 816806455 62644655 677710894 255 362436" option to reproduce the execution
0.28/0.39	c #vars 22372
0.28/0.39	c #constraints 65103
1.09/1.17	c BCD2: Hardening is enabled.
1.09/1.17	c BCD2: BiasedSearch is enabled.
1.09/1.17	c Solving starts ...
1.09/1.17	c ============================[ Search Statistics ]============================
1.09/1.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.17	c =============================================================================
1.29/1.31	c  0.0s |       0 |        0 |        0 |    28107      0 |      649 |        0
1.39/1.44	c  0.1s |       0 |     2253 |       35 |    28107      0 |      649 |      162
1.39/1.44	c #cpu_time = 0.118s
1.39/1.44	c #wall_clock_time = 0.118s
1.39/1.44	c #decision = 2253
1.39/1.44	c #random_decision = 0
1.39/1.44	c #conflict = 35
1.39/1.44	c #restart = 0
1.39/1.44	o 17010855162224

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

pid=14691
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 14694
/proc/meminfo: memFree=17479156/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=741820 CPUtime=0 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 2771 0 0 0 0 0 0 0 20 0 4 0 42398352 759623680 3132 33554432000 4194304 16246674 140736571634496 140736571633920 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 186223 3141 441 2943 0 183117 0
[pid=14694/tid=14695] ppid=14691 vsize=759228 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 777449472 3201 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=763324 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 781643776 3217 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=767420 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42398353 785838080 3233 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100182 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 14694
/proc/meminfo: memFree=17479156/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=1222212 CPUtime=0.09 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 25237 0 0 0 6 3 0 0 20 0 4 0 42398352 1251545088 25535 33554432000 4194304 16246674 140736571634496 140736571633808 15002730 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 305553 25546 798 2943 0 302447 0
[pid=14694/tid=14695] ppid=14691 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 1251545088 25551 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 1251545088 25551 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=1224260 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 1253642240 25557 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1222212

[startup+0.200608 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 14694
/proc/meminfo: memFree=17479156/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 47417 0 0 0 13 6 0 0 20 0 4 0 42398352 1343819776 48226 33554432000 4194304 16246674 140736571634496 140736571617488 7369484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 328081 48226 800 2943 0 324975 0
[pid=14694/tid=14695] ppid=14691 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 1343819776 48226 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 1343819776 48226 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 1343819776 48226 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.30058 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 14694
/proc/meminfo: memFree=17479156/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=1313348 CPUtime=0.28 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 60288 0 0 0 21 7 0 0 20 0 4 0 42398352 1344868352 61097 33554432000 4194304 16246674 140736571634496 140736571617488 7388608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 328337 61097 800 2943 0 325231 0
[pid=14694/tid=14695] ppid=14691 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 1344868352 61097 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 1344868352 61097 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 1344868352 61097 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.700517 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 14694
/proc/meminfo: memFree=17479156/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 80479 0 0 0 59 10 0 0 20 0 4 0 42398352 1344868352 81289 33554432000 4194304 16246674 140736571634496 140736571617488 6777647 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 328337 81297 833 2943 0 325231 0
[pid=14694/tid=14695] ppid=14691 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 1344868352 81302 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 1344868352 81308 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 1344868352 81312 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50052 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 14698
/proc/meminfo: memFree=16869288/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=1345092 CPUtime=1.49 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 174019 0 0 0 122 27 0 0 20 0 4 0 42398352 1377374208 174828 33554432000 4194304 16246674 140736571634496 140736571616384 12429797 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 336273 174828 893 2943 0 333167 0
[pid=14694/tid=14695] ppid=14691 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 1377374208 174828 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 1377374208 174828 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 1377374208 174828 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1345092

[startup+3.10048 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 14698
/proc/meminfo: memFree=16367940/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=1345092 CPUtime=3.09 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 276955 0 0 0 269 40 0 0 20 0 4 0 42398352 1377374208 277764 33554432000 4194304 16246674 140736571634496 140736571633808 12449269 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 336273 277764 894 2943 0 333167 0
[pid=14694/tid=14695] ppid=14691 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 1377374208 277764 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 1377374208 277764 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 1377374208 277764 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1345092

[startup+6.30051 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 14698
/proc/meminfo: memFree=16368928/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=1345092 CPUtime=6.29 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 276955 0 0 0 589 40 0 0 20 0 4 0 42398352 1377374208 277764 33554432000 4194304 16246674 140736571634496 140736571616384 13966160 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 336273 277764 894 2943 0 333167 0
[pid=14694/tid=14695] ppid=14691 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 1377374208 277764 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 1377374208 277764 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 1377374208 277764 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1345092

[startup+12.7005 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 14698
/proc/meminfo: memFree=16369592/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=1345092 CPUtime=12.68 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 276956 0 0 0 1228 40 0 0 20 0 4 0 42398352 1377374208 277765 33554432000 4194304 16246674 140736571634496 140736571616384 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 336273 277765 894 2943 0 333167 0
[pid=14694/tid=14695] ppid=14691 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 1377374208 277765 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 1377374208 277765 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=1345092 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 1377374208 277765 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1345092

[startup+25.5005 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 14747
/proc/meminfo: memFree=30034864/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=1356356 CPUtime=25.49 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 279772 0 0 0 2508 41 0 0 20 0 4 0 42398352 1388908544 280581 33554432000 4194304 16246674 140736571634496 140736571633808 12371171 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 339089 280581 894 2943 0 335983 0
[pid=14694/tid=14695] ppid=14691 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 1388908544 280581 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 1388908544 280581 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 1388908544 280581 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1356356

[startup+51.1005 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 14747
/proc/meminfo: memFree=28478096/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=1638980 CPUtime=51.08 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 350428 0 0 0 5059 49 0 0 20 0 4 0 42398352 1678315520 351237 33554432000 4194304 16246674 140736571634496 140736571633808 12429736 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 409745 351237 894 2943 0 406639 0
[pid=14694/tid=14695] ppid=14691 vsize=1638980 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 1678315520 351237 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=1638980 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 1678315520 351237 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=1638980 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 1678315520 351237 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1638980

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 14751
/proc/meminfo: memFree=25911592/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=2010692 CPUtime=102.27 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 443358 0 0 0 10165 62 0 0 20 0 4 0 42398352 2058948608 444167 33554432000 4194304 16246674 140736571634496 140736571616384 12429087 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 502673 444167 895 2943 0 499567 0
[pid=14694/tid=14695] ppid=14691 vsize=2010692 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 2058948608 444167 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=2010692 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 2058948608 444167 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=2010692 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 2058948608 444167 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2010692


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

[pid=14694] ppid=14691 vsize=6588996 CPUtime=1362.01 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 11308533 0 0 0 133303 2898 0 0 20 0 4 0 42398352 6747131904 1588754 33554432000 4194304 16246674 140736571634496 140736571632384 4206970 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 1647249 1588754 895 2943 0 1644143 0
[pid=14694/tid=14695] ppid=14691 vsize=6588996 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 6747131904 1588754 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=6588996 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 6747131904 1588754 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=6588996 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 6747131904 1588754 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 6588996

[startup+1422.3 s]
/proc/loadavg: 2.03 2.06 2.01 4/183 14831
/proc/meminfo: memFree=10733376/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=7383620 CPUtime=1422.01 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 12177911 0 0 0 139155 3046 0 0 20 0 4 0 42398352 7560826880 1787411 33554432000 4194304 16246674 140736571634496 140736571633592 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 1845905 1787411 895 2943 0 1842799 0
[pid=14694/tid=14695] ppid=14691 vsize=7383620 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 7560826880 1787411 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=7383620 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 7560826880 1787411 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=7383620 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 7560826880 1787411 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 7383620

[startup+1482.3 s]
/proc/loadavg: 2.01 2.05 2.00 4/183 14833
/proc/meminfo: memFree=10117424/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=6978116 CPUtime=1481.99 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 12834039 0 0 0 145034 3165 0 0 20 0 4 0 42398352 7145590784 1686035 33554432000 4194304 16246674 140736571634496 140736571632384 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 1744529 1686035 895 2943 0 1741423 0
[pid=14694/tid=14695] ppid=14691 vsize=6978116 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 7145590784 1686035 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=6978116 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 7145590784 1686035 33554432000 4194304 16246674 140736571634496 140662789872656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=6978116 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 7145590784 1686035 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 6978116

[startup+1542.31 s]
/proc/loadavg: 2.00 2.03 2.00 4/183 14834
/proc/meminfo: memFree=8749552/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=8342084 CPUtime=1541.99 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 13824760 0 0 0 150856 3343 0 0 20 0 4 0 42398352 8542294016 2027028 33554432000 4194304 16246674 140736571634496 140736571633592 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 2085521 2027028 895 2943 0 2082415 0
[pid=14694/tid=14695] ppid=14691 vsize=8342084 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 8542294016 2027028 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=8342084 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 8542294016 2027028 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=8342084 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 8542294016 2027028 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 8342084

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 4/183 14835
/proc/meminfo: memFree=9480764/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=7383620 CPUtime=1601.97 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 14479097 0 0 0 156733 3464 0 0 20 0 4 0 42398352 7560826880 1787413 33554432000 4194304 16246674 140736571634496 140736571632384 4206688 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 1845905 1787413 895 2943 0 1842799 0
[pid=14694/tid=14695] ppid=14691 vsize=7383620 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 7560826880 1787413 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=7383620 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 7560826880 1787413 33554432000 4194304 16246674 140736571634496 140662789872656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=7383620 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 7560826880 1787413 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 7383620

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.00 4/183 14836
/proc/meminfo: memFree=6760520/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=10101316 CPUtime=1661.96 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 15414522 0 0 0 162513 3683 0 0 20 0 4 0 42398352 10343747584 2466838 33554432000 4194304 16246674 140736571634496 140736571632384 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 2525329 2466838 895 2943 0 2522223 0
[pid=14694/tid=14695] ppid=14691 vsize=10101316 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 10343747584 2466838 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=10101316 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 10343747584 2466838 33554432000 4194304 16246674 140736571634496 140662789872656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=10101316 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 10343747584 2466838 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 10101316

[startup+1722.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/183 14837
/proc/meminfo: memFree=8824588/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=7809604 CPUtime=1721.94 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 16167675 0 0 0 168206 3988 0 0 20 0 4 0 42398352 7997034496 1893911 33554432000 4194304 16246674 140736571634496 140736571632320 4206613 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 1952401 1893911 895 2943 0 1949295 0
[pid=14694/tid=14695] ppid=14691 vsize=7809604 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 7997034496 1893911 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=7809604 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 7997034496 1893911 33554432000 4194304 16246674 140736571634496 140662789872656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=7809604 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 7997034496 1893911 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 7809604

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 14888
/proc/meminfo: memFree=20888156/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=8574532 CPUtime=1781.93 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 16814844 0 0 0 174058 4135 0 0 20 0 4 0 42398352 8780320768 2085143 33554432000 4194304 16246674 140736571634496 140736571633592 4206996 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 2143633 2085143 895 2943 0 2140527 0
[pid=14694/tid=14695] ppid=14691 vsize=8574532 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 8780320768 2085143 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=8574532 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 8780320768 2085143 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=8574532 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 8780320768 2085143 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 8574532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 14889
/proc/meminfo: memFree=18000800/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=9669188 CPUtime=1800.04 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) R 14691 14694 12018 0 -1 4202496 17353213 0 0 0 175746 4258 0 0 20 0 4 0 42398352 9901248512 2358808 33554432000 4194304 16246674 140736571634496 140736571633672 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 2417297 2358808 895 2943 0 2414191 0
[pid=14694/tid=14695] ppid=14691 vsize=9669188 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) S 14691 14694 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42398353 9901248512 2358808 33554432000 4194304 16246674 140736571634496 140662800362736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14694/tid=14696] ppid=14691 vsize=9669188 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14696/stat : 14696 (toysat) S 14691 14694 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42398353 9901248512 2358808 33554432000 4194304 16246674 140736571634496 140662789872880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14694/tid=14697] ppid=14691 vsize=9669188 CPUtime=0 cores=1,3,5,7
/proc/14694/task/14697/stat : 14697 (toysat) S 14691 14694 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42398353 9901248512 2358808 33554432000 4194304 16246674 140736571634496 140662779399344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9669188

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

[startup+1800.81 s]
/proc/loadavg: 2.02 2.03 2.00 3/181 14889
/proc/meminfo: memFree=24468328/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=0 CPUtime=1800.43 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) Z 14691 14694 12018 0 -1 4203532 17353213 0 0 0 175746 4297 0 0 20 0 2 0 42398352 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 0 0 0 0 0 0 0
[pid=14694/tid=14695] ppid=14691 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) R 14691 14694 12018 0 -1 4203588 9 0 0 0 0 38 0 0 20 0 2 0 42398353 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/181 14889
/proc/meminfo: memFree=24468328/32872528 swapFree=338416/354768
[pid=14694] ppid=14691 vsize=0 CPUtime=1800.52 cores=1,3,5,7
/proc/14694/stat : 14694 (toysat) Z 14691 14694 12018 0 -1 4203532 17353213 0 0 0 175746 4306 0 0 20 0 2 0 42398352 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14694/statm: 0 0 0 0 0 0 0
[pid=14694/tid=14695] ppid=14691 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/14694/task/14695/stat : 14695 (toysat) R 14691 14694 12018 0 -1 4203588 9 0 0 0 0 48 0 0 20 0 2 0 42398353 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.92
CPU time (s): 1800.56
CPU user time (s): 1757.47
CPU system time (s): 43.0884
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 10728004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1757.47
system time used= 43.0884
maximum resident set size= 10494048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17353213
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= 1337
involuntary context switches= 1813

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3904 second user time and 17.1864 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-20 08:18:36
IDJOB=4111360
IDBENCH=109191
IDSOLVER=2542
FILE ID=node126/4111360-1466403516
RUNJOBID= node126-1466383825-12035
PBS_JOBID= 19923255
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f56-FCS_FC1_order3_PB.seq-B-2-1-abcdeir.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4111360-1466403516/watcher-4111360-1466403516 -o /tmp/evaluation-result-4111360-1466403516/solver-4111360-1466403516 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466383825-12035 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4111360-1466403516.opb

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

MD5SUM BENCH= 33da28db9d9e27c077a6b035fc98ba51
RANDOM SEED=1148682896

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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.121
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:        17479684 kB
Buffers:           66916 kB
Cached:           100004 kB
SwapCached:         1812 kB
Active:         14187552 kB
Inactive:          90536 kB
Active(anon):   14112184 kB
Inactive(anon):     1508 kB
Active(file):      75368 kB
Inactive(file):    89028 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67099108 kB
Dirty:             18256 kB
Writeback:             0 kB
AnonPages:      14532704 kB
Mapped:            10792 kB
Shmem:                 0 kB
Slab:             600868 kB
SReclaimable:      45000 kB
SUnreclaim:       555868 kB
KernelStack:        1520 kB
PageTables:        32496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   14607536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    501760 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= 71704 MiB
End job on node126 at 2016-06-20 08:48:37