Trace number 4110522

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.75 1801.07

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap104_wcsp.wbo
MD5SUMaf4377d2968a0bed7c67bde04ddb5981
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark13980219
Best CPU time to get the best result obtained on this benchmark1800.05
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1300
Total number of constraints2598
Number of soft constraints2523
Number of constraints which are clauses2523
Number of constraints which are cardinality constraints (but not clauses)75
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Top cost 63586724
Min constraint cost 1
Max constraint cost 63586724
Sum of constraints costs 80090480126
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
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-19T16:07:52+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","--wbo","--search=bcd2","HOME/instance-4110522-1466345272.wbo"]
0.00/0.01	c use --random-gen="3919794115 2990995425 3199995041 2964426079 2827121807 374264037 1582452794 150056072 1653223749 1948220206 3481697901 1377494220 1577277313 2780047412 1276164798 3339926813 1305385706 3596964339 3728214452 14140141 1796032283 305796476 1971161299 4201153920 2819708166 3951347851 2294735927 313657393 1778345388 1354194177 1708568098 4092692217 3610045899 3154325242 184909815 1496155883 1291948493 4175611699 1869518858 2357926422 988304474 3161471619 1416368042 932070460 3603608008 961576471 1896435725 2850527295 2378763471 3666921991 660049636 266184873 3688455108 862028662 593226494 2372804834 1608290980 1775411050 2847559333 1076913767 294628177 3304576782 3831515021 1236097244 413702420 410426582 1245968693 2798010733 310652819 1043593541 1171123114 1997710967 4243977696 2027365851 3151820924 653244630 2967276172 3220770891 2940560931 1786096414 1099411063 3261578595 2128152086 3249555326 3825347127 3040219772 873827283 1560369888 1736139178 2825677552 3390507122 3669480853 3729556090 2597236199 2186465201 3763662882 664289752 2274005384 4259834186 2547935778 907263418 3364769068 4272855872 1164465384 3327403800 1037535523 3307663193 3231555117 4141824126 3966751834 787916387 1236614305 1810175550 41699196 3797895315 464841375 1416005783 3844401897 1187518945 1392485683 4166749379 1832336308 1484556505 267653729 2204682337 3055770354 2632552875 2246033003 1063052058 92846435 3438028434 985096853 1340157725 529331756 1380240211 697586887 814349764 1885284575 2243354028 3294385099 241437130 3253500356 362786475 1040210360 3924461993 2672296088 3501510620 3396062574 3949401341 1782149588 89568737 1696152530 3382528099 2249739057 3031693838 3908785416 3663040956 535611268 3918615000 1989118508 2487532288 4089210471 3059389101 1747389735 1294693286 768366412 2326195172 25982540 4224617136 3824126933 2522659502 3775165556 2838631034 3374193336 3796023257 1192579487 2507736593 483679080 3703875413 2793651308 2864597721 175055662 2930876455 1271456898 3647999229 301858697 191981856 2232896149 2455309056 570864379 3183889968 2233459456 453209992 2908297902 882244992 3822375992 2285463437 2689764335 2246127770 4097124098 3845124310 1388373885 1476318962 1472885669 1522922816 1620598318 4045841732 1452515479 490870819 165107935 2042881803 2155770267 3259332506 3138375225 1620298166 611532518 335306297 1291110767 2247565872 1565903793 3811987560 645801582 3644670731 1983466001 118741093 1985272072 511382720 2813132976 594529361 1548698549 1262519385 3646484607 1352603559 3140611826 2533327040 114109912 2133939767 44802387 149293815 2197360471 677696259 1771390255 1272478043 2018495736 501221354 2059761394 3950480912 3046123965 3872202650 806697229 3049060133 4094612466 785284114 939710915 4264508114 660643251 255 362436" option to reproduce the execution

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-4110522-1466345272/watcher-4110522-1466345272 -o /tmp/evaluation-result-4110522-1466345272/solver-4110522-1466345272 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466341822-7743 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110522-1466345272.wbo 

