Trace number 4079113

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.33 1800.61

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__32.opb
MD5SUM95367a36ca5654a079813431d40e8df1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark132571
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables160998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint32
Maximum length of a constraint1313
Number of terms in the objective function 160000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 5495354016
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 5495354016
Number of bits of the biggest sum of numbers33
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-07T04:26:05+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079113-1465266364.opb"]
0.00/0.01	c use --random-gen="3806488300 2117470593 579122467 1219644813 2175238007 1239141543 1274594906 3462273884 1298755419 3220123831 3125701456 2952990419 4008072134 447932947 2763205850 1522765877 2009516787 1600951821 3083082695 1684482041 2421767172 3510799131 3036350672 1884387768 296884394 7855493 1691904021 2990060384 1395268524 639202793 3523473479 2113094637 323915032 3713812736 4290830564 274758397 3222827150 1087252225 5005486 2912715862 1471624231 1974500647 1087985029 3001012983 3531499127 1638533238 2034719486 67709248 1100694323 4190420894 3083030265 4272453097 2123323446 2208497338 3516231055 3014467777 3938163040 102363751 1007014026 3741604821 3775929297 166553353 2324110343 2398815105 685870913 2928988797 1259315627 3351554697 3437055719 3096490822 2849386078 2885369607 4217914960 1897031841 2825388313 726922564 3308371743 3660431128 3354763301 2962019580 3293680211 3611614846 2669984282 3093864332 776099490 1759477213 1642816633 3107680836 1443215192 4013349180 756677004 2269121098 4134056615 2646263273 431167039 3711923790 2951088886 677950199 4174238867 1613262334 3895417653 1347667858 2569460757 1060676827 3924215495 3649713461 3905988069 316411944 3662380968 54703082 3446316721 394872546 239596849 573857180 116017590 3512192200 1522299206 2430449381 1303147267 2417202651 3318073425 1312421730 849606388 2873269939 898624292 3367457818 2171360531 2122526738 2651756073 379349890 2603966799 502130367 1639520598 1224206787 1322346756 671870128 2970182880 2441407711 1857632616 3818705337 3731146315 3515840992 3278106959 12988233 160532713 1778357124 3491142456 1274131490 1617539601 3400404715 4012468332 2276351843 338280651 1134177132 1220338353 2498188086 3140865948 2024500664 2692856529 4154114080 1074339950 355181045 1852615533 2880255135 3499755700 3671054799 4166245479 499335590 2471432661 1176615662 3436587871 3277235397 3990205444 2499067263 3622206357 4095325512 1479559704 3540930971 3533885837 719981949 766828438 3856124867 2049762305 3235953959 1939826738 2836328312 2341052286 3271492504 1971917097 2833914396 3397485142 1854183408 2182965177 4142101137 3491568406 1039065010 3151944409 2236420944 2801363710 1518481894 3531455484 2801159210 1736120257 2134328512 1196048776 3650188915 3903639599 2466104852 2983039698 1425526047 2969047110 4204377106 709433393 3599098614 4032441960 2008909770 3416136230 1771227929 3750136159 3343574319 4114381609 2634248159 3381155222 1007724874 2713127820 2709525987 763255518 2347417617 3150448871 3921733352 4067180533 3486618569 2647584897 813162693 4127802729 2682283067 2500073405 1862151025 4077393914 2358980781 2940675015 1733487403 2982119389 895666387 1375987497 3409817503 3231971307 124765805 2664359324 4113934786 4250679290 1195675642 2258522458 3575395942 2191915418 2212681938 255 362436" option to reproduce the execution
1.10/1.12	c #vars 160998
1.10/1.12	c #constraints 6000
3.39/3.44	c BCD2: Hardening is enabled.
3.39/3.44	c BCD2: BiasedSearch is enabled.
3.39/3.44	c Solving starts ...
3.39/3.44	c ============================[ Search Statistics ]============================
3.39/3.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.44	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.44	c =============================================================================
3.49/3.58	c  0.0s |       0 |        0 |        0 |    55999      0 |        0 |        0
4.09/4.11	c  0.5s |       1 |     4167 |      100 |    55999      0 |        0 |        0
5.39/5.50	c  1.9s |       2 |    15187 |      250 |    61599      0 |        0 |        0
6.39/6.41	c  2.8s |       3 |    40075 |      475 |    67759      0 |        0 |        0
8.09/8.20	c  4.6s |       4 |   102382 |      813 |    74535      0 |        0 |        0
9.89/9.98	c  6.4s |       5 |   158522 |     1320 |    81989      0 |        0 |        0
11.99/12.02	c  8.4s |       5 |   221300 |     2020 |    90188      0 |        0 |        0
12.29/12.32	c  8.7s |       6 |   224375 |     2081 |    99207      0 |        0 |        0
14.39/14.49	c 10.9s |       6 |   293457 |     2581 |    99207      0 |        0 |        0
16.28/16.38	c 12.8s |       7 |   328377 |     3223 |   109128      0 |        0 |        0
18.38/18.41	c 14.8s |       7 |   417368 |     3823 |   109128      0 |        0 |        0
19.18/19.21	c 15.6s |       7 |   421587 |     4026 |   109128      0 |        0 |        0
19.18/19.21	c #cpu_time = 15.404s
19.18/19.21	c #wall_clock_time = 15.444s
19.18/19.21	c #decision = 421587
19.18/19.21	c #random_decision = 1227
19.18/19.21	c #conflict = 4026
19.18/19.21	c #restart = 7
19.18/19.22	o 34638112
19.49/19.51	c BCD2: updating upper bound: 5495354016 -> 34638111
20.69/20.78	c BCD2: 0 <= obj <= 34638111
20.69/20.79	c BCD2: #cores=0, #unrelaxed=160000, #relaxed=0, #hardened=0
20.69/20.79	c BCD2: #sat=1 #unsat=1 bias=1/2
20.79/20.80	c Solving starts ...
20.79/20.80	c ============================[ Search Statistics ]============================
20.79/20.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.79/20.80	c       |         |          |          |    Limit     GC | Var      | Constra 
20.79/20.80	c =============================================================================
20.79/20.80	c  0.0s |       0 |        0 |        0 |   109128      0 |        0 |        0
21.09/21.11	c  0.3s |       0 |    38006 |        0 |   109128      0 |        0 |        0
21.09/21.11	c #cpu_time = 0.283s
21.09/21.11	c #wall_clock_time = 0.284s
21.09/21.11	c #decision = 38006
21.09/21.11	c #random_decision = 0
21.09/21.11	c #conflict = 0
21.09/21.11	c #restart = 0
21.09/21.11	c BCD2: found a new core of size 192: cost of the new core is >=6052
21.09/21.11	c lower bound updated to 6052
21.19/21.20	c BCD2: 6052 <= obj <= 34638111
21.19/21.20	c BCD2: #cores=1, #unrelaxed=159808, #relaxed=192, #hardened=0
21.19/21.20	c BCD2: #sat=1 #unsat=2 bias=2/3
106.37/106.41	c Solving starts ...
106.37/106.41	c ============================[ Search Statistics ]============================
106.37/106.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
106.37/106.41	c       |         |          |          |    Limit     GC | Var      | Constra 
106.37/106.41	c =============================================================================
106.37/106.41	c  0.0s |       0 |        0 |        0 |   109128      0 |        0 |        1
106.78/106.88	c  0.5s |       0 |   100910 |        0 |   109128      0 |        0 |        1
106.78/106.88	c #cpu_time = 0.398s
106.78/106.88	c #wall_clock_time = 0.399s
106.78/106.88	c #decision = 100910
106.78/106.88	c #random_decision = 0
106.78/106.88	c #conflict = 0
106.78/106.88	c #restart = 0
106.78/106.88	c BCD2: found a new core of size 224: cost of the new core is >=9641
106.78/106.88	c lower bound updated to 15693
106.87/106.96	c BCD2: 15693 <= obj <= 34638111
106.87/106.96	c BCD2: #cores=2, #unrelaxed=159584, #relaxed=416, #hardened=0
106.87/106.96	c BCD2: #sat=1 #unsat=3 bias=3/4
106.87/106.98	c Solving starts ...
106.87/106.98	c ============================[ Search Statistics ]============================
106.87/106.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
106.87/106.98	c       |         |          |          |    Limit     GC | Var      | Constra 
106.87/106.98	c =============================================================================
106.87/106.98	c  0.0s |       0 |        0 |        0 |   109128      0 |        0 |        2
108.17/108.22	c  1.2s |       1 |   275838 |      100 |   109128      0 |        0 |        2
109.17/109.24	c  2.3s |       2 |   522351 |      250 |   109128      0 |        0 |        2
109.98/110.04	c  3.1s |       2 |   680938 |      324 |   109128      0 |        0 |        2
109.98/110.04	c #cpu_time = 2.950s
109.98/110.04	c #wall_clock_time = 2.958s
109.98/110.04	c #decision = 680938
109.98/110.04	c #random_decision = 0
109.98/110.04	c #conflict = 324
109.98/110.04	c #restart = 2
109.98/110.05	c BCD2: relaxing 4242 and merging with 1 cores into a new core of size 4466: cost of the new core is >=13095
109.98/110.05	c lower bound updated to 19147
110.08/110.14	c BCD2: 19147 <= obj <= 34638111
110.08/110.14	c BCD2: #cores=2, #unrelaxed=155342, #relaxed=4658, #hardened=0
110.08/110.14	c BCD2: #sat=1 #unsat=4 bias=4/5
211.06/211.10	c Solving starts ...
211.06/211.10	c ============================[ Search Statistics ]============================
211.06/211.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
211.06/211.10	c       |         |          |          |    Limit     GC | Var      | Constra 
211.06/211.10	c =============================================================================
211.06/211.10	c  0.0s |       0 |        0 |        0 |   109128      0 |        1 |        2
212.15/212.29	c  1.2s |       1 |   219094 |      100 |   109128      0 |        1 |        3
213.46/213.57	c  2.5s |       2 |   567514 |      250 |   109128      0 |        1 |        3
214.25/214.32	c  3.2s |       2 |   722139 |      324 |   109128      0 |        1 |        3
214.25/214.32	c #cpu_time = 3.111s
214.25/214.32	c #wall_clock_time = 3.119s
214.25/214.32	c #decision = 722139
214.25/214.32	c #random_decision = 0
214.25/214.32	c #conflict = 324
214.25/214.32	c #restart = 2
214.25/214.33	c BCD2: relaxing 2301 and merging with 1 cores into a new core of size 2493: cost of the new core is >=9240
214.25/214.33	c lower bound updated to 22335
214.35/214.43	c BCD2: 22335 <= obj <= 34638111
214.35/214.43	c BCD2: #cores=2, #unrelaxed=153041, #relaxed=6959, #hardened=0
214.35/214.43	c BCD2: #sat=1 #unsat=5 bias=5/6
220.16/220.24	c Solving starts ...
220.16/220.24	c ============================[ Search Statistics ]============================
220.16/220.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
220.16/220.24	c       |         |          |          |    Limit     GC | Var      | Constra 
220.16/220.24	c =============================================================================
220.16/220.25	c  0.0s |       0 |        0 |        0 |   109128      0 |        4 |        3
221.06/221.16	c  0.9s |       1 |   153824 |      100 |   109128      0 |        4 |        8
222.36/222.47	c  2.2s |       1 |   311390 |      203 |   109128      0 |        4 |        8
222.36/222.47	c #cpu_time = 2.014s
222.36/222.47	c #wall_clock_time = 2.019s
222.36/222.47	c #decision = 311390
222.36/222.47	c #random_decision = 3
222.36/222.47	c #conflict = 203
222.36/222.47	c #restart = 1
222.36/222.48	o 425977
222.46/222.59	c BCD2: updating upper bound: 34638111 -> 425976
223.56/223.64	c BCD2: 22335 <= obj <= 425976
223.56/223.64	c BCD2: #cores=2, #unrelaxed=153041, #relaxed=6959, #hardened=0
223.56/223.64	c BCD2: #sat=2 #unsat=5 bias=5/7

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

