Trace number 4093177

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.18 1800.46

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph12_wcsp.wbo
MD5SUMbaac82f1e5c2363a05a67929a02d4991
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 variables9502
Total number of constraints1168253
Number of soft constraints1168001
Number of constraints which are clauses1168001
Number of constraints which are cardinality constraints (but not clauses)252
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 939023
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 296009396
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:04:09+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-4093177-1466111048.wbo"]
0.00/0.01	c use --random-gen="1419361480 2627123656 94106617 2479249010 1340779899 3231831625 1618729780 1745520097 164126689 3335432551 3000891049 506072875 621572600 4051194650 1693703220 2778147047 4174123382 60882038 789730138 1025736069 2797136522 1159101319 3872299613 3395970729 4143039215 3763218127 63663978 712040517 959400160 2996301265 3089881024 3122003211 2797016165 2720482117 2634284590 4209351398 2209199781 3380019271 1404181787 4208914847 2734756607 2629401017 2233159934 383136331 1233044470 2588714246 274855868 3706578920 3706218680 3556215712 3506011872 262434145 2411442481 2711116771 3524800442 379243253 4247458201 793815775 1408699852 3777968200 2917484411 115000133 778629014 3539370308 2628949746 1309111607 328341549 1237962300 1613963565 894922954 1325626027 43384517 395987599 2071217333 788221841 1698653771 1647438833 1726479352 2377810018 484604511 932215345 3248788514 997259082 633173565 3418766819 320664405 278048535 1355399481 1141187628 1380403866 52628803 3226136145 2986078256 2194384984 127026998 3868961516 2048892831 1613819967 2623192785 1187526134 2312069291 2159459638 1739334479 2727157749 1775817226 3536706149 2664818207 3191034109 2141772552 636042861 1517470186 470245821 2044493439 2744060555 4178266138 2661917379 461445953 1404839447 750140881 3409077095 1226882572 3357678177 3972576631 900299111 2826767408 832739084 252642676 2474701733 1750156954 1598841642 1046872205 737855096 4276081074 1419128951 4203674993 2835902553 966183167 3689551303 1639575974 3319646294 3437426214 801087285 270818107 2640488605 2313687867 3700852998 3104273424 829212048 2981239854 820071879 706785307 865843529 2320387961 1984311132 3847222437 1271046244 1669434173 1526717415 2782990397 1654166803 2338238100 191975139 63183256 880376088 3372856475 1745258686 1972321085 2371338695 1281788261 3770310388 4062756562 451403334 2755716138 2264048223 1864047238 4241022513 2871447432 1658452084 730096975 253465212 4112875052 3065689096 958922971 3719809331 1916996070 1612692067 4267957700 3649534651 321624364 711985952 2505553519 1219442759 980295582 1687944094 2096123466 541710006 500806216 787060878 896066785 1068101460 1950967412 377713321 1713534902 1972158235 3025408573 1580212830 1059678081 2206733657 1984230783 4129049341 4195665644 1800843545 2156498340 3416185643 2855249655 3702490025 3192016630 1418199666 2063509467 618705723 829334646 2946164476 3283905912 499501513 3697119998 97860053 1702733234 3518354362 1440036541 2678842726 2940150733 3717868646 1937863811 4080005370 2801559405 4070042291 1249023229 3672511669 4051347088 1846693324 3966975494 273729209 1950725247 689642808 2250946722 2297317368 2208173874 3974777458 4157145220 2158885782 3349225805 3196464427 1949341069 771238548 128110966 56596254 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-4093177-1466111048/watcher-4093177-1466111048 -o /tmp/evaluation-result-4093177-1466111048/solver-4093177-1466111048 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466109021-26197 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093177-1466111048.wbo 

pid=26493
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.01 2.02 2.20 3/179 26496
/proc/meminfo: memFree=31814756/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=759364 CPUtime=0 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 2837 0 0 0 0 0 0 0 20 0 4 0 13154838 777588736 3709 33554432000 4194304 16246674 140736558416000 140736558415424 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 190353 3719 442 2943 0 187247 0
[pid=26496/tid=26497] ppid=26493 vsize=776772 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 795414528 3780 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=780868 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 799608832 3796 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=785988 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 804851712 3814 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.01 2.02 2.20 3/179 26496
/proc/meminfo: memFree=31814756/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=1301060 CPUtime=0.09 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 28513 0 0 0 5 4 0 0 20 0 4 0 13154838 1332285440 29325 33554432000 4194304 16246674 140736558416000 140736558415312 7889302 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 325265 29340 803 2943 0 322159 0
[pid=26496/tid=26497] ppid=26493 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 1332285440 29351 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 1332285440 29361 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 1332285440 29372 33554432000 4194304 16246674 140736558416000 139796689185968 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) 1301060

