Trace number 4078585

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? (MO) 1464.16 1464.42

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-cuww2.opb
MD5SUM51d899b20f631897b1e4ab45104d8148
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark10.7994
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables70
Total number of constraints2
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 constraints2
Minimum length of a constraint70
Maximum length of a constraint70
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 89716839
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 865734046
Number of bits of the biggest sum of numbers30
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-06T20:44:29+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-4078585-1465238669.opb"]
0.00/0.01	c use --random-gen="2899323907 779287839 3152726489 391783497 1209998320 996030045 2209326265 1015816192 549823407 2834528242 3978051063 1407305399 3168319018 607407974 3378763770 2756684914 573792464 2425677483 2723924036 1469323593 3095548951 358880437 2067752301 2717671785 1988062126 3270720069 2141666174 150375127 1615193661 2139060562 3143741423 1989577463 1237059134 2816033622 70419281 3622429008 2708479158 4268889132 1762592495 1871654602 660656070 3991419419 1269519010 3747405350 1068291584 3958300196 532698031 3200901342 1409834499 267606984 489463160 3096138064 4226996888 1196853561 3540776802 2622858796 2101826613 3794102667 47785444 2273026761 2588765639 3639865872 851910662 3787186379 2777528826 3224489714 1933678227 2169120308 2341289589 1649324982 177413713 3116779512 1244608996 4035681587 2983050187 1394307323 1061331715 4077187852 1672317080 2195405975 2831214004 3532160516 887329269 601848998 3684776821 287952299 4271958061 2456136798 2240865940 1960224525 2634801816 1686040167 773479151 334033199 2647272432 2904282575 2302875809 3797174029 1141536395 3901698500 3285468678 2718501028 1710043995 21310876 1378277481 756400168 447394135 1747102622 4058538157 359298548 1970165127 590907259 3843376513 3452574175 1128457564 1727337808 4278744424 1643585545 2875334108 3442079883 2508658067 907420106 2219321715 89023010 3217508334 402411717 4187359667 1090891325 3230848164 2763435183 3691271112 3224653672 2915016113 3325610600 716277047 3276299427 1570912658 3614738045 2766656363 2154730928 3707957321 1166244661 1356990951 2581938195 1250805915 179986155 1293508154 2369101002 1768043887 2121413341 555825163 2329175856 1587415246 621870666 3366125069 1302767918 1177824855 477340626 2669815487 2954619566 2452259427 2465459054 1250196222 344937403 3441385174 4157720048 3024949701 3836287060 1520797904 2689543920 4080894442 263312536 877684756 3431075268 4069231983 1920598326 1359742353 2084111834 1655066515 3742246259 3241645114 450956897 2069701466 1793845935 1116746039 2369042880 2167630422 911017939 1463891598 2995925383 3249730561 2202402721 4059882835 1150378817 3434779617 4244110354 1626497888 2471207992 1490794580 3748904319 429783529 1893231303 2371975480 2755930735 4056078347 3805449177 3411398548 1081474632 3510712213 3646172583 2100482777 2085088892 3856214432 2765284699 2949810412 1452486344 962859946 2891430223 2403087966 1314308936 2137923516 1187392619 1743351044 265374602 4158433933 4099741974 3858649199 2287397193 975471688 3005049840 3918472488 73546920 1937082874 4196455569 4202248233 3006562169 1864787163 3814855551 3314289811 287571083 2914095366 986470020 610008913 172538038 3093456566 1585778941 612207626 3176334210 3406988915 2529930866 2894714486 3705034316 2860871502 3468170267 823382607 2471268818 255 362436" option to reproduce the execution
0.00/0.01	c #vars 70
0.00/0.01	c #constraints 2

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

