Trace number 4079209

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.11 1800.44

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-n3seq24.opb
MD5SUM748baf4f5accf34b9eefa80f1acc6fdd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark280
Best CPU time to get the best result obtained on this benchmark1800
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables119856
Total number of constraints6044
Number of constraints which are clauses1112
Number of constraints which are cardinality constraints (but not clauses)4484
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint24
Maximum length of a constraint52272
Number of terms in the objective function 106176
Biggest coefficient in the objective function 336
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 9558600
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 336
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 9558600
Number of bits of the biggest sum of numbers24
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-07T08:21:15+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-4079209-1465280474.opb"]
0.00/0.01	c use --random-gen="990718374 3160632264 494925193 467298066 795219951 2660883874 814292158 4121329108 1694209728 1144038877 2381935097 90479845 111716805 2439209257 2350494544 2390825441 420092523 2541197232 1394477856 4230932684 2979377725 1767521446 3018378161 624777546 1761978757 560170224 3038534367 3293038021 3625645692 1830417551 1884800597 3105028882 3901564990 2813990609 686972560 2601830755 760583975 3126351970 4003878064 3334262099 2040253942 4284961325 1186683119 345303055 3500186069 461874220 784068928 917965435 3442794787 374608736 1510157394 2156363043 1872846508 3120227218 315284695 3647659392 2398434842 1777230906 3963989636 1074382917 1863048351 2523631121 2294317413 3756034695 1490806267 4000158834 3578724374 2857953529 2544523928 53392933 1659758737 411312124 2876528091 1601924408 4139152189 3979273017 3888713958 4242531806 3090082172 1646845698 3592664393 1322867623 1560858055 2428132002 2449569892 2504298418 955438706 4160742596 2707054535 1094506274 1240986139 678549440 3303705566 542004045 1149460160 1259732080 969052295 2725036707 2667841686 1697147389 3184932931 2252786865 2086349637 3810972015 338501833 2535089113 3640760131 1756270918 616966029 1632205637 2748816977 3192523759 1347135739 2227506548 3944091878 3860076072 3408790505 730477492 37231099 1874311614 3153872864 1211505456 4130701352 319090318 2812792627 853760734 2867067659 3708710296 2414695535 591704001 1933835023 904974778 1662563202 3509230602 3855062563 2343889796 3978680506 951331583 3711677204 3319870273 2872657165 4141180424 2096927306 1868428017 3915122596 2093749513 1160448405 4240065746 3125435364 3344800874 1814801648 1024146585 527172389 1455315817 31320158 3965651773 3736043621 917681376 3494638317 2231665705 1974728727 3314538037 916614822 1908170365 1877846160 1369898532 4009299059 2932374519 2303092214 921741899 1758872596 3399455418 443998302 280174430 1629143082 2184328535 2643741886 1189594680 1538431220 563823325 1071110262 1569947294 1945997498 2920466085 1967067310 2180472284 2814871490 3200821987 3804876339 2111768271 2645262363 2634681677 3535835812 1842725201 2707214517 1789362353 2916678116 3210869570 2606691173 3433018586 677797359 45306842 3500751172 2433131517 1647100694 2299641458 3020445515 3557528590 1858674950 3491903347 4137012565 1155772768 2157998078 3483188370 2206459574 1832758714 4242767144 4062448814 803277417 1953582831 4111500182 1417261309 2681662323 3152706291 3795965974 206965794 2955033231 513185266 3642068162 3185620088 1564704374 2918032040 597872084 3825716564 417611093 1288982299 2332333743 4269332176 125924716 2835927608 1827711452 3001754266 52126712 226630503 407845182 2776875325 416147341 1385669466 1238873490 3006551032 701320950 3131816392 974734538 2423127600 2806499963 384402296 255 362436" option to reproduce the execution
5.49/5.55	c #vars 119856
5.49/5.55	c #constraints 6044
18.89/18.95	c BCD2: Hardening is enabled.
18.89/18.95	c BCD2: BiasedSearch is enabled.
18.89/18.95	c Solving starts ...
18.89/18.95	c ============================[ Search Statistics ]============================
18.89/18.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.89/18.95	c       |         |          |          |    Limit     GC | Var      | Constra 
18.89/18.95	c =============================================================================
18.89/18.96	c  0.0s |       0 |        0 |        0 |    41966      0 |        0 |        0
20.08/20.13	c  1.2s |       0 |     4484 |        0 |    41966      0 |        0 |        0
20.08/20.13	c #cpu_time = 0.918s
20.08/20.13	c #wall_clock_time = 0.918s
20.08/20.13	c #decision = 4484
20.08/20.13	c #random_decision = 23
20.08/20.13	c #conflict = 0
20.08/20.13	c #restart = 0
20.08/20.13	o 33809
20.29/20.31	c BCD2: updating upper bound: 9558600 -> 33808
20.99/21.00	c BCD2: 0 <= obj <= 33808
20.99/21.01	c BCD2: #cores=0, #unrelaxed=106176, #relaxed=0, #hardened=0
20.99/21.01	c BCD2: #sat=1 #unsat=1 bias=1/2
20.99/21.02	c Solving starts ...
20.99/21.02	c ============================[ Search Statistics ]============================
20.99/21.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.99/21.02	c       |         |          |          |    Limit     GC | Var      | Constra 
20.99/21.02	c =============================================================================
20.99/21.02	c  0.0s |       0 |        0 |        0 |    41966      0 |        0 |        0
21.98/22.04	c  1.0s |       0 |    67775 |        0 |    41966      0 |        0 |        0
21.98/22.04	c #cpu_time = 0.862s
21.98/22.04	c #wall_clock_time = 0.862s
21.98/22.04	c #decision = 67775
21.98/22.04	c #random_decision = 0
21.98/22.04	c #conflict = 0
21.98/22.04	c #restart = 0
21.98/22.05	c BCD2: found a new core of size 14568: cost of the new core is >=3
21.98/22.05	c lower bound updated to 3
22.88/22.92	c BCD2: 3 <= obj <= 33808
22.88/22.92	c BCD2: #cores=1, #unrelaxed=91608, #relaxed=14568, #hardened=0
22.88/22.92	c BCD2: #sat=1 #unsat=2 bias=2/3
22.98/23.01	c Solving starts ...
22.98/23.01	c ============================[ Search Statistics ]============================
22.98/23.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.98/23.01	c       |         |          |          |    Limit     GC | Var      | Constra 
22.98/23.01	c =============================================================================
22.98/23.02	c  0.0s |       0 |        0 |        0 |    41966      0 |        0 |        4
24.38/24.45	c  1.4s |       0 |   104750 |        0 |    41966      0 |        0 |        4
24.38/24.45	c #cpu_time = 1.133s
24.38/24.45	c #wall_clock_time = 1.133s
24.38/24.45	c #decision = 104750
24.38/24.45	c #random_decision = 14
24.38/24.45	c #conflict = 0
24.38/24.45	c #restart = 0
24.38/24.45	o 879
24.48/24.53	c BCD2: updating upper bound: 33808 -> 878
25.38/25.47	c BCD2: 3 <= obj <= 878
25.38/25.47	c BCD2: #cores=1, #unrelaxed=91608, #relaxed=14568, #hardened=0
25.38/25.47	c BCD2: #sat=2 #unsat=2 bias=2/4
25.48/25.57	c Solving starts ...
25.48/25.57	c ============================[ Search Statistics ]============================
25.48/25.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.48/25.57	c       |         |          |          |    Limit     GC | Var      | Constra 
25.48/25.57	c =============================================================================
25.48/25.57	c  0.0s |       0 |        0 |        0 |    41966      0 |        0 |        5
31.58/31.67	c  6.1s |       0 |   101698 |      100 |    41966      0 |        0 |        5
31.88/31.95	c  6.4s |       1 |   101698 |      100 |    41966      0 |        0 |        5
256.45/256.60	c  231s |       1 |   194998 |      200 |    46163      0 |        0 |        5
499.21/499.38	c  473s |       2 |   195288 |      250 |    46163      0 |        0 |        5
768.97/769.19	c  743s |       2 |   287397 |      350 |    50780      0 |        0 |        5
775.87/776.06	c  750s |       2 |   287622 |      450 |    50780      0 |        0 |        5
778.28/778.41	c  752s |       3 |   287622 |      475 |    50780      0 |        0 |        5
787.77/787.98	c  762s |       3 |   379414 |      575 |    55859      0 |        0 |        5
790.57/790.79	c  765s |       3 |   379708 |      675 |    55859      0 |        0 |        5
797.67/797.86	c  772s |       3 |   379878 |      775 |    55859      0 |        0 |        5
802.07/802.21	c  776s |       4 |   379878 |      813 |    55859      0 |        0 |        5
810.66/810.82	c  785s |       4 |   471859 |      913 |    61445      0 |        0 |        5
829.87/830.06	c  804s |       4 |   472677 |     1013 |    61445      0 |        0 |        5
852.46/852.62	c  827s |       4 |   472845 |     1113 |    61445      0 |        0 |        5
878.96/879.11	c  853s |       4 |   473630 |     1213 |    61445      0 |        0 |        5
902.56/902.76	c  877s |       4 |   473924 |     1313 |    61445      0 |        0 |        5
903.66/903.82	c  878s |       5 |   473924 |     1320 |    61445      0 |        0 |        5
912.15/912.33	c  886s |       5 |   565838 |     1420 |    67590      0 |        0 |        5
914.95/915.16	c  889s |       5 |   565958 |     1520 |    67590      0 |        0 |        5
920.94/921.16	c  895s |       5 |   566116 |     1620 |    67590      0 |        0 |        5
930.54/930.75	c  905s |       5 |   566320 |     1720 |    67590      0 |        0 |        5
937.94/938.16	c  912s |       5 |   566628 |     1820 |    67590      0 |        0 |        5
956.34/956.53	c  930s |       5 |   566929 |     1920 |    67590      0 |        0 |        5
969.83/970.04	c  944s |       5 |   567752 |     2020 |    67590      0 |        0 |        5
997.72/997.95	c  972s |       6 |   567994 |     2081 |    74349      0 |        0 |        5
1100.30/1100.59	c 1075s |       6 |   659913 |     2181 |    74349      0 |        0 |        5
1344.16/1344.44	c 1318s |       6 |   660081 |     2281 |    74349      0 |        0 |        5
1436.14/1436.45	c 1410s |       6 |   660939 |     2381 |    74349      0 |        0 |        5
1606.21/1606.57	c 1580s |       6 |   661229 |     2481 |    74349      0 |        0 |        5
1750.28/1750.70	c 1725s |       6 |   663111 |     2581 |    74349      0 |        0 |        5
1771.08/1771.40	c 1745s |       6 |   663298 |     2681 |    74349      0 |        0 |        5
1785.18/1785.52	c 1759s |       6 |   663439 |     2781 |    74349      0 |        0 |        5

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