[startup+0.200504 s]
/proc/loadavg: 2.01 2.02 2.20 3/179 26496
/proc/meminfo: memFree=31814756/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=1314372 CPUtime=0.19 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 48437 0 0 0 12 7 0 0 20 0 4 0 13154838 1345916928 49759 33554432000 4194304 16246674 140736558416000 140736558415312 14795916 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 328593 49759 803 2943 0 325487 0
[pid=26496/tid=26497] ppid=26493 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 1345916928 49759 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 1345916928 49759 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 1345916928 49759 33554432000 4194304 16246674 140736558416000 139796689185968 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) 1314372

[startup+0.300472 s]
/proc/loadavg: 2.01 2.02 2.20 3/179 26496
/proc/meminfo: memFree=31814756/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 65671 0 0 0 20 9 0 0 20 0 4 0 13154838 1345916928 66993 33554432000 4194304 16246674 140736558416000 140736558415312 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 328593 66993 803 2943 0 325487 0
[pid=26496/tid=26497] ppid=26493 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 1345916928 66993 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 1345916928 66993 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 1345916928 66993 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700402 s]
/proc/loadavg: 2.01 2.02 2.20 3/179 26496
/proc/meminfo: memFree=31814756/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 71329 0 0 0 59 10 0 0 20 0 4 0 13154838 1345916928 72651 33554432000 4194304 16246674 140736558416000 140736558398992 8055447 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 328593 72651 803 2943 0 325487 0
[pid=26496/tid=26497] ppid=26493 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 1345916928 72651 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 1345916928 72651 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 1345916928 72651 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.50041 s]
/proc/loadavg: 2.01 2.02 2.20 3/183 26500
/proc/meminfo: memFree=31161964/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=1314372 CPUtime=1.49 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 87035 0 0 0 137 12 0 0 20 0 4 0 13154838 1345916928 88357 33554432000 4194304 16246674 140736558416000 140736558413888 7376309 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 328593 88357 804 2943 0 325487 0
[pid=26496/tid=26497] ppid=26493 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 1345916928 88357 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 1345916928 88357 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 1345916928 88357 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10048 s]
/proc/loadavg: 2.01 2.02 2.20 3/183 26500
/proc/meminfo: memFree=30680468/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=1321540 CPUtime=3.08 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 145149 0 0 0 289 19 0 0 20 0 4 0 13154838 1353256960 146471 33554432000 4194304 16246674 140736558416000 140736558398992 7374109 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 330385 146471 804 2943 0 327279 0
[pid=26496/tid=26497] ppid=26493 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 1353256960 146471 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 1353256960 146471 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 1353256960 146471 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1321540

[startup+6.30033 s]
/proc/loadavg: 2.09 2.04 2.21 3/183 26500
/proc/meminfo: memFree=29976184/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=1370692 CPUtime=6.29 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 225672 0 0 0 598 31 0 0 20 0 4 0 13154838 1403588608 235170 33554432000 4194304 16246674 140736558416000 140736558398992 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 342673 235170 804 2943 0 339567 0
[pid=26496/tid=26497] ppid=26493 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 1403588608 235170 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 1403588608 235170 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=1370692 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 1403588608 235170 33554432000 4194304 16246674 140736558416000 139796689185968 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) 1370692

[startup+12.7005 s]
/proc/loadavg: 2.08 2.04 2.21 3/183 26500
/proc/meminfo: memFree=29406328/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=1456708 CPUtime=12.69 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 292392 0 0 0 1230 39 0 0 20 0 4 0 13154838 1491668992 305978 33554432000 4194304 16246674 140736558416000 140736558397888 4206597 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 364177 305978 837 2943 0 361071 0
[pid=26496/tid=26497] ppid=26493 vsize=1456708 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 1491668992 305978 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=1456708 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 1491668992 305978 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=1456708 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 1491668992 305978 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1456708

[startup+25.5004 s]
/proc/loadavg: 2.06 2.04 2.20 3/183 26500
/proc/meminfo: memFree=28346892/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=2428484 CPUtime=25.49 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 535468 0 0 0 2474 75 0 0 20 0 4 0 13154838 2486767616 549054 33554432000 4194304 16246674 140736558416000 140736558414664 4221105 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 607121 549062 839 2943 0 604015 0
[pid=26496/tid=26497] ppid=26493 vsize=2429508 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 2487816192 549068 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=2429508 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 2487816192 549073 33554432000 4194304 16246674 140736558416000 139796802411536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=2429508 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 2487816192 549077 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2428484

[startup+51.1077 s]
/proc/loadavg: 2.04 2.03 2.19 4/183 26500
/proc/meminfo: memFree=25840700/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=3237444 CPUtime=51.09 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 737725 0 0 0 5007 102 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 140736558397888 6132704 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 809361 751311 845 2943 0 806255 0
[pid=26496/tid=26497] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3237444

[startup+102.3 s]
/proc/loadavg: 2.14 2.06 2.19 3/183 26501
/proc/meminfo: memFree=25840780/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=3237444 CPUtime=102.27 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 737725 0 0 0 10125 102 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 140736558397888 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 809361 751311 845 2943 0 806255 0
[pid=26496/tid=26497] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796689185968 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) 3237444


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

/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3237444

