Trace number 4118126

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? (TO) 1800.02 1800.31

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern50-25.opb
MD5SUMbc38c022b32687c2e89585edeef8fc31
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-30412
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
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 constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 14412
Biggest coefficient in the objective function 8912
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 2257216
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 8912
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 2257216
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)14362
Sum of products size (including duplicates)46564
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-29T19:39:16+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-4118126-1467221956.opb"]
0.00/0.01	c use --random-gen="4257775478 2136009131 2830087096 3660611795 2028197250 524437285 645122774 3815573773 1773163056 4179836386 31366371 327158432 944276675 4215080358 1072504658 3569515724 597034375 4078978026 1070662433 1302720786 314831417 2237418824 1120631879 1068772510 3404869252 3018947646 1953578431 1940899584 3310469233 3760213145 3287885987 1574461703 1563850904 1130627714 3666149588 1133039947 267582366 2844902646 2746014965 1421463518 2475043478 13369950 3957815250 152695041 3946276730 4009502916 2681540008 29120589 1402471335 3629490828 2520012128 1595730512 2375838381 1598302111 3564796063 2321069916 1147633751 2417423242 2987129916 219404319 1149901218 511667311 1765896746 1129990459 460957492 3965455242 1144551324 2881563222 1718807257 4073266316 3413245900 315605912 1983819439 507642683 2122404570 606994860 4068230631 534591045 2555885123 3915145998 3013579996 3934200596 2916511250 1378479739 2960405341 2320029758 3719705021 3790686925 2405367600 938762246 3676527407 4130043425 3108152877 999568423 3943235301 207957281 1368307797 3306361824 2610281800 1821855873 2874556169 3119514263 2618341858 3329785057 3501482881 2568003633 2198059034 542159022 2635773368 2439970673 2936327525 1786970405 3483272600 239347846 3812766548 3984141595 2097249166 701696697 4189135759 2096905831 4012351615 909491085 2299145876 104141127 3801763471 2198952582 1802927272 74998009 1298705713 3186268015 1787060166 1668266747 538325336 1803098674 388825258 330514828 1584547632 2832673721 2708010153 1644128060 2015824448 29749458 1040040333 1027189508 2711217609 804682597 2474684559 2547586067 2676115804 3648806573 942688339 3004039261 101948488 65628264 110871944 4177689416 853036630 2005583224 1845704071 755283592 435315908 4113767861 1752073563 56582304 2554275525 3096186293 2861953642 2890969188 1191991922 955412141 363673145 3836576099 4016272417 2227932303 186475583 3668154491 3125523094 2451254037 2443367841 800286651 2791255829 2871997119 310859434 9549319 3676977453 257381592 1403152131 685075334 148323560 4244729496 3842609228 560334228 1898788180 754092382 3352548945 476012084 1487396582 1665493002 2393362247 1080396980 1411812679 84612097 3799477550 2255814028 1886470316 1161367479 2668333782 48922118 1096622550 896164317 2805226451 479207545 1943510583 689661857 2436591993 361327930 986196585 3693780455 4122897375 3623852641 3392264627 2861406815 3249427852 521583283 2872415972 1087875108 151386246 3999888308 49678002 106011701 1122565645 2194176957 3270624343 2102548298 1014301587 3157602468 201213666 756058332 334917510 1330639677 426421458 2135669643 1230389571 673013198 1606936770 548380141 4137713914 3920667529 1153339631 2907847382 1399389319 408441999 2262080403 2708101912 2969083613 663328111 255 362436" option to reproduce the execution
0.00/0.06	c #vars 50
0.00/0.06	c #constraints 0
0.29/0.36	c BCD2: Hardening is enabled.
0.29/0.36	c BCD2: BiasedSearch is enabled.
0.29/0.36	c Solving starts ...
0.29/0.36	c ============================[ Search Statistics ]============================
0.29/0.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.36	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.36	c =============================================================================
0.29/0.36	c  0.0s |       0 |        0 |        0 |    15647      0 |        0 |        0
0.39/0.41	c  0.1s |       0 |     9977 |        0 |    15647      0 |        0 |        0
0.39/0.41	c #cpu_time = 0.042s
0.39/0.41	c #wall_clock_time = 0.042s
0.39/0.41	c #decision = 9977
0.39/0.41	c #random_decision = 31
0.39/0.41	c #conflict = 0
0.39/0.41	c #restart = 0
0.39/0.41	o 0
373.43/373.59	c BCD2: updating upper bound: 2257216 -> 1128607
748.27/748.45	c BCD2: 0 <= obj <= 1128607
748.27/748.46	c BCD2: #cores=0, #unrelaxed=14412, #relaxed=0, #hardened=0
748.27/748.46	c BCD2: #sat=1 #unsat=1 bias=1/2
748.27/748.46	c Solving starts ...
748.27/748.46	c ============================[ Search Statistics ]============================
748.27/748.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
748.27/748.46	c       |         |          |          |    Limit     GC | Var      | Constra 
748.27/748.46	c =============================================================================
748.27/748.46	c  0.0s |       0 |        0 |        0 |    15647      0 |        0 |        0
748.37/748.50	c  0.0s |       0 |     5279 |        0 |    15647      0 |        0 |        0
748.37/748.50	c #cpu_time = 0.035s
748.37/748.50	c #wall_clock_time = 0.035s
748.37/748.50	c #decision = 5279
748.37/748.50	c #random_decision = 0
748.37/748.50	c #conflict = 0
748.37/748.50	c #restart = 0
748.37/748.50	c BCD2: found a new core of size 3: cost of the new core is >=88
748.37/748.50	c lower bound updated to -1128520
1169.52/1169.73	c BCD2: 88 <= obj <= 1128607
1169.52/1169.73	c BCD2: #cores=1, #unrelaxed=14409, #relaxed=3, #hardened=0
1169.52/1169.73	c BCD2: #sat=1 #unsat=2 bias=2/3
1169.52/1169.73	c Solving starts ...
1169.52/1169.73	c ============================[ Search Statistics ]============================
1169.52/1169.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1169.52/1169.73	c       |         |          |          |    Limit     GC | Var      | Constra 
1169.52/1169.73	c =============================================================================
1169.52/1169.73	c  0.0s |       0 |        0 |        0 |    15647      0 |        0 |        1
1169.52/1169.77	c  0.0s |       0 |     5278 |        0 |    15647      0 |        0 |        1
1169.52/1169.77	c #cpu_time = 0.026s
1169.52/1169.77	c #wall_clock_time = 0.026s
1169.52/1169.77	c #decision = 5278
1169.52/1169.77	c #random_decision = 0
1169.52/1169.77	c #conflict = 0
1169.52/1169.77	c #restart = 0
1169.52/1169.77	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=176
1169.52/1169.77	c BCD2: refineLB: 89 -> 176
1169.52/1169.77	c lower bound updated to -1128432
1652.13/1652.42	c BCD2: 176 <= obj <= 1128607
1652.13/1652.42	c BCD2: #cores=1, #unrelaxed=14407, #relaxed=5, #hardened=0
1652.13/1652.42	c BCD2: #sat=1 #unsat=3 bias=3/4
1652.13/1652.42	c Solving starts ...
1652.13/1652.42	c ============================[ Search Statistics ]============================
1652.13/1652.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1652.13/1652.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1652.13/1652.42	c =============================================================================
1652.13/1652.42	c  0.0s |       0 |        0 |        0 |    15647      0 |        1 |        1
1652.13/1652.45	c  0.0s |       0 |        1 |        1 |    15647      0 |        2 |        3
1652.13/1652.45	c #cpu_time = 0.029s
1652.13/1652.45	c #wall_clock_time = 0.029s
1652.13/1652.45	c #decision = 1
1652.13/1652.45	c #random_decision = 0
1652.13/1652.45	c #conflict = 1
1652.13/1652.45	c #restart = 0
1652.13/1652.45	c BCD2: updating lower bound of a core
1652.13/1652.45	c BCD2: refineLB: 243 -> 264
1652.13/1652.45	c lower bound updated to -1128344

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