pid=9955
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.20 2.20 2.18 3/179 9958
/proc/meminfo: memFree=21007548/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=794044 CPUtime=0 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 2974 0 0 0 0 0 0 0 20 0 4 0 109980581 813101056 3335 33554432000 4194304 16246674 140736992628256 140736992627680 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 199023 3344 441 2943 0 195917 0
[pid=9958/tid=9959] ppid=9955 vsize=812476 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 831975424 3406 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=816572 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 836169728 3422 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=820668 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109980581 840364032 3439 33554432000 4194304 16246674 140736992628256 140136949992624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100147 s]
/proc/loadavg: 2.20 2.20 2.18 3/179 9958
/proc/meminfo: memFree=21007548/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=1301060 CPUtime=0.09 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 28174 0 0 0 6 3 0 0 20 0 4 0 109980581 1332285440 28474 33554432000 4194304 16246674 140736992628256 140736992627568 7368729 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 325265 28488 798 2943 0 322159 0
[pid=9958/tid=9959] ppid=9955 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 1332285440 28499 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 1332285440 28511 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 1332285440 28521 33554432000 4194304 16246674 140736992628256 140136949992624 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) 1301060

[startup+0.200563 s]
/proc/loadavg: 2.20 2.20 2.18 3/179 9958
/proc/meminfo: memFree=21007548/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 44434 0 0 0 13 6 0 0 20 0 4 0 109980581 1344868352 45244 33554432000 4194304 16246674 140736992628256 140736992627568 8057130 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 328337 45244 799 2943 0 325231 0
[pid=9958/tid=9959] ppid=9955 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 1344868352 45244 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 1344868352 45244 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 1344868352 45244 33554432000 4194304 16246674 140736992628256 140136949992624 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.300466 s]
/proc/loadavg: 2.20 2.20 2.18 3/179 9958
/proc/meminfo: memFree=21007548/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 54183 0 0 0 22 7 0 0 20 0 4 0 109980581 1344868352 54993 33554432000 4194304 16246674 140736992628256 140736992627568 7364033 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 328337 54993 799 2943 0 325231 0
[pid=9958/tid=9959] ppid=9955 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 1344868352 54993 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 1344868352 54993 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 1344868352 54993 33554432000 4194304 16246674 140736992628256 140136949992624 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.700349 s]
/proc/loadavg: 2.20 2.20 2.18 3/179 9958
/proc/meminfo: memFree=21007548/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=1319492 CPUtime=0.69 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 74061 0 0 0 59 10 0 0 20 0 4 0 109980581 1351159808 75893 33554432000 4194304 16246674 140736992628256 140736992627568 4221087 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 329873 75893 801 2943 0 326767 0
[pid=9958/tid=9959] ppid=9955 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 1351159808 75893 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 1351159808 75893 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 1351159808 75893 33554432000 4194304 16246674 140736992628256 140136949992624 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) 1319492

