Trace number 4093284

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.21 1800.49

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-capmo2_wcsp.wbo
MD5SUMfae2f00dc57ff1dba83c1276ab8a2bc1
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark2322397
Best CPU time to get the best result obtained on this benchmark1800.34
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables10200
Total number of constraints20300
Number of soft constraints20100
Number of constraints which are clauses20100
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint100
Top cost 19304198
Min constraint cost 1
Max constraint cost 19304198
Sum of constraints costs 193196633046
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
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-16T21:00:55+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-4093284-1466103655.wbo"]
0.00/0.01	c use --random-gen="945043398 73726850 4247712870 3688598436 3830002958 1456426544 276072878 2529854584 4019623781 4184844271 3337154078 411579088 1168152634 1941421319 2177288294 1638454193 1506327549 3545023697 1746332859 2916468950 4169156092 1010088281 3961048669 2735141708 1724136870 4211165259 3444081824 2948192983 3378212255 3599172631 1274136285 3298269414 458199560 2500933342 2570120934 3172655603 214856363 1100099014 4294415235 2354886287 3551245089 2170232443 873562699 1899529410 2537388228 2935766952 3684628079 1721409793 3170762516 1692117647 3326517134 4161467969 3910953199 3665387967 1431040956 1451513830 2065289332 22144724 1593318492 418869732 206760526 124749953 1161230742 1026006996 150546307 3248430358 3145509369 1446069925 1829927878 94648694 743521219 1264088440 3416363953 4287716781 4094990076 2721504365 2712189675 4082330753 3455951754 3794241734 1120044928 481637541 3444211306 522099680 2749069680 55175269 1178280229 783036760 2218295174 3670153299 2694376628 2746991148 3027057961 1297944951 2028961999 1317732795 3490584272 3205395941 1128716920 1165318263 1115842534 3538746303 3551353016 2427995381 244663716 829455296 1997516463 885188230 2904135934 1710170298 1453014799 3102835720 3931657846 2682932298 3206310947 3629530028 3521099059 1273858346 843266500 1635075733 1237009482 1698329832 1808167839 2806267867 3634790137 2281699098 78908146 179252983 2919513300 1389186853 617132283 884055393 2806324803 2767421164 113039663 1780384793 1775354832 2794562788 3374491735 752181537 3423949629 2508562523 4150737675 3060750496 735327037 598735137 350353002 2859517433 3167597893 1786168586 3057913736 3187956671 731800014 625604440 328995804 1871862445 969378141 575582331 1864249154 3158537058 765275852 3912953824 782138574 4004874424 2889424959 3491412606 2869494050 969195864 3723759509 1736377548 1103553270 525508759 3137569870 4064625564 1175488494 2817240546 2078094773 2958070529 1810687848 682740839 3883597022 2212439035 4228063673 852020716 2943214184 4006571427 4099213800 2846534444 349835197 1556206111 4168060760 2052934996 3590528882 4045510553 1078536017 2490524407 195969233 4191759186 3149143086 3274128150 849709723 3649510201 3241204670 3685226569 3087436109 2277721976 1351881067 1855028256 1975471027 2556692996 913097388 3822442169 312805326 534163964 2023851691 776859640 4194380429 624685885 4103992959 135863661 3259575722 3172668082 301108784 500841975 1560705047 3428646012 3576801899 1456496755 342465322 3973317392 121331721 1702988585 4003964633 1678109997 3862114022 3544102382 2986769327 205771265 250673563 2030313236 1229456463 2455217041 2703648405 143412212 1771933173 878167443 604299130 3670385742 2677583203 2906153597 3531250127 3463671712 2288896579 3901687565 3504217917 1716700165 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-4093284-1466103655/watcher-4093284-1466103655 -o /tmp/evaluation-result-4093284-1466103655/solver-4093284-1466103655 -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-4093284-1466103655.wbo 

