Trace number 4107590

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.79 1801.11

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/random/
rand.smallist/normalized-rand7e9372.cudf.trendy.opb
MD5SUM6f20ffd1eb86f89d9fec5f1589acc0fb
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark502
Best CPU time to get the best result obtained on this benchmark16.4705
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7918
Total number of constraints24154
Number of constraints which are clauses24154
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1147
Number of terms in the objective function 4262
Biggest coefficient in the objective function 9704486637
Number of bits for the biggest coefficient in the objective function 34
Sum of the numbers in the objective function 11121332587610
Number of bits of the sum of numbers in the objective function 44
Biggest number in a constraint 9704486637
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 11121332587610
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-19T00:02:11+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-4107590-1466287331.opb"]
0.00/0.01	c use --random-gen="4070183229 3088076928 2487795793 2634930527 1785125591 3868366887 2155358412 536174387 2370390877 3455559178 112261796 2334246672 2500390664 3175017664 4252193421 1499419739 1231083848 1543888437 3721508172 335561491 1592977231 2507323982 3355764675 3328111053 1171225735 1345002955 4130703417 643239624 1231643057 4070583311 1076009029 2488435076 1195055889 1932746508 3120309215 3128937201 321713661 929492686 2108625580 2008382540 738965099 3000559434 3760601301 3109334126 2321326336 3204027189 716444921 1649155460 519607989 1432951948 302253865 2073335609 1173004823 3483791370 1589276992 665092810 3947276602 2770016382 1856381223 2264786727 3578503402 1789254086 1576094680 1119964153 3721406463 1635880971 474643638 3143160616 4111091396 381367892 2127389412 4246181427 926006565 149497958 2439279234 2920674906 2144930239 15804197 1349324770 3977439420 3144912584 872847224 1895073285 471875695 4109454980 1833426123 1745803756 3591570052 2071158573 300327976 1031725791 1121511530 4074494928 1501498393 812157001 3435510237 150475998 1550386509 3420469060 1523659745 3654059203 1424251580 1875705446 1365030200 256227702 3172506577 2128066630 1969305935 2956840717 2794682987 4003921289 1055435744 3704100500 2387026209 2867887467 206371369 3816390568 4090559143 18191512 2772000277 1803238499 2965851192 2452047374 1674383398 2492158676 4113783963 1762776475 714360622 3791013566 1158678999 3430710875 305591288 2479258844 2541325657 539206578 3924855006 41013040 1550225569 811700878 2303142303 680090106 817573559 3186148124 1821050873 3513121979 1329826187 3154494649 170809469 2044106463 3335755705 1496355610 3297267509 3666384843 3340077382 1280286483 824482231 861629357 2606359381 4140006807 912706654 2459449323 3279362805 17996162 4263721042 3316422679 3049125768 1810072103 4040449917 2180077879 2110577926 4287810922 2245470903 353083666 1422544732 1010636032 3534244196 3968313654 483458118 3877724709 2228302867 56911941 2646118574 761666276 2294775973 2652888545 3087865002 2833088839 3283421886 1586625483 2105120514 4055200023 1428036970 3514303979 1740526895 4099332590 3058574240 1182590971 2088454355 1093995032 3459816011 2610416433 1362914756 2459679960 619763252 3129691404 2690835625 3724756071 2702604229 3557955540 1460460359 2726468339 2989819125 1896550752 3948300550 202117943 1588604331 4016141498 4126365490 4209162321 2078731242 301721457 3045736206 1432839351 1740341572 3920830999 3407354592 2773428671 1783159640 2732795985 4079893449 1939372438 2827464026 4058422578 777273437 189307382 3880336886 2721342329 270904772 3108937784 3665088960 713564272 267765984 540023525 3044552522 653658779 3549540758 3300821125 3788608802 3560619807 2230207300 2557578285 1102499558 2794876431 4097624180 3817691198 3373003394 255 362436" option to reproduce the execution
0.08/0.16	c #vars 7918
0.08/0.16	c #constraints 24154
0.39/0.43	c BCD2: Hardening is enabled.
0.39/0.43	c BCD2: BiasedSearch is enabled.
0.39/0.43	c Solving starts ...
0.39/0.43	c ============================[ Search Statistics ]============================
0.39/0.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.43	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.43	c =============================================================================
0.39/0.43	c  0.0s |       0 |        0 |        0 |     9563      0 |     2795 |        0
0.39/0.48	c  0.0s |       0 |     1966 |        5 |     9563      0 |     2795 |     8514
0.39/0.48	c #cpu_time = 0.046s
0.39/0.48	c #wall_clock_time = 0.046s
0.39/0.48	c #decision = 1966
0.39/0.48	c #random_decision = 2
0.39/0.48	c #conflict = 5
0.39/0.48	c #restart = 0
0.39/0.48	o 5358409869742

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

