Trace number 4110590

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.05 1800.35

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-capmq4_wcsp.wbo
MD5SUM5f4ca6e09dba08c0ec6d7d843609ae14
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 variables90600
Total number of constraints180900
Number of soft constraints180300
Number of constraints which are clauses180300
Number of constraints which are cardinality constraints (but not clauses)600
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint300
Top cost 157287652
Min constraint cost 1
Max constraint cost 157287652
Sum of constraints costs 14157263284542
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 301
Number of bits of the biggest sum of numbers9
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:37:03+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-4110590-1466347022.wbo"]
0.00/0.01	c use --random-gen="2610077953 1233779840 4136542926 4137635332 790727987 920567753 3618786398 263674359 1027274191 2517326725 2657068625 1380075305 3685154895 1195726360 1575052002 2593690850 1654232241 3194135875 1320132442 3521119659 1977198287 4155760727 3600869229 2741822712 1681509225 2804590916 2133130832 3642514820 803867426 2573642084 1732154133 802030129 1279242231 3171933089 3763814775 630537840 1467390287 4213149521 1292270666 519873272 1631498200 3032889757 3488921526 792239553 1164608067 3317121897 3304546295 4062498865 272855988 3402251484 3534295247 3555472026 499534508 2717869361 1442601124 1894381016 1024808804 4110230497 3074893070 3530105025 37315671 3519534794 3402981258 1655039236 1150776594 3553447309 179584367 3442760423 3335876985 3741941961 1602422929 3539276463 1999807393 3588059250 1456262075 109330761 1196056595 3343815183 930740987 3125407935 1270982102 1801143930 1887375566 1560520593 966405145 3529258873 243664172 458927218 3145573776 696550273 416917776 1485701283 302728707 924862924 1406288858 1625803809 840900972 2872351394 1616630890 3637099202 3733130518 843881914 2600905482 3121857886 2335726604 678294589 1402864583 2808320913 1322939172 2722729929 1026967302 1368614089 978534186 3325473753 1349195608 617204711 4267834784 27918928 3865377054 3273178380 4028582181 3797447225 2101761322 3568135373 3100468198 2029904644 2143774342 2632929392 2452118495 4181705704 348129674 491845896 743594154 3051543978 468013403 605341489 1865040864 2957057352 3984473582 4120729983 1368431046 2696514409 4216445405 2362441899 1140639999 2998578661 170175575 3906282116 1522164750 4000218511 2476017824 1707173741 2476433574 1654748376 2279244199 3491311216 826812091 3459671097 197435727 1574008522 2919878089 1660294310 4049761557 2502393131 2084674342 1289731228 3086159072 290712899 2430772863 2871980693 331643172 1909814561 2333598292 1815751156 1623853770 2643633777 4128121521 1324064958 1895475606 15756891 2775161794 1529921069 901036236 3261214876 1702820051 3396561393 3116548618 2397229427 3984322663 2207099856 1472689505 3734183664 3802806397 550263474 149209786 333879746 2836104905 2921078912 2453405296 1808286209 3627440043 2191744663 3845264056 2132251426 3977879699 424732172 1732046629 3118828205 932934953 2033576829 530073983 1423744762 342098714 2076179972 1001315710 3203471896 381049620 2258568387 2664260305 3673206353 4224823733 2622876073 4011945494 1257897822 2913054530 3811065591 3257748332 3207825056 1324029413 991205587 3295048489 1719430364 587266627 293797544 2494680556 887615885 580319343 2514419979 2402639338 1209670387 925425854 2778210505 3155062599 4065424838 1154187985 2547539231 768927700 2541851738 3131887372 1614839503 2547905274 2091038084 1758226256 1853773222 3202765591 984668694 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-4110590-1466347022/watcher-4110590-1466347022 -o /tmp/evaluation-result-4110590-1466347022/solver-4110590-1466347022 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466341817-6064 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110590-1466347022.wbo 

