Trace number 4110558

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.03 1800.32

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-capb_wcsp.wbo
MD5SUMb88bd1871aa01efcb3899341ac23775f
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 variables100200
Total number of constraints201200
Number of soft constraints200100
Number of constraints which are clauses200100
Number of constraints which are cardinality constraints (but not clauses)1100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint100
Top cost 132622180
Min constraint cost 1
Max constraint cost 132622180
Sum of constraints costs 13265314501093
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-19T16:26:38+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-4110558-1466346397.wbo"]
0.00/0.01	c use --random-gen="2884714317 4285581732 325018205 3469818505 105759569 1582465287 2417971439 1365204219 2996591369 299160699 3560947904 3987138836 426262229 1574427761 1854671274 95127819 2421833067 1987541992 3692277230 44912043 3645581192 883613603 2709502413 3715848228 3931867302 3254474487 3441539086 4045631333 2029574870 1257744878 1966385346 3707741243 1187501183 3228084472 3490243891 755562314 3378107597 2578990559 4032585793 3081360774 3649565029 3431322024 1945483036 3628735081 3176206041 3157279550 417318211 821482515 981532732 3974480541 4242216871 3596506907 2193987951 2911691186 652055742 2378409885 4168807985 3946718603 2863250868 2550741181 1759439080 388464216 1507680105 1270730369 1557961888 2174589594 814548737 3609194600 3407818373 3016952741 1001263895 1959530790 1301258189 2482795291 3936113872 2089445229 2976931830 821983657 1647219095 1610952314 544451128 633250897 3843133224 2865696524 158348863 189424209 3010381686 4271251211 1828546158 3767999100 1376310791 550511318 1214982704 1028974894 4283106331 2258912958 1050022792 2803255083 3397827549 2690938543 1863638981 1145164152 1642041418 4168047809 1588702361 775382738 3721776835 359028386 2914676607 4286596628 1015385528 805237277 3463076350 2564044403 4099860895 2753169358 3687836817 3315008333 1876708818 2207439697 3223863411 2094428122 2466693658 3315117669 1896764355 2542699467 375205569 947345662 257326877 3031479836 4160617143 5793266 587279965 441987159 1238060860 52809215 2588907901 582562321 3458804618 1041061962 3894390442 4061134609 2113886357 22812313 9473823 1538935327 159399433 1568576737 2088381516 1082781924 2680876186 11719394 2854342961 815430123 602980127 2353418257 1743782030 1952750727 3044378990 1075146210 6479100 2447582927 4077502411 2509489354 766696990 1953127572 315580737 1160266878 2196467599 2117381437 141180552 3817473008 1599019848 202465045 2356677833 1480816642 1608478532 4172479123 3304947907 2851656914 203991976 3178883492 93889050 1450696856 3663724326 1677225334 3972575488 1755335728 586964178 1558842344 1104038530 1819177667 1277020035 900876214 3764322889 1841425581 1212185796 2550116986 859819701 2001783529 2524647940 3182862278 2645867568 54681332 1852071326 512682933 2872833775 2601842709 2387772114 3593743142 3786909760 2066686849 2142443110 3946640657 3120250610 4241994364 604967484 1475671715 2814528439 3837241437 3896143947 103625552 3174720318 2409850810 1561003413 2795507774 1203211106 1241765316 1901855470 487717914 3431461868 2658063834 3175001262 358422348 1937645947 4081710128 227991378 1323956183 1842399211 2818916554 2390415372 3583367548 1775282768 96308024 1080497854 1497018012 2408496815 3221653600 599959592 3632035158 1955146945 2602260871 3403816103 3397684556 2299121462 3689270906 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-4110558-1466346397/watcher-4110558-1466346397 -o /tmp/evaluation-result-4110558-1466346397/solver-4110558-1466346397 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466341819-1236 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110558-1466346397.wbo 