pid=4162
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.21 2.23 2.18 3/179 4165
/proc/meminfo: memFree=23465088/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=616892 CPUtime=0 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 2282 0 0 0 0 0 0 0 20 0 4 0 108569630 631697408 3153 33554432000 4194304 16246674 140736498785456 140736498784880 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 154991 3162 441 2943 0 151885 0
[pid=4165/tid=4166] ppid=4162 vsize=635324 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 650571776 3225 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=639420 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 654766080 3239 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=643516 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 658960384 3257 33554432000 4194304 16246674 140736498785456 139786757074096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.21 2.23 2.18 3/179 4165
/proc/meminfo: memFree=23465088/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 30495 0 0 0 5 4 0 0 20 0 4 0 108569630 1333334016 31305 33554432000 4194304 16246674 140736498785456 140736498784768 7364033 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 325521 31322 799 2943 0 322415 0
[pid=4165/tid=4166] ppid=4162 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 1333334016 31333 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 1333334016 31344 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 1333334016 31356 33554432000 4194304 16246674 140736498785456 139786757074096 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) 1302084

[startup+0.200535 s]
/proc/loadavg: 2.21 2.23 2.18 3/179 4165
/proc/meminfo: memFree=23465088/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 43972 0 0 0 13 6 0 0 20 0 4 0 108569630 1343819776 45292 33554432000 4194304 16246674 140736498785456 140736498784768 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 328081 45292 799 2943 0 324975 0
[pid=4165/tid=4166] ppid=4162 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 1343819776 45292 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 1343819776 45292 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 1343819776 45292 33554432000 4194304 16246674 140736498785456 139786757074096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300505 s]
/proc/loadavg: 2.21 2.23 2.18 3/179 4165
/proc/meminfo: memFree=23465088/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=1312324 CPUtime=0.28 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 46855 0 0 0 22 6 0 0 20 0 4 0 108569630 1343819776 48175 33554432000 4194304 16246674 140736498785456 140736498784768 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 328081 48175 799 2943 0 324975 0
[pid=4165/tid=4166] ppid=4162 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 1343819776 48175 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 1343819776 48175 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 1343819776 48175 33554432000 4194304 16246674 140736498785456 139786757074096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1312324

