Trace number 4107606

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.27 1800.56

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
random/rand.biglist/normalized-randaefc7c.cudf.trendy.opb
MD5SUM750f54149b43e193a04c3af0e8113805
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark394243446
Best CPU time to get the best result obtained on this benchmark2.36464
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5855
Total number of constraints24760
Number of constraints which are clauses24506
Number of constraints which are cardinality constraints (but not clauses)254
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2698
Biggest coefficient in the objective function 2465846551
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 1361143646548
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 2465846551
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 1361143646548
Number of bits of the biggest sum of numbers41
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-19T00:06:03+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-4107606-1466287563.opb"]
0.00/0.01	c use --random-gen="1417350859 4214989337 3615315571 3970542582 2285561187 1847504335 17274067 1173092046 3656447194 3355371876 648168419 2607725158 3241080386 874427470 3520159273 4083284231 3646016231 1893051054 3320868551 2073407863 4039333725 3276858169 4078612923 3617360311 2575774331 783643884 2218691996 3813304070 918876837 1560849862 3101625077 106115940 323097069 2222073933 2998376877 830997895 2923075540 2573085667 889254440 3568208177 172865978 4182693420 1245271116 2004455563 4070153684 1421103033 405385229 2107547224 1198459643 3434768387 1676956654 1133957454 2746729129 2914349832 2077660482 1144034336 870938610 2737357826 41038932 4139810937 520176856 4046624534 3487132581 1041580938 1334612948 655518183 4111227230 2382008312 3627927975 367545441 841898430 1114052222 693012979 2974507062 1268163665 2703199092 1750942371 2584403027 3441767700 3520453730 2466493581 1495738844 4079280166 3323453585 945001498 1643919610 2991525272 627814276 1424747481 536510835 501396201 2043797022 660933310 1717330868 3187168180 1108366879 3444774963 405404163 3778590604 4007100179 3355080233 3763244737 3605864248 3563471037 1030081894 2737813893 1626509690 3564215205 1949280772 723373687 4093507339 325265283 93999679 340641552 973727414 1625997648 1529131155 1419061952 3006065392 788257232 2204670555 2052474551 4070322679 3772605888 1107638210 4027811452 3326497401 1769564541 1982747390 435204349 2948355474 2963725161 2068678672 3780323500 1678836268 264428380 800966974 1164530544 2585372009 570037142 1857394937 2611604590 3385653088 3969246303 2691220621 1161485905 2857134014 713619605 1630118814 1239835840 211747260 2217161860 2863893152 1992849405 2631083604 3223830102 976360470 2895009042 2544821527 2700749228 545644577 3119860790 362547136 253569666 1755437226 3220135815 1608811782 3656731 3604423811 2054431084 2066041900 3196108950 3341577958 3083022795 636290839 2582550889 2696537637 2441957181 3126989937 3521615372 4267910073 2222046819 1437692889 2388612703 634101336 1823828578 2737691668 3455438084 1241610534 4279264394 2057689251 2222207451 3730637157 4217790170 2573845325 3161182291 4254338708 2089837126 3401147092 2861233429 2384990396 472802782 1977814579 2989444051 188973044 3000222547 1120036120 1583974438 3630922185 2041540669 2296974217 657813828 1305885069 3862297453 1450925255 2721685021 3606249501 1510863676 1998125364 2576346265 2980050196 947077403 138030531 1140712551 2152383278 276705394 3123132796 2225610289 881266387 2111879761 2772718670 1540550599 492249308 2210930166 2208309166 3052716469 629480909 4024147348 2359770426 618698786 2658599691 419366038 3043821797 1330032019 1059677271 2064270327 898990521 3447467986 1588384053 2866091572 1192734273 1700753437 3627850433 4175431263 401741910 3765589262 255 362436" option to reproduce the execution
0.19/0.20	c #vars 5855
0.19/0.20	c #constraints 24760
0.49/0.50	c BCD2: Hardening is enabled.
0.49/0.50	c BCD2: BiasedSearch is enabled.
0.49/0.50	c Solving starts ...
0.49/0.50	c ============================[ Search Statistics ]============================
0.49/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.50	c =============================================================================
0.49/0.50	c  0.0s |       0 |        0 |        0 |    10011      0 |      480 |        0
0.69/0.76	c  0.3s |       0 |    22177 |       73 |    10011      0 |      535 |      878
0.69/0.76	c #cpu_time = 0.257s
0.69/0.76	c #wall_clock_time = 0.257s
0.69/0.76	c #decision = 22177
0.69/0.76	c #random_decision = 58
0.69/0.76	c #conflict = 73
0.69/0.76	c #restart = 0
0.69/0.76	o 146727909087
443.33/443.48	c BCD2: updating upper bound: 1361143646548 -> 146727909086
612.79/612.95	c BCD2: 0 <= obj <= 146727909086
612.79/612.95	c BCD2: #cores=0, #unrelaxed=2698, #relaxed=0, #hardened=0
612.79/612.95	c BCD2: #sat=1 #unsat=1 bias=1/2
612.79/612.95	c Solving starts ...
612.79/612.95	c ============================[ Search Statistics ]============================
612.79/612.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
612.79/612.95	c       |         |          |          |    Limit     GC | Var      | Constra 
612.79/612.95	c =============================================================================
612.79/612.95	c  0.0s |       0 |        0 |        0 |    10011      0 |      535 |      878
612.79/612.97	c  0.0s |       0 |      497 |        0 |    10011      0 |      535 |      878
612.79/612.97	c #cpu_time = 0.020s
612.79/612.97	c #wall_clock_time = 0.020s
612.79/612.97	c #decision = 497
612.79/612.97	c #random_decision = 0
612.79/612.97	c #conflict = 0
612.79/612.97	c #restart = 0
612.79/612.97	c BCD2: found a new core of size 3: cost of the new core is >=1
612.79/612.97	c lower bound updated to 1
1056.21/1056.49	c BCD2: 1 <= obj <= 146727909086
1056.21/1056.49	c BCD2: #cores=1, #unrelaxed=2695, #relaxed=3, #hardened=0
1056.21/1056.49	c BCD2: #sat=1 #unsat=2 bias=2/3
1056.21/1056.49	c Solving starts ...
1056.21/1056.49	c ============================[ Search Statistics ]============================
1056.21/1056.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1056.21/1056.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1056.21/1056.49	c =============================================================================
1056.21/1056.49	c  0.0s |       0 |        0 |        0 |    10011      0 |      535 |      878
1056.31/1056.50	c  0.0s |       0 |      501 |        0 |    10011      0 |      535 |      878
1056.31/1056.50	c #cpu_time = 0.015s
1056.31/1056.50	c #wall_clock_time = 0.015s
1056.31/1056.50	c #decision = 501
1056.31/1056.50	c #random_decision = 0
1056.31/1056.50	c #conflict = 0
1056.31/1056.50	c #restart = 0
1056.31/1056.50	c BCD2: found a new core of size 5: cost of the new core is >=1
1056.31/1056.50	c lower bound updated to 2
1498.53/1498.86	c BCD2: 2 <= obj <= 146727909086
1498.53/1498.86	c BCD2: #cores=2, #unrelaxed=2690, #relaxed=8, #hardened=0
1498.53/1498.86	c BCD2: #sat=1 #unsat=3 bias=3/4
1498.53/1498.86	c Solving starts ...
1498.53/1498.86	c ============================[ Search Statistics ]============================
1498.53/1498.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1498.53/1498.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1498.53/1498.86	c =============================================================================
1498.53/1498.86	c  0.0s |       0 |        0 |        0 |    10011      0 |      535 |      878
1498.53/1498.88	c  0.0s |       0 |      963 |        1 |    10011      0 |      535 |      878
1498.53/1498.88	c #cpu_time = 0.020s
1498.53/1498.88	c #wall_clock_time = 0.020s
1498.53/1498.88	c #decision = 963
1498.53/1498.88	c #random_decision = 0
1498.53/1498.88	c #conflict = 1
1498.53/1498.88	c #restart = 0
1498.53/1498.88	c BCD2: found a new core of size 7: cost of the new core is >=1
1498.53/1498.88	c lower bound updated to 3

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

