Trace number 4093276

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.65 1800.97

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap61_wcsp.wbo
MD5SUM58e4788c719f1a12516705b51263d664
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark13812213
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 55743026
Min constraint cost 1
Max constraint cost 55743026
Sum of constraints costs 44948405826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-30T02:31:27+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-4093276-1467246683.wbo"]
0.00/0.01	c use --random-gen="95336074 1530097097 992256888 2678587035 1915706722 4030971177 2905479617 3626480228 2603620131 2430240128 3748378723 234787810 1037466086 3074967722 18898127 4244857459 965022224 3611431841 3477333395 3957634347 2010045433 1700902925 871919076 2373504468 1250605598 572353755 1780094057 4022301097 4040985210 971357101 3151873545 4232570977 664816979 3359723128 4215626619 2663422420 810981318 3280057636 4194261749 1574745725 865491971 690555347 890569402 3649200915 2553426688 1505979912 3735020934 1942549954 668761008 1707638782 917088749 1268194594 1906562435 2655340704 121670247 453298870 1117056227 4267840152 2708903925 2598502579 2744932212 2499399743 1523693316 3775332339 3391127362 3689651985 1539042692 743616393 511309614 180429850 3219377766 76626077 4232712771 1888837584 1740048413 2784348582 1378320154 2827829286 3854126234 3939301850 2220055139 869449799 867822014 3524703936 3187751305 340084017 2798424248 2533455746 3531850397 3057182415 167835791 253276058 1487459615 637302202 1180429877 1258075055 39110481 2248768501 1807038315 2653198306 719893140 3606804576 2363808830 284036948 788143670 2184848359 1089895267 765478475 2776403744 2603594876 3885556462 2484903053 4000125703 2262816433 3874185078 102392876 1913198947 3003072571 4025607895 2531821730 198084941 904745028 151858084 1373168941 2224951166 3264629650 3946038384 3804288751 965105011 4099322139 1667709992 3083662901 342858441 137084540 414557950 3338116943 2612479912 1948974257 4277717577 3041829330 2634140001 3837671111 212041083 2717213421 3122370565 4208621930 3913912508 660562680 3461347388 3771760315 4249961709 1423222288 403247389 1732643453 3058965815 3776783129 2424630222 3884295677 1575385061 2521229730 3829457339 365483526 2515034294 2866450007 3019295023 3832260982 2527674651 1364876204 1346846878 696200883 1388446681 1266535002 3475819288 3399400977 1421049356 1706056337 604671977 4053967467 3173968867 2701293034 2383696948 583805034 3393176912 223544687 899704567 1215402686 3252597326 2421473157 3610708118 1681338202 2902471295 769217852 2037449047 1001974731 1099680636 521026108 2239523107 4108441581 2680185541 3631780351 3419743536 1330582080 1257216793 1762612445 2752240098 1178656611 3570403947 2022850793 2914960766 2473422201 73470186 3206081841 1597609572 147742106 1220736895 1108836435 294115626 3563454188 231216182 2003983090 425335897 480046013 2546648345 2002172673 3404342316 2676672224 1088913179 2231880763 3154365118 2822252399 1613433385 4020349295 2090410720 1176792186 1521444918 3466827657 2256374557 1508291859 2064743345 5229682 3536543682 2693596618 768126329 50930619 405384099 2969808515 339184888 2928370984 1793532348 1627602392 979578827 1087891812 167928088 3834458153 1475691914 1655984621 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-4093276-1467246683/watcher-4093276-1467246683 -o /tmp/evaluation-result-4093276-1467246683/solver-4093276-1467246683 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467246682-5301 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093276-1467246683.wbo 

