Trace number 4093275

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.03

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap44_wcsp.wbo
MD5SUMeea9483bb210b3ae31db150f2467fbf7
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark12213731
Best CPU time to get the best result obtained on this benchmark1800.06
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 58368026
Min constraint cost 1
Max constraint cost 58368026
Sum of constraints costs 47051030826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
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-30T02:30:53+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-4093275-1467246653.wbo"]
0.00/0.01	c use --random-gen="2755906787 2928538457 3770248743 1381453034 3277337629 477090479 2694579426 1895643912 592958299 1880442864 2525727290 2087209151 2891810759 4122290637 3416785434 2073990414 3319817091 2372759686 920834062 1902744168 2475938169 2608157311 884950656 3015307011 1736148145 1800537063 2719626850 1796365137 2663725392 717774701 1139460168 151464386 3434165924 2267062697 1054704400 1474370344 130918676 794626157 3880908443 3202238488 3255165044 4140048233 3615115131 1061312983 1214544788 590610126 2725386334 4135723060 875648104 3878634807 3435681250 81549185 3439068158 3118625102 2460386619 1160462255 2603864311 523342857 370656741 3279400380 813770383 4190705037 811016273 2814877630 496902884 4224813655 3612601226 2605812255 3149396547 2510043764 2561309858 269168633 2197890821 1240273449 339333430 4051899337 2380588658 3745334031 10660216 3659209822 3312065680 828026533 2383559756 338153485 2372288184 2360372266 1254351266 526353372 1156593725 1214488703 1005589565 1988868079 2533688442 1744634713 2911014643 2678752027 2482374630 3935938832 3697282907 1122454491 314183267 1219179146 3300212714 1000619246 1550072353 31482405 2094911791 1320916248 2066926664 2593172601 3379279017 1275543543 3323651401 3018875991 551812586 4072955772 3331385901 2176390648 83657625 3116054258 2438925225 1244042760 2762246669 3250030007 2458074118 688365054 174348164 2594893790 2795509390 1209279813 2189065473 2398467824 612582848 1820703937 491782506 1993969760 1565576780 1011976311 662856330 3005727911 1596435870 3912522373 2939712270 3307671246 525160257 4187940987 236102599 2954655147 2928042334 2833606942 2592423391 3449688746 1160481419 3044362381 4001110017 83450744 685224215 1117121189 3839069181 3971354955 889674400 1309494840 3860293883 2408408843 2832400707 2296966964 1372896878 1487879172 2651432347 690195576 2359326201 3423616592 2878035178 2681437498 1543776161 3654695183 1149046725 2922815783 4194044986 1041362055 1496077653 2103913775 3015787629 2849226990 1255379289 293631292 3110073905 1757840079 697541130 1450159130 2454578881 1882567751 3934502951 664963242 121834100 2466499866 1105227294 68366538 265017342 3820119522 1466000013 986478545 2540631221 3742102688 991862119 1756891671 214759344 2041724144 4164094110 3519953947 2076787856 4003253267 2679854237 214870058 988560280 892492547 2463265601 2189866018 355533102 4268338431 2248434774 2538809303 4016972710 900240394 1068560448 1833055550 820475432 3733560663 2645428568 4272608218 1777871345 61326678 2730359207 2712508446 1013816326 3862983194 1723147509 3030743707 441254735 3015969003 507362348 3228952245 4176113903 953414983 587320010 228145642 2948354747 3898122905 1205869874 3194212341 414690293 3994571467 3170034938 1411560031 1806434184 2132077218 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-4093275-1467246653/watcher-4093275-1467246653 -o /tmp/evaluation-result-4093275-1467246653/solver-4093275-1467246653 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467246653-6467 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093275-1467246653.wbo 