pid=18273
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.19 2.10 2.09 3/180 18276
/proc/meminfo: memFree=31068060/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=835004 CPUtime=0 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 3134 0 0 0 0 0 0 0 20 0 4 0 12414742 855044096 2984 33554432000 4194304 16246674 140735695424992 140735695424416 13880264 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18276/statm: 209263 2993 441 2943 0 206157 0
[pid=18276/tid=18277] ppid=18273 vsize=852412 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 872869888 3054 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=857532 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 878112768 3072 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=861628 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12414742 882307072 3088 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.19 2.10 2.09 3/180 18276
/proc/meminfo: memFree=31068060/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=1301060 CPUtime=0.09 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 27074 0 0 0 5 4 0 0 20 0 4 0 12414742 1332285440 26864 33554432000 4194304 16246674 140735695424992 140735695424304 7364033 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18276/statm: 325265 26879 800 2943 0 322159 0
[pid=18276/tid=18277] ppid=18273 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 1332285440 26889 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 1332285440 26900 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 1332285440 26910 33554432000 4194304 16246674 140735695424992 140716264115376 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) 1301060

[startup+0.200574 s]
/proc/loadavg: 2.19 2.10 2.09 3/180 18276
/proc/meminfo: memFree=31068060/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=1302084 CPUtime=0.19 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 45796 0 0 0 13 6 0 0 20 0 4 0 12414742 1333334016 45585 33554432000 4194304 16246674 140735695424992 140735695424304 6144396 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18276/statm: 325521 45593 827 2943 0 322415 0
[pid=18276/tid=18277] ppid=18273 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 1333334016 45599 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 1333334016 45601 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 1333334016 45608 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1302084

[startup+0.300493 s]
/proc/loadavg: 2.19 2.10 2.09 3/180 18276
/proc/meminfo: memFree=31068060/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=1302084 CPUtime=0.29 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 65880 0 0 0 20 9 0 0 20 0 4 0 12414742 1333334016 65669 33554432000 4194304 16246674 140735695424992 140735695406912 12486453 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18276/statm: 325521 65678 827 2943 0 322415 0
[pid=18276/tid=18277] ppid=18273 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 1333334016 65685 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 1333334016 65692 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 1333334016 65697 33554432000 4194304 16246674 140735695424992 140716264115376 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) 1302084

[startup+0.700395 s]
/proc/loadavg: 2.19 2.10 2.09 3/180 18276
/proc/meminfo: memFree=31068060/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=1320516 CPUtime=0.68 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 133123 0 0 0 50 18 0 0 20 0 4 0 12414742 1352208384 132912 33554432000 4194304 16246674 140735695424992 140735695424208 6974472 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 330129 132912 830 2943 0 327023 0
[pid=18276/tid=18277] ppid=18273 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 1352208384 132912 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 1352208384 132912 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 1352208384 132912 33554432000 4194304 16246674 140735695424992 140716264115376 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) 1320516

[startup+1.50041 s]
/proc/loadavg: 2.19 2.10 2.09 3/184 18280
/proc/meminfo: memFree=30150180/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=1320516 CPUtime=1.48 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 133133 0 0 0 130 18 0 0 20 0 4 0 12414742 1352208384 132922 33554432000 4194304 16246674 140735695424992 140735695406912 6132656 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 330129 132922 839 2943 0 327023 0
[pid=18276/tid=18277] ppid=18273 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 1352208384 132922 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 1352208384 132922 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 1352208384 132922 33554432000 4194304 16246674 140735695424992 140716264115376 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) 1320516

[startup+3.1004 s]
/proc/loadavg: 2.19 2.10 2.09 3/184 18280
/proc/meminfo: memFree=30149196/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=1320516 CPUtime=3.08 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 133133 0 0 0 290 18 0 0 20 0 4 0 12414742 1352208384 132922 33554432000 4194304 16246674 140735695424992 140735695406912 6132605 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 330129 132922 839 2943 0 327023 0
[pid=18276/tid=18277] ppid=18273 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 1352208384 132922 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 1352208384 132922 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 1352208384 132922 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1320516

[startup+6.30039 s]
/proc/loadavg: 2.17 2.10 2.09 3/184 18280
/proc/meminfo: memFree=30149660/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=1320516 CPUtime=6.28 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 133133 0 0 0 610 18 0 0 20 0 4 0 12414742 1352208384 132922 33554432000 4194304 16246674 140735695424992 140735695424168 6132605 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 330129 132922 839 2943 0 327023 0
[pid=18276/tid=18277] ppid=18273 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 1352208384 132922 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 1352208384 132922 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1320516 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 1352208384 132922 33554432000 4194304 16246674 140735695424992 140716264115376 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) 1320516