[startup+0.700374 s]
/proc/loadavg: 2.21 2.23 2.18 3/179 4165
/proc/meminfo: memFree=23465088/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=1312324 CPUtime=0.69 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 67266 0 0 0 59 10 0 0 20 0 4 0 108569630 1343819776 68586 33554432000 4194304 16246674 140736498785456 140736498768448 4206649 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 328081 68586 802 2943 0 324975 0
[pid=4165/tid=4166] ppid=4162 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 1343819776 68586 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 1343819776 68586 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 1343819776 68586 33554432000 4194304 16246674 140736498785456 139786757074096 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) 1312324

[startup+1.50038 s]
/proc/loadavg: 2.20 2.23 2.18 3/183 4169
/proc/meminfo: memFree=23126012/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=1384004 CPUtime=1.48 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 102353 0 0 0 135 13 0 0 20 0 4 0 108569630 1417220096 105717 33554432000 4194304 16246674 140736498785456 140736498783296 4207014 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 346001 105717 838 2943 0 342895 0
[pid=4165/tid=4166] ppid=4162 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 1417220096 105717 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 1417220096 105717 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 1417220096 105717 33554432000 4194304 16246674 140736498785456 139786757074096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1384004

[startup+3.10036 s]
/proc/loadavg: 2.20 2.23 2.18 3/183 4169
/proc/meminfo: memFree=22980592/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=1384004 CPUtime=3.09 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 189121 0 0 0 282 27 0 0 20 0 4 0 108569630 1417220096 193507 33554432000 4194304 16246674 140736498785456 140736498767360 7205249 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 346001 193521 840 2943 0 342895 0
[pid=4165/tid=4166] ppid=4162 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 1417220096 193530 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 1417220096 193538 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 1417220096 193546 33554432000 4194304 16246674 140736498785456 139786757074096 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) 1384004

