Trace number 4093171

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.14 1800.45

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph05_wcsp.wbo
MD5SUM16314cc1180b662b2cbfb0443cd0a158
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3708
Total number of constraints521269
Number of soft constraints521169
Number of constraints which are clauses521169
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 constraint2
Maximum length of a constraint44
Top cost 229599
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 117319947
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-16T23:01:00+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-4093171-1466110859.wbo"]
0.00/0.01	c use --random-gen="3217535553 4074285624 676850181 1715903951 743917219 921331377 1973892134 257379895 1971962402 1080586360 557618447 1884011760 798953262 4102139727 1481824415 2051540357 1629776938 3034875167 2871426334 2307368604 3412305633 1178758013 224992126 165639443 3387242454 887148479 112032745 2190597973 1842333588 2125125265 175046911 3530943836 1937212928 2505238537 2892431006 381807359 181716342 3345616007 4005640234 2178064083 3885102379 3140891193 1922331318 3441461592 1625350526 3332503784 1438870408 59016606 1197909117 1850373793 2252105943 72796569 2945642022 2779922754 3982846836 1978571485 2199733005 1682821039 582081851 2156331790 136401918 3490451320 3770478039 2351240741 1621260058 4136039485 3432009805 1547624716 1679370614 3620842010 165744710 3686743264 1229752227 2346216748 1518546785 1821776401 850884445 3405781339 1945811400 2936105919 10634978 4087108163 1916773720 1273368955 2945572791 1684250302 1172967686 768930004 1377703903 3137251677 4241908538 1382524885 763365977 2027396767 1470679764 1204663951 1327462448 2113216979 217867961 589159668 218719613 1385793098 1149254549 2309246810 2878775697 2330256854 864518787 3800342230 1553360418 3264585037 4288125888 604273138 2550552638 861744752 1556172898 3706728557 1983416748 3229152559 2305836342 4218064532 984949857 3282824202 3909648288 4257914691 41498494 1162706655 2473782909 2037435553 2819347576 2449912332 543787023 3689129750 1645057237 3985342678 1868863202 3998330141 4079224956 1553388485 739677890 1917571682 4103195486 3291318000 3826188819 3323155647 1740738491 3662038029 1068192413 1763178148 3171060466 1751784018 557984060 1302413168 1103083188 1264304240 3130273724 461818302 25510917 1143548008 1028264337 2293657368 2376650250 768859478 1689640031 2454034979 2225333764 1327810226 3151693055 2818840842 488648149 3391043712 3949989028 318799581 1647543778 4237309892 87968890 1098148403 2985121513 1456239823 362812173 1792879069 1699737413 119876703 121943473 2659163851 1065630895 3342179487 1909912049 3192302729 2658784486 3789497760 1657097758 2413626169 2049531970 1692868044 3656624831 2745728205 3243910213 430111078 726581905 92054492 2059043307 2162975258 151352965 365135624 664348485 761933515 2372220855 1380269486 95625125 3808688895 1850840258 1318104015 87803913 1953366138 1525001199 1461663565 1579817549 2965290996 3864364956 3206852447 3260895524 2567700699 2343511808 1636023911 3589378000 78858393 1547300104 1319313751 3090170501 1071872095 1733769969 2713286726 3113822276 3057732454 2706922736 3525610034 537688495 2468513751 1084540734 4026563333 1410164512 63756527 482200024 3864337081 2588378894 446506914 2756838148 3712804774 1951968090 818431570 2383730751 2385166178 1669322223 3781719880 926224592 2918987197 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-4093171-1466110859/watcher-4093171-1466110859 -o /tmp/evaluation-result-4093171-1466110859/solver-4093171-1466110859 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466103654-18244 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093171-1466110859.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.12 2.09 3/180 18890
/proc/meminfo: memFree=31113488/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=321980 CPUtime=0 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 1132 0 0 0 0 0 0 0 20 0 4 0 13135174 329707520 982 33554432000 4194304 16246674 140736177183696 140736177183120 13880264 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18890/statm: 81263 993 441 2943 0 78157 0
[pid=18890/tid=18891] ppid=18887 vsize=338364 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 346484736 1042 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=342460 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 350679040 1061 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=346556 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13135174 354873344 1077 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.04 2.12 2.09 3/180 18890
/proc/meminfo: memFree=31113488/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 26397 0 0 0 5 4 0 0 20 0 4 0 13135174 1250496512 26187 33554432000 4194304 16246674 140736177183696 140736177183008 4221105 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18890/statm: 305297 26189 801 2943 0 302191 0
[pid=18890/tid=18891] ppid=18887 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1250496512 26192 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1250496512 26194 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1250496512 26196 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200538 s]
/proc/loadavg: 2.04 2.12 2.09 3/180 18890
/proc/meminfo: memFree=31113488/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1311300 CPUtime=0.18 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 48302 0 0 0 11 7 0 0 20 0 4 0 13135174 1342771200 48603 33554432000 4194304 16246674 140736177183696 140736177183008 4221016 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18890/statm: 327825 48612 802 2943 0 324719 0
[pid=18890/tid=18891] ppid=18887 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1342771200 48617 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1342771200 48622 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1342771200 48627 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1311300