pid=3593
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.23 2.22 2.18 4/177 3596
/proc/meminfo: memFree=22075172/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=538044 CPUtime=0 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 1973 0 0 0 0 0 0 0 20 0 4 0 36686700 550957056 2844 33554432000 4194304 16246674 140736756140688 140736756140112 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 135279 2853 441 2943 0 132173 0
[pid=3596/tid=3597] ppid=3593 vsize=556476 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 569831424 2916 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=561596 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 575074304 2936 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=565692 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36686700 579268608 2951 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100153 s]
/proc/loadavg: 2.23 2.22 2.18 4/177 3596
/proc/meminfo: memFree=22075172/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 27413 0 0 0 5 4 0 0 20 0 4 0 36686700 1333334016 28224 33554432000 4194304 16246674 140736756140688 140736756140000 7889646 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 325521 28240 800 2943 0 322415 0
[pid=3596/tid=3597] ppid=3593 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1333334016 28251 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1333334016 28261 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1333334016 28271 33554432000 4194304 16246674 140736756140688 140588361964720 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) 1302084

[startup+0.200526 s]
/proc/loadavg: 2.23 2.22 2.18 4/177 3596
/proc/meminfo: memFree=22075172/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 44844 0 0 0 13 6 0 0 20 0 4 0 36686700 1344868352 46166 33554432000 4194304 16246674 140736756140688 140736756140000 7440732 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 328337 46167 801 2943 0 325231 0
[pid=3596/tid=3597] ppid=3593 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1344868352 46167 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1344868352 46167 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1344868352 46167 33554432000 4194304 16246674 140736756140688 140588361964720 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) 1313348

[startup+0.30049 s]
/proc/loadavg: 2.23 2.22 2.18 4/177 3596
/proc/meminfo: memFree=22075172/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1313348 CPUtime=0.28 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 54595 0 0 0 21 7 0 0 20 0 4 0 36686700 1344868352 55917 33554432000 4194304 16246674 140736756140688 140736756140000 4206613 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 328337 55917 802 2943 0 325231 0
[pid=3596/tid=3597] ppid=3593 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1344868352 55917 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1344868352 55917 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1344868352 55917 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.700402 s]
/proc/loadavg: 2.23 2.22 2.18 4/177 3596
/proc/meminfo: memFree=22075172/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 62054 0 0 0 60 9 0 0 20 0 4 0 36686700 1344868352 63376 33554432000 4194304 16246674 140736756140688 140736756138496 4220982 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 328337 63376 803 2943 0 325231 0
[pid=3596/tid=3597] ppid=3593 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1344868352 63376 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1344868352 63376 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1344868352 63376 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50039 s]
/proc/loadavg: 2.23 2.22 2.18 4/181 3600
/proc/meminfo: memFree=21724004/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 131758 0 0 0 130 19 0 0 20 0 4 0 36686700 1344868352 133080 33554432000 4194304 16246674 140736756140688 140736756138496 13780501 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 328337 133088 832 2943 0 325231 0
[pid=3596/tid=3597] ppid=3593 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1344868352 133095 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1344868352 133099 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1344868352 133106 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.1004 s]
/proc/loadavg: 2.21 2.22 2.18 4/181 3600
/proc/meminfo: memFree=20988448/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1334852 CPUtime=3.09 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 274321 0 0 0 273 36 0 0 20 0 4 0 36686700 1366888448 275643 33554432000 4194304 16246674 140736756140688 140736756122560 13951148 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 333713 275643 834 2943 0 330607 0
[pid=3596/tid=3597] ppid=3593 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1366888448 275643 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1366888448 275643 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1366888448 275643 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1334852

[startup+6.30039 s]
/proc/loadavg: 2.21 2.22 2.18 4/181 3600
/proc/meminfo: memFree=20972932/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1334852 CPUtime=6.29 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 274331 0 0 0 593 36 0 0 20 0 4 0 36686700 1366888448 275653 33554432000 4194304 16246674 140736756140688 140736756139864 13811536 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 333713 275653 838 2943 0 330607 0
[pid=3596/tid=3597] ppid=3593 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1366888448 275653 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1366888448 275653 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1366888448 275653 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1334852