pid=6496
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.57 1.22 1.79 3/177 6500
/proc/meminfo: memFree=29068708/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=742844 CPUtime=0 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 2773 0 0 0 0 0 0 0 20 0 4 0 3691324 760672256 3133 33554432000 4194304 16246674 140733242482112 140733242481536 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6500/statm: 186223 3143 441 2943 0 183117 0
[pid=6500/tid=6501] ppid=6496 vsize=760252 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 778498048 3203 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=764348 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 782692352 3219 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=768444 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3691324 786886656 3235 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 0.57 1.22 1.79 3/177 6500
/proc/meminfo: memFree=29068708/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 23733 0 0 0 5 4 0 0 20 0 4 0 3691324 1250496512 24040 33554432000 4194304 16246674 140733242482112 140733242481424 13955776 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6500/statm: 305297 24040 843 2943 0 302191 0
[pid=6500/tid=6501] ppid=6496 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 1250496512 24040 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 1250496512 24040 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 1250496512 24040 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200453 s]
/proc/loadavg: 0.57 1.22 1.79 3/177 6500
/proc/meminfo: memFree=29068708/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=1303108 CPUtime=0.19 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 24332 0 0 0 15 4 0 0 20 0 4 0 3691324 1334382592 24639 33554432000 4194304 16246674 140733242482112 140733242481424 13954914 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6500/statm: 325777 24643 843 2943 0 322671 0
[pid=6500/tid=6501] ppid=6496 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 1334382592 24646 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 1334382592 24650 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 1334382592 24654 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1303108

[startup+0.300393 s]
/proc/loadavg: 0.57 1.22 1.79 3/177 6500
/proc/meminfo: memFree=29068708/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=1303108 CPUtime=0.29 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 30430 0 0 0 24 5 0 0 20 0 4 0 3691324 1334382592 30737 33554432000 4194304 16246674 140733242482112 140733242481424 12459048 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6500/statm: 325777 30738 843 2943 0 322671 0
[pid=6500/tid=6501] ppid=6496 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 1334382592 30738 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 1334382592 30740 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 1334382592 30741 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1303108

[startup+0.70033 s]
/proc/loadavg: 0.57 1.22 1.79 3/177 6500
/proc/meminfo: memFree=29068708/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=1307204 CPUtime=0.69 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 37945 0 0 0 64 5 0 0 20 0 4 0 3691324 1338576896 38252 33554432000 4194304 16246674 140733242482112 140733242464000 12486508 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6500/statm: 326801 38252 843 2943 0 323695 0
[pid=6500/tid=6501] ppid=6496 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 1338576896 38252 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 1338576896 38252 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 1338576896 38252 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.50039 s]
/proc/loadavg: 0.57 1.22 1.79 3/181 6504
/proc/meminfo: memFree=28720000/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=1307204 CPUtime=1.49 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 45392 0 0 0 142 7 0 0 20 0 4 0 3691324 1338576896 45699 33554432000 4194304 16246674 140733242482112 140733242464000 12480966 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6500/statm: 326801 45699 843 2943 0 323695 0
[pid=6500/tid=6501] ppid=6496 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 1338576896 45699 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 1338576896 45699 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 1338576896 45699 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.10034 s]
/proc/loadavg: 0.57 1.22 1.79 3/181 6504
/proc/meminfo: memFree=28717264/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=1309252 CPUtime=3.09 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 49167 0 0 0 302 7 0 0 20 0 4 0 3691324 1340674048 49474 33554432000 4194304 16246674 140733242482112 140733242464000 13807742 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6500/statm: 327313 49474 843 2943 0 324207 0
[pid=6500/tid=6501] ppid=6496 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 1340674048 49474 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 1340674048 49474 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 1340674048 49474 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1309252

[startup+6.30033 s]
/proc/loadavg: 0.68 1.24 1.79 3/182 6505
/proc/meminfo: memFree=28362092/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=1313348 CPUtime=6.29 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 99221 0 0 0 614 15 0 0 20 0 4 0 3691324 1344868352 99528 33554432000 4194304 16246674 140733242482112 140733242464000 13809352 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6500/statm: 328337 99528 843 2943 0 325231 0
[pid=6500/tid=6501] ppid=6496 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 1344868352 99528 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 1344868352 99528 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 1344868352 99528 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1313348