pid=8481
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.16 2.18 2.18 3/179 8484
/proc/meminfo: memFree=28694476/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=707004 CPUtime=0 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 2632 0 0 0 0 0 0 0 20 0 4 0 36748883 723972096 2994 33554432000 4194304 16246674 140735592516288 140735592515712 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 177263 3003 441 2943 0 174157 0
[pid=8484/tid=8485] ppid=8481 vsize=724412 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 741797888 3063 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=728508 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 745992192 3079 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=733628 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36748884 751235072 3097 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100212 s]
/proc/loadavg: 2.16 2.18 2.18 3/179 8484
/proc/meminfo: memFree=28694476/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 29241 0 0 0 5 4 0 0 20 0 4 0 36748883 1333334016 29543 33554432000 4194304 16246674 140735592516288 140735592515600 8056990 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 325521 29559 801 2943 0 322415 0
[pid=8484/tid=8485] ppid=8481 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 1333334016 29570 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 1333334016 29583 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 1333334016 29593 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200524 s]
/proc/loadavg: 2.16 2.18 2.18 3/179 8484
/proc/meminfo: memFree=28694476/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 48357 0 0 0 12 7 0 0 20 0 4 0 36748883 1343819776 49169 33554432000 4194304 16246674 140735592516288 140735592515600 14795900 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 328081 49169 802 2943 0 324975 0
[pid=8484/tid=8485] ppid=8481 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 1343819776 49169 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 1343819776 49169 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 1343819776 49169 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300502 s]
/proc/loadavg: 2.16 2.18 2.18 3/179 8484
/proc/meminfo: memFree=28694476/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 53928 0 0 0 21 8 0 0 20 0 4 0 36748883 1343819776 54740 33554432000 4194304 16246674 140735592516288 140735592515600 4206604 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 328081 54740 802 2943 0 324975 0
[pid=8484/tid=8485] ppid=8481 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 1343819776 54740 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 1343819776 54740 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 1343819776 54740 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700427 s]
/proc/loadavg: 2.16 2.18 2.18 3/179 8484
/proc/meminfo: memFree=28694476/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 64533 0 0 0 60 9 0 0 20 0 4 0 36748883 1344868352 65345 33554432000 4194304 16246674 140735592516288 140735592515600 14073329 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 328337 65345 803 2943 0 325231 0
[pid=8484/tid=8485] ppid=8481 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 1344868352 65345 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 1344868352 65345 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 1344868352 65345 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50042 s]
/proc/loadavg: 2.16 2.18 2.18 3/183 8488
/proc/meminfo: memFree=28404768/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 117609 0 0 0 134 15 0 0 20 0 4 0 36748883 1344868352 118421 33554432000 4194304 16246674 140735592516288 140735592499280 6169272 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 328337 118430 830 2943 0 325231 0
[pid=8484/tid=8485] ppid=8481 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 1344868352 118438 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 1344868352 118442 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 1344868352 118448 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10043 s]
/proc/loadavg: 2.16 2.18 2.18 3/183 8488
/proc/meminfo: memFree=28070712/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=1317444 CPUtime=3.09 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 231343 0 0 0 278 31 0 0 20 0 4 0 36748883 1349062656 232155 33554432000 4194304 16246674 140735592516288 140735592498176 6191974 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 329361 232155 835 2943 0 326255 0
[pid=8484/tid=8485] ppid=8481 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 1349062656 232155 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 1349062656 232155 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 1349062656 232155 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1317444

[startup+6.30043 s]
/proc/loadavg: 2.15 2.18 2.18 4/183 8488
/proc/meminfo: memFree=27634808/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=1317444 CPUtime=6.29 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 269133 0 0 0 593 36 0 0 20 0 4 0 36748883 1349062656 269945 33554432000 4194304 16246674 140735592516288 140735592514112 4220489 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 329361 269945 835 2943 0 326255 0
[pid=8484/tid=8485] ppid=8481 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 1349062656 269945 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 1349062656 269945 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 1349062656 269945 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1317444

[startup+12.7003 s]
/proc/loadavg: 2.14 2.18 2.17 3/183 8488
/proc/meminfo: memFree=27517660/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=1412676 CPUtime=12.69 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 293794 0 0 0 1229 40 0 0 20 0 4 0 36748883 1446580224 294606 33554432000 4194304 16246674 140735592516288 140735592498176 13774084 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 353169 294606 844 2943 0 350063 0
[pid=8484/tid=8485] ppid=8481 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 1446580224 294606 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 1446580224 294606 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 1446580224 294606 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1412676

