Trace number 4093142

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar7-sub3_wcsp.wbo
MD5SUMd6c23c2e453f33e41c20e3f242d7394d
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 variables776
Total number of constraints326836
Number of soft constraints326818
Number of constraints which are clauses326818
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 45857915
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 23120752168
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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-16T21:36:57+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-4093142-1466105817.wbo"]
0.00/0.01	c use --random-gen="1492728265 2011722461 341465326 1602960233 3546049617 511541430 1846818173 3997392343 788524122 3577251202 2791487405 2700352129 4063622701 1847253135 3572690813 3753914457 312351371 33424944 2463535654 3516136124 4094182926 1755754171 3690570549 2077773952 1539217825 2067171763 1630522230 3391998192 3840839669 1692760347 1025561529 1225876400 4112607007 3007801309 2408406398 1237725693 1720790345 1518074131 982546464 600510833 1163900592 2347863781 3908694375 2526738219 704806904 2629092357 3433652281 1020998464 2352991571 2099810594 3932461362 2736363651 2361326053 92161288 4203107945 4148009400 1020998926 3237146595 1050211314 855355470 1838102633 1328957666 1842649023 193181379 1020540983 3385577972 2293246888 1447010811 1216843901 1315365500 3463175626 4001435283 3837509599 2089191191 2407509875 15709086 1623469244 4066016599 2428780122 2865481236 2908490100 3446910324 310905237 3611978627 1739268977 3237424879 968794533 1134043010 3189766685 951287837 1658834794 2665045437 1311997182 2718814635 2256654510 3842514625 3144474344 2165976898 3807599928 1608131708 532501439 1801918612 1138091533 3398977888 817762062 3986527301 169135896 4050310957 2128017931 1768181010 3638269980 712358711 459265028 2056487599 1292360699 3643971053 3576428316 3253551907 4219460553 4238140163 1409329517 3722396460 2594015346 2964570093 3483146931 3508058251 3686133198 4255594944 3101957943 465732350 1915852098 152156343 3999285020 3112462381 2862027082 2558657524 1787932440 3143796471 3751031138 4039392964 4275996809 2830277410 296862061 2069342559 853029746 76652200 1213663958 3927855680 3488701305 2699311604 3653463848 4160343863 1960238545 2916990186 3485670722 142256760 781717302 546321610 1210281379 2858486628 1752032615 444755658 2918044480 828908093 144124276 3827530996 1444453317 3160942239 4106617863 774169396 265898107 1147472230 535483093 3526771166 2852578085 1668123112 3127626300 2246174974 1458619708 2703597302 1564567948 1934303439 353201775 3898720404 2771844151 2106929331 905086136 809055901 456695024 3198570639 284335914 2602274806 2964465977 4255182094 1408433401 1466812641 3058720481 73962709 691635621 1240514785 938431267 1976821681 3586469788 82379806 1471929315 149147889 1005745570 980416501 2564776012 1505776840 4102388203 3392917420 3103741340 3246615356 2535973939 1739606457 4192681626 1923170298 2156614476 4266066467 3461921305 3269832264 2794161275 1829277734 2570193052 3496801045 3570472319 1812823246 3296029615 451030141 680278471 3509813944 1225326516 1780032219 3429301778 2192710576 3672365453 3032826364 1571857108 40891012 1293133685 902530355 124388120 3658001757 3069920289 1905685326 2391896987 3603001314 3991398299 2910898011 562505964 213433549 2849656565 1689906484 1079182884 3801244145 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-4093142-1466105817/watcher-4093142-1466105817 -o /tmp/evaluation-result-4093142-1466105817/solver-4093142-1466105817 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466104016-18188 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093142-1466105817.wbo 

