Trace number 4093239

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.27 1800.55

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen07_wcsp.wbo
MD5SUMdf1c90215af2cae95a5e30d22d51f060
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7976
Total number of constraints1810140
Number of soft constraints1809940
Number of constraints which are clauses1809940
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 468527294
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 286472940853
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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-16T22:28:53+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4093239-1466108931.wbo"]
0.00/0.01	c use --random-gen="2396773070 43471361 3888495999 2465666301 3384859941 3873881953 4150957735 3026091249 3842023576 741413644 3516212167 1534304753 605026698 2397443619 1439727403 2678881919 3262886091 2605089846 1371982411 2733799549 2507035650 369928623 3626556920 1456314788 3717803195 1951741127 300898881 3682290938 91367317 3644646806 2665667832 4240167987 563709863 2981895466 1682489986 3252581042 26624300 1945490797 3700758695 2057096009 3874448424 2235020160 1999294836 390539010 3244324318 77896453 2347224005 1848518781 1813068010 2950745911 3813484113 3228154205 1254941198 2294839425 1195784998 2088608465 3476614084 3265211823 629436945 1635697812 194701428 1313661126 2641626236 2208489062 3804068374 2851733247 889933038 2553027145 1652566212 2414760778 3996645836 2785283980 2719462252 561525338 4268463531 888364551 4151882196 2868325693 3696833192 620275151 1928553810 2662369348 1801848108 3082716165 2535349065 1643522988 144423772 1664823975 4208026980 1141700294 4159264894 2572550269 1661191146 3192024458 3624774443 302647228 2044653847 3281529138 2828075391 1347602756 3045215953 2890853573 3463607853 1128194161 1689219279 942378733 3629333788 2798872952 1854525053 1027560516 58149786 4141013332 1707032268 2165760403 1405651839 658778517 4072882161 3837722805 1449886247 4187860987 1374128804 2262762332 1894256726 1785067441 857907776 4122705746 3053479399 2038150118 975642331 248048280 3260994990 4062744195 2519729419 804547806 1069496900 3417201248 4258186994 1519785446 4094897510 2608997842 1775170823 1289705064 3494949750 2166571676 3277652907 1137003180 589190413 2344916647 940947923 3899453365 3412192634 2030936357 2901075159 3279454867 1228944981 501898538 960348843 571602699 3215484995 725250078 231391597 3693352694 315991702 1908766131 1532966394 1078747031 707234402 2616866049 1561576981 291687323 477304202 3552147124 2033575138 2665017334 320407968 1507321635 2310440398 506683207 565092379 2642066415 3708749909 2786539239 941026935 3723951700 1348484453 98844968 395778436 2876054257 4033664325 541792564 1861023473 3769552050 3458494518 616539894 1886610748 2482239423 1407161773 331186644 3270798813 1335845694 2079269535 1704547806 1927031321 1193868400 3201962499 765424316 3628850389 4231319639 4029583787 2092962288 4040995016 3850880545 3285310697 1630714225 1026510198 2514435082 2922721122 2228508538 956305740 2479315079 2677318783 1896989829 1115185268 4232775193 1889555267 3362333457 3362524433 557735163 4134321565 4051348941 2517608906 118725430 3445853619 523966794 2279738218 777999511 192585826 3916105873 559600530 3295941116 1343551185 4226899191 1516687076 3278757154 3437637600 4232082804 149061103 3599445899 1713656577 2271928669 2507234367 1539032789 2574340292 262967123 3399946429 999572423 255 362436" option to reproduce the execution

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4093239-1466108931/watcher-4093239-1466108931 -o /tmp/evaluation-result-4093239-1466108931/solver-4093239-1466108931 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466105328-18867 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093239-1466108931.wbo 

pid=19205
running on 8 cores: 4-7,12-15

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 1.96 3/261 19208
/proc/meminfo: memFree=31698524/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=1174084 CPUtime=0 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 4464 0 0 0 0 0 0 0 20 0 4 0 12937852 1202262016 4313 33554432000 4194304 16246674 140737166417200 140737166416624 13880264 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 294289 4324 442 2943 0 291183 0
[pid=19208/tid=19209] ppid=19205 vsize=1196612 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 1225330688 4401 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=1201732 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 1230573568 4420 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=1205828 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12937852 1234767872 4437 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0