[startup+6.30042 s]
/proc/loadavg: 2.20 2.23 2.18 3/183 4169
/proc/meminfo: memFree=22313272/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=1384004 CPUtime=6.29 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 283613 0 0 0 590 39 0 0 20 0 4 0 108569630 1417220096 287999 33554432000 4194304 16246674 140736498785456 140736498767360 5659576 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 346001 287999 892 2943 0 342895 0
[pid=4165/tid=4166] ppid=4162 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 1417220096 287999 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 1417220096 287999 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 1417220096 287999 33554432000 4194304 16246674 140736498785456 139786757074096 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) 1384004

[startup+12.7004 s]
/proc/loadavg: 2.17 2.22 2.18 3/183 4169
/proc/meminfo: memFree=22313568/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=1384004 CPUtime=12.69 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 283613 0 0 0 1230 39 0 0 20 0 4 0 108569630 1417220096 287999 33554432000 4194304 16246674 140736498785456 140736498767360 13898688 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 346001 287999 892 2943 0 342895 0
[pid=4165/tid=4166] ppid=4162 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 1417220096 287999 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 1417220096 287999 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 1417220096 287999 33554432000 4194304 16246674 140736498785456 139786757074096 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) 1384004

[startup+25.5004 s]
/proc/loadavg: 2.14 2.21 2.18 4/183 4169
/proc/meminfo: memFree=22300172/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=1397316 CPUtime=25.49 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 285946 0 0 0 2509 40 0 0 20 0 4 0 108569630 1430851584 291354 33554432000 4194304 16246674 140736498785456 140736498767360 4220507 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 349329 291354 919 2943 0 346223 0
[pid=4165/tid=4166] ppid=4162 vsize=1397316 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 1430851584 291354 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=1397316 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 1430851584 291354 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=1397316 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 1430851584 291354 33554432000 4194304 16246674 140736498785456 139786757074096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1397316