pid=24790
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.15 2.22 2.24 3/181 24793
/proc/meminfo: memFree=28846716/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=781756 CPUtime=0 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 2924 0 0 0 0 0 0 0 20 0 4 0 30778991 800518144 3796 33554432000 4194304 16246674 140737036579040 140737036578464 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 195951 3805 441 2943 0 192845 0
[pid=24793/tid=24794] ppid=24790 vsize=799164 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 818343936 3865 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=804284 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 823586816 3884 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=808380 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30778991 827781120 3900 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100071 s]
/proc/loadavg: 2.15 2.22 2.24 3/181 24793
/proc/meminfo: memFree=28846716/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=1302084 CPUtime=0.08 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 26800 0 0 0 5 3 0 0 20 0 4 0 30778991 1333334016 27610 33554432000 4194304 16246674 140737036579040 140737036578352 7371468 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 325521 27627 799 2943 0 322415 0
[pid=24793/tid=24794] ppid=24790 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 1333334016 27639 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 1333334016 27650 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 1333334016 27660 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1302084

[startup+0.200533 s]
/proc/loadavg: 2.15 2.22 2.24 3/181 24793
/proc/meminfo: memFree=28846716/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=1314372 CPUtime=0.18 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 49243 0 0 0 12 6 0 0 20 0 4 0 30778991 1345916928 50053 33554432000 4194304 16246674 140737036579040 140737036578352 13927305 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 328593 50053 832 2943 0 325487 0
[pid=24793/tid=24794] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 50053 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 50053 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 50053 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1314372

[startup+0.300508 s]
/proc/loadavg: 2.15 2.22 2.24 3/181 24793
/proc/meminfo: memFree=28846716/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=1314372 CPUtime=0.28 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 49248 0 0 0 22 6 0 0 20 0 4 0 30778991 1345916928 50058 33554432000 4194304 16246674 140737036579040 140737036578352 13774000 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 328593 50058 836 2943 0 325487 0
[pid=24793/tid=24794] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 50058 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 50058 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 50058 33554432000 4194304 16246674 140737036579040 140561786854576 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) 1314372

[startup+0.700377 s]
/proc/loadavg: 2.15 2.22 2.24 3/181 24793
/proc/meminfo: memFree=28846716/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=1314372 CPUtime=0.69 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 95041 0 0 0 57 12 0 0 20 0 4 0 30778991 1345916928 95851 33554432000 4194304 16246674 140737036579040 140737036578352 12414100 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 328593 95864 893 2943 0 325487 0
[pid=24793/tid=24794] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 95871 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 95878 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 95882 33554432000 4194304 16246674 140737036579040 140561786854576 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) 1314372

[startup+1.50043 s]
/proc/loadavg: 2.15 2.22 2.24 3/185 24797
/proc/meminfo: memFree=28063644/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=1314372 CPUtime=1.48 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 269783 0 0 0 114 34 0 0 20 0 4 0 30778991 1345916928 270593 33554432000 4194304 16246674 140737036579040 140737036560960 12429784 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 328593 270593 893 2943 0 325487 0
[pid=24793/tid=24794] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 270593 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 270593 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 270593 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1314372

