Trace number 4093233

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.15 1800.43

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-24reduc_wcsp.wbo
MD5SUMe44e20f2150f9b61d01ff52511cd8892
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 variables1275
Total number of constraints56482
Number of soft constraints56401
Number of constraints which are clauses56401
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Top cost 3389
Min constraint cost 1
Max constraint cost 2434
Sum of constraints costs 18368517
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-16T22:13:23+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-4093233-1466108003.wbo"]
0.00/0.01	c use --random-gen="3942078190 760231699 903581579 1455442265 895283165 4118725421 3105627573 3942152175 2699839590 234821389 2528953899 4122994884 947175913 1105514497 4045162746 4106205264 4201412706 1642022691 2388181190 3804837855 3386942746 1034274629 1286637688 3461826785 2934492278 1039425754 939607345 1247722141 3363087118 491528842 1874074657 3716502389 2877151256 3380565998 2656124880 2713511490 18555358 1164639271 4160338466 3245256843 2337165214 3401488668 103502299 1280463413 1827581763 2448656426 4059364008 2369665843 3118757750 600718254 1673071562 4170005292 3153262709 3526382403 1038919512 3909178254 2107060077 3141668141 3208882570 1703786288 2131269448 3285066540 4003674274 146227667 1753078108 3043705851 984637114 2417862401 3524691429 566162542 473170499 621648938 1998264830 2366523583 3826003333 730363800 1235285957 192071133 118227431 4277606327 1872609583 2192197788 3898811341 3763694163 2166529534 1741355922 939214416 2934855478 3571210171 580998536 2408542265 395117338 2017460804 1370417160 2881573514 3727344667 1054657612 3779640846 4025257280 3815627039 1133460231 660669617 793797002 289133545 3533210945 3686324191 484533208 1877302478 333292471 2412281608 501603278 1387896494 3020139838 2275789502 1158977091 2285826644 1947788479 2869766074 2428244404 2856151751 3847440916 3152947064 2470695780 2558424659 3428095520 1395248575 2129112654 1272093859 3438541375 3977333709 4294705729 2608989570 2915395871 1376858432 391738899 1493738300 306245923 1934487778 457659600 844595304 1995283828 2066276659 3461418978 2097818432 2641135004 3344110380 2613384116 585541918 1525612775 33911993 3548223671 3642505003 1779688740 710704400 1083779941 1689096305 3451143500 1452673661 1972469840 2241299113 2519249373 1602472397 1952467827 823548318 2027952362 2123162841 3597815980 1977916735 3554172234 2549276496 2211387776 3275959099 3901148445 2936928012 1765993538 4172872769 1361343927 2638459555 2696849399 68319066 1953851609 3616999594 3483590255 1390915343 1809717948 473974071 3279065874 1575494859 4089057061 2296901576 1548769829 1262118808 1370667220 174811300 162736680 2377165624 1352049818 963236192 3600153141 2204549820 3184946122 3372811287 2092506253 2183565137 921505358 1773976635 661877679 3398739178 2767834605 370122780 1045885797 1249670940 1201547969 2884538155 866068587 665454785 333472566 947810143 3267769253 70149527 3112784197 1200928520 1708400409 2456212883 3261022707 544149695 1640947079 908573185 2660469040 2576681440 3927346397 1029257180 1622991577 3788607267 1939726670 1376748592 1886954768 3357595359 3624033994 1034738976 2845410577 3625102519 4215720960 2260259600 3562053845 3066034067 3089175189 3901962119 3659819771 100008281 1519709674 2565366575 2035151586 2918087682 1054632681 128519937 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-4093233-1466108003/watcher-4093233-1466108003 -o /tmp/evaluation-result-4093233-1466108003/solver-4093233-1466108003 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466104401-6760 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093233-1466108003.wbo 