[startup+1.50036 s]
/proc/loadavg: 2.20 2.20 2.18 3/183 9962
/proc/meminfo: memFree=20692732/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=1331780 CPUtime=1.49 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 95176 0 0 0 135 14 0 0 20 0 4 0 109980581 1363742720 100074 33554432000 4194304 16246674 140736992628256 140736992611248 7364046 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 332945 100074 801 2943 0 329839 0
[pid=9958/tid=9959] ppid=9955 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 1363742720 100074 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 1363742720 100074 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 1363742720 100074 33554432000 4194304 16246674 140736992628256 140136949992624 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) 1331780

[startup+3.10037 s]
/proc/loadavg: 2.20 2.20 2.18 3/183 9962
/proc/meminfo: memFree=20508772/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=1331780 CPUtime=3.09 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 134660 0 0 0 290 19 0 0 20 0 4 0 109980581 1363742720 140069 33554432000 4194304 16246674 140736992628256 140736992611248 14073329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 332945 140069 801 2943 0 329839 0
[pid=9958/tid=9959] ppid=9955 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 1363742720 140069 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 1363742720 140069 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 1363742720 140069 33554432000 4194304 16246674 140736992628256 140136949992624 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) 1331780

[startup+6.30045 s]
/proc/loadavg: 2.18 2.20 2.18 3/183 9962
/proc/meminfo: memFree=20135512/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=1380932 CPUtime=6.29 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 204861 0 0 0 600 29 0 0 20 0 4 0 109980581 1414074368 218446 33554432000 4194304 16246674 140736992628256 140736992627352 12366843 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 345233 218446 844 2943 0 342127 0
[pid=9958/tid=9959] ppid=9955 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 1414074368 218446 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 1414074368 218446 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 1414074368 218446 33554432000 4194304 16246674 140736992628256 140136949992624 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) 1380932