pid=9238
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.18 2.22 2.14 3/179 9241
/proc/meminfo: memFree=28958056/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=715196 CPUtime=0 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 2664 0 0 0 0 0 0 0 20 0 4 0 36575936 732360704 3024 33554432000 4194304 16246674 140733315550208 140733315549632 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9241/statm: 179567 3035 441 2943 0 176461 0
[pid=9241/tid=9242] ppid=9238 vsize=733628 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 751235072 3097 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=737724 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 755429376 3113 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=741820 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36575936 759623680 3131 33554432000 4194304 16246674 140733315550208 139734768667824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.18 2.22 2.14 3/179 9241
/proc/meminfo: memFree=28958056/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 27073 0 0 0 6 3 0 0 20 0 4 0 36575936 1247350784 27426 33554432000 4194304 16246674 140733315550208 140733315549632 6192225 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9241/statm: 304529 27435 613 2943 0 301423 0
[pid=9241/tid=9242] ppid=9238 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 1247350784 27442 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 1247350784 27449 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36575936 1247350784 27455 33554432000 4194304 16246674 140733315550208 139734768667824 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) 1218116

[startup+0.200533 s]
/proc/loadavg: 2.18 2.22 2.14 3/179 9241
/proc/meminfo: memFree=28958056/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 28784 0 0 0 16 3 0 0 20 0 4 0 36575936 1250496512 29091 33554432000 4194304 16246674 140733315550208 140733315549520 13807594 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9241/statm: 305297 29091 841 2943 0 302191 0
[pid=9241/tid=9242] ppid=9238 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 1250496512 29091 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 1250496512 29091 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 1250496512 29091 33554432000 4194304 16246674 140733315550208 139734768667824 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) 1221188

[startup+0.495193 s]
/proc/loadavg: 2.18 2.22 2.14 3/179 9241
/proc/meminfo: memFree=28958056/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=1308228 CPUtime=0.48 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 45232 0 0 0 42 6 0 0 20 0 4 0 36575936 1339625472 45539 33554432000 4194304 16246674 140733315550208 140733315532096 6132704 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 327057 45539 841 2943 0 323951 0
[pid=9241/tid=9242] ppid=9238 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 1339625472 45539 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 1339625472 45539 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 1339625472 45539 33554432000 4194304 16246674 140733315550208 139734768667824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1308228

[startup+0.700398 s]
/proc/loadavg: 2.18 2.22 2.14 3/179 9241
/proc/meminfo: memFree=28958056/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=1308228 CPUtime=0.69 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 47542 0 0 0 62 7 0 0 20 0 4 0 36575936 1339625472 47849 33554432000 4194304 16246674 140733315550208 140733315532096 12486453 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 327057 47849 841 2943 0 323951 0
[pid=9241/tid=9242] ppid=9238 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 1339625472 47849 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 1339625472 47849 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 1339625472 47850 33554432000 4194304 16246674 140733315550208 139734768667824 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) 1308228

[startup+1.50044 s]
/proc/loadavg: 2.18 2.22 2.14 3/183 9245
/proc/meminfo: memFree=28765852/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=1308228 CPUtime=1.48 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 47824 0 0 0 141 7 0 0 20 0 4 0 36575936 1339625472 48131 33554432000 4194304 16246674 140733315550208 140733315532096 12480974 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 327057 48131 841 2943 0 323951 0
[pid=9241/tid=9242] ppid=9238 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 1339625472 48131 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 1339625472 48131 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 1339625472 48131 33554432000 4194304 16246674 140733315550208 139734768667824 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) 1308228

[startup+3.10036 s]
/proc/loadavg: 2.18 2.22 2.14 3/183 9245
/proc/meminfo: memFree=28754444/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=1308228 CPUtime=3.09 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 50576 0 0 0 301 8 0 0 20 0 4 0 36575936 1339625472 50883 33554432000 4194304 16246674 140733315550208 140733315532096 6132605 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 327057 50883 841 2943 0 323951 0
[pid=9241/tid=9242] ppid=9238 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 1339625472 50883 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 1339625472 50883 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 1339625472 50883 33554432000 4194304 16246674 140733315550208 139734768667824 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) 1308228

[startup+6.30042 s]
/proc/loadavg: 2.16 2.21 2.14 3/183 9245
/proc/meminfo: memFree=28738944/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=1310276 CPUtime=6.29 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 72816 0 0 0 618 11 0 0 20 0 4 0 36575936 1341722624 73123 33554432000 4194304 16246674 140733315550208 140733315532096 13807742 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 327569 73123 841 2943 0 324463 0
[pid=9241/tid=9242] ppid=9238 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 1341722624 73123 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 1341722624 73123 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 1341722624 73123 33554432000 4194304 16246674 140733315550208 139734768667824 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) 1310276