pid=6713
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.04 2.02 2.00 3/179 6716
/proc/meminfo: memFree=29802828/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=735812 CPUtime=0 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 2745 0 0 0 0 0 0 0 20 0 4 0 3091770 753471488 3618 33554432000 4194304 16246674 140736577078720 140736577078144 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 184465 3626 442 2943 0 181359 0
[pid=6716/tid=6717] ppid=6713 vsize=753220 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 771297280 3686 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=757316 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 775491584 3703 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=761412 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3091770 779685888 3717 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10013 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 6716
/proc/meminfo: memFree=29802828/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 27692 0 0 0 6 3 0 0 20 0 4 0 3091770 1249447936 28502 33554432000 4194304 16246674 140736577078720 140736577078032 12481124 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 305041 28513 830 2943 0 301935 0
[pid=6716/tid=6717] ppid=6713 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1249447936 28522 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1249447936 28531 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3091770 1249447936 28538 33554432000 4194304 16246674 140736577078720 140462476225712 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) 1220164

[startup+0.200484 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 6716
/proc/meminfo: memFree=29802828/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1297988 CPUtime=0.19 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 50442 0 0 0 13 6 0 0 20 0 4 0 3091770 1329139712 51252 33554432000 4194304 16246674 140736577078720 140736577078032 12481124 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 324497 51263 830 2943 0 321391 0
[pid=6716/tid=6717] ppid=6713 vsize=1297988 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1329139712 51271 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1297988 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1329139712 51278 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1297988 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1329139712 51287 33554432000 4194304 16246674 140736577078720 140462476225712 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) 1297988