[startup+0.100141 s]
/proc/loadavg: 2.00 2.00 1.96 3/261 19208
/proc/meminfo: memFree=31698524/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=1220164 CPUtime=0.08 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 28486 0 0 0 5 3 0 0 20 0 4 0 12937852 1249447936 28275 33554432000 4194304 16246674 140737166417200 140737166416512 4220897 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 305041 28275 803 2943 0 301935 0
[pid=19208/tid=19209] ppid=19205 vsize=1220164 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 1249447936 28275 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=1220164 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 1249447936 28275 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=1220164 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 1249447936 28275 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1220164

[startup+0.200502 s]
/proc/loadavg: 2.00 2.00 1.96 3/261 19208
/proc/meminfo: memFree=31698524/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=1311300 CPUtime=0.19 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 50633 0 0 0 12 7 0 0 20 0 4 0 12937852 1342771200 50933 33554432000 4194304 16246674 140737166417200 140737166399104 4225154 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 327825 50941 803 2943 0 324719 0
[pid=19208/tid=19209] ppid=19205 vsize=1311300 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 1342771200 50945 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=1311300 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 1342771200 50951 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=1311300 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 1342771200 50956 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.300443 s]
/proc/loadavg: 2.00 2.00 1.96 3/261 19208
/proc/meminfo: memFree=31698524/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=1314372 CPUtime=0.29 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 57887 0 0 0 21 8 0 0 20 0 4 0 12937852 1345916928 58187 33554432000 4194304 16246674 140737166417200 140737166399104 8058627 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 328593 58187 803 2943 0 325487 0
[pid=19208/tid=19209] ppid=19205 vsize=1314372 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 1345916928 58187 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=1314372 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 1345916928 58187 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=1314372 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 1345916928 58187 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.70043 s]
/proc/loadavg: 2.00 2.00 1.96 3/261 19208
/proc/meminfo: memFree=31698524/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=1314372 CPUtime=0.68 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 69668 0 0 0 59 9 0 0 20 0 4 0 12937852 1345916928 69968 33554432000 4194304 16246674 140737166417200 140737166399104 7409539 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 328593 69968 803 2943 0 325487 0
[pid=19208/tid=19209] ppid=19205 vsize=1314372 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 1345916928 69968 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=1314372 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 1345916928 69968 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=1314372 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 1345916928 69968 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50042 s]
/proc/loadavg: 2.00 2.00 1.96 3/265 19212
/proc/meminfo: memFree=31197760/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=1314372 CPUtime=1.49 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 88678 0 0 0 137 12 0 0 20 0 4 0 12937852 1345916928 88979 33554432000 4194304 16246674 140737166417200 140737166415040 12752373 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 328593 88998 804 2943 0 325487 0
[pid=19208/tid=19209] ppid=19205 vsize=1314372 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 1345916928 89008 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=1314372 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 1345916928 89019 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=1314372 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 1345916928 89031 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10043 s]
/proc/loadavg: 2.00 2.00 1.96 3/265 19212
/proc/meminfo: memFree=30848460/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=1338948 CPUtime=3.09 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 140942 0 0 0 288 21 0 0 20 0 4 0 12937852 1371082752 145330 33554432000 4194304 16246674 140737166417200 140737166399104 8057142 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 334737 145330 804 2943 0 331631 0
[pid=19208/tid=19209] ppid=19205 vsize=1338948 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 1371082752 145330 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=1338948 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 1371082752 145330 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=1338948 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 1371082752 145330 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1338948

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 1.96 3/265 19212
/proc/meminfo: memFree=30002532/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=1388100 CPUtime=6.29 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 216001 0 0 0 595 34 0 0 20 0 4 0 12937852 1421414400 231120 33554432000 4194304 16246674 140737166417200 140737166399104 8057118 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 347025 231120 804 2943 0 343919 0
[pid=19208/tid=19209] ppid=19205 vsize=1388100 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 1421414400 231120 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=1388100 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 1421414400 231120 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=1388100 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 1421414400 231120 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1388100

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.96 3/265 19212
/proc/meminfo: memFree=29350400/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=1483332 CPUtime=12.69 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 293057 0 0 0 1223 46 0 0 20 0 4 0 12937852 1518931968 311753 33554432000 4194304 16246674 140737166417200 140737166399104 13950704 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 370833 311753 836 2943 0 367727 0
[pid=19208/tid=19209] ppid=19205 vsize=1483332 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 1518931968 311753 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=1483332 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 1518931968 311753 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=1483332 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 1518931968 311753 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1483332

