Trace number 4110526

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.97 1801.25

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap51_wcsp.wbo
MD5SUM6884eb16d9ca5647137a605a0e2a2e0d
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark13399398
Best CPU time to get the best result obtained on this benchmark1800.06
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 57243026
Min constraint cost 1
Max constraint cost 57243026
Sum of constraints costs 46149905826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-19T16:08:35+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-4110526-1466345315.wbo"]
0.00/0.01	c use --random-gen="4075257931 1656336563 1010453879 292135787 3772744790 3032319041 1865440970 1258266949 1945706740 2383059435 4137578664 2428585118 2357162445 3732757281 4169535110 2833990738 30908037 3452396974 1598857062 2789257649 3012231412 2836907379 2641778277 918204434 4097747380 3296532338 683870547 1132489644 3549099122 3385134345 376434801 327804360 2393026639 25739 1196693757 1753584354 3952493811 2639824425 522930347 2167544392 3905073149 877212279 1415954129 963787137 1223491915 933681809 3284174428 1466536868 3915709288 4031319037 2821968372 3030626947 414826832 448105455 618062922 938216704 3823916999 3250440928 3862121815 3906547060 1889892664 1404163651 646187803 3816574002 1298893910 2279963570 1996208811 1958252053 2366590437 1542556758 814198390 946993934 1783001790 3497157659 245673614 13247794 2998677638 1182920671 3254030197 1854851630 3235068376 3963330989 756459202 4109742967 517163354 3040255846 440151560 1532660125 546359785 1394222226 3240536954 436758950 1353009695 3453583950 2886575178 3119390888 2225963768 1172033121 813583135 3793299862 2897164498 147208564 2947929847 4066229161 1614831479 3849253546 1579924649 3053272942 2104419203 291797668 2456449150 2844521678 2700814806 1484971777 681855247 1038011909 3612626699 3810536978 2144665850 559700788 3255286275 2976205411 2318779922 3119089557 3170514656 3328394112 2013795882 807949269 211772077 3785031075 2213843028 1053586896 2957114455 3623381623 4065626008 4248466477 3529474179 2757232435 3068843485 2866149502 2497354717 1006381711 3005269547 2841391850 1937072083 987885072 3116317685 3556543017 471915622 241604225 3565890378 312911178 3579971401 969522401 3682633289 762422371 1124375777 3842946058 6322648 3197900389 3047626946 3289005181 1314387144 4132369818 3319693568 4205580862 1117608699 4064280960 1504267326 4079778510 2364335816 2516325600 378104141 2504809471 1885007845 1205388176 628544549 2997546778 4099414 1720687177 1904269837 77396671 840776691 3313528171 1790349432 375333593 2743325350 655484073 2568782548 3355620790 1001392763 3956579034 2508582366 1362729859 3788310377 529067950 1786478346 3742928594 831820020 1622611812 1947413843 2647420328 4248449816 1327910617 3063147955 1324954628 1638200929 2563944275 3671993425 1567983138 3705865892 3541872145 1017138539 3669711099 2683767841 3575789791 3165747861 2780185858 192000614 1046456917 621676618 2345261755 3917244310 386209107 2136128185 3274637277 1832057593 3407884547 3383661981 2883869818 3195770675 3174430189 3528565870 134735315 2180026165 1406414344 3709300788 4288792258 2428687014 3972238479 4019290668 684476166 3313336051 4042753678 313012791 4152709270 3136477375 1343042029 2553251142 416699768 2319860325 3013336297 2068859394 1299553882 1483813287 874320670 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-4110526-1466345315/watcher-4110526-1466345315 -o /tmp/evaluation-result-4110526-1466345315/solver-4110526-1466345315 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466341823-29123 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110526-1466345315.wbo 