[startup+12.7004 s]
/proc/loadavg: 2.23 2.22 2.14 3/183 9245
/proc/meminfo: memFree=28446304/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=1314372 CPUtime=12.68 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 127591 0 0 0 1249 19 0 0 20 0 4 0 36575936 1345916928 127898 33554432000 4194304 16246674 140733315550208 140733315532096 13955814 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 328593 127898 843 2943 0 325487 0
[pid=9241/tid=9242] ppid=9238 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 1345916928 127898 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 1345916928 127898 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 1345916928 127898 33554432000 4194304 16246674 140733315550208 139734768667824 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) 1314372

[startup+25.5074 s]
/proc/loadavg: 2.18 2.21 2.14 3/183 9245
/proc/meminfo: memFree=28355896/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=1318468 CPUtime=25.49 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 150592 0 0 0 2527 22 0 0 20 0 4 0 36575936 1350111232 150899 33554432000 4194304 16246674 140733315550208 140733315532096 12500687 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 329617 150899 843 2943 0 326511 0
[pid=9241/tid=9242] ppid=9238 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 1350111232 150899 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 1350111232 150899 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 1350111232 150899 33554432000 4194304 16246674 140733315550208 139734768667824 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) 1318468

[startup+51.1004 s]
/proc/loadavg: 2.18 2.21 2.14 3/183 9245
/proc/meminfo: memFree=27874872/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=1318468 CPUtime=51.08 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 270740 0 0 0 5070 38 0 0 20 0 4 0 36575936 1350111232 271047 33554432000 4194304 16246674 140733315550208 140733315532096 13955814 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 329617 271047 843 2943 0 326511 0
[pid=9241/tid=9242] ppid=9238 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 1350111232 271047 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 1350111232 271047 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 1350111232 271047 33554432000 4194304 16246674 140733315550208 139734768667824 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) 1318468

[startup+102.3 s]
/proc/loadavg: 2.26 2.22 2.15 3/183 9246
/proc/meminfo: memFree=27875404/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=1318468 CPUtime=102.27 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 270740 0 0 0 10189 38 0 0 20 0 4 0 36575936 1350111232 271047 33554432000 4194304 16246674 140733315550208 140733315532096 13954865 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 329617 271047 843 2943 0 326511 0
[pid=9241/tid=9242] ppid=9238 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 1350111232 271047 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 1350111232 271047 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 1350111232 271047 33554432000 4194304 16246674 140733315550208 139734768667824 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) 1318468


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


[startup+1422.3 s]
/proc/loadavg: 2.14 2.18 2.18 3/183 9282
/proc/meminfo: memFree=14267644/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=13972036 CPUtime=1422.05 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 3434161 0 0 0 141648 557 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 140733315549384 13774216 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 3493009 3434448 845 2943 0 3489903 0
[pid=9241/tid=9242] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734768667824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 13972036

[startup+1482.3 s]
/proc/loadavg: 2.24 2.20 2.18 4/183 9284
/proc/meminfo: memFree=14267312/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=13972036 CPUtime=1482.04 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 3434162 0 0 0 147640 564 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 140733315532096 13774216 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 3493009 3434448 845 2943 0 3489903 0
[pid=9241/tid=9242] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734768667824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 13972036

[startup+1542.3 s]
/proc/loadavg: 2.20 2.20 2.18 4/183 9285
/proc/meminfo: memFree=14267028/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=13972036 CPUtime=1542.03 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 3434162 0 0 0 153634 569 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 140733315549384 6132605 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 3493009 3434448 845 2943 0 3489903 0
[pid=9241/tid=9242] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734768667824 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) 13972036

[startup+1602.3 s]
/proc/loadavg: 2.12 2.17 2.17 3/183 9286
/proc/meminfo: memFree=14266916/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=13972036 CPUtime=1602.02 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 3434166 0 0 0 159628 574 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 140733315549384 13809305 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 3493009 3434448 845 2943 0 3489903 0
[pid=9241/tid=9242] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734768667824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 13972036

[startup+1662.31 s]
/proc/loadavg: 2.11 2.17 2.17 4/183 9287
/proc/meminfo: memFree=14267060/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=13972036 CPUtime=1662.02 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 3434167 0 0 0 165623 579 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 140733315549384 13809400 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 3493009 3434448 845 2943 0 3489903 0
[pid=9241/tid=9242] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734768667824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 13972036

[startup+1722.3 s]
/proc/loadavg: 2.15 2.16 2.17 3/183 9288
/proc/meminfo: memFree=14266992/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=13972036 CPUtime=1721.99 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 3434171 0 0 0 171615 584 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 140733315532096 13955806 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 3493009 3434448 845 2943 0 3489903 0
[pid=9241/tid=9242] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734768667824 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) 13972036