pid=10591
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.03 2.01 2.00 3/179 10594
/proc/meminfo: memFree=26653020/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=718268 CPUtime=0 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 2677 0 0 0 0 0 0 0 20 0 4 0 30801706 735506432 3038 33554432000 4194304 16246674 140737190523024 140737190522448 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 180079 3048 441 2943 0 176973 0
[pid=10594/tid=10595] ppid=10591 vsize=736700 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 754380800 3109 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=740796 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30801706 758575104 3124 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=744892 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30801706 762769408 3141 33554432000 4194304 16246674 140737190523024 140659222629552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100178 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 10594
/proc/meminfo: memFree=26653020/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=1239620 CPUtime=0.09 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 26308 0 0 0 6 3 0 0 20 0 4 0 30801706 1269370880 26607 33554432000 4194304 16246674 140737190523024 140737190522336 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 311185 26626 800 2943 0 308079 0
[pid=10594/tid=10595] ppid=10591 vsize=1247812 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 1277759488 26638 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=1251908 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30801706 1281953792 26653 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=1254980 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 1285099520 26667 33554432000 4194304 16246674 140737190523024 140659222629552 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) 1239620

[startup+0.200529 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 10594
/proc/meminfo: memFree=26653020/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 48512 0 0 0 13 6 0 0 20 0 4 0 30801706 1344868352 49322 33554432000 4194304 16246674 140737190523024 140737190522336 14795467 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 328337 49322 801 2943 0 325231 0
[pid=10594/tid=10595] ppid=10591 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 1344868352 49322 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30801706 1344868352 49322 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 1344868352 49322 33554432000 4194304 16246674 140737190523024 140659222629552 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) 1313348