[startup+25.5004 s]
/proc/loadavg: 2.17 2.18 2.18 4/183 8488
/proc/meminfo: memFree=27517728/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=1412676 CPUtime=25.48 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 293795 0 0 0 2508 40 0 0 20 0 4 0 36748883 1446580224 294607 33554432000 4194304 16246674 140735592516288 140735592498176 13807601 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 353169 294607 844 2943 0 350063 0
[pid=8484/tid=8485] ppid=8481 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 1446580224 294607 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 1446580224 294607 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 1446580224 294607 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1412676

[startup+51.1003 s]
/proc/loadavg: 2.18 2.18 2.18 3/182 8488
/proc/meminfo: memFree=27517328/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=1412676 CPUtime=51.08 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 293795 0 0 0 5068 40 0 0 20 0 4 0 36748883 1446580224 294607 33554432000 4194304 16246674 140735592516288 140735592498176 13809352 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 353169 294607 844 2943 0 350063 0
[pid=8484/tid=8485] ppid=8481 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 1446580224 294607 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 1446580224 294607 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 1446580224 294607 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1412676

[startup+102.3 s]
/proc/loadavg: 2.22 2.20 2.18 4/183 8490
/proc/meminfo: memFree=27517048/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=1412676 CPUtime=102.28 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 293795 0 0 0 10188 40 0 0 20 0 4 0 36748883 1446580224 294607 33554432000 4194304 16246674 140735592516288 140735592498176 13807766 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 353169 294607 844 2943 0 350063 0
[pid=8484/tid=8485] ppid=8481 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 1446580224 294607 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 1446580224 294607 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=1412676 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 1446580224 294607 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1412676


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

/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526265 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 2339396

[startup+1362.3 s]
/proc/loadavg: 1.21 1.27 1.62 2/173 8552
/proc/meminfo: memFree=27793000/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=2339396 CPUtime=1362.06 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 525511 0 0 0 136131 75 0 0 20 0 4 0 36748883 2395541504 526290 33554432000 4194304 16246674 140735592516288 140735592498176 13807508 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 584849 526290 844 2943 0 581743 0
[pid=8484/tid=8485] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 2339396

[startup+1422.3 s]
/proc/loadavg: 1.22 1.26 1.59 2/174 8556
/proc/meminfo: memFree=27792692/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=2339396 CPUtime=1422.06 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 525514 0 0 0 142130 76 0 0 20 0 4 0 36748883 2395541504 526290 33554432000 4194304 16246674 140735592516288 140735592498176 6132452 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 584849 526290 844 2943 0 581743 0
[pid=8484/tid=8485] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 2339396

[startup+1482.3 s]
/proc/loadavg: 1.31 1.28 1.57 3/174 8580
/proc/meminfo: memFree=27792280/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=2339396 CPUtime=1482.04 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 525518 0 0 0 148128 76 0 0 20 0 4 0 36748883 2395541504 526290 33554432000 4194304 16246674 140735592516288 140735592498176 13807548 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 584849 526290 844 2943 0 581743 0
[pid=8484/tid=8485] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 2339396

[startup+1542.31 s]
/proc/loadavg: 1.23 1.25 1.54 2/173 8581
/proc/meminfo: memFree=27792820/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=2339396 CPUtime=1542.04 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 525519 0 0 0 154127 77 0 0 20 0 4 0 36748883 2395541504 526290 33554432000 4194304 16246674 140735592516288 140735592498176 13807544 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 584849 526290 844 2943 0 581743 0
[pid=8484/tid=8485] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 2339396

[startup+1602.3 s]
/proc/loadavg: 1.19 1.24 1.52 2/173 8583
/proc/meminfo: memFree=27792104/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=2339396 CPUtime=1602.02 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 525521 0 0 0 160125 77 0 0 20 0 4 0 36748883 2395541504 526290 33554432000 4194304 16246674 140735592516288 140735592498176 13809242 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 584849 526290 844 2943 0 581743 0
[pid=8484/tid=8485] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=2339396 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 2395541504 526290 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 2339396