pid=5321
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.31 0.72 1.45 3/172 5326
/proc/meminfo: memFree=31552972/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=720452 CPUtime=0 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 2691 0 0 0 0 0 0 0 20 0 4 0 3699996 737742848 2541 33554432000 4194304 16246674 140736076294384 140736076293808 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 180881 2550 442 2943 0 177775 0
[pid=5326/tid=5330] ppid=5321 vsize=737860 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 755568640 2609 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=742980 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 760811520 2628 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=747076 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3699996 765005824 2645 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 0.31 0.72 1.45 3/172 5326
/proc/meminfo: memFree=31552972/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 23795 0 0 0 6 3 0 0 20 0 4 0 3699996 1250496512 23591 33554432000 4194304 16246674 140736076294384 140736076293696 13774090 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 305297 23591 844 2943 0 302191 0
[pid=5326/tid=5330] ppid=5321 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 1250496512 23591 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 1250496512 23591 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 1250496512 23591 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200412 s]
/proc/loadavg: 0.31 0.72 1.45 3/172 5326
/proc/meminfo: memFree=31552972/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 23795 0 0 0 16 3 0 0 20 0 4 0 3699996 1250496512 23591 33554432000 4194304 16246674 140736076294384 140736076293696 6195748 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 305297 23591 844 2943 0 302191 0
[pid=5326/tid=5330] ppid=5321 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 1250496512 23591 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 1250496512 23591 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 1250496512 23591 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.30038 s]
/proc/loadavg: 0.31 0.72 1.45 3/172 5326
/proc/meminfo: memFree=31552972/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=1303108 CPUtime=0.29 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 29831 0 0 0 25 4 0 0 20 0 4 0 3699996 1334382592 29628 33554432000 4194304 16246674 140736076294384 140736076293696 12481124 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 325777 29637 844 2943 0 322671 0
[pid=5326/tid=5330] ppid=5321 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 1334382592 29645 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 1334382592 29651 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 1334382592 29658 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1303108

[startup+0.700302 s]
/proc/loadavg: 0.31 0.72 1.45 3/172 5326
/proc/meminfo: memFree=31552972/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=1307204 CPUtime=0.69 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 39797 0 0 0 63 6 0 0 20 0 4 0 3699996 1338576896 39593 33554432000 4194304 16246674 140736076294384 140736076293696 6132539 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 326801 39593 844 2943 0 323695 0
[pid=5326/tid=5330] ppid=5321 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 1338576896 39593 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 1338576896 39593 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 1338576896 39593 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.50042 s]
/proc/loadavg: 0.31 0.72 1.45 3/183 5337
/proc/meminfo: memFree=31213312/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=1307204 CPUtime=1.49 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 44913 0 0 0 142 7 0 0 20 0 4 0 3699996 1338576896 44709 33554432000 4194304 16246674 140736076294384 140736076293560 13774024 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 326801 44709 844 2943 0 323695 0
[pid=5326/tid=5330] ppid=5321 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 1338576896 44709 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 1338576896 44709 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 1338576896 44709 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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: 0.31 0.72 1.45 3/183 5337
/proc/meminfo: memFree=31184668/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=1308228 CPUtime=3.09 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 55344 0 0 0 301 8 0 0 20 0 4 0 3699996 1339625472 55140 33554432000 4194304 16246674 140736076294384 140736076276288 4225315 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 327057 55140 844 2943 0 323951 0
[pid=5326/tid=5330] ppid=5321 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 1339625472 55140 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 1339625472 55140 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 1339625472 55140 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228

[startup+6.30041 s]
/proc/loadavg: 0.45 0.75 1.45 3/183 5337
/proc/meminfo: memFree=31087488/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=1312324 CPUtime=6.28 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 112765 0 0 0 613 15 0 0 20 0 4 0 3699996 1343819776 112561 33554432000 4194304 16246674 140736076294384 140736076276288 13809352 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 328081 112561 844 2943 0 324975 0
[pid=5326/tid=5330] ppid=5321 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 1343819776 112561 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 1343819776 112561 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 1343819776 112561 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1312324

[startup+12.7004 s]
/proc/loadavg: 0.57 0.77 1.45 3/183 5337
/proc/meminfo: memFree=30647632/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=1312324 CPUtime=12.68 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 112959 0 0 0 1253 15 0 0 20 0 4 0 3699996 1343819776 112755 33554432000 4194304 16246674 140736076294384 140736076276288 13774024 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 328081 112755 844 2943 0 324975 0
[pid=5326/tid=5330] ppid=5321 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 1343819776 112755 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 1343819776 112755 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 1343819776 112755 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1312324

