Trace number 4093290

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.07 1800.61

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-capmp4_wcsp.wbo
MD5SUMab64898f14726c00b5b326809073dd57
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables40400
Total number of constraints80600
Number of soft constraints80200
Number of constraints which are clauses80200
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint200
Top cost 84696307
Min constraint cost 1
Max constraint cost 84696307
Sum of constraints costs 3388448953050
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 201
Number of bits of the biggest sum of numbers8
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.25	c 2016-06-30T03:00:58+0200
0.00/0.25	c version = 0.5.0
0.00/0.25	c githash = 1a49202
0.00/0.25	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.25	c arch = x86_64
0.00/0.25	c os = linux
0.00/0.25	c compiler = ghc 7.10
0.00/0.25	c packages:
0.00/0.25	c   OptDir-0.0.3
0.00/0.25	c   array-0.5.1.0
0.00/0.25	c   base-4.8.2.0
0.00/0.25	c   bytestring-0.10.6.0
0.00/0.25	c   bytestring-builder-0.10.6.0.0
0.00/0.25	c   clock-0.7.2
0.00/0.25	c   containers-0.5.6.2
0.00/0.25	c   data-default-0.5.3
0.00/0.25	c   data-default-class-0.0.1
0.00/0.25	c   data-interval-1.2.0
0.00/0.25	c   deepseq-1.4.1.1
0.00/0.25	c   directory-1.2.2.0
0.00/0.25	c   exceptions-0.8.2.1
0.00/0.25	c   extended-reals-0.2.1.0
0.00/0.25	c   filepath-1.4.0.0
0.00/0.25	c   finite-field-0.8.0
0.00/0.25	c   hashable-1.2.4.0
0.00/0.25	c   heaps-0.3.3
0.00/0.25	c   intern-0.9.1.4
0.00/0.25	c   loop-0.3.0
0.00/0.25	c   mtl-2.2.1
0.00/0.25	c   multiset-0.3.2
0.00/0.25	c   mwc-random-0.13.3.2
0.00/0.25	c   parse_dimacs-1.3
0.00/0.25	c   parsec-3.1.9
0.00/0.25	c   prettyclass-1.0.0.0
0.00/0.25	c   primes-0.2.1.0
0.00/0.25	c   primitive-0.6.1.0
0.00/0.25	c   process-1.2.3.0
0.00/0.25	c   pseudo-boolean-0.1.3.0
0.00/0.26	c   queue-0.1.2
0.00/0.26	c   semigroups-0.18.1
0.00/0.26	c   sign-0.4.3
0.00/0.26	c   stm-2.4.4.1
0.00/0.26	c   template-haskell-2.10.0.0
0.00/0.26	c   temporary-1.2.0.4
0.00/0.26	c   time-1.5.0.1
0.00/0.26	c   transformers-0.4.2.0
0.00/0.26	c   transformers-compat-0.5.1.4
0.00/0.26	c   type-level-numbers-0.1.1.1
0.00/0.26	c   unbounded-delays-0.1.0.9
0.00/0.26	c   unordered-containers-0.2.6.0
0.00/0.26	c   vector-0.11.0.0
0.00/0.26	c   vector-space-0.10.3
0.00/0.26	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4093290-1467248448.wbo"]
0.00/0.26	c use --random-gen="1244148135 3847867455 1312608675 3534920088 967657206 912385220 498463972 1438507375 1609720429 3688908188 321188816 532332500 4109359538 3194049654 2903960664 3877795087 302300697 624271271 3616943633 1348385195 1000129765 2852311770 1061075287 1710801332 1138667777 1576228315 3213090454 936059206 4033129759 2507042802 854553912 1918414845 503380674 3294679026 3974404458 4184327820 2279021966 1928711924 2351821666 3628787238 1933903595 3173554365 3851107267 2978957479 1011949800 1903703947 3142446513 2175181810 654922702 4206348346 494832142 2474668891 2239153867 2519665216 2829206310 886690510 1335070346 3079516956 3091595580 2480082181 1038916968 863927157 1509600398 2430072164 3681485916 1624898776 1489573302 2397844372 938970255 788403087 163261676 3071089139 2532182666 2758650851 187114541 1605400389 815088080 2259648783 583487969 2851423315 1049642020 1683808734 3074736149 3285754708 2375379126 1919304874 3920946696 378214972 3882827847 681946985 301617040 1832376089 2156879672 2512723491 2839971140 155965073 2331082660 4278194309 1520845208 1110886288 843323459 3187829749 2678463871 2725703854 1699092589 562526360 218982602 981354473 2063915441 941094502 2980638202 2410447463 960643951 234821777 3671602298 2631414545 410147505 3707492315 3060134669 1439346987 3532521360 172154200 830912678 1364872016 3931153452 2423332105 3135859814 4265613692 3372456265 412932315 1680793710 556857146 3641448473 1956341232 3309460546 3105280541 2377690979 1163036242 2709154307 4277493142 707391970 1505601898 3843906087 3921592474 3737978797 885544388 3478831922 2564418847 1596077348 110559999 1504828906 3568957259 1393632062 770604081 1434227938 193275762 4006945168 3877761402 673375608 1486910375 1005719496 320327247 1375050103 1177154384 4104388255 2513992660 1140256309 1140746913 593209439 823905030 952010927 2622882495 2203118554 115444045 932403855 3380388108 3183035728 3776959811 2838760828 2059282069 747534147 488881911 2985828156 3544378535 3950375328 4197814310 952315161 953807274 1980241359 2313363700 3870411302 3360370637 2123075491 389659148 1927504798 616457451 2590394831 3432304479 1855194274 248370566 3020375721 2094559171 3598948282 2903729112 463392642 2645527826 4260750213 3378126082 403038962 4220966171 2230538829 1339819448 222796417 3572284229 1352221834 802795844 3406283693 697358526 1566893218 3950148989 192117540 230497212 1821486308 4216364847 2025718715 2510027755 1006231943 750061665 3114177143 3551383947 3392439406 1028144825 261176222 3091164540 2262308280 7182665 4104335188 4053904760 3285908959 197230176 3049031400 330097859 4080501186 792962049 3638541931 825039545 4264271692 4197567651 3197100550 1932792179 2633977271 3074134762 3395658837 1876359850 429934944 207951960 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-4093290-1467248448/watcher-4093290-1467248448 -o /tmp/evaluation-result-4093290-1467248448/solver-4093290-1467248448 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1467246645-7751 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093290-1467248448.wbo 