[startup+25.5005 s]
/proc/loadavg: 2.13 2.03 1.97 3/265 19212
/proc/meminfo: memFree=25992972/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=3159620 CPUtime=25.49 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 712134 0 0 0 2449 100 0 0 20 0 4 0 12937852 3235450880 730830 33554432000 4194304 16246674 140737166417200 140737166416376 15015658 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 789905 730830 839 2943 0 786799 0
[pid=19208/tid=19209] ppid=19205 vsize=3159620 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 3235450880 730830 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=3159620 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 3235450880 730830 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=3159620 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 3235450880 730830 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3159620

[startup+51.1005 s]
/proc/loadavg: 2.09 2.03 1.97 3/265 19212
/proc/meminfo: memFree=23136712/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=4585028 CPUtime=51.08 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 1068493 0 0 0 4959 149 0 0 20 0 4 0 12937852 4695068672 1087189 33554432000 4194304 16246674 140737166417200 140737166416376 12417472 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 1146257 1087189 845 2943 0 1143151 0
[pid=19208/tid=19209] ppid=19205 vsize=4585028 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 4695068672 1087189 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=4585028 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 4695068672 1087189 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=4585028 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 4695068672 1087189 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4585028

[startup+102.301 s]
/proc/loadavg: 2.04 2.02 1.97 3/266 19216
/proc/meminfo: memFree=22799252/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=4752964 CPUtime=102.28 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 1110477 0 0 0 10063 165 0 0 20 0 4 0 12937852 4867035136 1129173 33554432000 4194304 16246674 140737166417200 140737166416296 12429091 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 1188241 1129173 845 2943 0 1185135 0
[pid=19208/tid=19209] ppid=19205 vsize=4752964 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 4867035136 1129173 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=4752964 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 4867035136 1129173 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=4752964 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 4867035136 1129173 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4752964


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

[pid=19208] ppid=19205 vsize=4866628 CPUtime=1362.08 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 1138895 0 0 0 136030 178 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140737166399104 13943664 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 1216657 1157591 845 2943 0 1213551 0
[pid=19208/tid=19209] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 4866628

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/265 19250
/proc/meminfo: memFree=22569608/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=4866628 CPUtime=1422.08 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 1138895 0 0 0 142030 178 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140737166399104 13923640 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 1216657 1157591 845 2943 0 1213551 0
[pid=19208/tid=19209] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 4866628

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/265 19251
/proc/meminfo: memFree=22569256/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=4866628 CPUtime=1482.06 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 1138895 0 0 0 148028 178 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140737166399104 13774084 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 1216657 1157591 845 2943 0 1213551 0
[pid=19208/tid=19209] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 4866628

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/265 19252
/proc/meminfo: memFree=22569724/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=4866628 CPUtime=1542.06 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 1138895 0 0 0 154028 178 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140737166399104 13774084 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 1216657 1157591 845 2943 0 1213551 0
[pid=19208/tid=19209] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 4866628

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/265 19253
/proc/meminfo: memFree=22569484/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=4866628 CPUtime=1602.04 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 1138895 0 0 0 160026 178 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140737166399104 13817016 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 1216657 1157591 845 2943 0 1213551 0
[pid=19208/tid=19209] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 4866628

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/265 19254
/proc/meminfo: memFree=22569364/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=4866628 CPUtime=1662.03 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 1138895 0 0 0 166025 178 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140737166399104 6132584 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 1216657 1157591 845 2943 0 1213551 0
[pid=19208/tid=19209] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 4866628

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/265 19256
/proc/meminfo: memFree=22569448/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=4866628 CPUtime=1722.02 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 1138895 0 0 0 172024 178 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140737166399104 13774084 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 1216657 1157591 845 2943 0 1213551 0
[pid=19208/tid=19209] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 4866628

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/265 19257
/proc/meminfo: memFree=22568844/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=4866628 CPUtime=1782.02 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 1138895 0 0 0 178024 178 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140737166399104 6132652 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 1216657 1157591 845 2943 0 1213551 0
[pid=19208/tid=19209] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 4866628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/265 19257
/proc/meminfo: memFree=22569448/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=4866628 CPUtime=1800.01 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) R 19205 19208 17918 0 -1 4202496 1138895 0 0 0 179823 178 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140737166399104 13807598 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 1216657 1157591 845 2943 0 1213551 0
[pid=19208/tid=19209] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) S 19205 19208 17918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161561111792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=19208/tid=19210] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19210/stat : 19210 (toysat) S 19205 19208 17918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161550621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=19208/tid=19211] ppid=19205 vsize=4866628 CPUtime=0 cores=4-7,12-15
/proc/19208/task/19211/stat : 19211 (toysat) S 19205 19208 17918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12937852 4983427072 1157591 33554432000 4194304 16246674 140737166417200 140161540148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 4866628

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

