Trace number 4103701

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (MO) 444.794 444.921

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-standata.opb
MD5SUM0fd8d82b89614ba6aec45b78f4728905
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables30004
Total number of constraints455
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints455
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
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-18T10:33:05+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","--pb","--search=bcd2","HOME/instance-4103701-1466238785.opb"]
0.00/0.01	c use --random-gen="3223431195 1709997254 1019292730 2128540539 373040522 2967565072 1122467774 4246645422 3943890188 255080864 2638147878 134741957 2863601680 3056006414 1892989579 1512964065 4051915569 678480901 3352485942 170785407 1226410066 4253110385 274287382 1005952153 3888579124 1587237098 1326199444 2273138389 3598761890 2741594559 618051370 3150605547 2173801308 2449914659 2433427128 1209692618 445960725 3240815397 3839777954 2078055091 3302682401 899739176 1788268865 3024153774 2681709281 1345224594 1223021432 1959107637 2879704619 520362181 3600746240 3650617750 1202299723 3433561348 3972951595 692153476 3366622480 1322154717 2928523138 501065827 234847029 1514399632 772644748 115136482 1073175928 1130312911 1520659893 3768117515 249083414 689928906 3748860945 3508935040 2182998084 3720534292 164902303 636134588 1738113423 3626957866 3411497066 2344401490 3152241713 1099778418 2621982305 3791405837 3651296323 3044854087 1775924581 2928740813 1562979280 2278868069 3915372403 1047940211 887226296 665193811 447241151 954840309 3962203798 3128651518 753123480 1044324056 1913900732 1703923796 1746241202 1852403536 601982041 3249155740 2136463643 1098543618 3116627760 666892625 2896995407 1119654947 2610602795 208794605 2750646001 254037206 4026812617 1691432435 3294980274 1859036181 1038810247 3396923001 3141768825 3767634581 631143341 3774566219 1125855403 3696841024 2093060013 2953336831 910203342 4238392213 1918520905 4263524160 1395115035 3960211479 1423036146 2288332459 2770047721 3300342860 2559846540 3858102019 2716136410 3105604137 2079933732 4157901025 3011581167 3148406674 3396937194 353213273 1514309547 2698916646 796701965 2404863756 4052895089 1051484765 3223134216 3760609531 163350821 3206471415 4132984806 3169153896 360848096 508023430 752951956 2971053703 923311457 4218658512 3062916219 275368616 1255521332 3649937202 1139137977 4135966928 2920092489 3851667584 99186020 2858325075 4262952857 19154791 3428776812 3298881929 407637503 113592109 1436884722 1004309306 1760873980 181933739 2420342210 3683559214 4150913990 1119875435 3444733432 2317405964 1186734897 3235359715 1314578750 4068619522 758723368 2727242488 1439887083 2057387330 374536751 3493699605 4102554111 3835421611 2999975629 218456524 1789641350 3592278351 2472011750 161500375 1044132733 1354046355 1865236047 2191169164 3382190343 220027727 490855258 1709199788 3661137713 222311905 1161077542 3932898013 3170823467 3098946524 3005293013 1091844354 82659020 2304588580 1945742429 1155793997 3504908400 3960844326 2620319018 2146912020 3466467026 421502367 448293290 2085893697 1730607485 1605071888 188815719 100478640 1407217867 1022513600 1821092221 3175272806 3941200136 3853183057 1393841973 3178915243 2130633445 3555492539 1341572627 3272114666 255 362436" option to reproduce the execution
0.19/0.20	c #vars 30004
0.19/0.20	c #constraints 455

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-4103701-1466238785/watcher-4103701-1466238785 -o /tmp/evaluation-result-4103701-1466238785/solver-4103701-1466238785 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466206051-23293 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103701-1466238785.opb 