pid=7912
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.58 2.43 2.11 3/173 7916
/proc/meminfo: memFree=29772384/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/7916/stat : 7916 (runsolver) D 7912 7916 7734 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 5802608 24911872 151 33554432000 4194304 4338465 140735782381632 140735782379272 259112389815 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/7916/statm: 6082 151 105 36 0 2655 0

[startup+0.100153 s]
/proc/loadavg: 2.58 2.43 2.11 3/173 7916
/proc/meminfo: memFree=29772384/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/7916/stat : 7916 (runsolver) D 7912 7916 7734 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 5802608 24911872 151 33554432000 4194304 4338465 140735782381632 140735782379272 259112389815 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/7916/statm: 6082 151 105 36 0 2655 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24328

[startup+0.200313 s]
/proc/loadavg: 2.58 2.43 2.11 3/173 7916
/proc/meminfo: memFree=29772384/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/7916/stat : 7916 (runsolver) D 7912 7916 7734 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 5802608 24911872 151 33554432000 4194304 4338465 140735782381632 140735782379272 259112389815 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/7916/statm: 6082 151 105 36 0 2655 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24328

[startup+0.300205 s]
/proc/loadavg: 2.58 2.43 2.11 3/173 7916
/proc/meminfo: memFree=29772384/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1220164 CPUtime=0.04 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 17827 0 0 0 2 2 0 0 20 0 4 0 5802608 1249447936 18127 33554432000 4194304 16246674 140734650657040 140734650656352 14072522 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 305041 18127 801 2943 0 301935 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1220164

[startup+0.700338 s]
/proc/loadavg: 2.58 2.43 2.11 3/173 7916
/proc/meminfo: memFree=29772384/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1313348 CPUtime=0.44 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 61267 0 0 0 35 9 0 0 20 0 4 0 5802608 1344868352 62078 33554432000 4194304 16246674 140734650657040 140734650640032 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 328337 62078 802 2943 0 325231 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 1313348

[startup+1.50042 s]
/proc/loadavg: 2.53 2.42 2.11 3/184 7927
/proc/meminfo: memFree=28894912/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1313348 CPUtime=1.24 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 182698 0 0 0 98 26 0 0 20 0 4 0 5802608 1344868352 183509 33554432000 4194304 16246674 140734650657040 140734650640032 12459121 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 328337 183519 829 2943 0 325231 0
[pid=7916/tid=7922] ppid=7912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1344868352 183523 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1344868352 183530 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1344868352 183534 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1313348