pid=18360
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: 2.10 2.06 1.95 3/179 18363
/proc/meminfo: memFree=31268596/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=783804 CPUtime=0 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 2936 0 0 0 0 0 0 0 20 0 4 0 12627363 802615296 3296 33554432000 4194304 16246674 140734975636704 140734975636128 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 196463 3306 441 2943 0 193357 0
[pid=18363/tid=18364] ppid=18360 vsize=802236 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 821489664 3367 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=806332 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 825683968 3384 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=811452 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 830926848 3404 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 2.10 2.06 1.95 3/179 18363
/proc/meminfo: memFree=31268596/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 27185 0 0 0 5 4 0 0 20 0 4 0 12627363 1250496512 27485 33554432000 4194304 16246674 140734975636704 140734975636016 4223718 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 305297 27485 801 2943 0 302191 0
[pid=18363/tid=18364] ppid=18360 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 1250496512 27485 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 1250496512 27485 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 1250496512 27485 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200518 s]
/proc/loadavg: 2.10 2.06 1.95 3/179 18363
/proc/meminfo: memFree=31268596/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=1309252 CPUtime=0.19 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 48476 0 0 0 13 6 0 0 20 0 4 0 12627363 1340674048 49288 33554432000 4194304 16246674 140734975636704 140734975636016 4223718 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 327313 49293 801 2943 0 324207 0
[pid=18363/tid=18364] ppid=18360 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 1340674048 49297 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 1340674048 49302 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 1340674048 49306 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1309252

[startup+0.300471 s]
/proc/loadavg: 2.10 2.06 1.95 3/179 18363
/proc/meminfo: memFree=31268596/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 59509 0 0 0 22 7 0 0 20 0 4 0 12627363 1345916928 60320 33554432000 4194304 16246674 140734975636704 140734975636016 4206604 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 328593 60320 801 2943 0 325487 0
[pid=18363/tid=18364] ppid=18360 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 1345916928 60320 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 1345916928 60320 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 1345916928 60320 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700409 s]
/proc/loadavg: 2.10 2.06 1.95 3/179 18363
/proc/meminfo: memFree=31268596/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 73906 0 0 0 59 10 0 0 20 0 4 0 12627363 1345916928 74717 33554432000 4194304 16246674 140734975636704 140734975636016 4223721 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 328593 74717 801 2943 0 325487 0
[pid=18363/tid=18364] ppid=18360 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 1345916928 74717 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 1345916928 74717 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 1345916928 74717 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.50041 s]
/proc/loadavg: 2.10 2.06 1.95 4/183 18367
/proc/meminfo: memFree=30721672/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=1314372 CPUtime=1.49 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 87913 0 0 0 137 12 0 0 20 0 4 0 12627363 1345916928 88724 33554432000 4194304 16246674 140734975636704 140734975619696 8058488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 328593 88724 803 2943 0 325487 0
[pid=18363/tid=18364] ppid=18360 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 1345916928 88724 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 1345916928 88724 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 1345916928 88724 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10041 s]
/proc/loadavg: 2.09 2.06 1.95 4/183 18367
/proc/meminfo: memFree=30566176/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=1314372 CPUtime=3.09 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 103685 0 0 0 295 14 0 0 20 0 4 0 12627363 1345916928 104496 33554432000 4194304 16246674 140734975636704 140734975635880 6940561 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 328593 104496 835 2943 0 325487 0
[pid=18363/tid=18364] ppid=18360 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 1345916928 104496 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 1345916928 104496 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 1345916928 104496 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1314372

[startup+6.30041 s]
/proc/loadavg: 2.09 2.06 1.95 4/183 18367
/proc/meminfo: memFree=29064568/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=1391172 CPUtime=6.29 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 288418 0 0 0 589 40 0 0 20 0 4 0 12627363 1424560128 289229 33554432000 4194304 16246674 140734975636704 140734975618624 12459046 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 347793 289229 839 2943 0 344687 0
[pid=18363/tid=18364] ppid=18360 vsize=1391172 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 1424560128 289229 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=1391172 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 1424560128 289229 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=1391172 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 1424560128 289229 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1391172

[startup+12.7004 s]
/proc/loadavg: 2.08 2.06 1.95 4/183 18367
/proc/meminfo: memFree=28794560/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=1527364 CPUtime=12.69 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 322472 0 0 0 1225 44 0 0 20 0 4 0 12627363 1564020736 323283 33554432000 4194304 16246674 140734975636704 140734975618624 12652957 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 381841 323283 845 2943 0 378735 0
[pid=18363/tid=18364] ppid=18360 vsize=1527364 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 1564020736 323283 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=1527364 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 1564020736 323283 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=1527364 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 1564020736 323283 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1527364