[startup+12.7003 s]
/proc/loadavg: 2.25 2.21 2.18 5/183 9962
/proc/meminfo: memFree=19859524/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=1384004 CPUtime=12.7 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 269761 0 0 0 1231 39 0 0 20 0 4 0 109980581 1417220096 287434 33554432000 4194304 16246674 140736992628256 140736992626112 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 346001 287434 845 2943 0 342895 0
[pid=9958/tid=9959] ppid=9955 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 1417220096 287434 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 1417220096 287434 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 1417220096 287434 33554432000 4194304 16246674 140736992628256 140136949992624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1384004

[startup+25.5004 s]
/proc/loadavg: 2.26 2.22 2.18 3/183 9962
/proc/meminfo: memFree=19014656/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=2227780 CPUtime=25.48 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 480778 0 0 0 2478 70 0 0 20 0 4 0 109980581 2281246720 498451 33554432000 4194304 16246674 140736992628256 140736992610176 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 556945 498451 909 2943 0 553839 0
[pid=9958/tid=9959] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498451 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498451 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498451 33554432000 4194304 16246674 140736992628256 140136949992624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2227780

[startup+51.1003 s]
/proc/loadavg: 2.17 2.20 2.18 3/183 9962
/proc/meminfo: memFree=19014864/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=2227780 CPUtime=51.08 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 480785 0 0 0 5038 70 0 0 20 0 4 0 109980581 2281246720 498458 33554432000 4194304 16246674 140736992628256 140736992610176 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 556945 498458 916 2943 0 553839 0
[pid=9958/tid=9959] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498458 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498458 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498458 33554432000 4194304 16246674 140736992628256 140136949992624 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) 2227780