pid=27766
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.02 2.02 2.00 3/179 27769
/proc/meminfo: memFree=30559652/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=712124 CPUtime=0 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 2654 0 0 0 0 0 0 0 20 0 4 0 25923363 729214976 3015 33554432000 4194304 16246674 140733222653040 140733222652464 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 178799 3024 441 2943 0 175693 0
[pid=27769/tid=27770] ppid=27766 vsize=730556 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 748089344 3084 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=734652 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 752283648 3099 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=738748 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25923363 756477952 3117 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100126 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 27769
/proc/meminfo: memFree=30559652/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 30126 0 0 0 5 4 0 0 20 0 4 0 25923363 1334382592 30425 33554432000 4194304 16246674 140733222653040 140733222634944 7364033 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 325777 30440 801 2943 0 322671 0
[pid=27769/tid=27770] ppid=27766 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 1334382592 30451 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 1334382592 30462 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 1334382592 30472 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200482 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 27769
/proc/meminfo: memFree=30559652/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 42188 0 0 0 13 6 0 0 20 0 4 0 25923363 1343819776 42997 33554432000 4194304 16246674 140733222653040 140733222634944 4206666 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 328081 42997 801 2943 0 324975 0
[pid=27769/tid=27770] ppid=27766 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 1343819776 42997 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 1343819776 42997 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 1343819776 42997 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300464 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 27769
/proc/meminfo: memFree=30559652/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=1321540 CPUtime=0.28 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 44298 0 0 0 22 6 0 0 20 0 4 0 25923363 1353256960 45107 33554432000 4194304 16246674 140733222653040 140733222652352 12429162 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 330385 45107 833 2943 0 327279 0
[pid=27769/tid=27770] ppid=27766 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 1353256960 45107 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 1353256960 45107 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 1353256960 45107 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1321540