[startup+25.5005 s]
/proc/loadavg: 2.06 2.06 1.95 4/183 18367
/proc/meminfo: memFree=28795672/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=1527364 CPUtime=25.48 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 322472 0 0 0 2504 44 0 0 20 0 4 0 12627363 1564020736 323283 33554432000 4194304 16246674 140734975636704 140734975618624 12653056 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 381841 323283 845 2943 0 378735 0
[pid=18363/tid=18364] ppid=18360 vsize=1527364 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 1564020736 323283 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=1527364 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 1564020736 323283 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=1527364 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 1564020736 323283 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1527364

[startup+51.1005 s]
/proc/loadavg: 2.04 2.05 1.95 5/183 18367
/proc/meminfo: memFree=26374516/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=2735684 CPUtime=51.08 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 624552 0 0 0 5023 85 0 0 20 0 4 0 12627363 2801340416 625363 33554432000 4194304 16246674 140734975636704 140734975635880 4220815 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 683921 625363 845 2943 0 680815 0
[pid=18363/tid=18364] ppid=18360 vsize=2735684 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 2801340416 625363 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=2735684 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 2801340416 625363 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=2735684 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 2801340416 625363 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2735684

[startup+102.3 s]
/proc/loadavg: 2.05 2.05 1.96 4/184 18369
/proc/meminfo: memFree=24364752/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=3828292 CPUtime=102.28 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 898472 0 0 0 10098 130 0 0 20 0 4 0 12627363 3920171008 898515 33554432000 4194304 16246674 140734975636704 140734975634496 4221019 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 957073 898515 845 2943 0 953967 0
[pid=18363/tid=18364] ppid=18360 vsize=3828292 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 3920171008 898515 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=3828292 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 3920171008 898515 33554432000 4194304 16246674 140734975636704 140564530961424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=3828292 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 3920171008 898515 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3828292


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

[pid=18363] ppid=18360 vsize=11594308 CPUtime=1362.08 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 2952107 0 0 0 135711 497 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140734975618624 13807457 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 2898577 2840022 845 2943 0 2895471 0
[pid=18363/tid=18364] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 11594308

[startup+1422.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/184 18405
/proc/meminfo: memFree=8715564/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=11594308 CPUtime=1422.07 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 2952107 0 0 0 141710 497 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140734975618624 13807608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 2898577 2840022 845 2943 0 2895471 0
[pid=18363/tid=18364] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 11594308

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/184 18429
/proc/meminfo: memFree=8715576/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=11594308 CPUtime=1482.06 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 2952107 0 0 0 147709 497 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140734975618624 6132648 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 2898577 2840022 845 2943 0 2895471 0
[pid=18363/tid=18364] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 11594308

[startup+1542.31 s]
/proc/loadavg: 2.04 2.04 2.00 4/183 18430
/proc/meminfo: memFree=8715604/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=11594308 CPUtime=1542.05 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 2952107 0 0 0 153708 497 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140734975618624 13817016 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 2898577 2840022 845 2943 0 2895471 0
[pid=18363/tid=18364] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 11594308

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 18431
/proc/meminfo: memFree=8715884/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=11594308 CPUtime=1602.03 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 2952107 0 0 0 159706 497 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140734975618624 13817016 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 2898577 2840022 845 2943 0 2895471 0
[pid=18363/tid=18364] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 11594308

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 18433
/proc/meminfo: memFree=8715740/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=11594308 CPUtime=1662.03 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 2952107 0 0 0 165705 498 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140734975618624 6132584 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 2898577 2840022 845 2943 0 2895471 0
[pid=18363/tid=18364] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 11594308

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 18435
/proc/meminfo: memFree=8716024/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=11594308 CPUtime=1722.02 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 2952107 0 0 0 171704 498 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140734975618624 13807601 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 2898577 2840022 845 2943 0 2895471 0
[pid=18363/tid=18364] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 11594308

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 4/183 18436
/proc/meminfo: memFree=8715308/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=11594308 CPUtime=1782.01 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 2952107 0 0 0 177703 498 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140734975618624 6132671 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 2898577 2840022 845 2943 0 2895471 0
[pid=18363/tid=18364] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 11594308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 18436
/proc/meminfo: memFree=8715524/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=11594308 CPUtime=1800.01 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) R 18360 18363 17565 0 -1 4202496 2952107 0 0 0 179503 498 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140734975618624 13774013 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 2898577 2840022 845 2943 0 2895471 0
[pid=18363/tid=18364] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) S 18360 18363 17565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564541451504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18363/tid=18365] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18365/stat : 18365 (toysat) S 18360 18363 17565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564530961648 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18363/tid=18366] ppid=18360 vsize=11594308 CPUtime=0 cores=0,2,4,6
/proc/18363/task/18366/stat : 18366 (toysat) S 18360 18363 17565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12627363 11872571392 2840022 33554432000 4194304 16246674 140734975636704 140564414590128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 11594308

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