[startup+51.1005 s]
/proc/loadavg: 2.27 2.24 2.19 3/183 4169
/proc/meminfo: memFree=21360132/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=2186820 CPUtime=51.08 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 483324 0 0 0 5042 66 0 0 20 0 4 0 108569630 2239303680 488732 33554432000 4194304 16246674 140736498785456 140736498783296 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 546705 488732 920 2943 0 543599 0
[pid=4165/tid=4166] ppid=4162 vsize=2186820 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 2239303680 488732 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=2186820 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 2239303680 488732 33554432000 4194304 16246674 140736498785456 139786836745232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=2186820 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 2239303680 488732 33554432000 4194304 16246674 140736498785456 139786757074096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2186820

[startup+102.3 s]
/proc/loadavg: 2.24 2.24 2.19 3/183 4170
/proc/meminfo: memFree=18554344/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=2645572 CPUtime=102.28 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 598012 0 0 0 10141 87 0 0 20 0 4 0 108569630 2709065728 603420 33554432000 4194304 16246674 140736498785456 140736498784632 13892702 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 661393 603420 920 2943 0 658287 0
[pid=4165/tid=4166] ppid=4162 vsize=2645572 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 2709065728 603420 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=2645572 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 2709065728 603420 33554432000 4194304 16246674 140736498785456 139786836745232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=2645572 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 2709065728 603420 33554432000 4194304 16246674 140736498785456 139786757074096 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) 2645572


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

[pid=4165] ppid=4162 vsize=5282372 CPUtime=1362.08 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 4903169 0 0 0 135314 894 0 0 20 0 4 0 108569630 5409148928 1262625 33554432000 4194304 16246674 140736498785456 140736498784768 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 1320593 1262625 920 2943 0 1317487 0
[pid=4165/tid=4166] ppid=4162 vsize=5282372 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 5409148928 1262625 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=5282372 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 5409148928 1262625 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=5282372 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 5409148928 1262625 33554432000 4194304 16246674 140736498785456 139786757074096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 5282372

[startup+1422.3 s]
/proc/loadavg: 2.25 2.22 2.18 4/183 4203
/proc/meminfo: memFree=12941504/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=6296132 CPUtime=1422.08 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 5494529 0 0 0 141225 983 0 0 20 0 4 0 108569630 6447239168 1516065 33554432000 4194304 16246674 140736498785456 140736498784552 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 1574033 1516065 920 2943 0 1570927 0
[pid=4165/tid=4166] ppid=4162 vsize=6296132 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 6447239168 1516065 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=6296132 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 6447239168 1516065 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=6296132 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 6447239168 1516065 33554432000 4194304 16246674 140736498785456 139786757074096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 6296132