[startup+102.3 s]
/proc/loadavg: 2.19 2.20 2.18 5/183 9963
/proc/meminfo: memFree=19014128/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=2227780 CPUtime=102.28 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 480785 0 0 0 10157 71 0 0 20 0 4 0 109980581 2281246720 498458 33554432000 4194304 16246674 140736992628256 140736992610176 5712566 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 556945 498458 916 2943 0 553839 0
[pid=9958/tid=9959] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498458 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498458 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498458 33554432000 4194304 16246674 140736992628256 140136949992624 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) 2227780


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

/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136949992624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 2227780

[startup+1302.3 s]
/proc/loadavg: 2.22 2.19 2.18 3/183 10042
/proc/meminfo: memFree=27150148/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=2227780 CPUtime=1302.06 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 480836 0 0 0 130131 75 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140736992610176 5712760 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 556945 498467 922 2943 0 553839 0
[pid=9958/tid=9959] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136949992624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 2227780

[startup+1362.3 s]
/proc/loadavg: 2.16 2.18 2.18 4/183 10043
/proc/meminfo: memFree=27149952/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=2227780 CPUtime=1362.05 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 480839 0 0 0 136129 76 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140736992610176 12995176 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 556945 498467 922 2943 0 553839 0
[pid=9958/tid=9959] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136949992624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 2227780

[startup+1422.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/183 10044
/proc/meminfo: memFree=27149992/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=2227780 CPUtime=1422.04 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 480843 0 0 0 142127 77 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140736992610176 5712756 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 556945 498467 922 2943 0 553839 0
[pid=9958/tid=9959] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136949992624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 2227780

[startup+1482.3 s]
/proc/loadavg: 2.24 2.20 2.18 3/183 10046
/proc/meminfo: memFree=27150160/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=2227780 CPUtime=1482.04 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 480844 0 0 0 148126 78 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140736992610176 13780600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 556945 498467 922 2943 0 553839 0
[pid=9958/tid=9959] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136949992624 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) 2227780

[startup+1542.3 s]
/proc/loadavg: 2.29 2.22 2.19 4/183 10047
/proc/meminfo: memFree=27148984/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=2227780 CPUtime=1542.02 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 480845 0 0 0 154124 78 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140736992626048 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 556945 498467 922 2943 0 553839 0
[pid=9958/tid=9959] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136949992624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 2227780