[startup+1800.81 s]
/proc/loadavg: 2.03 2.02 2.00 5/176 18436
/proc/meminfo: memFree=25958420/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=0 CPUtime=1800.51 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) Z 18360 18363 17565 0 -1 4203532 2952107 0 0 0 179503 548 0 0 20 0 2 0 12627363 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 0 0 0 0 0 0 0
[pid=18363/tid=18364] ppid=18360 vsize=0 CPUtime=0.49 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) R 18360 18363 17565 0 -1 4203588 10 0 0 0 0 49 0 0 20 0 2 0 12627363 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 0

[startup+1801 s]
/proc/loadavg: 2.03 2.02 2.00 5/176 18436
/proc/meminfo: memFree=25958420/32872528 swapFree=532956/565660
[pid=18363] ppid=18360 vsize=0 CPUtime=1800.71 cores=0,2,4,6
/proc/18363/stat : 18363 (toysat) Z 18360 18363 17565 0 -1 4203532 2952107 0 0 0 179503 568 0 0 20 0 2 0 12627363 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18363/statm: 0 0 0 0 0 0 0
[pid=18363/tid=18364] ppid=18360 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/18363/task/18364/stat : 18364 (toysat) R 18360 18363 17565 0 -1 4203588 10 0 0 0 0 68 0 0 20 0 2 0 12627363 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.04
CPU time (s): 1800.75
CPU user time (s): 1795.04
CPU system time (s): 5.71613
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 11594308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.04
system time used= 5.71613
maximum resident set size= 11360088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2952107
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= 438
involuntary context switches= 1855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.5197 second user time and 11.6882 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-16 21:36:57
IDJOB=4093142
IDBENCH=79553
IDSOLVER=2553
FILE ID=node138/4093142-1466105817
RUNJOBID= node138-1466104016-18188
PBS_JOBID= 19904048
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar7-sub3_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093142-1466105817/watcher-4093142-1466105817 -o /tmp/evaluation-result-4093142-1466105817/solver-4093142-1466105817 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466104016-18188 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093142-1466105817.wbo

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

MD5SUM BENCH= d6c23c2e453f33e41c20e3f242d7394d
RANDOM SEED=592316858

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31279804 kB
Buffers:           57340 kB
Cached:           164560 kB
SwapCached:         1380 kB
Active:           219672 kB
Inactive:         101672 kB
Active(anon):     100224 kB
Inactive(anon):     1664 kB
Active(file):     119448 kB
Inactive(file):   100008 kB
Unevictable:      565660 kB
Mlocked:          532956 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:             52012 kB
Writeback:             0 kB
AnonPages:        792836 kB
Mapped:             9924 kB
Shmem:                 0 kB
Slab:             570292 kB
SReclaimable:      14372 kB
SUnreclaim:       555920 kB
KernelStack:        1520 kB
PageTables:         7384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1697332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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 node138 at 2016-06-16 22:06:58