[startup+3.10034 s]
/proc/loadavg: 2.53 2.42 2.11 3/184 7927
/proc/meminfo: memFree=27598492/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1323588 CPUtime=2.84 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 271513 0 0 0 247 37 0 0 20 0 4 0 5802608 1355354112 272324 33554432000 4194304 16246674 140734650657040 140734650656352 4220807 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 330897 272324 833 2943 0 327791 0
[pid=7916/tid=7922] ppid=7912 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1355354112 272324 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1355354112 272324 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1355354112 272324 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1323588

[startup+6.30032 s]
/proc/loadavg: 2.53 2.42 2.11 4/185 7950
/proc/meminfo: memFree=27513732/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=6.03 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281506 0 0 0 563 40 0 0 20 0 4 0 5802608 1396248576 282317 33554432000 4194304 16246674 140734650657040 140734650638912 13774072 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282317 841 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1363524

[startup+12.7004 s]
/proc/loadavg: 2.45 2.41 2.11 3/184 7950
/proc/meminfo: memFree=27514492/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=12.44 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281506 0 0 0 1203 41 0 0 20 0 4 0 5802608 1396248576 282317 33554432000 4194304 16246674 140734650657040 140734650638912 6132467 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282317 841 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1363524

[startup+25.5004 s]
/proc/loadavg: 2.38 2.39 2.10 3/185 7951
/proc/meminfo: memFree=27516376/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=25.24 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281506 0 0 0 2483 41 0 0 20 0 4 0 5802608 1396248576 282317 33554432000 4194304 16246674 140734650657040 140734650638912 13807508 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282317 841 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 1363524

[startup+51.1004 s]
/proc/loadavg: 2.37 2.39 2.11 3/186 7952
/proc/meminfo: memFree=27516784/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=50.83 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281506 0 0 0 5042 41 0 0 20 0 4 0 5802608 1396248576 282317 33554432000 4194304 16246674 140734650657040 140734650638912 13807742 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282317 841 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1363524

[startup+102.3 s]
/proc/loadavg: 2.21 2.34 2.10 3/184 7952
/proc/meminfo: memFree=27516300/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=102.03 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281506 0 0 0 10162 41 0 0 20 0 4 0 5802608 1396248576 282317 33554432000 4194304 16246674 140734650657040 140734650638912 13809224 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282317 841 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 1363524

[startup+162.3 s]
/proc/loadavg: 2.16 2.30 2.10 3/184 7953
/proc/meminfo: memFree=27516560/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=162.01 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281506 0 0 0 16160 41 0 0 20 0 4 0 5802608 1396248576 282317 33554432000 4194304 16246674 140734650657040 140734650638912 13809352 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282317 841 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 1363524

[startup+222.307 s]
/proc/loadavg: 2.25 2.31 2.11 3/184 7954
/proc/meminfo: memFree=27516864/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=222.01 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281506 0 0 0 22160 41 0 0 20 0 4 0 5802608 1396248576 282317 33554432000 4194304 16246674 140734650657040 140734650638912 6132467 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282317 841 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282317 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 222.01
Current children cumulated vsize (KiB) 1363524


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

/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 1363524

[startup+1302.3 s]
/proc/loadavg: 2.31 2.28 2.19 3/184 7982
/proc/meminfo: memFree=27513760/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=1301.84 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281513 0 0 0 130141 43 0 0 20 0 4 0 5802608 1396248576 282322 33554432000 4194304 16246674 140734650657040 140734650638912 13807738 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282322 843 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 1363524

[startup+1362.3 s]
/proc/loadavg: 2.22 2.26 2.19 3/184 7983
/proc/meminfo: memFree=27514008/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=1361.83 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281514 0 0 0 136140 43 0 0 20 0 4 0 5802608 1396248576 282322 33554432000 4194304 16246674 140734650657040 140734650638912 13809364 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282322 843 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 1363524

[startup+1422.3 s]
/proc/loadavg: 2.25 2.27 2.19 3/184 7984
/proc/meminfo: memFree=27513912/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=1421.82 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281514 0 0 0 142139 43 0 0 20 0 4 0 5802608 1396248576 282322 33554432000 4194304 16246674 140734650657040 140734650638912 13807608 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282322 843 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 1363524