[startup+0.300501 s]
/proc/loadavg: 2.04 2.12 2.09 3/180 18890
/proc/meminfo: memFree=31113488/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 65338 0 0 0 19 10 0 0 20 0 4 0 13135174 1344868352 65639 33554432000 4194304 16246674 140736177183696 140736177183008 4207600 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18890/statm: 328337 65639 802 2943 0 325231 0
[pid=18890/tid=18891] ppid=18887 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1344868352 65639 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1344868352 65639 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1344868352 65639 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700435 s]
/proc/loadavg: 2.04 2.12 2.09 3/180 18890
/proc/meminfo: memFree=31113488/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1314372 CPUtime=0.68 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 69876 0 0 0 58 10 0 0 20 0 4 0 13135174 1345916928 70177 33554432000 4194304 16246674 140736177183696 140736177183008 14073329 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18890/statm: 328593 70177 802 2943 0 325487 0
[pid=18890/tid=18891] ppid=18887 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1345916928 70177 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1345916928 70177 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1345916928 70177 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50041 s]
/proc/loadavg: 2.04 2.12 2.09 3/184 18916
/proc/meminfo: memFree=30507372/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1314372 CPUtime=1.48 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 83746 0 0 0 136 12 0 0 20 0 4 0 13135174 1345916928 84047 33554432000 4194304 16246674 140736177183696 140736177181568 8055512 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18890/statm: 328593 84047 803 2943 0 325487 0
[pid=18890/tid=18891] ppid=18887 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1345916928 84047 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1345916928 84047 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1345916928 84047 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1314372

[startup+3.10042 s]
/proc/loadavg: 2.04 2.12 2.09 3/184 18916
/proc/meminfo: memFree=30351500/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1338948 CPUtime=3.09 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 140265 0 0 0 288 21 0 0 20 0 4 0 13135174 1371082752 144654 33554432000 4194304 16246674 140736177183696 140736177166688 4221099 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18890/statm: 334737 144654 803 2943 0 331631 0
[pid=18890/tid=18891] ppid=18887 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1371082752 144654 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1371082752 144654 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1371082752 144654 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1338948

[startup+6.3004 s]
/proc/loadavg: 2.12 2.13 2.09 3/184 18916
/proc/meminfo: memFree=29704172/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1354308 CPUtime=6.28 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 229873 0 0 0 593 35 0 0 20 0 4 0 13135174 1386811392 236307 33554432000 4194304 16246674 140736177183696 140736177165568 12477891 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18890/statm: 338577 236319 838 2943 0 335471 0
[pid=18890/tid=18891] ppid=18887 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1386811392 236326 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1386811392 236334 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1386811392 236341 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1354308