[startup+1662.3 s]
/proc/loadavg: 1.24 1.24 1.50 2/173 8584
/proc/meminfo: memFree=27336440/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=2795076 CPUtime=1662.02 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 639362 0 0 0 166109 93 0 0 20 0 4 0 36748883 2862157824 640131 33554432000 4194304 16246674 140735592516288 140735592498176 13955806 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 698769 640131 844 2943 0 695663 0
[pid=8484/tid=8485] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640131 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640131 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640131 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 2795076

[startup+1722.3 s]
/proc/loadavg: 1.18 1.22 1.48 2/173 8585
/proc/meminfo: memFree=27335996/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=2795076 CPUtime=1722.01 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 639441 0 0 0 172108 93 0 0 20 0 4 0 36748883 2862157824 640210 33554432000 4194304 16246674 140735592516288 140735592515464 13774223 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 698769 640210 844 2943 0 695663 0
[pid=8484/tid=8485] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640210 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640210 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640210 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2795076

[startup+1782.3 s]
/proc/loadavg: 1.26 1.24 1.46 2/173 8586
/proc/meminfo: memFree=27335636/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=2795076 CPUtime=1782 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 639441 0 0 0 178106 94 0 0 20 0 4 0 36748883 2862157824 640210 33554432000 4194304 16246674 140735592516288 140735592498176 13809305 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 698769 640210 844 2943 0 695663 0
[pid=8484/tid=8485] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640210 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640210 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640210 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 2795076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.20 1.23 1.45 2/173 8586
/proc/meminfo: memFree=27335996/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=2795076 CPUtime=1800 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 639441 0 0 0 179906 94 0 0 20 0 4 0 36748883 2862157824 640210 33554432000 4194304 16246674 140735592516288 140735592515464 6132432 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 698769 640210 844 2943 0 695663 0
[pid=8484/tid=8485] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640210 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640210 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640210 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2795076

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

[startup+1800.3 s]
/proc/loadavg: 1.20 1.23 1.45 2/173 8586
/proc/meminfo: memFree=27335996/32872528 swapFree=1542984/1696284
[pid=8484] ppid=8481 vsize=2795076 CPUtime=1800 cores=1,3,5,7
/proc/8484/stat : 8484 (toysat) R 8481 8484 6047 0 -1 4202496 639441 0 0 0 179906 94 0 0 20 0 4 0 36748883 2862157824 640210 33554432000 4194304 16246674 140735592516288 140735592515464 6132432 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8484/statm: 698769 640210 844 2943 0 695663 0
[pid=8484/tid=8485] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8485/stat : 8485 (toysat) S 8481 8484 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640210 33554432000 4194304 16246674 140735592516288 140648713792752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=8484/tid=8486] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8486/stat : 8486 (toysat) S 8481 8484 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640210 33554432000 4194304 16246674 140735592516288 140648703302896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=8484/tid=8487] ppid=8481 vsize=2795076 CPUtime=0 cores=1,3,5,7
/proc/8484/task/8487/stat : 8487 (toysat) S 8481 8484 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36748884 2862157824 640210 33554432000 4194304 16246674 140735592516288 140648692829360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2795076

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.35
CPU time (s): 1800.05
CPU user time (s): 1799.07
CPU system time (s): 0.98185
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 2795076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 0.98185
maximum resident set size= 2560840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 639441
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= 82
involuntary context switches= 1842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.88326 second user time and 6.62099 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-19 16:37:03
IDJOB=4110590
IDBENCH=79540
IDSOLVER=2553
FILE ID=node125/4110590-1466347022
RUNJOBID= node125-1466341817-6064
PBS_JOBID= 19922028
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= 5f4ca6e09dba08c0ec6d7d843609ae14
RANDOM SEED=2011506728

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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.683
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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:        28695004 kB
Buffers:          183568 kB
Cached:           367384 kB
SwapCached:          764 kB
Active:          1359168 kB
Inactive:         374640 kB
Active(anon):    1183876 kB
Inactive(anon):     1188 kB
Active(file):     175292 kB
Inactive(file):   373452 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098312 kB
Dirty:             22488 kB
Writeback:             0 kB
AnonPages:       2878180 kB
Mapped:            10712 kB
Shmem:                 0 kB
Slab:             611924 kB
SReclaimable:      55444 kB
SUnreclaim:       556480 kB
KernelStack:        1488 kB
PageTables:        10000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3019596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 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= 71724 MiB
End job on node125 at 2016-06-19 17:07:03