[startup+12.7004 s]
/proc/loadavg: 2.16 2.10 2.08 3/184 18303
/proc/meminfo: memFree=29262844/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=1334852 CPUtime=12.69 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 243777 0 0 0 1233 36 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140735695406912 4221019 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 333713 243566 841 2943 0 330607 0
[pid=18276/tid=18277] ppid=18273 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1334852

[startup+25.5004 s]
/proc/loadavg: 2.20 2.11 2.09 3/184 18303
/proc/meminfo: memFree=29265076/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=1334852 CPUtime=25.48 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 243777 0 0 0 2512 36 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140735695406912 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 333713 243566 841 2943 0 330607 0
[pid=18276/tid=18277] ppid=18273 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140716264115376 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) 1334852

[startup+51.1004 s]
/proc/loadavg: 2.21 2.11 2.09 3/184 18303
/proc/meminfo: memFree=29265456/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=1334852 CPUtime=51.08 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 243777 0 0 0 5072 36 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140735695406912 13774056 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 333713 243566 841 2943 0 330607 0
[pid=18276/tid=18277] ppid=18273 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1334852

[startup+102.3 s]
/proc/loadavg: 2.09 2.09 2.09 3/183 18304
/proc/meminfo: memFree=29265308/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=1334852 CPUtime=102.28 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 243777 0 0 0 10192 36 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140735695406912 13809344 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 333713 243566 841 2943 0 330607 0
[pid=18276/tid=18277] ppid=18273 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 1366888448 243566 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1334852


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

/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 2455310336 540368 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=2397764 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 2455310336 540368 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=2397764 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 2455310336 540368 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 2397764

[startup+1362.3 s]
/proc/loadavg: 2.06 2.09 2.08 3/183 18335
/proc/meminfo: memFree=25765472/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=2955844 CPUtime=1362.08 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 680099 0 0 0 136106 102 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140735695406912 13774090 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 738961 679888 841 2943 0 735855 0
[pid=18276/tid=18277] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2955844

[startup+1422.3 s]
/proc/loadavg: 2.18 2.12 2.09 3/183 18336
/proc/meminfo: memFree=25765584/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=2955844 CPUtime=1422.08 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 680099 0 0 0 142105 103 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140735695406912 6132708 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 738961 679888 841 2943 0 735855 0
[pid=18276/tid=18277] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 2955844

[startup+1482.3 s]
/proc/loadavg: 2.23 2.14 2.10 3/183 18337
/proc/meminfo: memFree=25764964/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=2955844 CPUtime=1482.06 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 680099 0 0 0 148103 103 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140735695424168 13807582 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 738961 679888 841 2943 0 735855 0
[pid=18276/tid=18277] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2955844

[startup+1542.31 s]
/proc/loadavg: 2.20 2.15 2.10 3/183 18339
/proc/meminfo: memFree=25765580/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=2955844 CPUtime=1542.06 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 680099 0 0 0 154102 104 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140735695424168 13807488 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 738961 679888 841 2943 0 735855 0
[pid=18276/tid=18277] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 2955844

[startup+1602.3 s]
/proc/loadavg: 2.11 2.14 2.10 3/183 18340
/proc/meminfo: memFree=25765204/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=2955844 CPUtime=1602.05 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 680099 0 0 0 160100 105 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140735695406912 6132584 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 738961 679888 841 2943 0 735855 0
[pid=18276/tid=18277] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 2955844

[startup+1662.3 s]
/proc/loadavg: 2.13 2.14 2.09 3/183 18341
/proc/meminfo: memFree=25765320/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=2955844 CPUtime=1662.03 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 680099 0 0 0 166098 105 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140735695406912 13809400 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 738961 679888 841 2943 0 735855 0
[pid=18276/tid=18277] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2955844

[startup+1722.3 s]
/proc/loadavg: 2.05 2.11 2.09 3/183 18342
/proc/meminfo: memFree=25764936/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=2955844 CPUtime=1722.03 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 680099 0 0 0 172097 106 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140735695406912 13807608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 738961 679888 841 2943 0 735855 0
[pid=18276/tid=18277] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=2955844 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 3026784256 679888 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 2955844