[startup+1482.3 s]
/proc/loadavg: 2.18 2.20 2.18 3/184 4207
/proc/meminfo: memFree=13552976/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=5593668 CPUtime=1482.06 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 5959682 0 0 0 147139 1067 0 0 20 0 4 0 108569630 5727916032 1340450 33554432000 4194304 16246674 140736498785456 140736498784768 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 1398417 1340450 920 2943 0 1395311 0
[pid=4165/tid=4166] ppid=4162 vsize=5593668 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 5727916032 1340450 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=5593668 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 5727916032 1340450 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=5593668 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 5727916032 1340450 33554432000 4194304 16246674 140736498785456 139786757074096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 5593668

[startup+1542.31 s]
/proc/loadavg: 2.15 2.19 2.18 3/183 4209
/proc/meminfo: memFree=13413004/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=5705284 CPUtime=1542.06 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 6491567 0 0 0 153051 1155 0 0 20 0 4 0 108569630 5842210816 1368271 33554432000 4194304 16246674 140736498785456 140736498783296 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 1426321 1368278 920 2943 0 1423215 0
[pid=4165/tid=4166] ppid=4162 vsize=5705284 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 5842210816 1368282 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=5705284 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 5842210816 1368288 33554432000 4194304 16246674 140736498785456 139786836745232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=5705284 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 5842210816 1368294 33554432000 4194304 16246674 140736498785456 139786757074096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 5705284

[startup+1602.3 s]
/proc/loadavg: 2.10 2.17 2.17 3/183 4210
/proc/meminfo: memFree=12291360/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=6763076 CPUtime=1602.04 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 7150339 0 0 0 158949 1255 0 0 20 0 4 0 108569630 6925389824 1632803 33554432000 4194304 16246674 140736498785456 140736498784768 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 1690769 1632803 920 2943 0 1687663 0
[pid=4165/tid=4166] ppid=4162 vsize=6763076 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 6925389824 1632803 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=6763076 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 6925389824 1632803 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=6763076 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 6925389824 1632803 33554432000 4194304 16246674 140736498785456 139786757074096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 6763076

[startup+1662.3 s]
/proc/loadavg: 2.25 2.20 2.18 3/183 4211
/proc/meminfo: memFree=13260500/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=5737028 CPUtime=1662.04 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 7693060 0 0 0 164854 1350 0 0 20 0 4 0 108569630 5874716672 1376292 33554432000 4194304 16246674 140736498785456 140736498784552 4206964 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 1434257 1376292 920 2943 0 1431151 0
[pid=4165/tid=4166] ppid=4162 vsize=5737028 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 5874716672 1376292 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=5737028 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 5874716672 1376292 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=5737028 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 5874716672 1376292 33554432000 4194304 16246674 140736498785456 139786757074096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 5737028

[startup+1722.3 s]
/proc/loadavg: 2.34 2.22 2.19 3/183 4212
/proc/meminfo: memFree=12774936/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=6220356 CPUtime=1722.02 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 8252676 0 0 0 170763 1439 0 0 20 0 4 0 108569630 6369644544 1497124 33554432000 4194304 16246674 140736498785456 140736498784552 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 1555089 1497124 920 2943 0 1551983 0
[pid=4165/tid=4166] ppid=4162 vsize=6220356 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 6369644544 1497124 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=6220356 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 6369644544 1497124 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=6220356 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 6369644544 1497124 33554432000 4194304 16246674 140736498785456 139786757074096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 6220356