[startup+1482.3 s]
/proc/loadavg: 2.20 2.25 2.18 3/184 7985
/proc/meminfo: memFree=27513932/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=1481.8 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281514 0 0 0 148137 43 0 0 20 0 4 0 5802608 1396248576 282322 33554432000 4194304 16246674 140734650657040 140734650638912 13774216 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282322 843 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 1363524

[startup+1542.31 s]
/proc/loadavg: 2.36 2.28 2.19 3/184 7987
/proc/meminfo: memFree=27513816/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=1541.81 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281514 0 0 0 154137 44 0 0 20 0 4 0 5802608 1396248576 282322 33554432000 4194304 16246674 140734650657040 140734650638912 13807598 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282322 843 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 1363524

[startup+1602.3 s]
/proc/loadavg: 2.25 2.25 2.19 3/184 7988
/proc/meminfo: memFree=27514152/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=1601.79 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281516 0 0 0 160135 44 0 0 20 0 4 0 5802608 1396248576 282322 33554432000 4194304 16246674 140734650657040 140734650638912 6132640 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282322 843 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 1363524

[startup+1662.3 s]
/proc/loadavg: 2.47 2.31 2.21 3/184 8193
/proc/meminfo: memFree=27500712/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=1661.77 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281519 0 0 0 166129 48 0 0 20 0 4 0 5802608 1396248576 282322 33554432000 4194304 16246674 140734650657040 140734650638912 13809400 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282322 843 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 1363524

[startup+1722.3 s]
/proc/loadavg: 2.27 2.28 2.20 3/183 8194
/proc/meminfo: memFree=27499924/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=1721.77 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281521 0 0 0 172128 49 0 0 20 0 4 0 5802608 1396248576 282322 33554432000 4194304 16246674 140734650657040 140734650638912 13807457 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282322 843 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 1363524

[startup+1782.3 s]
/proc/loadavg: 2.22 2.27 2.20 3/184 8198
/proc/meminfo: memFree=27500292/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=1781.76 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281521 0 0 0 178127 49 0 0 20 0 4 0 5802608 1396248576 282322 33554432000 4194304 16246674 140734650657040 140734650638912 13809364 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282322 843 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 1363524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.24 2.27 2.20 3/184 8198
/proc/meminfo: memFree=27500156/32872528 swapFree=1497828/1644996
[pid=7916] ppid=7912 vsize=1363524 CPUtime=1800.05 cores=1,3,5,7
/proc/7916/stat : 7916 (toysat) R 7912 7916 7734 0 -1 4202496 281521 0 0 0 179956 49 0 0 20 0 4 0 5802608 1396248576 282322 33554432000 4194304 16246674 140734650657040 140734650638912 6132605 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 24 0 0
/proc/7916/statm: 340881 282322 843 2943 0 337775 0
[pid=7916/tid=7922] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7922/stat : 7922 (toysat) S 7912 7916 7734 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662970232048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=7916/tid=7923] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7923/stat : 7923 (toysat) S 7912 7916 7734 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662959742192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7916/tid=7925] ppid=7912 vsize=1363524 CPUtime=0 cores=1,3,5,7
/proc/7916/task/7925/stat : 7925 (toysat) S 7912 7916 7734 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5802633 1396248576 282322 33554432000 4194304 16246674 140734650657040 140662949268656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1363524

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.61
CPU time (s): 1800.07
CPU user time (s): 1799.57
CPU system time (s): 0.497924
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 1363524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.497924
maximum resident set size= 1129288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281521
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= 33
involuntary context switches= 2159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.66429 second user time and 7.2519 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-30 03:00:56
IDJOB=4093290
IDBENCH=79530
IDSOLVER=2553
FILE ID=node124/4093290-1467248448
RUNJOBID= node124-1467246645-7751
PBS_JOBID= 20004467
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= ab64898f14726c00b5b326809073dd57
RANDOM SEED=1245111583

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.062
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.062
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:        29773176 kB
Buffers:           97468 kB
Cached:           598044 kB
SwapCached:            0 kB
Active:           134632 kB
Inactive:         576884 kB
Active(anon):       6304 kB
Inactive(anon):    12116 kB
Active(file):     128328 kB
Inactive(file):   564768 kB
Unevictable:     1644996 kB
Mlocked:         1497828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             38344 kB
Writeback:             0 kB
AnonPages:       1660888 kB
Mapped:            13900 kB
Shmem:               204 kB
Slab:             608552 kB
SReclaimable:      52372 kB
SUnreclaim:       556180 kB
KernelStack:        1400 kB
PageTables:         7220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1745856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 71688 MiB
End job on node124 at 2016-06-30 03:30:59