[startup+1782.3 s]
/proc/loadavg: 2.12 2.12 2.09 3/184 18346
/proc/meminfo: memFree=24427096/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=3623492 CPUtime=1782.02 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 847011 0 0 0 178075 127 0 0 20 0 4 0 12414742 3710455808 846800 33554432000 4194304 16246674 140735695424992 140735695406912 13807598 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 905873 846800 841 2943 0 902767 0
[pid=18276/tid=18277] ppid=18273 vsize=3623492 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 3710455808 846800 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=3623492 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 3710455808 846800 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=3623492 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 3710455808 846800 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 3623492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.08 2.11 2.09 4/184 18347
/proc/meminfo: memFree=24426956/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=3623492 CPUtime=1800.02 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) R 18273 18276 17793 0 -1 4202496 847011 0 0 0 179875 127 0 0 20 0 4 0 12414742 3710455808 846800 33554432000 4194304 16246674 140735695424992 140735695406912 13809224 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 905873 846800 841 2943 0 902767 0
[pid=18276/tid=18277] ppid=18273 vsize=3623492 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18277/stat : 18277 (toysat) S 18273 18276 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12414742 3710455808 846800 33554432000 4194304 16246674 140735695424992 140716285078768 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=3623492 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) S 18273 18276 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12414742 3710455808 846800 33554432000 4194304 16246674 140735695424992 140716274588912 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=18276/tid=18279] ppid=18273 vsize=3623492 CPUtime=0 cores=1,3,5,7
/proc/18276/task/18279/stat : 18279 (toysat) S 18273 18276 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12414742 3710455808 846800 33554432000 4194304 16246674 140735695424992 140716264115376 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3623492

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

[startup+1800.4 s]
/proc/loadavg: 2.08 2.11 2.09 4/184 18347
/proc/meminfo: memFree=24426956/32872528 swapFree=681192/736380
[pid=18276] ppid=18273 vsize=0 CPUtime=1800.12 cores=1,3,5,7
/proc/18276/stat : 18276 (toysat) Z 18273 18276 17793 0 -1 4203532 847011 0 0 0 179875 137 0 0 20 0 2 0 12414742 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 0 0 0 0 0 0 0
[pid=18276/tid=18278] ppid=18273 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/18276/task/18278/stat : 18278 (toysat) R 18273 18276 17793 0 -1 4203588 8 0 0 0 0 8 0 0 20 0 2 0 12414742 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 5 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.49
CPU time (s): 1800.21
CPU user time (s): 1798.76
CPU system time (s): 1.45178
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 3623492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.76
system time used= 1.45178
maximum resident set size= 3387200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 847011
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= 36
involuntary context switches= 1952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9351 second user time and 8.5217 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-16 21:00:55
IDJOB=4093284
IDBENCH=79539
IDSOLVER=2553
FILE ID=node112/4093284-1466103655
RUNJOBID= node112-1466103654-18244
PBS_JOBID= 19904069
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-capmo2_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093284-1466103655/watcher-4093284-1466103655 -o /tmp/evaluation-result-4093284-1466103655/solver-4093284-1466103655 -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-4093284-1466103655.wbo

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

MD5SUM BENCH= fae2f00dc57ff1dba83c1276ab8a2bc1
RANDOM SEED=260080544

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:        31094380 kB
Buffers:           56976 kB
Cached:           158304 kB
SwapCached:          696 kB
Active:           246044 kB
Inactive:          89704 kB
Active(anon):     122168 kB
Inactive(anon):      740 kB
Active(file):     123876 kB
Inactive(file):    88964 kB
Unevictable:      736380 kB
Mlocked:          681192 kB
SwapTotal:      67108856 kB
SwapFree:       67098028 kB
Dirty:             34156 kB
Writeback:             0 kB
AnonPages:        854476 kB
Mapped:             9964 kB
Shmem:                 0 kB
Slab:             571204 kB
SReclaimable:      14932 kB
SUnreclaim:       556272 kB
KernelStack:        1384 kB
PageTables:         7464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1949100 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= 71696 MiB
End job on node112 at 2016-06-16 21:30:56