[startup+25.5005 s]
/proc/loadavg: 0.89 0.83 1.46 3/183 5337
/proc/meminfo: memFree=30472004/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=1317444 CPUtime=25.48 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 135060 0 0 0 2530 18 0 0 20 0 4 0 3699996 1349062656 134856 33554432000 4194304 16246674 140736076294384 140736076276288 6132605 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 329361 134856 844 2943 0 326255 0
[pid=5326/tid=5330] ppid=5321 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 1349062656 134856 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 1349062656 134856 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 1349062656 134856 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1317444

[startup+51.1005 s]
/proc/loadavg: 1.27 0.92 1.47 3/183 5338
/proc/meminfo: memFree=29800408/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=1324612 CPUtime=51.08 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 219869 0 0 0 5079 29 0 0 20 0 4 0 3699996 1356402688 222689 33554432000 4194304 16246674 140736076294384 140736076276288 4207622 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 331153 222689 844 2943 0 328047 0
[pid=5326/tid=5330] ppid=5321 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 1356402688 222689 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 1356402688 222689 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 1356402688 222689 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1324612

[startup+102.3 s]
/proc/loadavg: 1.82 1.13 1.51 3/183 5339
/proc/meminfo: memFree=29369080/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=1326660 CPUtime=102.28 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 261711 0 0 0 10193 35 0 0 20 0 4 0 3699996 1358499840 272589 33554432000 4194304 16246674 140736076294384 140736076276288 12459037 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 331665 272589 844 2943 0 328559 0
[pid=5326/tid=5330] ppid=5321 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 1358499840 272589 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 1358499840 272589 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 1358499840 272589 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1326660


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

[pid=5326] ppid=5321 vsize=13448772 CPUtime=1362.05 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 3292314 0 0 0 135643 562 0 0 20 0 4 0 3699996 13771542528 3303122 33554432000 4194304 16246674 140736076294384 140736076293560 6132605 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 3362193 3303122 845 2943 0 3359087 0
[pid=5326/tid=5330] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303122 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303122 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303122 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 13448772

[startup+1422.3 s]
/proc/loadavg: 2.12 2.07 1.90 3/183 5370
/proc/meminfo: memFree=5148968/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=13448772 CPUtime=1422.05 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 3292318 0 0 0 141639 566 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 140736076293560 12481188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 3362193 3303126 849 2943 0 3359087 0
[pid=5326/tid=5330] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 13448772

[startup+1482.3 s]
/proc/loadavg: 2.08 2.07 1.91 3/183 5371
/proc/meminfo: memFree=5149020/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=13448772 CPUtime=1482.03 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 3292318 0 0 0 147632 571 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 140736076293480 13809224 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 3362193 3303126 849 2943 0 3359087 0
[pid=5326/tid=5330] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 13448772

[startup+1542.31 s]
/proc/loadavg: 2.34 2.16 1.95 3/183 5372
/proc/meminfo: memFree=5149168/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=13448772 CPUtime=1542.02 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 3292318 0 0 0 153625 577 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 140736076293560 6132605 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 3362193 3303126 849 2943 0 3359087 0
[pid=5326/tid=5330] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 13448772

[startup+1602.3 s]
/proc/loadavg: 2.29 2.18 1.96 3/183 5374
/proc/meminfo: memFree=5148956/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=13448772 CPUtime=1602.01 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 3292318 0 0 0 159618 583 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 140736076293480 13807582 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 3362193 3303126 849 2943 0 3359087 0
[pid=5326/tid=5330] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 13448772

[startup+1662.3 s]
/proc/loadavg: 2.29 2.19 1.98 3/183 5375
/proc/meminfo: memFree=5148984/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=13448772 CPUtime=1662 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 3292318 0 0 0 165612 588 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 140736076293560 13774223 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 3362193 3303126 849 2943 0 3359087 0
[pid=5326/tid=5330] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 13448772

