Trace number 4093265

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.58 1800.87

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap112_wcsp.wbo
MD5SUMf4b0099465ae664e0955235299f0c44e
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark20092634
Best CPU time to get the best result obtained on this benchmark1800.12
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2600
Total number of constraints5148
Number of soft constraints5048
Number of constraints which are clauses5048
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint50
Top cost 63756436
Min constraint cost 1
Max constraint cost 63756436
Sum of constraints costs 160674796300
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-16T18:41:14+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-4093265-1466095274.wbo"]
0.00/0.01	c use --random-gen="2805623782 126233440 3828096978 4224172624 3172619008 1570415840 2026239609 3618736001 2017589462 1122844437 2311594497 2633310916 4041652132 3307266786 2477406195 2792890540 1577974235 877261199 4253763745 1830954234 985086989 3611477755 946753085 2724982067 885486904 1346177910 2896632881 2169931698 2959850617 2590823118 3342432279 2293114995 1586647618 3933318370 253325598 1960189927 1505541852 884157335 1560975832 744519200 2702024014 1955422699 2557471792 3443840477 2497361730 428694493 3047822606 976004622 3785502146 2327944127 2861904465 3028186065 883431654 1521571503 2798106411 1139294291 1543873519 3688110013 658374135 2755588199 4265125917 3543476285 3111528281 1738421508 3842055336 3627130265 1382045802 127113553 1740009975 688491374 723979622 1745635554 1846600677 716889602 966400425 1001597689 2693953601 3346705741 2585572058 847135785 1553593954 1044973335 1373300870 1377934579 621261314 1833898813 2438901688 120762307 1653526445 3117318933 4279180399 780907139 1296021302 3381351778 1731579371 3092055622 470314514 1254521122 4164248548 120650203 1159804181 2298084641 1383200355 3051808658 2724758265 2109345067 1328854540 4164449814 2057366932 1554725597 3701474845 3470347847 2093238549 2827216344 116584916 2366824685 4039770742 1994488639 3158959908 3482199543 843519970 1908789144 1047526004 2575286842 3929751474 2346587029 1362427881 2824075639 732722148 2269449049 1857903111 1838695907 3253405471 124793010 2041688751 48803039 3417638598 2070779920 1576276343 2719842151 482080256 2609767900 1869170535 2969246856 2844509530 2699496822 4085435869 3379536816 2611371989 1746697375 2942984177 3178525101 29979258 2806048391 46395815 4034839721 1901419827 1597384725 2683265942 817531221 1566540492 1910810887 3839057961 2172305826 2761653465 464102992 2895104635 3524198224 665669678 2021085513 2516751829 3639530777 1675519622 3431537185 3560682975 1564390825 2674429135 4110540660 215538723 2054311955 2281273981 3020932746 2186103042 3872185746 918557987 1618330274 657981837 3967951948 1880208203 2190774620 3082859108 3902212564 2469788823 3657102680 1481458725 3249911913 3415842715 3638178849 449132543 3967810150 3468948829 3655863885 3879281069 2854358391 1516712724 171174270 62315156 2431886034 2277375760 1860635093 613895258 3992083150 3091498576 1657611964 1162938763 3006961735 1645685488 3579771993 2925486718 3622123040 2839961852 410575393 1478277574 83647414 2623070633 3464317795 2622622485 3769860128 3970172338 840486522 1861152201 1801037395 1129186113 58184916 4105388502 1782587991 307536473 232024735 529911846 3390793290 2882915765 4150945007 1081651993 3084893403 3456739823 910849041 550494913 2774929094 1217227694 1508356429 3516692238 2629908384 245585345 2463466391 4189490908 1059575434 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-4093265-1466095274/watcher-4093265-1466095274 -o /tmp/evaluation-result-4093265-1466095274/solver-4093265-1466095274 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466074865-13651 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093265-1466095274.wbo 