[startup+12.7003 s]
/proc/loadavg: 0.79 1.25 1.79 4/181 6505
/proc/meminfo: memFree=28289372/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=1313348 CPUtime=12.69 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 99221 0 0 0 1254 15 0 0 20 0 4 0 3691324 1344868352 99528 33554432000 4194304 16246674 140733242482112 140733242464000 6171048 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6500/statm: 328337 99528 843 2943 0 325231 0
[pid=6500/tid=6501] ppid=6496 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 1344868352 99528 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 1344868352 99528 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 1344868352 99528 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1313348

[startup+25.5005 s]
/proc/loadavg: 1.05 1.28 1.80 3/181 6505
/proc/meminfo: memFree=28014164/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=1317444 CPUtime=25.49 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 133876 0 0 0 2529 20 0 0 20 0 4 0 3691324 1349062656 134183 33554432000 4194304 16246674 140733242482112 140733242464000 12481174 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6500/statm: 329361 134183 843 2943 0 326255 0
[pid=6500/tid=6501] ppid=6496 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 1349062656 134183 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 1349062656 134183 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 1349062656 134183 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1317444

[startup+51.1004 s]
/proc/loadavg: 1.44 1.36 1.81 3/181 6505
/proc/meminfo: memFree=27358208/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=1324612 CPUtime=51.08 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 217984 0 0 0 5077 31 0 0 20 0 4 0 3691324 1356402688 218291 33554432000 4194304 16246674 140733242482112 140733242464000 13809288 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6500/statm: 331153 218291 843 2943 0 328047 0
[pid=6500/tid=6501] ppid=6496 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 1356402688 218291 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 1356402688 218291 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 1356402688 218291 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1324612

[startup+102.3 s]
/proc/loadavg: 2.03 1.53 1.84 4/181 6506
/proc/meminfo: memFree=26899860/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=1327684 CPUtime=102.28 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 273044 0 0 0 10188 40 0 0 20 0 4 0 3691324 1359548416 273351 33554432000 4194304 16246674 140733242482112 140733242464000 6132432 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6500/statm: 331921 273351 843 2943 0 328815 0
[pid=6500/tid=6501] ppid=6496 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 1359548416 273351 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 1359548416 273351 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 1359548416 273351 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1327684


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


[startup+1362.3 s]
/proc/loadavg: 2.27 2.29 2.12 3/181 6536
/proc/meminfo: memFree=2914320/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=13524548 CPUtime=1362.08 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 3322266 0 0 0 135699 509 0 0 20 0 4 0 3691324 13849137152 3322573 33554432000 4194304 16246674 140733242482112 140733242481288 13817033 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6500/statm: 3381137 3322573 845 2943 0 3378031 0
[pid=6500/tid=6501] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322573 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322573 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322573 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 13524548

[startup+1422.3 s]
/proc/loadavg: 2.24 2.28 2.13 3/181 6537
/proc/meminfo: memFree=2922904/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=13524548 CPUtime=1422.08 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 3322266 0 0 0 141697 511 0 0 20 0 4 0 3691324 13849137152 3322573 33554432000 4194304 16246674 140733242482112 140733242481288 13807601 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6500/statm: 3381137 3322573 845 2943 0 3378031 0
[pid=6500/tid=6501] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322573 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322573 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322573 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 13524548

[startup+1482.3 s]
/proc/loadavg: 2.27 2.29 2.14 4/181 6538
/proc/meminfo: memFree=2929020/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=13524548 CPUtime=1482.07 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 3322270 0 0 0 147695 512 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140733242481208 6783872 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6500/statm: 3381137 3322577 849 2943 0 3378031 0
[pid=6500/tid=6501] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 13524548

[startup+1542.31 s]
/proc/loadavg: 2.18 2.26 2.14 3/181 6540
/proc/meminfo: memFree=2949784/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=13524548 CPUtime=1542.07 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 3322270 0 0 0 153692 515 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140733242481288 13774216 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6500/statm: 3381137 3322577 849 2943 0 3378031 0
[pid=6500/tid=6501] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 13524548

[startup+1602.3 s]
/proc/loadavg: 2.17 2.24 2.14 3/181 6541
/proc/meminfo: memFree=2955408/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=13524548 CPUtime=1602.04 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 3322270 0 0 0 159686 518 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140733242481288 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6500/statm: 3381137 3322577 849 2943 0 3378031 0
[pid=6500/tid=6501] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 13524548