[startup+1362.31 s]
/proc/loadavg: 2.00 2.00 2.04 3/183 26534
/proc/meminfo: memFree=25836456/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=3237444 CPUtime=1362.09 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 737725 0 0 0 136104 105 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 140736558397888 13809392 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 809361 751311 845 2943 0 806255 0
[pid=26496/tid=26497] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 3237444

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 26535
/proc/meminfo: memFree=25836744/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=3237444 CPUtime=1422.07 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 737725 0 0 0 142102 105 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 140736558397888 13943729 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 809361 751311 845 2943 0 806255 0
[pid=26496/tid=26497] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796689185968 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) 3237444

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 26536
/proc/meminfo: memFree=25836592/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=3237444 CPUtime=1482.06 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 737725 0 0 0 148101 105 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 140736558397888 6132652 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 809361 751311 845 2943 0 806255 0
[pid=26496/tid=26497] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796689185968 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) 3237444

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 26537
/proc/meminfo: memFree=25836776/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=3237444 CPUtime=1542.06 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 737725 0 0 0 154101 105 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 140736558397888 13774084 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 809361 751311 845 2943 0 806255 0
[pid=26496/tid=26497] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 3237444

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/184 26541
/proc/meminfo: memFree=25836612/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=3237444 CPUtime=1602.05 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 737725 0 0 0 160100 105 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 140736558397888 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 809361 751311 845 2943 0 806255 0
[pid=26496/tid=26497] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 3237444

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 26543
/proc/meminfo: memFree=25836828/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=3237444 CPUtime=1662.04 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 737725 0 0 0 166099 105 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 140736558397888 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 809361 751311 845 2943 0 806255 0
[pid=26496/tid=26497] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796689185968 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) 3237444

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.01 3/183 26544
/proc/meminfo: memFree=25837100/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=3237444 CPUtime=1722.03 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 737725 0 0 0 172098 105 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 140736558397888 13809242 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 809361 751311 845 2943 0 806255 0
[pid=26496/tid=26497] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 3237444

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 26545
/proc/meminfo: memFree=25835648/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=3237444 CPUtime=1782.02 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 737725 0 0 0 178097 105 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 140736558397888 6132652 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 809361 751311 845 2943 0 806255 0
[pid=26496/tid=26497] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 3237444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 26545
/proc/meminfo: memFree=25836580/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=3237444 CPUtime=1800.01 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) R 26493 26496 23926 0 -1 4202496 737725 0 0 0 179896 105 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 140736558397888 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 809361 751311 845 2943 0 806255 0
[pid=26496/tid=26497] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) S 26493 26496 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796812901616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26496/tid=26498] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26498/stat : 26498 (toysat) S 26493 26496 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13154838 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796802411760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26496/tid=26499] ppid=26493 vsize=3237444 CPUtime=0 cores=0,2,4,6
/proc/26496/task/26499/stat : 26499 (toysat) S 26493 26496 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13154839 3315142656 751311 33554432000 4194304 16246674 140736558416000 139796689185968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3237444

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

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 26545
/proc/meminfo: memFree=25836580/32872528 swapFree=162364/176672
[pid=26496] ppid=26493 vsize=0 CPUtime=1800.12 cores=0,2,4,6
/proc/26496/stat : 26496 (toysat) Z 26493 26496 23926 0 -1 4203532 737725 0 0 0 179897 115 0 0 20 0 2 0 13154838 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26496/statm: 0 0 0 0 0 0 0
[pid=26496/tid=26497] ppid=26493 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/26496/task/26497/stat : 26497 (toysat) R 26493 26496 23926 0 -1 4203588 9 0 0 0 0 8 0 0 20 0 2 0 13154838 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.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.46
CPU time (s): 1800.18
CPU user time (s): 1798.97
CPU system time (s): 1.20782
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 3237444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 1.20782
maximum resident set size= 3005244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 737725
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= 30
involuntary context switches= 1981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2529 second user time and 9.38357 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 23:04:09
IDJOB=4093177
IDBENCH=79647
IDSOLVER=2553
FILE ID=node105/4093177-1466111048
RUNJOBID= node105-1466109021-26197
PBS_JOBID= 19904031
Free space on /tmp= 71668 MiB

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

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

MD5SUM BENCH= baac82f1e5c2363a05a67929a02d4991
RANDOM SEED=2016880048

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31846028 kB
Buffers:            1244 kB
Cached:           137952 kB
SwapCached:          148 kB
Active:           130632 kB
Inactive:          13428 kB
Active(anon):       3580 kB
Inactive(anon):     3980 kB
Active(file):     127052 kB
Inactive(file):     9448 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67098060 kB
Dirty:            103480 kB
Writeback:             0 kB
AnonPages:        182388 kB
Mapped:             8588 kB
Shmem:                 0 kB
Slab:             573176 kB
SReclaimable:      16140 kB
SUnreclaim:       557036 kB
KernelStack:        1408 kB
PageTables:         4376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     317308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 71648 MiB
End job on node105 at 2016-06-16 23:34:10