pid=17332
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.08 2.07 2.08 3/179 17335
/proc/meminfo: memFree=30308104/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=652732 CPUtime=0 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 2422 0 0 0 0 0 0 0 20 0 4 0 11573022 668397568 2783 33554432000 4194304 16246674 140735384036880 140735384036304 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 163695 2791 441 2943 0 160589 0
[pid=17335/tid=17336] ppid=17332 vsize=670140 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 686223360 2853 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=674236 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11573022 690417664 2869 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=678332 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11573022 694611968 2885 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.08 2.07 2.08 3/179 17335
/proc/meminfo: memFree=30308104/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 22101 0 0 0 6 3 0 0 20 0 4 0 11573022 1249447936 22403 33554432000 4194304 16246674 140735384036880 140735384036192 6191726 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 305041 22411 829 2943 0 301935 0
[pid=17335/tid=17336] ppid=17332 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 1249447936 22417 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11573022 1249447936 22423 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11573022 1249447936 22427 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200494 s]
/proc/loadavg: 2.08 2.07 2.08 3/179 17335
/proc/meminfo: memFree=30308104/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=1221188 CPUtime=0.19 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 42185 0 0 0 13 6 0 0 20 0 4 0 11573022 1250496512 42486 33554432000 4194304 16246674 140735384036880 140735384036192 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 305297 42490 834 2943 0 302191 0
[pid=17335/tid=17336] ppid=17332 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 1250496512 42493 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11573022 1250496512 42496 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11573022 1250496512 42499 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300464 s]
/proc/loadavg: 2.08 2.07 2.08 3/179 17335
/proc/meminfo: memFree=30308104/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=1307204 CPUtime=0.29 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 51088 0 0 0 22 7 0 0 20 0 4 0 11573022 1338576896 51389 33554432000 4194304 16246674 140735384036880 140735384036192 6132432 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 326801 51389 840 2943 0 323695 0
[pid=17335/tid=17336] ppid=17332 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 1338576896 51389 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11573022 1338576896 51389 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 1338576896 51389 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1307204

[startup+0.700393 s]
/proc/loadavg: 2.08 2.07 2.08 3/179 17335
/proc/meminfo: memFree=30308104/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=1307204 CPUtime=0.69 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 51088 0 0 0 62 7 0 0 20 0 4 0 11573022 1338576896 51389 33554432000 4194304 16246674 140735384036880 140735384018752 13809242 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 326801 51389 840 2943 0 323695 0
[pid=17335/tid=17336] ppid=17332 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 1338576896 51389 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11573022 1338576896 51389 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 1338576896 51389 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.5004 s]
/proc/loadavg: 2.08 2.07 2.08 3/183 17339
/proc/meminfo: memFree=30103764/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=1307204 CPUtime=1.49 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 56185 0 0 0 141 8 0 0 20 0 4 0 11573022 1338576896 56486 33554432000 4194304 16246674 140735384036880 140735384018752 13774216 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 326801 56486 840 2943 0 323695 0
[pid=17335/tid=17336] ppid=17332 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 1338576896 56486 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11573022 1338576896 56486 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 1338576896 56486 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.10039 s]
/proc/loadavg: 2.08 2.07 2.08 3/183 17339
/proc/meminfo: memFree=30059612/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=1307204 CPUtime=3.09 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 63780 0 0 0 300 9 0 0 20 0 4 0 11573022 1338576896 64081 33554432000 4194304 16246674 140735384036880 140735384018752 6132584 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 326801 64081 840 2943 0 323695 0
[pid=17335/tid=17336] ppid=17332 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 1338576896 64081 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11573022 1338576896 64081 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 1338576896 64081 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1307204

[startup+6.30039 s]
/proc/loadavg: 2.15 2.08 2.09 3/183 17339
/proc/meminfo: memFree=30050904/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=1308228 CPUtime=6.29 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 64097 0 0 0 620 9 0 0 20 0 4 0 11573022 1339625472 64398 33554432000 4194304 16246674 140735384036880 140735384018752 13950230 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 327057 64398 840 2943 0 323951 0
[pid=17335/tid=17336] ppid=17332 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 1339625472 64398 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11573022 1339625472 64398 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 1339625472 64398 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.14 2.08 2.08 3/183 17339
/proc/meminfo: memFree=30049544/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=1309252 CPUtime=12.68 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 64355 0 0 0 1259 9 0 0 20 0 4 0 11573022 1340674048 64656 33554432000 4194304 16246674 140735384036880 140735384018752 6132605 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 327313 64656 842 2943 0 324207 0
[pid=17335/tid=17336] ppid=17332 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 1340674048 64656 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11573022 1340674048 64656 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 1340674048 64656 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1309252