pid=32529
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.05 2.06 2.01 3/179 32532
/proc/meminfo: memFree=29586580/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=761412 CPUtime=0 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 2847 0 0 0 0 0 0 0 20 0 4 0 36580427 779685888 2697 33554432000 4194304 16246674 140735623273840 140735623273264 15002730 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 190865 2707 442 2943 0 187759 0
[pid=32532/tid=32533] ppid=32529 vsize=777796 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 796463104 2764 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=782916 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 801705984 2783 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=788036 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36580427 806948864 2801 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.05 2.06 2.01 3/179 32532
/proc/meminfo: memFree=29586580/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 24057 0 0 0 5 4 0 0 20 0 4 0 36580427 1250496512 23853 33554432000 4194304 16246674 140735623273840 140735623273152 13955776 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 305297 23853 844 2943 0 302191 0
[pid=32532/tid=32533] ppid=32529 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 1250496512 23853 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 1250496512 23853 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 1250496512 23853 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200481 s]
/proc/loadavg: 2.05 2.06 2.01 3/179 32532
/proc/meminfo: memFree=29586580/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=1233476 CPUtime=0.19 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 24328 0 0 0 15 4 0 0 20 0 4 0 36580427 1263079424 24125 33554432000 4194304 16246674 140735623273840 140735623273152 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 309905 24146 844 2943 0 306799 0
[pid=32532/tid=32533] ppid=32529 vsize=1242692 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 1272516608 24161 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=1245764 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 1275662336 24174 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=1249860 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 1279856640 24189 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1233476

[startup+0.300461 s]
/proc/loadavg: 2.05 2.06 2.01 3/179 32532
/proc/meminfo: memFree=29586580/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=1303108 CPUtime=0.29 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 30715 0 0 0 24 5 0 0 20 0 4 0 36580427 1334382592 30511 33554432000 4194304 16246674 140735623273840 140735623273152 6195017 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 325777 30513 844 2943 0 322671 0
[pid=32532/tid=32533] ppid=32529 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 1334382592 30514 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 1334382592 30514 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 1334382592 30515 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1303108

[startup+0.700397 s]
/proc/loadavg: 2.05 2.06 2.01 3/179 32532
/proc/meminfo: memFree=29586580/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=1307204 CPUtime=0.69 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 38269 0 0 0 63 6 0 0 20 0 4 0 36580427 1338576896 38065 33554432000 4194304 16246674 140735623273840 140735623255744 13817033 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 326801 38065 844 2943 0 323695 0
[pid=32532/tid=32533] ppid=32529 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 1338576896 38065 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 1338576896 38065 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 1338576896 38065 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.50039 s]
/proc/loadavg: 2.05 2.06 2.01 3/183 32536
/proc/meminfo: memFree=29405492/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=1307204 CPUtime=1.49 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 45716 0 0 0 142 7 0 0 20 0 4 0 36580427 1338576896 45512 33554432000 4194304 16246674 140735623273840 140735623255744 12481063 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 326801 45512 844 2943 0 323695 0
[pid=32532/tid=32533] ppid=32529 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 1338576896 45512 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 1338576896 45512 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 1338576896 45512 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.10039 s]
/proc/loadavg: 2.05 2.06 2.01 3/183 32536
/proc/meminfo: memFree=29404020/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=1309252 CPUtime=3.09 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 49169 0 0 0 301 8 0 0 20 0 4 0 36580427 1340674048 48965 33554432000 4194304 16246674 140735623273840 140735623255744 13965712 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 327313 48965 844 2943 0 324207 0
[pid=32532/tid=32533] ppid=32529 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 1340674048 48965 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 1340674048 48965 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 1340674048 48965 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1309252

[startup+6.3004 s]
/proc/loadavg: 2.04 2.06 2.01 4/183 32536
/proc/meminfo: memFree=29228744/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=1313348 CPUtime=6.29 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 99225 0 0 0 613 16 0 0 20 0 4 0 36580427 1344868352 99021 33554432000 4194304 16246674 140735623273840 140735623255744 13774056 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 328337 99021 844 2943 0 325231 0
[pid=32532/tid=32533] ppid=32529 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 1344868352 99021 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 1344868352 99021 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 1344868352 99021 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1313348

[startup+12.7004 s]
/proc/loadavg: 2.12 2.07 2.02 4/183 32536
/proc/meminfo: memFree=29190684/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=1313348 CPUtime=12.69 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 99225 0 0 0 1253 16 0 0 20 0 4 0 36580427 1344868352 99021 33554432000 4194304 16246674 140735623273840 140735623255744 6140736 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 328337 99021 844 2943 0 325231 0
[pid=32532/tid=32533] ppid=32529 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 1344868352 99021 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 1344868352 99021 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 1344868352 99021 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1313348