[startup+1800.4 s]
/proc/loadavg: 2.05 2.02 2.00 3/265 19257
/proc/meminfo: memFree=22569448/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=0 CPUtime=1800.12 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) Z 19205 19208 17918 0 -1 4203532 1138895 0 0 0 179824 188 0 0 20 0 2 0 12937852 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 0 0 0 0 0 0 0
[pid=19208/tid=19209] ppid=19205 vsize=0 CPUtime=0.08 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) R 19205 19208 17918 0 -1 4203588 10 0 0 0 0 8 0 0 20 0 2 0 12937852 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

[startup+1800.5 s]
/proc/loadavg: 2.05 2.02 2.00 3/265 19257
/proc/meminfo: memFree=22569448/32872528 swapFree=7036/7036
[pid=19208] ppid=19205 vsize=0 CPUtime=1800.22 cores=4-7,12-15
/proc/19208/stat : 19208 (toysat) Z 19205 19208 17918 0 -1 4203532 1138895 0 0 0 179824 198 0 0 20 0 2 0 12937852 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/19208/statm: 0 0 0 0 0 0 0
[pid=19208/tid=19209] ppid=19205 vsize=0 CPUtime=0.18 cores=4-7,12-15
/proc/19208/task/19209/stat : 19209 (toysat) R 19205 19208 17918 0 -1 4203588 10 0 0 0 0 18 0 0 20 0 2 0 12937852 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.55
CPU time (s): 1800.27
CPU user time (s): 1798.24
CPU system time (s): 2.02469
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 4866628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.24
system time used= 2.02469
maximum resident set size= 4630364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1138895
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= 83
involuntary context switches= 1854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.01463 second user time and 23.0105 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-16 22:28:52
IDJOB=4093239
IDBENCH=79568
IDSOLVER=2553
FILE ID=node132/4093239-1466108931
RUNJOBID= node132-1466105328-18867
PBS_JOBID= 19904047
Free space on /tmp= 71608 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen07_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093239-1466108931/watcher-4093239-1466108931 -o /tmp/evaluation-result-4093239-1466108931/solver-4093239-1466108931 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466105328-18867 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093239-1466108931.wbo

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

MD5SUM BENCH= df1c90215af2cae95a5e30d22d51f060
RANDOM SEED=561305170

node132.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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.53
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31729036 kB
Buffers:           41868 kB
Cached:           255516 kB
SwapCached:          584 kB
Active:           331276 kB
Inactive:          84112 kB
Active(anon):     119856 kB
Inactive(anon):     1076 kB
Active(file):     211420 kB
Inactive(file):    83036 kB
Unevictable:        7036 kB
Mlocked:            7036 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:            147072 kB
Writeback:             0 kB
AnonPages:        123800 kB
Mapped:             9972 kB
Shmem:                 0 kB
Slab:             580232 kB
SReclaimable:      20140 kB
SUnreclaim:       560092 kB
KernelStack:        2152 kB
PageTables:         6160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1137540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71656 MiB
End job on node132 at 2016-06-16 22:58:53