pid=7097
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.31 2.22 2.19 3/179 7100
/proc/meminfo: memFree=30550980/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=746940 CPUtime=0 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 2792 0 0 0 0 0 0 0 20 0 4 0 12848926 764866560 3153 33554432000 4194304 16246674 140736818557680 140736818557104 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 187503 3161 441 2943 0 184397 0
[pid=7100/tid=7101] ppid=7097 vsize=764348 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 782692352 3221 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=769468 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12848927 787935232 3238 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=773564 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12848927 792129536 3254 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.31 2.22 2.19 3/179 7100
/proc/meminfo: memFree=30550980/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=1221188 CPUtime=0.08 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 26933 0 0 0 5 3 0 0 20 0 4 0 12848926 1250496512 27234 33554432000 4194304 16246674 140736818557680 140736818556992 4221105 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 305297 27236 803 2943 0 302191 0
[pid=7100/tid=7101] ppid=7097 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1250496512 27240 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12848927 1250496512 27242 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 1250496512 27244 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1221188

[startup+0.200552 s]
/proc/loadavg: 2.31 2.22 2.19 3/179 7100
/proc/meminfo: memFree=30550980/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=1308228 CPUtime=0.19 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 48158 0 0 0 13 6 0 0 20 0 4 0 12848926 1339625472 48970 33554432000 4194304 16246674 140736818557680 140736818556992 4221105 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 327057 48974 803 2943 0 323951 0
[pid=7100/tid=7101] ppid=7097 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1339625472 48976 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12848927 1339625472 48979 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 1339625472 48981 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1308228

[startup+0.300537 s]
/proc/loadavg: 2.31 2.22 2.19 3/179 7100
/proc/meminfo: memFree=30550980/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 59014 0 0 0 21 8 0 0 20 0 4 0 12848926 1345916928 59826 33554432000 4194304 16246674 140736818557680 140736818556992 4220936 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 328593 59826 804 2943 0 325487 0
[pid=7100/tid=7101] ppid=7097 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1345916928 59826 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12848927 1345916928 59826 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 1345916928 59826 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700453 s]
/proc/loadavg: 2.31 2.22 2.19 3/179 7100
/proc/meminfo: memFree=30550980/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 59057 0 0 0 61 8 0 0 20 0 4 0 12848926 1345916928 59869 33554432000 4194304 16246674 140736818557680 140736818556992 4221138 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 328593 59869 835 2943 0 325487 0
[pid=7100/tid=7101] ppid=7097 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1345916928 59869 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12848927 1345916928 59869 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 1345916928 59869 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.50039 s]
/proc/loadavg: 2.31 2.22 2.19 3/183 7104
/proc/meminfo: memFree=29528840/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=1358404 CPUtime=1.49 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 192352 0 0 0 124 25 0 0 20 0 4 0 12848926 1391005696 193164 33554432000 4194304 16246674 140736818557680 140736818556344 4223718 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 339601 193171 837 2943 0 336495 0
[pid=7100/tid=7101] ppid=7097 vsize=1358404 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1391005696 193174 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=1358404 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12848927 1391005696 193177 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=1358404 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 1391005696 193180 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1358404

[startup+3.10037 s]
/proc/loadavg: 2.28 2.22 2.19 3/183 7104
/proc/meminfo: memFree=29015464/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=1367620 CPUtime=3.08 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 194713 0 0 0 283 25 0 0 20 0 4 0 12848926 1400442880 195525 33554432000 4194304 16246674 140736818557680 140736818539584 13807453 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 341905 195525 843 2943 0 338799 0
[pid=7100/tid=7101] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1367620

[startup+6.30033 s]
/proc/loadavg: 2.28 2.22 2.19 3/183 7104
/proc/meminfo: memFree=29014900/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=1367620 CPUtime=6.28 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 194713 0 0 0 603 25 0 0 20 0 4 0 12848926 1400442880 195525 33554432000 4194304 16246674 140736818557680 140736818539584 6132584 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 341905 195525 843 2943 0 338799 0
[pid=7100/tid=7101] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1367620

[startup+12.7003 s]
/proc/loadavg: 2.32 2.23 2.19 3/183 7104
/proc/meminfo: memFree=29014584/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=1367620 CPUtime=12.68 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 194713 0 0 0 1243 25 0 0 20 0 4 0 12848926 1400442880 195525 33554432000 4194304 16246674 140736818557680 140736818539584 13809400 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 341905 195525 843 2943 0 338799 0
[pid=7100/tid=7101] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1367620