[startup+25.5005 s]
/proc/loadavg: 2.17 2.09 2.02 3/183 32536
/proc/meminfo: memFree=28715192/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=1317444 CPUtime=25.49 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 133880 0 0 0 2527 22 0 0 20 0 4 0 36580427 1349062656 133676 33554432000 4194304 16246674 140735623273840 140735623255744 6168747 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 329361 133676 844 2943 0 326255 0
[pid=32532/tid=32533] ppid=32529 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 1349062656 133676 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 1349062656 133676 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 1349062656 133676 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1317444

[startup+51.1005 s]
/proc/loadavg: 2.18 2.09 2.02 4/183 32536
/proc/meminfo: memFree=28385816/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=1324612 CPUtime=51.09 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 217988 0 0 0 5073 36 0 0 20 0 4 0 36580427 1356402688 217784 33554432000 4194304 16246674 140735623273840 140735623255744 13774216 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 331153 217784 844 2943 0 328047 0
[pid=32532/tid=32533] ppid=32529 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 1356402688 217784 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 1356402688 217784 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 1356402688 217784 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1324612

[startup+102.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/184 32540
/proc/meminfo: memFree=27346312/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=1327684 CPUtime=102.28 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 273048 0 0 0 10185 43 0 0 20 0 4 0 36580427 1359548416 272844 33554432000 4194304 16246674 140735623273840 140735623255744 6132467 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 331921 272844 844 2943 0 328815 0
[pid=32532/tid=32533] ppid=32529 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 1359548416 272844 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 1359548416 272844 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 1359548416 272844 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1327684


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

[pid=32532] ppid=32529 vsize=13524548 CPUtime=1362.09 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 3322269 0 0 0 135646 563 0 0 20 0 4 0 36580427 13849137152 3322065 33554432000 4194304 16246674 140735623273840 140735623273016 6143297 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 3381137 3322065 845 2943 0 3378031 0
[pid=32532/tid=32533] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322065 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322065 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322065 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 13524548

[startup+1422.3 s]
/proc/loadavg: 2.17 2.09 2.01 3/183 32572
/proc/meminfo: memFree=4342332/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=13524548 CPUtime=1422.09 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 3322269 0 0 0 141641 568 0 0 20 0 4 0 36580427 13849137152 3322065 33554432000 4194304 16246674 140735623273840 140735623273016 6132432 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 3381137 3322065 845 2943 0 3378031 0
[pid=32532/tid=32533] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322065 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322065 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322065 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.09
Current children cumulated vsize (KiB) 13524548

[startup+1482.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/183 32574
/proc/meminfo: memFree=4342396/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=13524548 CPUtime=1482.07 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 3322273 0 0 0 147636 571 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 140735623273016 13807601 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 3381137 3322069 849 2943 0 3378031 0
[pid=32532/tid=32533] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 13524548

[startup+1542.31 s]
/proc/loadavg: 2.06 2.07 2.01 3/183 32575
/proc/meminfo: memFree=4342232/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=13524548 CPUtime=1542.07 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 3322273 0 0 0 153630 577 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 140735623273016 6139120 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 3381137 3322069 849 2943 0 3378031 0
[pid=32532/tid=32533] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 13524548

[startup+1602.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/183 32576
/proc/meminfo: memFree=4342384/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=13524548 CPUtime=1602.05 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 3322273 0 0 0 159623 582 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 140735623273016 13807544 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 3381137 3322069 849 2943 0 3378031 0
[pid=32532/tid=32533] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 13524548

[startup+1662.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/183 32577
/proc/meminfo: memFree=4342560/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=13524548 CPUtime=1662.04 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 3322273 0 0 0 165617 587 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 140735623273016 13807742 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 3381137 3322069 849 2943 0 3378031 0
[pid=32532/tid=32533] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322069 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 13524548

[startup+1722.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/183 32626
/proc/meminfo: memFree=16364660/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=13524548 CPUtime=1722.03 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 3322274 0 0 0 171611 592 0 0 20 0 4 0 36580427 13849137152 3322325 33554432000 4194304 16246674 140735623273840 140735623273016 13807696 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 3381137 3322325 849 2943 0 3378031 0
[pid=32532/tid=32533] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322325 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322325 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322325 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 13524548

[startup+1782.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/183 32628
/proc/meminfo: memFree=16317480/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=13524548 CPUtime=1782.02 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 3322275 0 0 0 177605 597 0 0 20 0 4 0 36580427 13849137152 3322325 33554432000 4194304 16246674 140735623273840 140735623273016 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 3381137 3322325 849 2943 0 3378031 0
[pid=32532/tid=32533] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322325 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322325 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322325 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 13524548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.19 2.09 2.01 3/183 32628
/proc/meminfo: memFree=16237980/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=13524548 CPUtime=1800.02 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) R 32529 32532 29107 0 -1 4202496 3322275 0 0 0 179404 598 0 0 20 0 4 0 36580427 13849137152 3322325 33554432000 4194304 16246674 140735623273840 140735623273016 6132605 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 3381137 3322325 849 2943 0 3378031 0
[pid=32532/tid=32533] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32533/stat : 32533 (toysat) S 32529 32532 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322325 33554432000 4194304 16246674 140735623273840 139813847018736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) S 32529 32532 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322325 33554432000 4194304 16246674 140735623273840 139813836528880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32532/tid=32535] ppid=32529 vsize=13524548 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32535/stat : 32535 (toysat) S 32529 32532 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36580427 13849137152 3322325 33554432000 4194304 16246674 140735623273840 139813826055344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 13524548

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 32532 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.81 s]
/proc/loadavg: 2.19 2.09 2.01 3/181 32629
/proc/meminfo: memFree=22192876/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=0 CPUtime=1800.53 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) Z 32529 32532 29107 0 -1 4203532 3322275 0 0 0 179404 649 0 0 20 0 2 0 36580427 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 0 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=0 CPUtime=0.49 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) R 32529 32532 29107 0 -1 4203588 8 0 0 0 0 49 0 0 20 0 2 0 36580427 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.53
Current children cumulated vsize (KiB) 0