[startup+25.5073 s]
/proc/loadavg: 2.11 2.08 2.08 3/183 17339
/proc/meminfo: memFree=30048568/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=1310276 CPUtime=25.5 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 64611 0 0 0 2540 10 0 0 20 0 4 0 11573022 1341722624 64912 33554432000 4194304 16246674 140735384036880 140735384036056 6132452 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 327569 64912 842 2943 0 324463 0
[pid=17335/tid=17336] ppid=17332 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 1341722624 64912 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11573022 1341722624 64912 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 1341722624 64912 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1310276

[startup+51.1003 s]
/proc/loadavg: 2.07 2.07 2.08 3/183 17339
/proc/meminfo: memFree=29949272/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=1311300 CPUtime=51.08 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 89203 0 0 0 5095 13 0 0 20 0 4 0 11573022 1342771200 89504 33554432000 4194304 16246674 140735384036880 140735384018752 13955814 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 327825 89504 842 2943 0 324719 0
[pid=17335/tid=17336] ppid=17332 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 1342771200 89504 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 11573022 1342771200 89504 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 1342771200 89504 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1311300

[startup+102.3 s]
/proc/loadavg: 2.03 2.06 2.08 4/183 17340
/proc/meminfo: memFree=29453820/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=1312324 CPUtime=102.27 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 214760 0 0 0 10194 33 0 0 20 0 4 0 11573022 1343819776 215061 33554432000 4194304 16246674 140735384036880 140735384018752 13955810 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 328081 215061 842 2943 0 324975 0
[pid=17335/tid=17336] ppid=17332 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 1343819776 215061 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 1343819776 215061 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 1343819776 215061 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1312324


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

[startup+1422.3 s]
/proc/loadavg: 2.05 2.06 2.07 3/183 17445
/proc/meminfo: memFree=17394148/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=9439812 CPUtime=1422.07 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 2301097 0 0 0 141826 381 0 0 20 0 4 0 11573022 9666367488 2301640 33554432000 4194304 16246674 140735384036880 140735384036056 6132712 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 2359953 2301640 843 2943 0 2356847 0
[pid=17335/tid=17336] ppid=17332 vsize=9439812 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 9666367488 2301640 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=9439812 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 9666367488 2301640 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=9439812 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 9666367488 2301640 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 9439812

[startup+1482.3 s]
/proc/loadavg: 2.02 2.05 2.07 3/183 17446
/proc/meminfo: memFree=17394048/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=9439812 CPUtime=1482.06 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 2301097 0 0 0 147822 384 0 0 20 0 4 0 11573022 9666367488 2301640 33554432000 4194304 16246674 140735384036880 140735384036056 13809364 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 2359953 2301640 843 2943 0 2356847 0
[pid=17335/tid=17336] ppid=17332 vsize=9439812 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 9666367488 2301640 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=9439812 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 9666367488 2301640 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=9439812 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 9666367488 2301640 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 9439812

[startup+1542.3 s]
/proc/loadavg: 2.08 2.05 2.07 4/183 17448
/proc/meminfo: memFree=13419496/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=12096068 CPUtime=1542.05 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 2965156 0 0 0 153728 477 0 0 20 0 4 0 11573022 12386373632 2965699 33554432000 4194304 16246674 140735384036880 140735384036056 13774216 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 3024017 2965699 843 2943 0 3020911 0
[pid=17335/tid=17336] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965699 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965699 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965699 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 12096068

[startup+1602.3 s]
/proc/loadavg: 2.10 2.06 2.07 3/183 17449
/proc/meminfo: memFree=13419644/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=12096068 CPUtime=1602.04 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 2965156 0 0 0 159724 480 0 0 20 0 4 0 11573022 12386373632 2965699 33554432000 4194304 16246674 140735384036880 140735384018752 13955806 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 3024017 2965699 843 2943 0 3020911 0
[pid=17335/tid=17336] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965699 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965699 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965699 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 12096068