[startup+25.5004 s]
/proc/loadavg: 2.27 2.22 2.19 3/183 7104
/proc/meminfo: memFree=29015184/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=1367620 CPUtime=25.48 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 194713 0 0 0 2523 25 0 0 20 0 4 0 12848926 1400442880 195525 33554432000 4194304 16246674 140736818557680 140736818539584 13923640 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 341905 195525 843 2943 0 338799 0
[pid=7100/tid=7101] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1367620

[startup+51.1005 s]
/proc/loadavg: 2.30 2.23 2.19 3/183 7104
/proc/meminfo: memFree=29015064/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=1367620 CPUtime=51.08 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 194713 0 0 0 5083 25 0 0 20 0 4 0 12848926 1400442880 195525 33554432000 4194304 16246674 140736818557680 140736818539584 13817064 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 341905 195525 843 2943 0 338799 0
[pid=7100/tid=7101] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1367620

[startup+102.3 s]
/proc/loadavg: 2.21 2.22 2.18 3/183 7105
/proc/meminfo: memFree=29015232/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=1367620 CPUtime=102.28 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 194713 0 0 0 10203 25 0 0 20 0 4 0 12848926 1400442880 195525 33554432000 4194304 16246674 140736818557680 140736818539584 13807598 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 341905 195525 843 2943 0 338799 0
[pid=7100/tid=7101] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 1400442880 195525 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1367620


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

/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1937313792 414417 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=1891908 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1937313792 414417 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=1891908 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 1937313792 414417 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1891908

[startup+1362.3 s]
/proc/loadavg: 2.11 2.13 2.15 3/183 7136
/proc/meminfo: memFree=27258896/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=1891908 CPUtime=1362.08 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 413605 0 0 0 136150 58 0 0 20 0 4 0 12848926 1937313792 414417 33554432000 4194304 16246674 140736818557680 140736818539584 13809288 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 472977 414417 843 2943 0 469871 0
[pid=7100/tid=7101] ppid=7097 vsize=1891908 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1937313792 414417 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=1891908 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1937313792 414417 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=1891908 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 1937313792 414417 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1891908

[startup+1422.3 s]
/proc/loadavg: 2.08 2.12 2.14 4/183 7138
/proc/meminfo: memFree=27257916/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=1891908 CPUtime=1422.08 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 413605 0 0 0 142149 59 0 0 20 0 4 0 12848926 1937313792 414417 33554432000 4194304 16246674 140736818557680 140736818539584 13807598 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 472977 414417 843 2943 0 469871 0
[pid=7100/tid=7101] ppid=7097 vsize=1891908 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1937313792 414417 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=1891908 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 1937313792 414417 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=1891908 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 1937313792 414417 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1891908

[startup+1482.3 s]
/proc/loadavg: 2.10 2.11 2.13 3/183 7139
/proc/meminfo: memFree=25858392/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=2591300 CPUtime=1482.06 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 588389 0 0 0 148123 83 0 0 20 0 4 0 12848926 2653491200 589201 33554432000 4194304 16246674 140736818557680 140736818539584 13817016 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 647825 589201 843 2943 0 644719 0
[pid=7100/tid=7101] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589201 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589201 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589201 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2591300

[startup+1542.31 s]
/proc/loadavg: 2.03 2.09 2.12 3/183 7140
/proc/meminfo: memFree=25857672/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=2591300 CPUtime=1542.06 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 588453 0 0 0 154123 83 0 0 20 0 4 0 12848926 2653491200 589265 33554432000 4194304 16246674 140736818557680 140736818556856 6132605 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 647825 589265 843 2943 0 644719 0
[pid=7100/tid=7101] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 2591300

[startup+1602.3 s]
/proc/loadavg: 2.11 2.10 2.12 3/184 7144
/proc/meminfo: memFree=25856580/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=2591300 CPUtime=1602.05 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 588453 0 0 0 160121 84 0 0 20 0 4 0 12848926 2653491200 589265 33554432000 4194304 16246674 140736818557680 140736818556776 13807582 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 647825 589265 843 2943 0 644719 0
[pid=7100/tid=7101] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 2591300

[startup+1662.3 s]
/proc/loadavg: 2.07 2.09 2.11 3/183 7145
/proc/meminfo: memFree=25857268/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=2591300 CPUtime=1662.04 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 588453 0 0 0 166120 84 0 0 20 0 4 0 12848926 2653491200 589265 33554432000 4194304 16246674 140736818557680 140736818539584 13923640 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 647825 589265 843 2943 0 644719 0
[pid=7100/tid=7101] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 2591300