[startup+3.10033 s]
/proc/loadavg: 2.14 2.21 2.24 3/185 24797
/proc/meminfo: memFree=27765300/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=1314372 CPUtime=3.08 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 269783 0 0 0 274 34 0 0 20 0 4 0 30778991 1345916928 270593 33554432000 4194304 16246674 140737036579040 140737036560960 12654256 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 328593 270593 893 2943 0 325487 0
[pid=24793/tid=24794] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 270593 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 270593 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 1345916928 270593 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1314372

[startup+6.30044 s]
/proc/loadavg: 2.14 2.21 2.24 3/185 24797
/proc/meminfo: memFree=27764584/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=1315396 CPUtime=6.28 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 269836 0 0 0 594 34 0 0 20 0 4 0 30778991 1346965504 270646 33554432000 4194304 16246674 140737036579040 140737036560960 12429241 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 328849 270646 893 2943 0 325743 0
[pid=24793/tid=24794] ppid=24790 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 1346965504 270646 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 1346965504 270646 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 1346965504 270646 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1315396

[startup+12.7004 s]
/proc/loadavg: 2.12 2.21 2.23 4/185 24797
/proc/meminfo: memFree=27763980/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=1315396 CPUtime=12.68 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 270039 0 0 0 1234 34 0 0 20 0 4 0 30778991 1346965504 270849 33554432000 4194304 16246674 140737036579040 140737036576896 12449269 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 328849 270849 893 2943 0 325743 0
[pid=24793/tid=24794] ppid=24790 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 1346965504 270849 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 1346965504 270849 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 1346965504 270849 33554432000 4194304 16246674 140737036579040 140561786854576 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) 1315396

[startup+25.5005 s]
/proc/loadavg: 2.10 2.20 2.23 3/185 24797
/proc/meminfo: memFree=27754468/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=1325636 CPUtime=25.49 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 272599 0 0 0 2514 35 0 0 20 0 4 0 30778991 1357451264 273409 33554432000 4194304 16246674 140737036579040 140737036560960 12449497 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 331409 273409 893 2943 0 328303 0
[pid=24793/tid=24794] ppid=24790 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 1357451264 273409 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 1357451264 273409 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 1357451264 273409 33554432000 4194304 16246674 140737036579040 140561786854576 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) 1325636

[startup+51.1004 s]
/proc/loadavg: 2.26 2.23 2.24 3/185 24797
/proc/meminfo: memFree=27752188/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=1327684 CPUtime=51.08 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 273111 0 0 0 5073 35 0 0 20 0 4 0 30778991 1359548416 273921 33554432000 4194304 16246674 140737036579040 140737036560960 12654419 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 331921 273921 893 2943 0 328815 0
[pid=24793/tid=24794] ppid=24790 vsize=1327684 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 1359548416 273921 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=1327684 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 1359548416 273921 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=1327684 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 1359548416 273921 33554432000 4194304 16246674 140737036579040 140561786854576 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) 1327684

[startup+102.301 s]
/proc/loadavg: 2.22 2.22 2.23 3/185 24798
/proc/meminfo: memFree=27752048/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=1327684 CPUtime=102.28 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 273111 0 0 0 10193 35 0 0 20 0 4 0 30778991 1359548416 273921 33554432000 4194304 16246674 140737036579040 140737036560960 12371459 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 331921 273921 893 2943 0 328815 0
[pid=24793/tid=24794] ppid=24790 vsize=1327684 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 1359548416 273921 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=1327684 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 1359548416 273921 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=1327684 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 1359548416 273921 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1327684


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