[startup+12.7004 s]
/proc/loadavg: 2.18 2.21 2.18 3/181 3600
/proc/meminfo: memFree=20878608/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1429060 CPUtime=12.69 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 297890 0 0 0 1229 40 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140736756122560 13809242 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 357265 299212 844 2943 0 354159 0
[pid=3596/tid=3597] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140588361964720 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) 1429060

[startup+25.5004 s]
/proc/loadavg: 2.15 2.20 2.18 3/181 3600
/proc/meminfo: memFree=20879096/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1429060 CPUtime=25.49 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 297890 0 0 0 2509 40 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140736756122560 13809356 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 357265 299212 844 2943 0 354159 0
[pid=3596/tid=3597] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1429060

[startup+51.1004 s]
/proc/loadavg: 2.17 2.20 2.18 3/181 3600
/proc/meminfo: memFree=20878444/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1429060 CPUtime=51.08 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 297890 0 0 0 5068 40 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140736756122560 13809392 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 357265 299212 844 2943 0 354159 0
[pid=3596/tid=3597] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140588361964720 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) 1429060

[startup+102.3 s]
/proc/loadavg: 2.12 2.18 2.17 3/181 3601
/proc/meminfo: memFree=18519976/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1429060 CPUtime=102.28 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 297890 0 0 0 10188 40 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140736756122560 13807601 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 357265 299212 844 2943 0 354159 0
[pid=3596/tid=3597] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299212 33554432000 4194304 16246674 140736756140688 140588361964720 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) 1429060


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

/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140588361964720 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) 1429060

[startup+1362.3 s]
/proc/loadavg: 2.13 2.14 2.15 3/181 3681
/proc/meminfo: memFree=21351180/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1429060 CPUtime=1362.07 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 297903 0 0 0 136167 40 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140736756122560 13807544 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 357265 299215 844 2943 0 354159 0
[pid=3596/tid=3597] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1429060

[startup+1422.3 s]
/proc/loadavg: 2.24 2.16 2.16 3/182 3685
/proc/meminfo: memFree=21350924/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1429060 CPUtime=1422.07 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 297903 0 0 0 142167 40 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140736756122560 13774024 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 357265 299215 844 2943 0 354159 0
[pid=3596/tid=3597] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1429060

[startup+1482.3 s]
/proc/loadavg: 2.28 2.18 2.17 4/181 3687
/proc/meminfo: memFree=21350796/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1429060 CPUtime=1482.05 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 297903 0 0 0 148165 40 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140736756122560 6132704 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 357265 299215 844 2943 0 354159 0
[pid=3596/tid=3597] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1429060

[startup+1542.31 s]
/proc/loadavg: 2.24 2.19 2.17 3/181 3688
/proc/meminfo: memFree=21350452/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1429060 CPUtime=1542.05 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 297903 0 0 0 154165 40 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140736756122560 13807598 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 357265 299215 844 2943 0 354159 0
[pid=3596/tid=3597] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1429060 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1463357440 299215 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1429060

[startup+1602.3 s]
/proc/loadavg: 2.25 2.20 2.18 3/181 3689
/proc/meminfo: memFree=18848904/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1536580 CPUtime=1602.03 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 324543 0 0 0 160159 44 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140736756122560 6132605 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 384145 325855 844 2943 0 381039 0
[pid=3596/tid=3597] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1536580

[startup+1662.3 s]
/proc/loadavg: 2.27 2.21 2.18 4/181 3690
/proc/meminfo: memFree=18849228/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1536580 CPUtime=1662.02 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 324543 0 0 0 166158 44 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140736756122560 13955776 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 384145 325855 844 2943 0 381039 0
[pid=3596/tid=3597] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1536580