[startup+1722.3 s]
/proc/loadavg: 2.08 2.09 2.11 3/183 7147
/proc/meminfo: memFree=25857440/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=2591300 CPUtime=1722.02 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 588453 0 0 0 172118 84 0 0 20 0 4 0 12848926 2653491200 589265 33554432000 4194304 16246674 140736818557680 140736818539584 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 647825 589265 843 2943 0 644719 0
[pid=7100/tid=7101] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2591300

[startup+1782.3 s]
/proc/loadavg: 2.09 2.09 2.10 3/183 7148
/proc/meminfo: memFree=25857048/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=2591300 CPUtime=1782.02 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 588453 0 0 0 178117 85 0 0 20 0 4 0 12848926 2653491200 589265 33554432000 4194304 16246674 140736818557680 140736818539584 13774216 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 647825 589265 843 2943 0 644719 0
[pid=7100/tid=7101] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 2591300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.15 2.10 2.10 3/183 7148
/proc/meminfo: memFree=25856804/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=2591300 CPUtime=1800.02 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) R 7097 7100 3284 0 -1 4202496 588453 0 0 0 179917 85 0 0 20 0 4 0 12848926 2653491200 589265 33554432000 4194304 16246674 140736818557680 140736818539584 13809400 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 647825 589265 843 2943 0 644719 0
[pid=7100/tid=7101] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7101/stat : 7101 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611837471984 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) S 7097 7100 3284 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611826982128 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=7100/tid=7103] ppid=7097 vsize=2591300 CPUtime=0 cores=0,2,4,6
/proc/7100/task/7103/stat : 7103 (toysat) S 7097 7100 3284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12848927 2653491200 589265 33554432000 4194304 16246674 140736818557680 140611816508592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2591300

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

[startup+1800.4 s]
/proc/loadavg: 2.15 2.10 2.10 3/183 7148
/proc/meminfo: memFree=25856804/32872528 swapFree=1243920/1391088
[pid=7100] ppid=7097 vsize=0 CPUtime=1800.12 cores=0,2,4,6
/proc/7100/stat : 7100 (toysat) Z 7097 7100 3284 0 -1 4203532 588453 0 0 0 179917 95 0 0 20 0 2 0 12848926 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7100/statm: 0 0 0 0 0 0 0
[pid=7100/tid=7102] ppid=7097 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/7100/task/7102/stat : 7102 (toysat) R 7097 7100 3284 0 -1 4203588 9 0 0 0 0 8 0 0 20 0 2 0 12848927 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 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.43
CPU time (s): 1800.15
CPU user time (s): 1799.18
CPU system time (s): 0.972852
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 2591300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 0.972852
maximum resident set size= 2357060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 588453
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= 26
involuntary context switches= 1860

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.93749 second user time and 16.1355 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 22:13:23
IDJOB=4093233
IDBENCH=79564
IDSOLVER=2553
FILE ID=node119/4093233-1466108003
RUNJOBID= node119-1466104401-6760
PBS_JOBID= 19904040
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06-24reduc_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093233-1466108003/watcher-4093233-1466108003 -o /tmp/evaluation-result-4093233-1466108003/solver-4093233-1466108003 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466104401-6760 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093233-1466108003.wbo

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

MD5SUM BENCH= e44e20f2150f9b61d01ff52511cd8892
RANDOM SEED=1522859013

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30579356 kB
Buffers:           56712 kB
Cached:           138984 kB
SwapCached:         1048 kB
Active:           100440 kB
Inactive:          98340 kB
Active(anon):       3960 kB
Inactive(anon):     1560 kB
Active(file):      96480 kB
Inactive(file):    96780 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:             35740 kB
Writeback:             0 kB
AnonPages:       1393780 kB
Mapped:             7160 kB
Shmem:                 0 kB
Slab:             571500 kB
SReclaimable:      15808 kB
SUnreclaim:       555692 kB
KernelStack:        1456 kB
PageTables:         6908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1488488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71704 MiB
End job on node119 at 2016-06-16 22:43:24