[startup+1422.3 s]
/proc/loadavg: 2.28 2.29 2.27 3/185 24978
/proc/meminfo: memFree=15014188/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=14047812 CPUtime=1422.04 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 4174572 0 0 0 141536 668 0 0 20 0 4 0 30778991 14384959488 3453966 33554432000 4194304 16246674 140737036579040 140737036578216 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 3511953 3453966 898 2943 0 3508847 0
[pid=24793/tid=24794] ppid=24790 vsize=14047812 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 14384959488 3453966 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=14047812 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 14384959488 3453966 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=14047812 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 14384959488 3453966 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 14047812

[startup+1482.3 s]
/proc/loadavg: 2.18 2.26 2.26 4/185 24979
/proc/meminfo: memFree=14686856/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=14306884 CPUtime=1482.03 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 4239340 0 0 0 147519 684 0 0 20 0 4 0 30778991 14650249216 3518734 33554432000 4194304 16246674 140737036579040 140737036578136 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 3576721 3518734 898 2943 0 3573615 0
[pid=24793/tid=24794] ppid=24790 vsize=14306884 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 14650249216 3518734 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=14306884 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 14650249216 3518734 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=14306884 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 14650249216 3518734 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 14306884

[startup+1542.31 s]
/proc/loadavg: 2.27 2.27 2.27 4/185 24980
/proc/meminfo: memFree=14470480/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=14522948 CPUtime=1542.03 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 4239701 0 0 0 153513 690 0 0 20 0 4 0 30778991 14871498752 3572750 33554432000 4194304 16246674 140737036579040 140737036576960 14014086 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 3630737 3572750 898 2943 0 3627631 0
[pid=24793/tid=24794] ppid=24790 vsize=14522948 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 14871498752 3572750 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=14522948 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 14871498752 3572750 33554432000 4194304 16246674 140737036579040 140561797327888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=14522948 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 14871498752 3572750 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 14522948

[startup+1602.3 s]
/proc/loadavg: 2.28 2.27 2.27 4/185 24981
/proc/meminfo: memFree=14470508/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=14522948 CPUtime=1602 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 4239701 0 0 0 159506 694 0 0 20 0 4 0 30778991 14871498752 3572750 33554432000 4194304 16246674 140737036579040 140737036578136 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 3630737 3572750 898 2943 0 3627631 0
[pid=24793/tid=24794] ppid=24790 vsize=14522948 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 14871498752 3572750 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=14522948 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 14871498752 3572750 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=14522948 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 14871498752 3572750 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 14522948

[startup+1662.3 s]
/proc/loadavg: 2.31 2.27 2.27 4/185 24982
/proc/meminfo: memFree=14118280/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=14874180 CPUtime=1662 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 4272321 0 0 0 165494 706 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140737036576960 14013920 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 3718545 3660558 898 2943 0 3715439 0
[pid=24793/tid=24794] ppid=24790 vsize=14874180 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=14874180 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140561797327888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=14874180 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 14874180

[startup+1722.3 s]
/proc/loadavg: 2.32 2.27 2.27 3/186 24987
/proc/meminfo: memFree=14117908/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=14874180 CPUtime=1721.99 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 4272321 0 0 0 171488 711 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140737036577088 13899629 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 3718545 3660558 898 2943 0 3715439 0
[pid=24793/tid=24794] ppid=24790 vsize=14874180 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=14874180 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140561797327888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=14874180 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 14874180