[startup+1801.2 s]
/proc/loadavg: 2.19 2.09 2.01 3/181 32629
/proc/meminfo: memFree=22192876/32872528 swapFree=877056/942464
[pid=32532] ppid=32529 vsize=0 CPUtime=1800.92 cores=0,2,4,6
/proc/32532/stat : 32532 (toysat) Z 32529 32532 29107 0 -1 4203532 3322275 0 0 0 179404 688 0 0 20 0 2 0 36580427 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32532/statm: 0 0 0 0 0 0 0
[pid=32532/tid=32534] ppid=32529 vsize=0 CPUtime=0.88 cores=0,2,4,6
/proc/32532/task/32534/stat : 32534 (toysat) R 32529 32532 29107 0 -1 4203588 8 0 0 0 0 88 0 0 20 0 2 0 36580427 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.92
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.25
CPU time (s): 1800.97
CPU user time (s): 1794.05
CPU system time (s): 6.92695
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 13524548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.05
system time used= 6.92695
maximum resident set size= 13289300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3322275
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= 49
involuntary context switches= 1853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6323 second user time and 6.83696 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-19 16:08:35
IDJOB=4110526
IDBENCH=79508
IDSOLVER=2553
FILE ID=node113/4110526-1466345315
RUNJOBID= node113-1466341823-29123
PBS_JOBID= 19922039
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= 6884eb16d9ca5647137a605a0e2a2e0d
RANDOM SEED=2035802229

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.799
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:        29586844 kB
Buffers:          154564 kB
Cached:           371696 kB
SwapCached:         1964 kB
Active:          1232148 kB
Inactive:         367328 kB
Active(anon):    1072952 kB
Inactive(anon):     2224 kB
Active(file):     159196 kB
Inactive(file):   365104 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67099096 kB
Dirty:             16320 kB
Writeback:             0 kB
AnonPages:       1969188 kB
Mapped:            10488 kB
Shmem:                 0 kB
Slab:             609288 kB
SReclaimable:      53032 kB
SUnreclaim:       556256 kB
KernelStack:        1520 kB
PageTables:         8388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2160172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 71672 MiB
End job on node113 at 2016-06-19 16:38:36