pid=6611
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6614
/proc/meminfo: memFree=30677772/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=678332 CPUtime=0 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 2523 0 0 0 0 0 0 0 20 0 4 0 105801532 694611968 2883 33554432000 4194304 16246674 140735369753456 140735369752880 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 170351 2895 441 2943 0 167245 0
[pid=6614/tid=6615] ppid=6611 vsize=696764 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 713486336 2954 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=700860 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 717680640 2972 33554432000 4194304 16246674 140735369753456 139880125406448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=704956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 721874944 2988 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100187 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6614
/proc/meminfo: memFree=30677772/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 26583 0 0 0 5 3 0 0 20 0 4 0 105801532 1247350784 26935 33554432000 4194304 16246674 140735369753456 140735369752880 12449130 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 304529 26946 602 2943 0 301423 0
[pid=6614/tid=6615] ppid=6611 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 1247350784 26955 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 1247350784 26965 33554432000 4194304 16246674 140735369753456 139880125406448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 1247350784 26974 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.20052 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6614
/proc/meminfo: memFree=30677772/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 51088 0 0 0 12 7 0 0 20 0 4 0 105801532 1247350784 51440 33554432000 4194304 16246674 140735369753456 140735369752880 12653060 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 304529 51448 602 2943 0 301423 0
[pid=6614/tid=6615] ppid=6611 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 1247350784 51452 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 1247350784 51457 33554432000 4194304 16246674 140735369753456 139880125406448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 1247350784 51463 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300502 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6614
/proc/meminfo: memFree=30677772/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 70131 0 0 0 20 9 0 0 20 0 4 0 105801532 1247350784 70483 33554432000 4194304 16246674 140735369753456 140735369752880 12449273 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 304529 70497 602 2943 0 301423 0
[pid=6614/tid=6615] ppid=6611 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 1247350784 70505 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 1247350784 70514 33554432000 4194304 16246674 140735369753456 139880125406448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 1247350784 70524 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700408 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6614
/proc/meminfo: memFree=30677772/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 174077 0 0 0 47 21 0 0 20 0 4 0 105801532 1247350784 174428 33554432000 4194304 16246674 140735369753456 140735369735360 12653060 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 304529 174437 602 2943 0 301423 0
[pid=6614/tid=6615] ppid=6611 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 1247350784 174443 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 1247350784 174448 33554432000 4194304 16246674 140735369753456 139880125406448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 1247350784 174453 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6619
/proc/meminfo: memFree=29638572/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=1445444 CPUtime=1.49 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 302274 0 0 0 111 38 0 0 20 0 4 0 105801532 1480134656 302581 33554432000 4194304 16246674 140735369753456 140735369752768 12654339 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 361361 302581 821 2943 0 358255 0
[pid=6614/tid=6615] ppid=6611 vsize=1445444 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 1480134656 302581 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=1445444 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 1480134656 302581 33554432000 4194304 16246674 140735369753456 139880125406448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=1445444 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 1480134656 302581 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1445444