[startup+1662.31 s]
/proc/loadavg: 2.04 2.04 2.06 3/183 17450
/proc/meminfo: memFree=13419792/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=12096068 CPUtime=1662.04 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 2965167 0 0 0 165722 482 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140735384036056 13955806 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 3024017 2965710 843 2943 0 3020911 0
[pid=17335/tid=17336] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 12096068

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.06 4/183 17451
/proc/meminfo: memFree=11677608/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=12096068 CPUtime=1722.02 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 2965167 0 0 0 171717 485 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140735384036056 6132605 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 3024017 2965710 843 2943 0 3020911 0
[pid=17335/tid=17336] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 12096068

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/184 17455
/proc/meminfo: memFree=11677392/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=12096068 CPUtime=1782.01 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 2965167 0 0 0 177714 487 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140735384036056 6132605 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 3024017 2965710 843 2943 0 3020911 0
[pid=17335/tid=17336] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 12096068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.02 2.05 4/183 17455
/proc/meminfo: memFree=11677872/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=12096068 CPUtime=1800 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) R 17332 17335 11130 0 -1 4202496 2965167 0 0 0 179513 487 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140735384036056 13809352 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 3024017 2965710 843 2943 0 3020911 0
[pid=17335/tid=17336] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140666230254832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17335/tid=17337] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17337/stat : 17337 (toysat) S 17332 17335 11130 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140666151611632 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17335/tid=17338] ppid=17332 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/17335/task/17338/stat : 17338 (toysat) S 17332 17335 11130 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11573022 12386373632 2965710 33554432000 4194304 16246674 140735384036880 140666141138096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 12096068

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.02 2.05 4/183 17455
/proc/meminfo: memFree=11677872/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=0 CPUtime=1800.21 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) Z 17332 17335 11130 0 -1 4203532 2965167 0 0 0 179514 507 0 0 20 0 2 0 11573022 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 0 0 0 0 0 0 0
[pid=17335/tid=17336] ppid=17332 vsize=0 CPUtime=0.18 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) R 17332 17335 11130 0 -1 4203588 9 0 0 0 0 18 0 0 20 0 2 0 11573022 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

[startup+1800.7 s]
/proc/loadavg: 2.00 2.02 2.05 4/183 17455
/proc/meminfo: memFree=11677872/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=0 CPUtime=1800.41 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) Z 17332 17335 11130 0 -1 4203532 2965167 0 0 0 179514 527 0 0 20 0 2 0 11573022 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 0 0 0 0 0 0 0
[pid=17335/tid=17336] ppid=17332 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) R 17332 17335 11130 0 -1 4203588 9 0 0 0 0 38 0 0 20 0 2 0 11573022 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 0

[startup+1800.8 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 17455
/proc/meminfo: memFree=22533996/32872528 swapFree=532956/565660
[pid=17335] ppid=17332 vsize=0 CPUtime=1800.51 cores=0,2,4,6
/proc/17335/stat : 17335 (toysat) Z 17332 17335 11130 0 -1 4203532 2965167 0 0 0 179514 537 0 0 20 0 2 0 11573022 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17335/statm: 0 0 0 0 0 0 0
[pid=17335/tid=17336] ppid=17332 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/17335/task/17336/stat : 17336 (toysat) R 17332 17335 11130 0 -1 4203588 9 0 0 0 0 48 0 0 20 0 2 0 11573022 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.87
CPU time (s): 1800.58
CPU user time (s): 1795.14
CPU system time (s): 5.43917
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 12096068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.14
system time used= 5.43917
maximum resident set size= 11862840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2965167
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= 73
involuntary context switches= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.67329 second user time and 6.79497 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-16 18:41:14
IDJOB=4093265
IDBENCH=79496
IDSOLVER=2553
FILE ID=node138/4093265-1466095274
RUNJOBID= node138-1466074865-13651
PBS_JOBID= 19904002
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= f4b0099465ae664e0955235299f0c44e
RANDOM SEED=1943417670

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30308112 kB
Buffers:           50900 kB
Cached:           120028 kB
SwapCached:         1380 kB
Active:          1206184 kB
Inactive:          92012 kB
Active(anon):    1127364 kB
Inactive(anon):     1664 kB
Active(file):      78820 kB
Inactive(file):    90348 kB
Unevictable:      565660 kB
Mlocked:          532956 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:             16348 kB
Writeback:             0 kB
AnonPages:       1812228 kB
Mapped:            10656 kB
Shmem:                 0 kB
Slab:             568332 kB
SReclaimable:      12244 kB
SUnreclaim:       556088 kB
KernelStack:        1520 kB
PageTables:         7040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1835576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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= 71716 MiB
End job on node138 at 2016-06-16 19:11:15