[startup+0.300512 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 10594
/proc/meminfo: memFree=26653020/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 48550 0 0 0 23 6 0 0 20 0 4 0 30801706 1344868352 49360 33554432000 4194304 16246674 140737190523024 140737190522336 13954695 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 328337 49360 838 2943 0 325231 0
[pid=10594/tid=10595] ppid=10591 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 1344868352 49360 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30801706 1344868352 49360 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 1344868352 49360 33554432000 4194304 16246674 140737190523024 140659222629552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700442 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 10594
/proc/meminfo: memFree=26653020/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 112821 0 0 0 54 15 0 0 20 0 4 0 30801706 1344868352 113632 33554432000 4194304 16246674 140737190523024 140737190504896 5677541 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 328337 113637 887 2943 0 325231 0
[pid=10594/tid=10595] ppid=10591 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 1344868352 113641 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30801706 1344868352 113643 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 1344868352 113648 33554432000 4194304 16246674 140737190523024 140659222629552 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) 1313348

[startup+1.50046 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 10598
/proc/meminfo: memFree=26053692/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=1321540 CPUtime=1.49 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 269728 0 0 0 114 35 0 0 20 0 4 0 30801706 1353256960 270538 33554432000 4194304 16246674 140737190523024 140737190504896 12429797 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 330385 270543 896 2943 0 327279 0
[pid=10594/tid=10595] ppid=10591 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 1353256960 270546 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30801706 1353256960 270550 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 1353256960 270553 33554432000 4194304 16246674 140737190523024 140659222629552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1321540

[startup+3.10043 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 10598
/proc/meminfo: memFree=25566496/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=1321540 CPUtime=3.09 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 271069 0 0 0 274 35 0 0 20 0 4 0 30801706 1353256960 271879 33554432000 4194304 16246674 140737190523024 140737190504896 12654533 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 330385 271879 896 2943 0 327279 0
[pid=10594/tid=10595] ppid=10591 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 1353256960 271879 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30801706 1353256960 271879 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 1353256960 271879 33554432000 4194304 16246674 140737190523024 140659222629552 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) 1321540

[startup+6.30046 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 10598
/proc/meminfo: memFree=25566220/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=1321540 CPUtime=6.29 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 271069 0 0 0 594 35 0 0 20 0 4 0 30801706 1353256960 271879 33554432000 4194304 16246674 140737190523024 140737190504896 6955599 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 330385 271879 896 2943 0 327279 0
[pid=10594/tid=10595] ppid=10591 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 1353256960 271879 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30801706 1353256960 271879 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 1353256960 271879 33554432000 4194304 16246674 140737190523024 140659222629552 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) 1321540

[startup+12.7005 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 10598
/proc/meminfo: memFree=25512292/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=1321540 CPUtime=12.69 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 271069 0 0 0 1234 35 0 0 20 0 4 0 30801706 1353256960 271879 33554432000 4194304 16246674 140737190523024 140737190504896 12429087 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 330385 271879 896 2943 0 327279 0
[pid=10594/tid=10595] ppid=10591 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 1353256960 271879 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30801706 1353256960 271879 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 1353256960 271879 33554432000 4194304 16246674 140737190523024 140659222629552 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) 1321540

[startup+25.5005 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 10598
/proc/meminfo: memFree=26017392/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=1344068 CPUtime=25.49 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 276702 0 0 0 2513 36 0 0 20 0 4 0 30801706 1376325632 277512 33554432000 4194304 16246674 140737190523024 140737190520832 4220543 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 336017 277512 896 2943 0 332911 0
[pid=10594/tid=10595] ppid=10591 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 1376325632 277512 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30801706 1376325632 277512 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=1344068 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 1376325632 277512 33554432000 4194304 16246674 140737190523024 140659222629552 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) 1344068

[startup+51.1005 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 10598
/proc/meminfo: memFree=27275608/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=1620548 CPUtime=51.08 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 345822 0 0 0 5062 46 0 0 20 0 4 0 30801706 1659441152 346632 33554432000 4194304 16246674 140737190523024 140737190520832 4220489 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 405137 346632 896 2943 0 402031 0
[pid=10594/tid=10595] ppid=10591 vsize=1620548 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 1659441152 346632 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=1620548 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30801706 1659441152 346632 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=1620548 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 1659441152 346632 33554432000 4194304 16246674 140737190523024 140659222629552 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) 1620548

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 10600
/proc/meminfo: memFree=27696608/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=2081348 CPUtime=102.27 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 461022 0 0 0 10167 60 0 0 20 0 4 0 30801706 2131300352 461832 33554432000 4194304 16246674 140737190523024 140737190522336 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 520337 461832 896 2943 0 517231 0
[pid=10594/tid=10595] ppid=10591 vsize=2081348 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 2131300352 461832 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=2081348 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30801706 2131300352 461832 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=2081348 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 2131300352 461832 33554432000 4194304 16246674 140737190523024 140659222629552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2081348


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

/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 3231256576 730397 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=3155524 CPUtime=0.01 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30801706 3231256576 730397 33554432000 4194304 16246674 140737190523024 140659233102864 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=3155524 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 3231256576 730397 33554432000 4194304 16246674 140737190523024 140659222629552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 3155524

[startup+1362.3 s]
/proc/loadavg: 2.15 2.12 2.06 3/183 10680
/proc/meminfo: memFree=26765848/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=3513924 CPUtime=1362.06 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 2114547 0 0 0 135801 405 0 0 20 0 4 0 30801706 3598258176 819997 33554432000 4194304 16246674 140737190523024 140737190522120 12429744 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 878481 819997 915 2943 0 875375 0
[pid=10594/tid=10595] ppid=10591 vsize=3513924 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 3598258176 819997 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=3513924 CPUtime=0.01 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30801706 3598258176 819997 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=3513924 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 3598258176 819997 33554432000 4194304 16246674 140737190523024 140659222629552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 3513924

[startup+1422.3 s]
/proc/loadavg: 2.10 2.11 2.06 4/183 10681
/proc/meminfo: memFree=26577992/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=3701316 CPUtime=1422.05 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 2172403 0 0 0 141785 420 0 0 20 0 4 0 30801706 3790147584 866845 33554432000 4194304 16246674 140737190523024 140737190522200 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 925329 866845 915 2943 0 922223 0
[pid=10594/tid=10595] ppid=10591 vsize=3701316 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 3790147584 866845 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=3701316 CPUtime=0.01 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30801706 3790147584 866845 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=3701316 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 3790147584 866845 33554432000 4194304 16246674 140737190523024 140659222629552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 3701316

[startup+1482.3 s]
/proc/loadavg: 2.07 2.10 2.06 3/184 10685
/proc/meminfo: memFree=26332064/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=3947076 CPUtime=1482.04 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 2277621 0 0 0 147763 441 0 0 20 0 4 0 30801706 4041805824 928285 33554432000 4194304 16246674 140737190523024 140737190522120 4220936 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 986769 928285 915 2943 0 983663 0
[pid=10594/tid=10595] ppid=10591 vsize=3947076 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 4041805824 928285 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=3947076 CPUtime=0.01 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30801706 4041805824 928285 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=3947076 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 4041805824 928285 33554432000 4194304 16246674 140737190523024 140659222629552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 3947076

[startup+1542.31 s]
/proc/loadavg: 2.03 2.08 2.05 3/183 10686
/proc/meminfo: memFree=28247060/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=2021956 CPUtime=1542.04 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 2383606 0 0 0 153733 471 0 0 20 0 4 0 30801706 2070482944 447006 33554432000 4194304 16246674 140737190523024 140737190522336 4220543 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 505489 447006 915 2943 0 502383 0
[pid=10594/tid=10595] ppid=10591 vsize=2021956 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 2070482944 447006 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=2021956 CPUtime=0.01 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30801706 2070482944 447006 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=2021956 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 2070482944 447006 33554432000 4194304 16246674 140737190523024 140659222629552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 2021956

[startup+1602.3 s]
/proc/loadavg: 2.01 2.06 2.05 4/183 10687
/proc/meminfo: memFree=28083884/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=2185796 CPUtime=1602.03 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 2424567 0 0 0 159725 478 0 0 20 0 4 0 30801706 2238255104 487966 33554432000 4194304 16246674 140737190523024 140737190522336 4206604 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 546449 487966 915 2943 0 543343 0
[pid=10594/tid=10595] ppid=10591 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 2238255104 487966 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=2185796 CPUtime=0.02 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 1 1 0 0 20 0 4 0 30801706 2238255104 487966 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=2185796 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 2238255104 487966 33554432000 4194304 16246674 140737190523024 140659222629552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2185796

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/184 10690
/proc/meminfo: memFree=27683760/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=2585156 CPUtime=1662.02 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 2524407 0 0 0 165708 494 0 0 20 0 4 0 30801706 2647199744 587806 33554432000 4194304 16246674 140737190523024 140737190522200 12429231 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 646289 587806 915 2943 0 643183 0
[pid=10594/tid=10595] ppid=10591 vsize=2585156 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 2647199744 587806 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=2585156 CPUtime=0.02 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 1 1 0 0 20 0 4 0 30801706 2647199744 587806 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=2585156 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 2647199744 587806 33554432000 4194304 16246674 140737190523024 140659222629552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 2585156

[startup+1722.3 s]
/proc/loadavg: 2.05 2.05 2.04 3/183 10691
/proc/meminfo: memFree=27236404/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=3031620 CPUtime=1722 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 2636023 0 0 0 171688 512 0 0 20 0 4 0 30801706 3104378880 699422 33554432000 4194304 16246674 140737190523024 140737190520832 4220489 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 757905 699422 915 2943 0 754799 0
[pid=10594/tid=10595] ppid=10591 vsize=3031620 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 3104378880 699422 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=3031620 CPUtime=0.02 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 1 1 0 0 20 0 4 0 30801706 3104378880 699422 33554432000 4194304 16246674 140737190523024 140659233102864 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=3031620 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 3104378880 699422 33554432000 4194304 16246674 140737190523024 140659222629552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 3031620

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.04 3/183 10692
/proc/meminfo: memFree=26975180/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=3291716 CPUtime=1782 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 2701048 0 0 0 177672 528 0 0 20 0 4 0 30801706 3370717184 764446 33554432000 4194304 16246674 140737190523024 140737190522336 4206688 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 822929 764446 915 2943 0 819823 0
[pid=10594/tid=10595] ppid=10591 vsize=3291716 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 3370717184 764446 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=3291716 CPUtime=0.02 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 1 1 0 0 20 0 4 0 30801706 3370717184 764446 33554432000 4194304 16246674 140737190523024 140659233103088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=3291716 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 3370717184 764446 33554432000 4194304 16246674 140737190523024 140659222629552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 3291716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.04 2.03 4/183 10692
/proc/meminfo: memFree=26827976/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=3439172 CPUtime=1800.09 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) R 10591 10594 7739 0 -1 4202496 2737912 0 0 0 179473 536 0 0 20 0 4 0 30801706 3521712128 801310 33554432000 4194304 16246674 140737190523024 140737190522120 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 859793 801310 915 2943 0 856687 0
[pid=10594/tid=10595] ppid=10591 vsize=3439172 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10595/stat : 10595 (toysat) S 10591 10594 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30801706 3521712128 801310 33554432000 4194304 16246674 140737190523024 140659243592944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10594/tid=10596] ppid=10591 vsize=3439172 CPUtime=0.02 cores=1,3,5,7
/proc/10594/task/10596/stat : 10596 (toysat) S 10591 10594 7739 0 -1 4202560 8 0 0 0 1 1 0 0 20 0 4 0 30801706 3521712128 801310 33554432000 4194304 16246674 140737190523024 140659233102864 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=3439172 CPUtime=0 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) S 10591 10594 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30801706 3521712128 801310 33554432000 4194304 16246674 140737190523024 140659222629552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 3439172

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