[startup+3.10042 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6619
/proc/meminfo: memFree=29466948/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=1446468 CPUtime=3.09 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 302714 0 0 0 271 38 0 0 20 0 4 0 105801532 1481183232 303021 33554432000 4194304 16246674 140735369753456 140735369752768 12449151 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 361617 303021 821 2943 0 358511 0
[pid=6614/tid=6615] ppid=6611 vsize=1446468 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 1481183232 303021 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=1446468 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 1481183232 303021 33554432000 4194304 16246674 140735369753456 139880125406448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=1446468 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 1481183232 303021 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1446468

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6619
/proc/meminfo: memFree=29346672/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=1565252 CPUtime=6.29 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 332411 0 0 0 587 42 0 0 20 0 4 0 105801532 1602818048 332718 33554432000 4194304 16246674 140735369753456 140735369752768 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 391313 332718 821 2943 0 388207 0
[pid=6614/tid=6615] ppid=6611 vsize=1565252 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 1602818048 332718 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=1565252 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 1602818048 332718 33554432000 4194304 16246674 140735369753456 139880125406448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=1565252 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 1602818048 332718 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1565252

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6668
/proc/meminfo: memFree=28373320/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=2600516 CPUtime=12.68 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 591227 0 0 0 1185 83 0 0 20 0 4 0 105801532 2662928384 591534 33554432000 4194304 16246674 140735369753456 140735369752552 4206671 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 650129 591534 821 2943 0 647023 0
[pid=6614/tid=6615] ppid=6611 vsize=2600516 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 2662928384 591534 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=2600516 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 2662928384 591534 33554432000 4194304 16246674 140735369753456 139880125406448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=2600516 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 2662928384 591534 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2600516

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6668
/proc/meminfo: memFree=26110848/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=4624964 CPUtime=25.48 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 1097186 0 0 0 2380 168 0 0 20 0 4 0 105801532 4735963136 1097493 33554432000 4194304 16246674 140735369753456 140735369751296 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 1156241 1097499 822 2943 0 1153135 0
[pid=6614/tid=6615] ppid=6611 vsize=4624964 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 4735963136 1097502 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=4624964 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 4735963136 1097506 33554432000 4194304 16246674 140735369753456 139880125406224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=4624964 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 4735963136 1097511 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4624964

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6668
/proc/meminfo: memFree=22860876/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=8143428 CPUtime=51.07 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 1976716 0 0 0 4781 326 0 0 20 0 4 0 105801532 8338870272 1977023 33554432000 4194304 16246674 140735369753456 140735369752120 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 2035857 1977030 822 2943 0 2032751 0
[pid=6614/tid=6615] ppid=6611 vsize=8143428 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 8338870272 1977035 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=8143428 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 8338870272 1977039 33554432000 4194304 16246674 140735369753456 139880125406224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=8143428 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 8338870272 1977045 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8143428

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6669
/proc/meminfo: memFree=20725724/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=9955908 CPUtime=102.27 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 2430079 0 0 0 9752 475 0 0 20 0 4 0 105801532 10194849792 2430386 33554432000 4194304 16246674 140735369753456 140735369751360 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 2488977 2430386 822 2943 0 2485871 0
[pid=6614/tid=6615] ppid=6611 vsize=9955908 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 10194849792 2430386 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=9955908 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 10194849792 2430386 33554432000 4194304 16246674 140735369753456 139880125406224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=9955908 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 10194849792 2430386 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9955908


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

[pid=6614] ppid=6611 vsize=14169668 CPUtime=1002.12 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 4757902 0 0 0 98367 1845 0 0 20 0 4 0 105801532 14509740032 3483833 33554432000 4194304 16246674 140735369753456 140735369752552 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 3542417 3483833 827 2943 0 3539311 0
[pid=6614/tid=6615] ppid=6611 vsize=14169668 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 14509740032 3483833 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=14169668 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 14509740032 3483833 33554432000 4194304 16246674 140735369753456 139880125406448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=14169668 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 14509740032 3483833 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 14169668

[startup+1062.3 s]
/proc/loadavg: 2.01 2.08 2.04 3/183 6717
/proc/meminfo: memFree=15592560/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=15077956 CPUtime=1062.1 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 4932347 0 0 0 104221 1989 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 140735369751360 13899689 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 3769489 3710906 827 2943 0 3766383 0
[pid=6614/tid=6615] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880125406224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 15077956

[startup+1122.3 s]
/proc/loadavg: 2.07 2.08 2.04 3/183 6718
/proc/meminfo: memFree=15592544/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=15077956 CPUtime=1122.09 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 4932348 0 0 0 110187 2022 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 140735369751424 14013587 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 3769489 3710906 827 2943 0 3766383 0
[pid=6614/tid=6615] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880125406224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 15077956

[startup+1182.3 s]
/proc/loadavg: 2.03 2.07 2.03 3/183 6719
/proc/meminfo: memFree=15592312/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=15077956 CPUtime=1182.09 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 4932348 0 0 0 116143 2066 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 140735369751424 14013822 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 3769489 3710906 827 2943 0 3766383 0
[pid=6614/tid=6615] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880125406224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 15077956

[startup+1242.3 s]
/proc/loadavg: 2.08 2.07 2.03 3/183 6721
/proc/meminfo: memFree=15591940/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=15077956 CPUtime=1242.07 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 4932348 0 0 0 122113 2094 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 140735369751424 13899629 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 3769489 3710906 827 2943 0 3766383 0
[pid=6614/tid=6615] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880125406224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 15077956

[startup+1302.3 s]
/proc/loadavg: 2.09 2.07 2.03 3/183 6722
/proc/meminfo: memFree=15591552/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=15077956 CPUtime=1302.07 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 4932348 0 0 0 128001 2206 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 140735369751424 14013949 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 3769489 3710906 827 2943 0 3766383 0
[pid=6614/tid=6615] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880125406224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 15077956

[startup+1362.3 s]
/proc/loadavg: 2.03 2.05 2.03 3/183 6723
/proc/meminfo: memFree=15591544/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=15077956 CPUtime=1362.06 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 4932350 0 0 0 133907 2299 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 140735369752632 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 3769489 3710906 827 2943 0 3766383 0
[pid=6614/tid=6615] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880125406448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=15077956 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 15439826944 3710906 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 15077956

[startup+1422.3 s]
/proc/loadavg: 2.08 2.06 2.03 3/183 6724
/proc/meminfo: memFree=15005496/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=15662660 CPUtime=1422.05 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 4964063 0 0 0 139861 2344 0 0 20 0 4 0 105801532 16038563840 3857082 33554432000 4194304 16246674 140735369753456 140735369751360 13899658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 3915665 3857082 827 2943 0 3912559 0
[pid=6614/tid=6615] ppid=6611 vsize=15662660 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 16038563840 3857082 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=15662660 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 16038563840 3857082 33554432000 4194304 16246674 140735369753456 139880125406224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=15662660 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 16038563840 3857082 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 15662660



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1463.6 s]
/proc/loadavg: 2.04 2.05 2.02 3/183 6725
/proc/meminfo: memFree=15005360/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=15898180 CPUtime=1463.34 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) R 6611 6614 4590 0 -1 4202496 4964178 0 0 0 143941 2393 0 0 20 0 4 0 105801532 16279736320 3915962 33554432000 4194304 16246674 140735369753456 140735369752632 13885188 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 3974545 3915962 827 2943 0 3971439 0
[pid=6614/tid=6615] ppid=6611 vsize=15898180 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6615/stat : 6615 (toysat) S 6611 6614 4590 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105801532 16279736320 3915962 33554432000 4194304 16246674 140735369753456 139880135896304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=15898180 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) S 6611 6614 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105801532 16279736320 3915962 33554432000 4194304 16246674 140735369753456 139880125406448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6614/tid=6617] ppid=6611 vsize=15898180 CPUtime=0 cores=0,2,4,6
/proc/6614/task/6617/stat : 6617 (toysat) S 6611 6614 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105801532 16279736320 3915962 33554432000 4194304 16246674 140735369753456 139880038395056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1463.34
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 6614 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1464 s]
/proc/loadavg: 2.04 2.05 2.02 3/183 6725
/proc/meminfo: memFree=15005360/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=0 CPUtime=1463.74 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) Z 6611 6614 4590 0 -1 4203532 4964178 0 0 0 143942 2432 0 0 20 0 2 0 105801532 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 0 0 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) R 6611 6614 4590 0 -1 4203588 8 0 0 0 0 38 0 0 20 0 2 0 105801532 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1463.74
Current children cumulated vsize (KiB) 0