[startup+12.7004 s]
/proc/loadavg: 2.19 2.14 2.10 3/184 18916
/proc/meminfo: memFree=28765544/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1650244 CPUtime=12.68 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 347051 0 0 0 1218 50 0 0 20 0 4 0 13135174 1689849856 353484 33554432000 4194304 16246674 140736177183696 140736177183008 4225056 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18890/statm: 412561 353484 838 2943 0 409455 0
[pid=18890/tid=18891] ppid=18887 vsize=1650244 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1689849856 353484 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1650244 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1689849856 353484 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1650244 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1689849856 353484 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1650244

[startup+25.5005 s]
/proc/loadavg: 2.15 2.14 2.09 3/184 18916
/proc/meminfo: memFree=28245820/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1700420 CPUtime=25.48 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 359601 0 0 0 2497 51 0 0 20 0 4 0 13135174 1741230080 366034 33554432000 4194304 16246674 140736177183696 140736177165568 6132712 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18890/statm: 425105 366034 844 2943 0 421999 0
[pid=18890/tid=18891] ppid=18887 vsize=1700420 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1741230080 366034 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1700420 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1741230080 366034 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1700420 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1741230080 366034 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1700420

[startup+51.1005 s]
/proc/loadavg: 2.10 2.13 2.09 3/184 18916
/proc/meminfo: memFree=28246316/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1700420 CPUtime=51.06 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 359601 0 0 0 5055 51 0 0 20 0 4 0 13135174 1741230080 366034 33554432000 4194304 16246674 140736177183696 140736177165568 13943664 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18890/statm: 425105 366034 844 2943 0 421999 0
[pid=18890/tid=18891] ppid=18887 vsize=1700420 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1741230080 366034 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1700420 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1741230080 366034 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1700420 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1741230080 366034 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1700420

[startup+102.3 s]
/proc/loadavg: 2.20 2.15 2.10 3/183 18918
/proc/meminfo: memFree=28246320/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1700420 CPUtime=102.25 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 359601 0 0 0 10174 51 0 0 20 0 4 0 13135174 1741230080 366034 33554432000 4194304 16246674 140736177183696 140736177165568 13807435 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 425105 366034 844 2943 0 421999 0
[pid=18890/tid=18891] ppid=18887 vsize=1700420 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1741230080 366034 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1700420 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1741230080 366034 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1700420 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1741230080 366034 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1700420


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

/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409125 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 1873476

[startup+1302.3 s]
/proc/loadavg: 2.25 2.17 2.10 3/182 18948
/proc/meminfo: memFree=27896540/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1873476 CPUtime=1302.06 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 402865 0 0 0 130149 57 0 0 20 0 4 0 13135174 1918439424 409298 33554432000 4194304 16246674 140736177183696 140736177165568 13809400 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 468369 409298 844 2943 0 465263 0
[pid=18890/tid=18891] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409298 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409298 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409298 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 1873476

[startup+1362.3 s]
/proc/loadavg: 2.21 2.17 2.10 3/183 18950
/proc/meminfo: memFree=27894692/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1873476 CPUtime=1362.05 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 402865 0 0 0 136148 57 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 140736177165568 13807598 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 468369 409554 844 2943 0 465263 0
[pid=18890/tid=18891] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 1873476

[startup+1422.3 s]
/proc/loadavg: 2.14 2.15 2.10 3/183 18951
/proc/meminfo: memFree=27894808/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1873476 CPUtime=1422.05 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 402865 0 0 0 142148 57 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 140736177165568 13774216 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 468369 409554 844 2943 0 465263 0
[pid=18890/tid=18891] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 1873476

[startup+1482.3 s]
/proc/loadavg: 2.10 2.14 2.09 3/183 18952
/proc/meminfo: memFree=27894756/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1873476 CPUtime=1482.03 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 402865 0 0 0 148146 57 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 140736177165568 13807598 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 468369 409554 844 2943 0 465263 0
[pid=18890/tid=18891] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 1873476

[startup+1542.31 s]
/proc/loadavg: 2.07 2.12 2.09 4/183 18953
/proc/meminfo: memFree=27894576/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1873476 CPUtime=1542.03 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 402865 0 0 0 154146 57 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 140736177165568 13807598 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 468369 409554 844 2943 0 465263 0
[pid=18890/tid=18891] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 1873476