[startup+0.300441 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 6716
/proc/meminfo: memFree=29802828/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1315396 CPUtime=0.29 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 61890 0 0 0 21 8 0 0 20 0 4 0 3091770 1346965504 62700 33554432000 4194304 16246674 140736577078720 140736577078032 4222282 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 328849 62704 830 2943 0 325743 0
[pid=6716/tid=6717] ppid=6713 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1346965504 62707 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1346965504 62709 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1346965504 62711 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1315396

[startup+0.700391 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 6716
/proc/meminfo: memFree=29802828/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1316420 CPUtime=0.69 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 97873 0 0 0 57 12 0 0 20 0 4 0 3091770 1348014080 98683 33554432000 4194304 16246674 140736577078720 140736577078032 12429797 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 329105 98693 879 2943 0 325999 0
[pid=6716/tid=6717] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 98699 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 98705 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 98715 33554432000 4194304 16246674 140736577078720 140462476225712 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) 1316420

[startup+1.5004 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 6720
/proc/meminfo: memFree=28747040/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1316420 CPUtime=1.49 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 270282 0 0 0 114 35 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140736577060608 12429736 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 329105 271092 879 2943 0 325999 0
[pid=6716/tid=6717] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462476225712 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) 1316420

[startup+3.10037 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 6720
/proc/meminfo: memFree=28719008/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1316420 CPUtime=3.09 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 270282 0 0 0 274 35 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140736577060608 12652957 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 329105 271092 879 2943 0 325999 0
[pid=6716/tid=6717] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462476225712 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) 1316420

[startup+6.30038 s]
/proc/loadavg: 2.04 2.01 2.00 4/183 6720
/proc/meminfo: memFree=28719292/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1316420 CPUtime=6.29 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 270282 0 0 0 594 35 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140736577060608 12652957 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 329105 271092 879 2943 0 325999 0
[pid=6716/tid=6717] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462476225712 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) 1316420