[startup+1602.31 s]
/proc/loadavg: 2.10 2.18 2.17 3/183 10048
/proc/meminfo: memFree=27148544/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=2227780 CPUtime=1602.02 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 480845 0 0 0 160123 79 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140736992610176 5712628 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 556945 498467 922 2943 0 553839 0
[pid=9958/tid=9959] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136949992624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 2227780

[startup+1662.3 s]
/proc/loadavg: 2.08 2.16 2.17 3/183 10049
/proc/meminfo: memFree=27148452/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=2227780 CPUtime=1662 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 480845 0 0 0 166120 80 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140736992610176 5711952 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 556945 498467 922 2943 0 553839 0
[pid=9958/tid=9959] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136949992624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 2227780

[startup+1722.3 s]
/proc/loadavg: 2.32 2.20 2.18 4/183 10050
/proc/meminfo: memFree=27148092/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=2227780 CPUtime=1721.99 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 480855 0 0 0 172118 81 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140736992610176 5712604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 556945 498467 922 2943 0 553839 0
[pid=9958/tid=9959] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136949992624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 2227780

[startup+1782.3 s]
/proc/loadavg: 2.34 2.23 2.19 3/184 10055
/proc/meminfo: memFree=27147628/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=2227780 CPUtime=1781.98 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 480859 0 0 0 178116 82 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140736992610176 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 556945 498467 922 2943 0 553839 0
[pid=9958/tid=9959] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136949992624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 2227780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.33 2.23 2.19 3/183 10055
/proc/meminfo: memFree=27148372/32872528 swapFree=16384/1696552
[pid=9958] ppid=9955 vsize=2227780 CPUtime=1800.07 cores=1,3,5,7
/proc/9958/stat : 9958 (toysat) R 9955 9958 5723 0 -1 4202496 480859 0 0 0 179925 82 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140736992610176 5712604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9958/statm: 556945 498467 922 2943 0 553839 0
[pid=9958/tid=9959] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9959/stat : 9959 (toysat) S 9955 9958 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136970956016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9958/tid=9960] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9960/stat : 9960 (toysat) S 9955 9958 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136960466160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9958/tid=9961] ppid=9955 vsize=2227780 CPUtime=0 cores=1,3,5,7
/proc/9958/task/9961/stat : 9961 (toysat) S 9955 9958 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109980581 2281246720 498467 33554432000 4194304 16246674 140736992628256 140136949992624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2227780

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.44
CPU time (s): 1800.11
CPU user time (s): 1799.26
CPU system time (s): 0.85187
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 2227780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.85187
maximum resident set size= 1993868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480859
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= 146
involuntary context switches= 1840

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.72298 second user time and 9.17061 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-07 08:21:15
IDJOB=4079209
IDBENCH=89898
IDSOLVER=2542
FILE ID=node125/4079209-1465280474
RUNJOBID= node125-1465259688-5740
PBS_JOBID= 19843289
Free space on /tmp= 71500 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-n3seq24.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079209-1465280474/watcher-4079209-1465280474 -o /tmp/evaluation-result-4079209-1465280474/solver-4079209-1465280474 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1465259688-5740 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079209-1465280474.opb

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

MD5SUM BENCH= 748baf4f5accf34b9eefa80f1acc6fdd
RANDOM SEED=1383868559

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.456
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:        21008736 kB
Buffers:           24912 kB
Cached:           381132 kB
SwapCached:         1520 kB
Active:          9205104 kB
Inactive:         187492 kB
Active(anon):    8930884 kB
Inactive(anon):    58116 kB
Active(file):     274220 kB
Inactive(file):   129376 kB
Unevictable:     1696552 kB
Mlocked:           16384 kB
SwapTotal:      67108856 kB
SwapFree:       67098580 kB
Dirty:             48996 kB
Writeback:             0 kB
AnonPages:      10687168 kB
Mapped:            10940 kB
Shmem:                 0 kB
Slab:             616808 kB
SReclaimable:      60168 kB
SUnreclaim:       556640 kB
KernelStack:        1456 kB
PageTables:        26292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   10831272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2918400 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= 71680 MiB
End job on node125 at 2016-06-07 08:51:16