[startup+1782.3 s]
/proc/loadavg: 2.23 2.26 2.26 3/185 24988
/proc/meminfo: memFree=14035972/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=14874180 CPUtime=1781.98 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 4272321 0 0 0 177483 715 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140737036576960 14014083 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 3718545 3660558 898 2943 0 3715439 0
[pid=24793/tid=24794] ppid=24790 vsize=14874180 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=14874180 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140561797327888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=14874180 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 14874180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.26 2.26 2.27 3/185 24988
/proc/meminfo: memFree=14010536/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=14874180 CPUtime=1800.07 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) R 24790 24793 21389 0 -1 4202496 4272321 0 0 0 179291 716 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140737036578136 12429227 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 3718545 3660558 898 2943 0 3715439 0
[pid=24793/tid=24794] ppid=24790 vsize=14874180 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24794/stat : 24794 (toysat) S 24790 24793 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140561885408496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=14874180 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) S 24790 24793 21389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140561797328112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=24793/tid=24796] ppid=24790 vsize=14874180 CPUtime=0 cores=1,3,5,7
/proc/24793/task/24796/stat : 24796 (toysat) S 24790 24793 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30778991 15231160320 3660558 33554432000 4194304 16246674 140737036579040 140561786854576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 14874180

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

[startup+1800.81 s]
/proc/loadavg: 2.26 2.26 2.27 3/183 24988
/proc/meminfo: memFree=20586292/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=0 CPUtime=1800.49 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) Z 24790 24793 21389 0 -1 4203532 4272321 0 0 0 179292 757 0 0 20 0 2 0 30778991 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 0 0 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=0 CPUtime=0.39 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) R 24790 24793 21389 0 -1 4203588 7 0 0 0 0 39 0 0 20 0 2 0 30778991 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.49
Current children cumulated vsize (KiB) 0

[startup+1801 s]
/proc/loadavg: 2.26 2.26 2.27 3/183 24988
/proc/meminfo: memFree=20586292/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=0 CPUtime=1800.68 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) Z 24790 24793 21389 0 -1 4203532 4272321 0 0 0 179292 776 0 0 20 0 2 0 30778991 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 0 0 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) R 24790 24793 21389 0 -1 4203588 7 0 0 0 0 58 0 0 20 0 2 0 30778991 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (KiB) 0

[startup+1801.1 s]
/proc/loadavg: 2.26 2.26 2.27 3/183 24988
/proc/meminfo: memFree=20586292/32872528 swapFree=1505436/1685308
[pid=24793] ppid=24790 vsize=0 CPUtime=1800.78 cores=1,3,5,7
/proc/24793/stat : 24793 (toysat) Z 24790 24793 21389 0 -1 4203532 4272321 0 0 0 179292 786 0 0 20 0 2 0 30778991 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24793/statm: 0 0 0 0 0 0 0
[pid=24793/tid=24795] ppid=24790 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/24793/task/24795/stat : 24795 (toysat) R 24790 24793 21389 0 -1 4203588 7 0 0 0 0 68 0 0 20 0 2 0 30778991 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.78
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.11
CPU time (s): 1800.79
CPU user time (s): 1792.92
CPU system time (s): 7.8688
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 14874180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.92
system time used= 7.8688
maximum resident set size= 14642232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4272321
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= 356
involuntary context switches= 1831

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.80612 second user time and 7.84681 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-19 00:02:11
IDJOB=4107590
IDBENCH=72336
IDSOLVER=2542
FILE ID=node135/4107590-1466287331
RUNJOBID= node135-1466266561-21406
PBS_JOBID= 19918237
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= 6f20ffd1eb86f89d9fec5f1589acc0fb
RANDOM SEED=1669942858

node135.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		: 2667.004
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	: 5334.00
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		: 2667.004
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		: 2667.004
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.57
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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:        28847160 kB
Buffers:          171824 kB
Cached:           299272 kB
SwapCached:          716 kB
Active:          1269600 kB
Inactive:         320780 kB
Active(anon):    1120224 kB
Inactive(anon):     1308 kB
Active(file):     149376 kB
Inactive(file):   319472 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100444 kB
Dirty:             17120 kB
Writeback:             0 kB
AnonPages:       2809584 kB
Mapped:            10808 kB
Shmem:                 0 kB
Slab:             606504 kB
SReclaimable:      50324 kB
SUnreclaim:       556180 kB
KernelStack:        1496 kB
PageTables:         9408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2952412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1107968 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= 71668 MiB
End job on node135 at 2016-06-19 00:32:12