[startup+12.7004 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 6720
/proc/meminfo: memFree=28719192/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1316420 CPUtime=12.69 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 270282 0 0 0 1234 35 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140736577060608 12654426 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 329105 271092 879 2943 0 325999 0
[pid=6716/tid=6717] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1316420

[startup+25.5076 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 6720
/proc/meminfo: memFree=28719792/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1316420 CPUtime=25.5 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 270282 0 0 0 2515 35 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140736577060608 12653056 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 329105 271092 879 2943 0 325999 0
[pid=6716/tid=6717] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1316420

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 6724
/proc/meminfo: memFree=28719200/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1316420 CPUtime=51.09 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 270282 0 0 0 5074 35 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140736577060608 12655212 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 329105 271092 879 2943 0 325999 0
[pid=6716/tid=6717] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1348014080 271092 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1316420

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 6725
/proc/meminfo: memFree=28703740/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1332804 CPUtime=102.28 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 274220 0 0 0 10192 36 0 0 20 0 4 0 3091770 1364791296 275030 33554432000 4194304 16246674 140736577078720 140736577060608 12429087 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 333201 275030 879 2943 0 330095 0
[pid=6716/tid=6717] ppid=6713 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1364791296 275030 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1364791296 275030 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1332804 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1364791296 275030 33554432000 4194304 16246674 140736577078720 140462476225712 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) 1332804


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

/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275507 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1334852

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6755
/proc/meminfo: memFree=28698864/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1334852 CPUtime=1302.09 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 274932 0 0 0 130171 38 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140736577060608 12654448 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 333713 275726 902 2943 0 330607 0
[pid=6716/tid=6717] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1334852

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6779
/proc/meminfo: memFree=28698484/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1334852 CPUtime=1362.07 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 274942 0 0 0 136169 38 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140736577060608 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 333713 275726 902 2943 0 330607 0
[pid=6716/tid=6717] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1334852

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6780
/proc/meminfo: memFree=28698968/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1334852 CPUtime=1422.06 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 274942 0 0 0 142168 38 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140736577060608 12371292 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 333713 275726 902 2943 0 330607 0
[pid=6716/tid=6717] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1334852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6781
/proc/meminfo: memFree=28699296/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1334852 CPUtime=1482.05 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 274942 0 0 0 148167 38 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140736577060608 12413997 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 333713 275726 902 2943 0 330607 0
[pid=6716/tid=6717] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1334852

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6783
/proc/meminfo: memFree=28699408/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1334852 CPUtime=1542.05 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 274942 0 0 0 154167 38 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140736577060608 12413997 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 333713 275726 902 2943 0 330607 0
[pid=6716/tid=6717] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1334852

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6785
/proc/meminfo: memFree=28699288/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1334852 CPUtime=1602.03 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 274942 0 0 0 160165 38 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140736577060608 12413976 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 333713 275726 902 2943 0 330607 0
[pid=6716/tid=6717] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275726 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1334852

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6834
/proc/meminfo: memFree=28708412/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1334852 CPUtime=1662.03 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 274953 0 0 0 166165 38 0 0 20 0 4 0 3091770 1366888448 275737 33554432000 4194304 16246674 140736577078720 140736577060608 12429080 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 333713 275737 913 2943 0 330607 0
[pid=6716/tid=6717] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275737 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275737 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275737 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1334852

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6835
/proc/meminfo: memFree=28704572/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1334852 CPUtime=1722.01 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 274954 0 0 0 172163 38 0 0 20 0 4 0 3091770 1366888448 275738 33554432000 4194304 16246674 140736577078720 140736577060608 12371183 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 333713 275738 914 2943 0 330607 0
[pid=6716/tid=6717] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275738 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275738 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275738 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1334852

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6836
/proc/meminfo: memFree=28701848/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1334852 CPUtime=1782.01 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 274954 0 0 0 178162 39 0 0 20 0 4 0 3091770 1366888448 275738 33554432000 4194304 16246674 140736577078720 140736577060608 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 333713 275738 914 2943 0 330607 0
[pid=6716/tid=6717] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275738 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275738 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275738 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1334852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6837
/proc/meminfo: memFree=28701464/32872528 swapFree=7620/7620
[pid=6716] ppid=6713 vsize=1334852 CPUtime=1800.01 cores=1,3,5,7
/proc/6716/stat : 6716 (toysat) R 6713 6716 5453 0 -1 4202496 274954 0 0 0 179962 39 0 0 20 0 4 0 3091770 1366888448 275738 33554432000 4194304 16246674 140736577078720 140736577060608 13950218 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6716/statm: 333713 275738 914 2943 0 330607 0
[pid=6716/tid=6717] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6717/stat : 6717 (toysat) S 6713 6716 5453 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275738 33554432000 4194304 16246674 140736577078720 140462568484080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6716/tid=6718] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6718/stat : 6718 (toysat) S 6713 6716 5453 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275738 33554432000 4194304 16246674 140736577078720 140462557994224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6716/tid=6719] ppid=6713 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/6716/task/6719/stat : 6719 (toysat) S 6713 6716 5453 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3091770 1366888448 275738 33554432000 4194304 16246674 140736577078720 140462476225712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1334852

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1799.63
CPU system time (s): 0.39194
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 1334852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.39194
maximum resident set size= 1102952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274954
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= 43
involuntary context switches= 1850

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.76612 second user time and 8.40172 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-29 19:39:16
IDJOB=4118126
IDBENCH=111457
IDSOLVER=2542
FILE ID=node106/4118126-1467221956
RUNJOBID= node106-1467209087-5470
PBS_JOBID= 19997588
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern50-25.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118126-1467221956/watcher-4118126-1467221956 -o /tmp/evaluation-result-4118126-1467221956/solver-4118126-1467221956 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467209087-5470 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4118126-1467221956.opb

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

MD5SUM BENCH= bc38c022b32687c2e89585edeef8fc31
RANDOM SEED=375757248

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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.495
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:        29802588 kB
Buffers:           22528 kB
Cached:          1192148 kB
SwapCached:            0 kB
Active:          1838376 kB
Inactive:         473796 kB
Active(anon):    1090444 kB
Inactive(anon):     9640 kB
Active(file):     747932 kB
Inactive(file):   464156 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16556 kB
Writeback:             0 kB
AnonPages:       1106872 kB
Mapped:            18640 kB
Shmem:               204 kB
Slab:             618572 kB
SReclaimable:      61344 kB
SUnreclaim:       557228 kB
KernelStack:        1520 kB
PageTables:         5852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1235756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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 node106 at 2016-06-29 20:09:17