[startup+1782.3 s]
/proc/loadavg: 2.29 2.19 2.18 3/183 9339
/proc/meminfo: memFree=15248540/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=13972036 CPUtime=1781.98 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 3434176 0 0 0 177609 589 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 140733315549384 13807582 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 3493009 3434448 845 2943 0 3489903 0
[pid=9241/tid=9242] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734768667824 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) 13972036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.29 2.20 2.18 3/183 9339
/proc/meminfo: memFree=15248240/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=13972036 CPUtime=1800.08 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) R 9238 9241 7726 0 -1 4202496 3434179 0 0 0 179417 591 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 140733315549384 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 3493009 3434448 845 2943 0 3489903 0
[pid=9241/tid=9242] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9242/stat : 9242 (toysat) S 9238 9241 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734789631216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) S 9238 9241 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734779141360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9241/tid=9244] ppid=9238 vsize=13972036 CPUtime=0 cores=1,3,5,7
/proc/9241/task/9244/stat : 9244 (toysat) S 9238 9241 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36575936 14307364864 3434448 33554432000 4194304 16246674 140733315550208 139734768667824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13972036

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

[startup+1800.5 s]
/proc/loadavg: 2.29 2.20 2.18 3/183 9339
/proc/meminfo: memFree=15248240/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=0 CPUtime=1800.19 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) Z 9238 9241 7726 0 -1 4203532 3434179 0 0 0 179418 601 0 0 20 0 2 0 36575936 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 0 0 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) R 9238 9241 7726 0 -1 4203588 8 0 0 0 0 8 0 0 20 0 2 0 36575936 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.19
Current children cumulated vsize (KiB) 0

[startup+1800.91 s]
/proc/loadavg: 2.29 2.20 2.18 3/181 9339
/proc/meminfo: memFree=24034008/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=0 CPUtime=1800.59 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) Z 9238 9241 7726 0 -1 4203532 3434179 0 0 0 179418 641 0 0 20 0 2 0 36575936 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 0 0 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=0 CPUtime=0.49 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) R 9238 9241 7726 0 -1 4203588 8 0 0 0 0 49 0 0 20 0 2 0 36575936 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.59
Current children cumulated vsize (KiB) 0

[startup+1801 s]
/proc/loadavg: 2.29 2.20 2.18 3/181 9339
/proc/meminfo: memFree=24034008/32872528 swapFree=1431120/1543540
[pid=9241] ppid=9238 vsize=0 CPUtime=1800.68 cores=1,3,5,7
/proc/9241/stat : 9241 (toysat) Z 9238 9241 7726 0 -1 4203532 3434179 0 0 0 179418 650 0 0 20 0 2 0 36575936 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9241/statm: 0 0 0 0 0 0 0
[pid=9241/tid=9243] ppid=9238 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/9241/task/9243/stat : 9243 (toysat) R 9238 9241 7726 0 -1 4203588 8 0 0 0 0 58 0 0 20 0 2 0 36575936 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.68
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.07
CPU time (s): 1800.75
CPU user time (s): 1794.18
CPU system time (s): 6.571
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 13972036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.18
system time used= 6.571
maximum resident set size= 13737792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3434179
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= 93
involuntary context switches= 2014

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.53931 second user time and 6.92795 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-19 16:07:52
IDJOB=4110522
IDBENCH=79505
IDSOLVER=2553
FILE ID=node116/4110522-1466345272
RUNJOBID= node116-1466341822-7743
PBS_JOBID= 19922036
Free space on /tmp= 71672 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap104_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110522-1466345272/watcher-4110522-1466345272 -o /tmp/evaluation-result-4110522-1466345272/solver-4110522-1466345272 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466341822-7743 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110522-1466345272.wbo

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

MD5SUM BENCH= af4377d2968a0bed7c67bde04ddb5981
RANDOM SEED=542501621

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28958428 kB
Buffers:          145068 kB
Cached:           290276 kB
SwapCached:         2316 kB
Active:          1350632 kB
Inactive:         265460 kB
Active(anon):    1178776 kB
Inactive(anon):     3928 kB
Active(file):     171856 kB
Inactive(file):   261532 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             16588 kB
Writeback:             0 kB
AnonPages:       2722900 kB
Mapped:            12332 kB
Shmem:                 0 kB
Slab:             616844 kB
SReclaimable:      60776 kB
SUnreclaim:       556068 kB
KernelStack:        1480 kB
PageTables:         9516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2865412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71660 MiB
End job on node116 at 2016-06-19 16:37:53