[startup+1800.51 s]
/proc/loadavg: 2.01 2.04 2.03 4/183 10692
/proc/meminfo: memFree=26827976/32872528 swapFree=496868/529572
[pid=10594] ppid=10591 vsize=0 CPUtime=1800.21 cores=1,3,5,7
/proc/10594/stat : 10594 (toysat) Z 10591 10594 7739 0 -1 4203532 2737912 0 0 0 179475 546 0 0 20 0 2 0 30801706 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10594/statm: 0 0 0 0 0 0 0
[pid=10594/tid=10597] ppid=10591 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/10594/task/10597/stat : 10597 (toysat) R 10591 10594 7739 0 -1 4203588 2 0 0 0 0 8 0 0 20 0 2 0 30801706 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.56
CPU time (s): 1800.27
CPU user time (s): 1794.75
CPU system time (s): 5.51616
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 4159044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.75
system time used= 5.51616
maximum resident set size= 3925108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2737912
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= 2311
involuntary context switches= 1808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.99194 second user time and 9.45456 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-19 00:06:03
IDJOB=4107606
IDBENCH=72349
IDSOLVER=2542
FILE ID=node141/4107606-1466287563
RUNJOBID= node141-1466264081-7756
PBS_JOBID= 19918217
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/random/rand.biglist/normalized-randaefc7c.cudf.trendy.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107606-1466287563/watcher-4107606-1466287563 -o /tmp/evaluation-result-4107606-1466287563/solver-4107606-1466287563 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466264081-7756 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107606-1466287563.opb

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

MD5SUM BENCH= 750f54149b43e193a04c3af0e8113805
RANDOM SEED=870099852

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26653432 kB
Buffers:          166716 kB
Cached:           270352 kB
SwapCached:         2528 kB
Active:          4646972 kB
Inactive:         286152 kB
Active(anon):    4496008 kB
Inactive(anon):     2028 kB
Active(file):     150964 kB
Inactive(file):   284124 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099068 kB
Dirty:             17108 kB
Writeback:             0 kB
AnonPages:       5009612 kB
Mapped:            10720 kB
Shmem:                 0 kB
Slab:             610652 kB
SReclaimable:      54312 kB
SUnreclaim:       556340 kB
KernelStack:        1488 kB
PageTables:        14152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5170812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 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= 71692 MiB
End job on node141 at 2016-06-19 00:36:03