[startup+1464.4 s]
/proc/loadavg: 2.04 2.05 2.02 3/181 6725
/proc/meminfo: memFree=24455660/32872528 swapFree=11372/178980
[pid=6614] ppid=6611 vsize=0 CPUtime=1464.14 cores=0,2,4,6
/proc/6614/stat : 6614 (toysat) Z 6611 6614 4590 0 -1 4203532 4964178 0 0 0 143942 2472 0 0 20 0 2 0 105801532 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6614/statm: 0 0 0 0 0 0 0
[pid=6614/tid=6616] ppid=6611 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/6614/task/6616/stat : 6616 (toysat) R 6611 6614 4590 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 105801532 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1464.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1464.42
CPU time (s): 1464.16
CPU user time (s): 1439.42
CPU system time (s): 24.7422
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 15898180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1439.42
system time used= 24.7422
maximum resident set size= 15663848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4964178
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= 285
involuntary context switches= 1497

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.71344 second user time and 5.63514 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-06 20:44:29
IDJOB=4078585
IDBENCH=2559
IDSOLVER=2542
FILE ID=node105/4078585-1465238669
RUNJOBID= node105-1465220657-4606
PBS_JOBID= 19843223
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-cuww2.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078585-1465238669/watcher-4078585-1465238669 -o /tmp/evaluation-result-4078585-1465238669/solver-4078585-1465238669 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465220657-4606 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078585-1465238669.opb

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

MD5SUM BENCH= 51d899b20f631897b1e4ab45104d8148
RANDOM SEED=1617423389

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.813
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.813
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.56
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.813
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.813
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30678564 kB
Buffers:           38140 kB
Cached:           131576 kB
SwapCached:         1756 kB
Active:          1241512 kB
Inactive:          71252 kB
Active(anon):    1143788 kB
Inactive(anon):     1504 kB
Active(file):      97724 kB
Inactive(file):    69748 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098460 kB
Dirty:             16336 kB
Writeback:             0 kB
AnonPages:       1321308 kB
Mapped:            10756 kB
Shmem:                 0 kB
Slab:             568652 kB
SReclaimable:      12304 kB
SUnreclaim:       556348 kB
KernelStack:        1512 kB
PageTables:         7164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1465888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1302528 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 node105 at 2016-06-06 21:08:53