[startup+0.70035 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 27769
/proc/meminfo: memFree=30559652/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=1321540 CPUtime=0.69 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 131230 0 0 0 52 17 0 0 20 0 4 0 25923363 1353256960 132039 33554432000 4194304 16246674 140733222653040 140733222652352 12449130 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 330385 132055 833 2943 0 327279 0
[pid=27769/tid=27770] ppid=27766 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 1353256960 132064 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 1353256960 132073 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 1353256960 132081 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1321540

[startup+1.50039 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 27773
/proc/meminfo: memFree=29668304/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=1329732 CPUtime=1.49 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 272900 0 0 0 111 38 0 0 20 0 4 0 25923363 1361645568 273709 33554432000 4194304 16246674 140733222653040 140733222634944 12429245 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 332433 273709 834 2943 0 329327 0
[pid=27769/tid=27770] ppid=27766 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 1361645568 273709 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 1361645568 273709 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 1361645568 273709 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1329732

[startup+3.10039 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 27773
/proc/meminfo: memFree=29464704/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=1329732 CPUtime=3.09 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 273055 0 0 0 271 38 0 0 20 0 4 0 25923363 1361645568 273864 33554432000 4194304 16246674 140733222653040 140733222634944 12429162 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 332433 273864 835 2943 0 329327 0
[pid=27769/tid=27770] ppid=27766 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 1361645568 273864 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 1361645568 273864 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=1329732 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 1361645568 273864 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1329732

[startup+6.30039 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 27773
/proc/meminfo: memFree=29401836/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=1392196 CPUtime=6.29 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 288671 0 0 0 589 40 0 0 20 0 4 0 25923363 1425608704 289480 33554432000 4194304 16246674 140733222653040 140733222634944 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 348049 289480 835 2943 0 344943 0
[pid=27769/tid=27770] ppid=27766 vsize=1392196 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 1425608704 289480 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=1392196 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 1425608704 289480 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=1392196 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 1425608704 289480 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1392196

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 27773
/proc/meminfo: memFree=29386508/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=1407556 CPUtime=12.68 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 292511 0 0 0 1228 40 0 0 20 0 4 0 25923363 1441337344 293320 33554432000 4194304 16246674 140733222653040 140733222652352 12654533 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 351889 293320 835 2943 0 348783 0
[pid=27769/tid=27770] ppid=27766 vsize=1407556 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 1441337344 293320 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=1407556 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 1441337344 293320 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=1407556 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 1441337344 293320 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1407556

[startup+25.5005 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 27773
/proc/meminfo: memFree=28544424/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=2232900 CPUtime=25.48 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 499873 0 0 0 2483 65 0 0 20 0 4 0 25923363 2286489600 499658 33554432000 4194304 16246674 140733222653040 140733222652352 12652936 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 558225 499658 836 2943 0 555119 0
[pid=27769/tid=27770] ppid=27766 vsize=2232900 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 2286489600 499658 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=2232900 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 2286489600 499658 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=2232900 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 2286489600 499658 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2232900

[startup+51.1005 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 27773
/proc/meminfo: memFree=28951144/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=1825348 CPUtime=51.08 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 562849 0 0 0 5030 78 0 0 20 0 4 0 25923363 1869156352 397770 33554432000 4194304 16246674 140733222653040 140733222651136 4220495 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 456337 397770 836 2943 0 453231 0
[pid=27769/tid=27770] ppid=27766 vsize=1825348 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 1869156352 397770 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=1825348 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 1869156352 397770 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=1825348 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 1869156352 397770 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1825348

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 27775
/proc/meminfo: memFree=26753768/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=4023876 CPUtime=102.28 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 2204250 0 0 0 9905 323 0 0 20 0 4 0 25923363 4120449024 947332 33554432000 4194304 16246674 140733222653040 140733222651704 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 1005969 947335 836 2943 0 1002863 0
[pid=27769/tid=27770] ppid=27766 vsize=4023876 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 4120449024 947361 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=4023876 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 4120449024 947368 33554432000 4194304 16246674 140733222653040 140722883763216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=4023876 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 4120449024 947373 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4023876

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 27825
/proc/meminfo: memFree=27889808/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=2542148 CPUtime=162.26 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 3261860 0 0 0 15728 498 0 0 20 0 4 0 25923363 2603159552 576973 33554432000 4194304 16246674 140733222653040 140733222650880 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 635537 576973 836 2943 0 632431 0
[pid=27769/tid=27770] ppid=27766 vsize=2542148 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 2603159552 576973 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=2542148 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 2603159552 576973 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=2542148 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 2603159552 576973 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2542148

[startup+222.308 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 27826
/proc/meminfo: memFree=25551812/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=3390020 CPUtime=222.24 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 4539813 0 0 0 21540 684 0 0 20 0 4 0 25923363 3471380480 788942 33554432000 4194304 16246674 140733222653040 140733222650880 4225157 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 847505 788942 836 2943 0 844399 0
[pid=27769/tid=27770] ppid=27766 vsize=3390020 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 3471380480 788942 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=3390020 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 3471380480 788942 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=3390020 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 3471380480 788942 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 3390020

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 27827
/proc/meminfo: memFree=24346932/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=4566596 CPUtime=282.22 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 5896358 0 0 0 27335 887 0 0 20 0 4 0 25923363 4676194304 1083087 33554432000 4194304 16246674 140733222653040 140733222652136 4220990 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 1141649 1083087 837 2943 0 1138543 0
[pid=27769/tid=27770] ppid=27766 vsize=4566596 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 4676194304 1083087 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=4566596 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 4676194304 1083087 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=4566596 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 4676194304 1083087 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 4566596

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27876
/proc/meminfo: memFree=10825312/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=13455940 CPUtime=342.2 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 8118697 0 0 0 33034 1186 0 0 20 0 4 0 25923363 13778882560 3305426 33554432000 4194304 16246674 140733222653040 140733222651008 4226260 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 3363985 3305426 838 2943 0 3360879 0
[pid=27769/tid=27770] ppid=27766 vsize=13455940 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 13778882560 3305426 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=13455940 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 13778882560 3305426 33554432000 4194304 16246674 140733222653040 140722883763216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=13455940 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 13778882560 3305426 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 13455940

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27878
/proc/meminfo: memFree=4621848/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=13455940 CPUtime=402.19 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 8118701 0 0 0 39027 1192 0 0 20 0 4 0 25923363 13778882560 3305430 33554432000 4194304 16246674 140733222653040 140733222650944 4220517 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 3363985 3305430 842 2943 0 3360879 0
[pid=27769/tid=27770] ppid=27766 vsize=13455940 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 13778882560 3305430 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=13455940 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 13778882560 3305430 33554432000 4194304 16246674 140733222653040 140722883763216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=13455940 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 13778882560 3305430 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 13455940



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+444.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27882
/proc/meminfo: memFree=2411264/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=15898180 CPUtime=443.97 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) R 27766 27769 23276 0 -1 4202496 8729257 0 0 0 43119 1278 0 0 20 0 4 0 25923363 16279736320 3915986 33554432000 4194304 16246674 140733222653040 140733222652136 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 3974801 3915995 842 2943 0 3971695 0
[pid=27769/tid=27770] ppid=27766 vsize=15899204 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27770/stat : 27770 (toysat) S 27766 27769 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25923363 16280784896 3916001 33554432000 4194304 16246674 140733222653040 140722894253296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=15899204 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) S 27766 27769 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25923363 16280784896 3916006 33554432000 4194304 16246674 140733222653040 140722883763440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=27769/tid=27772] ppid=27766 vsize=15899204 CPUtime=0 cores=1,3,5,7
/proc/27769/task/27772/stat : 27772 (toysat) S 27766 27769 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25923363 16280784896 3916010 33554432000 4194304 16246674 140733222653040 140722873289904 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 443.97
Current children cumulated vsize (KiB) 15898180

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

[startup+444.4 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 27882
/proc/meminfo: memFree=7564084/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=0 CPUtime=444.28 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) Z 27766 27769 23276 0 -1 4203532 8729750 0 0 0 43120 1308 0 0 20 0 2 0 25923363 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 0 0 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=0 CPUtime=0.29 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) R 27766 27769 23276 0 -1 4203588 8 0 0 0 0 29 0 0 20 0 2 0 25923363 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 444.28
Current children cumulated vsize (KiB) 0

[startup+444.8 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 27882
/proc/meminfo: memFree=7564084/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=0 CPUtime=444.67 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) Z 27766 27769 23276 0 -1 4203532 8729750 0 0 0 43120 1347 0 0 20 0 2 0 25923363 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 0 0 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) R 27766 27769 23276 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 25923363 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 444.67
Current children cumulated vsize (KiB) 0

[startup+444.9 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 27882
/proc/meminfo: memFree=7564084/32872528 swapFree=7780/7780
[pid=27769] ppid=27766 vsize=0 CPUtime=444.77 cores=1,3,5,7
/proc/27769/stat : 27769 (toysat) Z 27766 27769 23276 0 -1 4203532 8729750 0 0 0 43120 1357 0 0 20 0 2 0 25923363 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27769/statm: 0 0 0 0 0 0 0
[pid=27769/tid=27771] ppid=27766 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/27769/task/27771/stat : 27771 (toysat) R 27766 27769 23276 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 25923363 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 444.77
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 444.921
CPU time (s): 444.794
CPU user time (s): 431.2
CPU system time (s): 13.5939
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 15898180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 431.2
system time used= 13.5939
maximum resident set size= 15665916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8729750
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= 450
involuntary context switches= 539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.88256 second user time and 3.43548 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-18 10:33:05
IDJOB=4103701
IDBENCH=2435
IDSOLVER=2542
FILE ID=node151/4103701-1466238785
RUNJOBID= node151-1466206051-23293
PBS_JOBID= 19918135
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-standata.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103701-1466238785/watcher-4103701-1466238785 -o /tmp/evaluation-result-4103701-1466238785/solver-4103701-1466238785 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466206051-23293 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103701-1466238785.opb

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

MD5SUM BENCH= 0fd8d82b89614ba6aec45b78f4728905
RANDOM SEED=1229160100

node151.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		: 2667.103
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	: 5334.20
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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:        30559932 kB
Buffers:          125668 kB
Cached:           285704 kB
SwapCached:         1996 kB
Active:          1271912 kB
Inactive:         291916 kB
Active(anon):    1153080 kB
Inactive(anon):     1788 kB
Active(file):     118832 kB
Inactive(file):   290128 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099228 kB
Dirty:             17532 kB
Writeback:             0 kB
AnonPages:       1186260 kB
Mapped:            11848 kB
Shmem:                 0 kB
Slab:             605736 kB
SReclaimable:      49312 kB
SUnreclaim:       556424 kB
KernelStack:        1520 kB
PageTables:         6100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1303732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1171456 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= 71716 MiB
End job on node151 at 2016-06-18 10:40:30