[startup+1722.3 s]
/proc/loadavg: 2.14 2.17 1.98 3/185 5379
/proc/meminfo: memFree=5148372/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=13448772 CPUtime=1721.99 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 3292318 0 0 0 171603 596 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 140736076293560 13955776 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 3362193 3303126 849 2943 0 3359087 0
[pid=5326/tid=5330] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 13448772

[startup+1782.3 s]
/proc/loadavg: 2.31 2.22 2.01 3/185 5402
/proc/meminfo: memFree=5146728/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=13448772 CPUtime=1781.98 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 3292318 0 0 0 177598 600 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 140736076293560 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 3362193 3303126 849 2943 0 3359087 0
[pid=5326/tid=5330] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 13448772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.22 2.20 2.01 3/185 5402
/proc/meminfo: memFree=5148112/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=13448772 CPUtime=1800.07 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) R 5321 5326 5284 0 -1 4202496 3292321 0 0 0 179405 602 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 140736076293560 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 3362193 3303126 849 2943 0 3359087 0
[pid=5326/tid=5330] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5330/stat : 5330 (toysat) S 5321 5326 5284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985440189680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) S 5321 5326 5284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985429699824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5326/tid=5332] ppid=5321 vsize=13448772 CPUtime=0 cores=1,3,5,7
/proc/5326/task/5332/stat : 5332 (toysat) S 5321 5326 5284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3699996 13771542528 3303126 33554432000 4194304 16246674 140736076294384 139985419226288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13448772

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

[startup+1800.81 s]
/proc/loadavg: 2.22 2.20 2.01 3/181 5402
/proc/meminfo: memFree=19842756/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=0 CPUtime=1800.49 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) Z 5321 5326 5284 0 -1 4203532 3292321 0 0 0 179406 643 0 0 20 0 2 0 3699996 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 0 0 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=0 CPUtime=0.39 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) R 5321 5326 5284 0 -1 4203588 8 0 0 0 0 39 0 0 20 0 2 0 3699996 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 2.22 2.20 2.01 3/181 5402
/proc/meminfo: memFree=19842756/32872528 swapFree=170020/176152
[pid=5326] ppid=5321 vsize=0 CPUtime=1800.58 cores=1,3,5,7
/proc/5326/stat : 5326 (toysat) Z 5321 5326 5284 0 -1 4203532 3292321 0 0 0 179406 652 0 0 20 0 2 0 3699996 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5326/statm: 0 0 0 0 0 0 0
[pid=5326/tid=5331] ppid=5321 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/5326/task/5331/stat : 5331 (toysat) R 5321 5326 5284 0 -1 4203588 8 0 0 0 0 48 0 0 20 0 2 0 3699996 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.58
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.97
CPU time (s): 1800.65
CPU user time (s): 1794.06
CPU system time (s): 6.588
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 13448772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 6.588
maximum resident set size= 13212504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3292321
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= 132
involuntary context switches= 1965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.82527 second user time and 6.64499 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 02:31:24
IDJOB=4093276
IDBENCH=79529
IDSOLVER=2553
FILE ID=node105/4093276-1467246683
RUNJOBID= node105-1467246682-5301
PBS_JOBID= 20004478
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 58e4788c719f1a12516705b51263d664
RANDOM SEED=1128647221

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.487
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:        31553792 kB
Buffers:           70496 kB
Cached:           349068 kB
SwapCached:            0 kB
Active:           144256 kB
Inactive:         288004 kB
Active(anon):      15740 kB
Inactive(anon):        4 kB
Active(file):     128516 kB
Inactive(file):   288000 kB
Unevictable:      176152 kB
Mlocked:          170020 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             32648 kB
Writeback:             0 kB
AnonPages:        189464 kB
Mapped:            13864 kB
Shmem:               204 kB
Slab:             579884 kB
SReclaimable:      23936 kB
SUnreclaim:       555948 kB
KernelStack:        1392 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     273064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 71696 MiB
End job on node105 at 2016-06-30 03:01:28