[startup+1602.3 s]
/proc/loadavg: 2.02 2.10 2.08 3/183 18954
/proc/meminfo: memFree=27894956/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1873476 CPUtime=1602.01 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 402870 0 0 0 160144 57 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 140736177165568 6132452 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 468369 409554 844 2943 0 465263 0
[pid=18890/tid=18891] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 1873476

[startup+1662.3 s]
/proc/loadavg: 2.18 2.12 2.09 3/183 18956
/proc/meminfo: memFree=27894580/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1873476 CPUtime=1662 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 402873 0 0 0 166143 57 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 140736177165568 6132704 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 468369 409554 844 2943 0 465263 0
[pid=18890/tid=18891] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 1873476

[startup+1722.3 s]
/proc/loadavg: 2.13 2.12 2.09 4/183 18957
/proc/meminfo: memFree=27894572/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1873476 CPUtime=1721.99 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 402874 0 0 0 172142 57 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 140736177165568 6132712 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 468369 409554 844 2943 0 465263 0
[pid=18890/tid=18891] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 1873476

[startup+1782.3 s]
/proc/loadavg: 2.08 2.11 2.09 3/184 18961
/proc/meminfo: memFree=27894608/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1873476 CPUtime=1781.98 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 402874 0 0 0 178141 57 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 140736177165568 13809352 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 468369 409554 844 2943 0 465263 0
[pid=18890/tid=18891] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 1873476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.10 2.09 3/184 18961
/proc/meminfo: memFree=27894840/32872528 swapFree=681192/736380
[pid=18890] ppid=18887 vsize=1873476 CPUtime=1800.08 cores=1,3,5,7
/proc/18890/stat : 18890 (toysat) R 18887 18890 17793 0 -1 4202496 402874 0 0 0 179951 57 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 140736177165568 13807544 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 468369 409554 844 2943 0 465263 0
[pid=18890/tid=18891] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18891/stat : 18891 (toysat) S 18887 18890 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681938255088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18890/tid=18892] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (toysat) S 18887 18890 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681927765232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18890/tid=18893] ppid=18887 vsize=1873476 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (toysat) S 18887 18890 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13135174 1918439424 409554 33554432000 4194304 16246674 140736177183696 139681917291696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1873476

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.45
CPU time (s): 1800.14
CPU user time (s): 1799.52
CPU system time (s): 0.617906
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 1873476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.617906
maximum resident set size= 1638216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 402874
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= 41
involuntary context switches= 1946

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.01924 second user time and 6.83996 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-16 23:00:59
IDJOB=4093171
IDBENCH=79642
IDSOLVER=2553
FILE ID=node112/4093171-1466110859
RUNJOBID= node112-1466103654-18244
PBS_JOBID= 19904069
Free space on /tmp= 71668 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph05_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093171-1466110859/watcher-4093171-1466110859 -o /tmp/evaluation-result-4093171-1466110859/solver-4093171-1466110859 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466103654-18244 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093171-1466110859.wbo

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

MD5SUM BENCH= 16314cc1180b662b2cbfb0443cd0a158
RANDOM SEED=86184507

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31139496 kB
Buffers:           59948 kB
Cached:           192192 kB
SwapCached:          696 kB
Active:           196048 kB
Inactive:          93608 kB
Active(anon):      38948 kB
Inactive(anon):      740 kB
Active(file):     157100 kB
Inactive(file):    92868 kB
Unevictable:      736380 kB
Mlocked:          681192 kB
SwapTotal:      67108856 kB
SwapFree:       67098028 kB
Dirty:             64188 kB
Writeback:             0 kB
AnonPages:        771508 kB
Mapped:             9112 kB
Shmem:                 0 kB
Slab:             573548 kB
SReclaimable:      17088 kB
SUnreclaim:       556460 kB
KernelStack:        1424 kB
PageTables:         7324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1865196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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= 71652 MiB
End job on node112 at 2016-06-16 23:31:00