[startup+1722.3 s]
/proc/loadavg: 2.24 2.20 2.18 3/181 3691
/proc/meminfo: memFree=18849492/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1536580 CPUtime=1722.02 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 324543 0 0 0 172158 44 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140736756122560 13809400 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 384145 325855 844 2943 0 381039 0
[pid=3596/tid=3597] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1536580

[startup+1782.3 s]
/proc/loadavg: 2.13 2.17 2.17 4/181 3693
/proc/meminfo: memFree=18848896/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1536580 CPUtime=1782.01 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 324543 0 0 0 178157 44 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140736756122560 13809400 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 384145 325855 844 2943 0 381039 0
[pid=3596/tid=3597] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 325855 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1536580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.18 2.18 2.17 4/181 3694
/proc/meminfo: memFree=18848248/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1536580 CPUtime=1800 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 324783 0 0 0 179956 44 0 0 20 0 4 0 36686700 1573457920 326095 33554432000 4194304 16246674 140736756140688 140736756122560 13774223 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 384145 326095 844 2943 0 381039 0
[pid=3596/tid=3597] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 326095 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 326095 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 326095 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1536580

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

[startup+1800.3 s]
/proc/loadavg: 2.18 2.18 2.17 4/181 3694
/proc/meminfo: memFree=18848248/32872528 swapFree=1316768/1463936
[pid=3596] ppid=3593 vsize=1536580 CPUtime=1800 cores=1,3,5,7
/proc/3596/stat : 3596 (toysat) R 3593 3596 1219 0 -1 4202496 324783 0 0 0 179956 44 0 0 20 0 4 0 36686700 1573457920 326095 33554432000 4194304 16246674 140736756140688 140736756122560 13774223 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3596/statm: 384145 326095 844 2943 0 381039 0
[pid=3596/tid=3597] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3597/stat : 3597 (toysat) S 3593 3596 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 326095 33554432000 4194304 16246674 140736756140688 140588452130032 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=3596/tid=3598] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3598/stat : 3598 (toysat) S 3593 3596 1219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 326095 33554432000 4194304 16246674 140736756140688 140588372438256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=3596/tid=3599] ppid=3593 vsize=1536580 CPUtime=0 cores=1,3,5,7
/proc/3596/task/3599/stat : 3599 (toysat) S 3593 3596 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36686700 1573457920 326095 33554432000 4194304 16246674 140736756140688 140588361964720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1536580

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.32
CPU time (s): 1800.03
CPU user time (s): 1799.57
CPU system time (s): 0.45893
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1536580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.45893
maximum resident set size= 1304380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324783
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= 50
involuntary context switches= 1879

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.53631 second user time and 5.87611 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-19 16:26:38
IDJOB=4110558
IDBENCH=79517
IDSOLVER=2553
FILE ID=node121/4110558-1466346397
RUNJOBID= node121-1466341819-1236
PBS_JOBID= 19922032
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= b88bd1871aa01efcb3899341ac23775f
RANDOM SEED=1206938769

node121.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.691
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.38
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.691
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.691
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.691
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.691
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.691
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.691
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.691
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:        22075436 kB
Buffers:          205928 kB
Cached:           492692 kB
SwapCached:         1944 kB
Active:          8068944 kB
Inactive:         487280 kB
Active(anon):    7857572 kB
Inactive(anon):     2900 kB
Active(file):     211372 kB
Inactive(file):   484380 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101196 kB
Dirty:             23312 kB
Writeback:             4 kB
AnonPages:       9320652 kB
Mapped:            12160 kB
Shmem:                 0 kB
Slab:             629764 kB
SReclaimable:      73460 kB
SUnreclaim:       556304 kB
KernelStack:        1440 kB
PageTables:        22280 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    9451616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1363968 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= 71684 MiB
End job on node121 at 2016-06-19 16:56:38