[startup+1782.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/183 4262
/proc/meminfo: memFree=21656952/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=7062084 CPUtime=1782.02 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 9018886 0 0 0 176643 1559 0 0 20 0 4 0 108569630 7231574016 1707557 33554432000 4194304 16246674 140736498785456 140736498784552 4206864 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 1765521 1707557 920 2943 0 1762415 0
[pid=4165/tid=4166] ppid=4162 vsize=7062084 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 7231574016 1707557 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=7062084 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 7231574016 1707557 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=7062084 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 7231574016 1707557 33554432000 4194304 16246674 140736498785456 139786757074096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 7062084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.30 2.23 2.19 3/183 4262
/proc/meminfo: memFree=22688988/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=5896772 CPUtime=1800.01 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) R 4162 4165 3556 0 -1 4202496 9018886 0 0 0 178432 1569 0 0 20 0 4 0 108569630 6038294528 1416229 33554432000 4194304 16246674 140736498785456 140736498784768 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 1474193 1416229 920 2943 0 1471087 0
[pid=4165/tid=4166] ppid=4162 vsize=5896772 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4166/stat : 4166 (toysat) S 4162 4165 3556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108569630 6038294528 1416229 33554432000 4194304 16246674 140736498785456 139786847235312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=5896772 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) S 4162 4165 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569630 6038294528 1416229 33554432000 4194304 16246674 140736498785456 139786836745456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=4165/tid=4168] ppid=4162 vsize=5896772 CPUtime=0 cores=1,3,5,7
/proc/4165/task/4168/stat : 4168 (toysat) S 4162 4165 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569630 6038294528 1416229 33554432000 4194304 16246674 140736498785456 139786757074096 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) 5896772

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

[startup+1800.4 s]
/proc/loadavg: 2.30 2.23 2.19 3/183 4262
/proc/meminfo: memFree=22688988/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=0 CPUtime=1800.12 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) Z 4162 4165 3556 0 -1 4203532 9018886 0 0 0 178433 1579 0 0 20 0 2 0 108569630 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 0 0 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=0 CPUtime=0.1 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) R 4162 4165 3556 0 -1 4203588 8 0 0 0 0 10 0 0 20 0 2 0 108569630 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

[startup+1800.6 s]
/proc/loadavg: 2.30 2.23 2.19 3/183 4262
/proc/meminfo: memFree=22688988/32872528 swapFree=17892/1720544
[pid=4165] ppid=4162 vsize=0 CPUtime=1800.31 cores=1,3,5,7
/proc/4165/stat : 4165 (toysat) Z 4162 4165 3556 0 -1 4203532 9018886 0 0 0 178433 1598 0 0 20 0 2 0 108569630 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4165/statm: 0 0 0 0 0 0 0
[pid=4165/tid=4167] ppid=4162 vsize=0 CPUtime=0.3 cores=1,3,5,7
/proc/4165/task/4167/stat : 4167 (toysat) R 4162 4165 3556 0 -1 4203588 8 0 0 0 0 30 0 0 20 0 2 0 108569630 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.61
CPU time (s): 1800.33
CPU user time (s): 1784.34
CPU system time (s): 15.9896
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 7096900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.34
system time used= 15.9896
maximum resident set size= 6865040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9018886
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= 1251
involuntary context switches= 1829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.68229 second user time and 6.81196 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-07 04:26:05
IDJOB=4079113
IDBENCH=71867
IDSOLVER=2542
FILE ID=node117/4079113-1465266364
RUNJOBID= node117-1465262703-3573
PBS_JOBID= 19843298
Free space on /tmp= 71628 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__32.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079113-1465266364/watcher-4079113-1465266364 -o /tmp/evaluation-result-4079113-1465266364/solver-4079113-1465266364 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465262703-3573 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079113-1465266364.opb

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

MD5SUM BENCH= 95367a36ca5654a079813431d40e8df1
RANDOM SEED=1614080278

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
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:        23465468 kB
Buffers:           77496 kB
Cached:           198880 kB
SwapCached:        55388 kB
Active:          6783000 kB
Inactive:         156244 kB
Active(anon):    6610208 kB
Inactive(anon):    54760 kB
Active(file):     172792 kB
Inactive(file):   101484 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       67045084 kB
Dirty:             23308 kB
Writeback:             0 kB
AnonPages:       8328904 kB
Mapped:            10664 kB
Shmem:                 0 kB
Slab:             601116 kB
SReclaimable:      45164 kB
SUnreclaim:       555952 kB
KernelStack:        1448 kB
PageTables:        20320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    8472788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1882112 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= 71700 MiB
End job on node117 at 2016-06-07 04:56:06