[startup+1662.3 s]
/proc/loadavg: 2.32 2.27 2.15 3/181 6542
/proc/meminfo: memFree=2973024/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=13524548 CPUtime=1662.04 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 3322270 0 0 0 165683 521 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140733242481288 13811500 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6500/statm: 3381137 3322577 849 2943 0 3378031 0
[pid=6500/tid=6501] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 13524548

[startup+1722.3 s]
/proc/loadavg: 2.16 2.23 2.15 3/181 6543
/proc/meminfo: memFree=2978744/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=13524548 CPUtime=1722.03 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 3322270 0 0 0 171679 524 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140733242481288 13807508 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6500/statm: 3381137 3322577 849 2943 0 3378031 0
[pid=6500/tid=6501] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 13524548

[startup+1782.3 s]
/proc/loadavg: 2.47 2.30 2.17 3/182 6547
/proc/meminfo: memFree=2978260/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=13524548 CPUtime=1782.02 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 3322270 0 0 0 177675 527 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140733242481208 12459037 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6500/statm: 3381137 3322577 849 2943 0 3378031 0
[pid=6500/tid=6501] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 13524548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.34 2.28 2.17 3/182 6547
/proc/meminfo: memFree=2978440/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=13524548 CPUtime=1800.01 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4202496 3322270 0 0 0 179473 528 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140733242481288 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6500/statm: 3381137 3322577 849 2943 0 3378031 0
[pid=6500/tid=6501] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6501/stat : 6501 (toysat) S 6496 6500 6451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403898559728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6500/tid=6502] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6502/stat : 6502 (toysat) S 6496 6500 6451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403888069872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6500/tid=6503] ppid=6496 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/6500/task/6503/stat : 6503 (toysat) S 6496 6500 6451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3691324 13849137152 3322577 33554432000 4194304 16246674 140733242482112 140403877596336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 13524548

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

[startup+1800.81 s]
/proc/loadavg: 2.34 2.28 2.17 3/177 6547
/proc/meminfo: memFree=17820036/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=0 CPUtime=1800.52 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4203524 3322270 0 0 0 179474 578 0 0 20 0 1 0 3691324 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6500/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 0

[startup+1801 s]
/proc/loadavg: 2.34 2.28 2.17 3/177 6547
/proc/meminfo: memFree=17820036/32872528 swapFree=1298332/1461852
[pid=6500] ppid=6496 vsize=0 CPUtime=1800.72 cores=0,2,4,6
/proc/6500/stat : 6500 (toysat) R 6496 6500 6451 0 -1 4203524 3322270 0 0 0 179474 598 0 0 20 0 1 0 3691324 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6500/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.03
CPU time (s): 1800.75
CPU user time (s): 1794.74
CPU system time (s): 6.00609
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 13524548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.74
system time used= 6.00609
maximum resident set size= 13290308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3322270
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= 55
involuntary context switches= 1897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.65614 second user time and 7.37388 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 02:30:53
IDJOB=4093275
IDBENCH=79526
IDSOLVER=2553
FILE ID=node121/4093275-1467246653
RUNJOBID= node121-1467246653-6467
PBS_JOBID= 20004469
Free space on /tmp= 71696 MiB

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

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

MD5SUM BENCH= eea9483bb210b3ae31db150f2467fbf7
RANDOM SEED=575280352

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
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:        29086220 kB
Buffers:           52680 kB
Cached:          1543712 kB
SwapCached:            0 kB
Active:           172052 kB
Inactive:        1438476 kB
Active(anon):      17096 kB
Inactive(anon):        4 kB
Active(file):     154956 kB
Inactive(file):  1438472 kB
Unevictable:     1461852 kB
Mlocked:         1298332 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             32608 kB
Writeback:             0 kB
AnonPages:       1475896 kB
Mapped:            13168 kB
Shmem:               204 kB
Slab:             581068 kB
SReclaimable:      25888 kB
SUnreclaim:       555180 kB
KernelStack:        1328 kB
PageTables:         7176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1553452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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 node121 at 2016-06-30 03:00:55