Trace number 4080084

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.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_1.opb
MD5SUM02054528a722e9af7937139e87d0b5ac
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-117
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -169
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63280
Sum of products size (including duplicates)126560
Number of different products31640
Sum of products size63280

Solver Data

0.00/0.00	c 2016-06-07T03:15:49+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-4080084-1465262149.opb"]
0.00/0.01	c use --random-gen="1762840090 4182291048 952351451 3778268968 752978118 811051972 2517792423 4239984430 3484053770 1980067840 1697618364 996626354 2482001824 4286574730 2733342914 1574412983 1443288825 2933657283 150616439 1555449020 4113708591 1665553340 865487455 3373474612 1238204725 3259215429 2476881220 314327614 3312374478 961643963 4196160504 1304043178 2272880920 2110025278 860531332 1057668773 1756201950 4285493663 2585910866 41186626 3596168448 4084617478 3676093869 3894834823 1227264985 942492491 3370702286 2380105278 4120010260 347300610 3037360804 518217269 2281910714 2736497400 648088402 1399765643 587175535 2225332783 244435100 3294833872 297851206 3695882250 3376661783 3805045841 2098308645 4140569071 1890869833 2035839137 3306844192 2664804590 974484523 3885923552 2855625410 3022138007 1414484665 1802259383 292172549 193833550 859842162 2640702088 2239060217 4114401293 1660875200 643587154 2868757628 1087786928 1840362777 2316678286 610486977 3002659258 1748308493 1868045479 2377504525 213851350 562083563 2596933680 3665166133 571780196 654545315 1306111759 1016498706 2636427280 949337818 1591208581 563907768 803888406 3628797219 1391582853 3517017213 3383796226 3970346193 2758513291 3336078270 1603244583 3323586159 3094388704 3275237965 3557349037 1112317487 927508469 3744510012 3752424982 1245247845 3549516236 811879210 2994971279 3202975058 1242941915 176792715 3368583637 3099130694 3779604143 1751508370 4121395071 3310118853 554743422 2993192513 483366052 1807636764 1122991193 731715949 1090366641 177374400 3690839155 2893159781 4135992457 2752654093 1877917205 371883162 183043064 4010692316 610038771 3797052388 1494531699 1727330782 932938278 485518471 3801597100 1703766437 2508094338 593658983 1594162906 1815666067 4248849437 2334206843 4242567563 77156832 1433260886 2795159572 3869748118 2508310411 991945587 1796494021 2971793264 798546828 1581338460 1987429490 2592974949 4099869698 2762081817 392390760 1234876843 780439775 3922197296 4289140820 2009631085 95310135 1717769534 2668209872 1813991806 2033380640 995158131 4188183674 4064463402 1238559414 4291251316 829276130 3701217333 494547057 1142333597 4221794503 3693889392 649011529 1108003258 4037209685 2250645153 4058782715 2187157610 2132218429 4045959440 1776084619 3054597261 1122872077 848027334 1943418194 2406549983 3897826766 456532331 1948677860 4201734532 1236543263 243455639 418258703 2488804767 85492867 412606116 4036397325 327980027 1481952900 61894806 1933736801 754707768 568128678 4130357803 2784774243 660933082 1451524585 1503770329 3628589199 2352798815 800492849 3263938498 30865474 1551691374 3793941415 930213253 2176513785 467438109 2706951115 3661194064 2369359602 1855829691 3916746974 3643102413 1525791475 1057722702 255 362436" option to reproduce the execution
0.18/0.20	c #vars 2000
0.18/0.20	c #constraints 3001
1.09/1.16	c BCD2: Hardening is enabled.
1.09/1.16	c BCD2: BiasedSearch is enabled.
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |    22760      0 |        0 |        0
1.19/1.25	c  0.1s |       0 |     1074 |        0 |    22760      0 |        0 |        0
1.19/1.25	c #cpu_time = 0.067s
1.19/1.25	c #wall_clock_time = 0.067s
1.19/1.25	c #decision = 1074
1.19/1.25	c #random_decision = 4
1.19/1.25	c #conflict = 0
1.19/1.25	c #restart = 0
1.19/1.25	o -90
1.19/1.25	c BCD2: updating upper bound: 1000 -> 909
1.19/1.26	c BCD2: 0 <= obj <= 909
1.19/1.26	c BCD2: #cores=0, #unrelaxed=1000, #relaxed=0, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=1 bias=1/2
1.19/1.26	c Solving starts ...
1.19/1.26	c ============================[ Search Statistics ]============================
1.19/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.26	c =============================================================================
1.19/1.26	c  0.0s |       0 |        0 |        0 |    22760      0 |        0 |        0
1.28/1.33	c  0.1s |       0 |      584 |        2 |    22760      0 |        0 |        0
1.28/1.33	c #cpu_time = 0.068s
1.28/1.33	c #wall_clock_time = 0.068s
1.28/1.33	c #decision = 584
1.28/1.33	c #random_decision = 0
1.28/1.33	c #conflict = 2
1.28/1.33	c #restart = 0
1.28/1.33	c BCD2: found a new core of size 500: cost of the new core is >=1
1.28/1.33	c lower bound updated to -999
1.28/1.33	c BCD2: 1 <= obj <= 909
1.28/1.33	c BCD2: #cores=1, #unrelaxed=500, #relaxed=500, #hardened=0
1.28/1.33	c BCD2: #sat=1 #unsat=2 bias=2/3
1.28/1.33	c Solving starts ...
1.28/1.33	c ============================[ Search Statistics ]============================
1.28/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.33	c =============================================================================
1.28/1.34	c  0.0s |       0 |        0 |        0 |    22760      0 |        0 |        0
1.68/1.70	c  0.4s |       0 |      501 |        1 |    22760      0 |        0 |        0
1.68/1.70	c #cpu_time = 0.359s
1.68/1.70	c #wall_clock_time = 0.360s
1.68/1.70	c #decision = 501
1.68/1.70	c #random_decision = 0
1.68/1.70	c #conflict = 1
1.68/1.70	c #restart = 0
1.68/1.70	c BCD2: relaxing 500 and merging with 1 cores into a new core of size 1000: cost of the new core is >=2
1.68/1.70	c lower bound updated to -998
1.68/1.71	c BCD2: 2 <= obj <= 909
1.68/1.71	c BCD2: #cores=1, #unrelaxed=0, #relaxed=1000, #hardened=0
1.68/1.71	c BCD2: #sat=1 #unsat=3 bias=3/4
1.68/1.71	c Solving starts ...
1.68/1.71	c ============================[ Search Statistics ]============================
1.68/1.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.71	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.71	c =============================================================================
1.68/1.71	c  0.0s |       0 |        0 |        0 |    22760      0 |        1 |        0
1.98/2.09	c  0.4s |       1 |    19968 |      100 |    25037      0 |        1 |        1
2.48/2.59	c  0.9s |       2 |    46631 |      250 |    27541      0 |        1 |        1
6.89/6.98	c  5.3s |       3 |    78460 |      475 |    30296      0 |        1 |        1
17.49/17.60	c 15.9s |       3 |    88819 |      575 |    30296      0 |        1 |        1
27.78/27.87	c 26.2s |       3 |    96960 |      675 |    30296      0 |        1 |        1
42.78/42.82	c 41.1s |       3 |   105274 |      775 |    30296      0 |        1 |        1
46.68/46.73	c 45.0s |       4 |   108068 |      813 |    33326      0 |        1 |        1
56.88/56.97	c 55.3s |       4 |   116835 |      913 |    33326      0 |        1 |        1
61.48/61.55	c 59.8s |       4 |   132541 |     1013 |    33326      0 |        1 |        1
72.48/72.56	c 70.8s |       4 |   140804 |     1113 |    33326      0 |        1 |        1
83.77/83.87	c 82.2s |       4 |   144945 |     1213 |    33326      0 |        1 |        1
94.07/94.17	c 92.5s |       4 |   148966 |     1313 |    33326      0 |        1 |        1
94.07/94.18	c 92.5s |       5 |   149163 |     1320 |    36659      0 |        1 |        1
103.38/103.43	c  101s |       5 |   156832 |     1420 |    36659      0 |        1 |        1
114.67/114.75	c  113s |       5 |   160555 |     1520 |    36659      0 |        1 |        1
125.27/125.31	c  123s |       5 |   163915 |     1620 |    36659      0 |        1 |        1
145.97/146.07	c  144s |       5 |   165881 |     1720 |    36659      0 |        1 |        1
171.36/171.42	c  169s |       5 |   168728 |     1820 |    36659      0 |        1 |        1
194.16/194.29	c  192s |       5 |   171234 |     1920 |    36659      0 |        1 |        1
225.26/225.33	c  223s |       5 |   172565 |     2020 |    36659      0 |        1 |        1
239.76/239.82	c  238s |       6 |   173751 |     2081 |    40325      0 |        1 |        1
258.85/258.93	c  257s |       6 |   176523 |     2181 |    40325      0 |        1 |        1
278.55/278.62	c  276s |       6 |   179012 |     2281 |    40325      0 |        1 |        1
304.34/304.47	c  302s |       6 |   180970 |     2381 |    40325      0 |        1 |        1
333.53/333.64	c  331s |       6 |   182820 |     2481 |    40325      0 |        1 |        1
362.03/362.18	c  360s |       6 |   184070 |     2581 |    40325      0 |        1 |        1
388.03/388.13	c  386s |       6 |   185293 |     2681 |    40325      0 |        1 |        1
423.62/423.78	c  422s |       6 |   185707 |     2781 |    40325      0 |        1 |        1
462.32/462.41	c  460s |       6 |   185970 |     2881 |    40325      0 |        1 |        1
497.22/497.33	c  495s |       6 |   186068 |     2981 |    40325      0 |        1 |        1
531.11/531.28	c  529s |       6 |   188367 |     3081 |    40325      0 |        1 |        1
573.50/573.66	c  571s |       6 |   188507 |     3181 |    40325      0 |        1 |        1
590.60/590.71	c  588s |       7 |   188545 |     3223 |    44358      0 |        1 |        1
627.29/627.42	c  625s |       7 |   189277 |     3323 |    44358      0 |        1 |        1
665.99/666.16	c  664s |       7 |   190153 |     3423 |    44358      0 |        1 |        1
702.19/702.39	c  700s |       7 |   191306 |     3523 |    44358      0 |        1 |        1
735.17/735.38	c  733s |       7 |   194529 |     3623 |    44358      0 |        1 |        1
739.38/739.50	c  737s |       7 |   201362 |     3723 |    44358      0 |        1 |        1
764.28/764.48	c  762s |       7 |   208931 |     3823 |    44358      0 |        1 |        1
804.67/804.89	c  803s |       7 |   209081 |     3923 |    44358      0 |        1 |        1
841.16/841.30	c  839s |       7 |   209182 |     4023 |    44358      0 |        1 |        1
881.16/881.38	c  879s |       7 |   209280 |     4123 |    44358      0 |        1 |        1
917.15/917.35	c  915s |       7 |   212311 |     4223 |    44358      0 |        1 |        1
958.24/958.48	c  956s |       7 |   213761 |     4323 |    44358      0 |        1 |        1
998.53/998.79	c  997s |       7 |   213860 |     4423 |    44358      0 |        1 |        1
1037.93/1038.11	c 1036s |       7 |   214036 |     4523 |    44358      0 |        1 |        1
1077.72/1077.96	c 1076s |       7 |   214133 |     4623 |    44358      0 |        1 |        1
1118.22/1118.42	c 1116s |       7 |   214232 |     4723 |    44358      0 |        1 |        1
1157.21/1157.42	c 1155s |       7 |   214335 |     4823 |    44358      0 |        1 |        1
1197.30/1197.50	c 1195s |       7 |   214434 |     4923 |    48794      0 |        1 |        1
1202.50/1202.71	c 1200s |       8 |   214451 |     4936 |    48794      0 |        1 |        1
1243.00/1243.28	c 1241s |       8 |   214698 |     5036 |    48794      0 |        1 |        1
1281.50/1281.79	c 1280s |       8 |   214800 |     5136 |    48794      0 |        1 |        1
1319.58/1319.82	c 1318s |       8 |   214899 |     5236 |    48794      0 |        1 |        1
1355.58/1355.84	c 1354s |       8 |   215055 |     5336 |    48794      0 |        1 |        1
1393.57/1393.88	c 1392s |       8 |   215152 |     5436 |    48794      0 |        1 |        1
1430.55/1430.85	c 1429s |       8 |   215253 |     5536 |    48794      0 |        1 |        1
1466.84/1467.17	c 1465s |       8 |   215355 |     5636 |    48794      0 |        1 |        1
1502.35/1502.67	c 1500s |       8 |   215453 |     5736 |    48794      0 |        1 |        1
1538.64/1538.98	c 1537s |       8 |   215553 |     5836 |    48794      0 |        1 |        1
1570.33/1570.68	c 1568s |       8 |   216781 |     5936 |    48794      0 |        1 |        1
1592.13/1592.45	c 1590s |       8 |   221413 |     6036 |    48794      0 |        1 |        1
1630.32/1630.64	c 1628s |       8 |   221512 |     6136 |    48794      0 |        1 |        1
1668.32/1668.61	c 1666s |       8 |   221610 |     6236 |    48794      0 |        1 |        1
1704.71/1705.08	c 1703s |       8 |   221712 |     6336 |    48794      0 |        1 |        1
1741.90/1742.22	c 1740s |       8 |   221815 |     6436 |    48794      0 |        1 |        1
1777.60/1777.99	c 1776s |       8 |   221907 |     6536 |    48794      0 |        1 |        1

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

pid=14401
running on 4 cores: 0,2,4,6

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.30 2.22 2.19 4/180 14404
/proc/meminfo: memFree=29258608/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=785988 CPUtime=0 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 2947 0 0 0 0 0 0 0 20 0 4 0 108146833 804851712 2797 33554432000 4194304 16246674 140735524916720 140735524916144 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 197265 2806 442 2943 0 194159 0
[pid=14404/tid=14405] ppid=14401 vsize=805444 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 824774656 2870 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=809540 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 828968960 2889 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=813636 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108146833 833163264 2905 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100126 s]
/proc/loadavg: 2.30 2.22 2.19 4/180 14404
/proc/meminfo: memFree=29258608/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 27199 0 0 0 6 3 0 0 20 0 4 0 108146833 1333334016 26988 33554432000 4194304 16246674 140735524916720 140735524916032 7376813 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 325521 27003 800 2943 0 322415 0
[pid=14404/tid=14405] ppid=14401 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1333334016 27015 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1333334016 27027 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1333334016 27037 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200488 s]
/proc/loadavg: 2.30 2.22 2.19 4/180 14404
/proc/meminfo: memFree=29258608/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1313348 CPUtime=0.18 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 45190 0 0 0 13 5 0 0 20 0 4 0 108146833 1344868352 45489 33554432000 4194304 16246674 140735524916720 140735524916032 7391765 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 328337 45489 800 2943 0 325231 0
[pid=14404/tid=14405] ppid=14401 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1344868352 45489 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1344868352 45489 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1344868352 45489 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1313348

[startup+0.300505 s]
/proc/loadavg: 2.30 2.22 2.19 4/180 14404
/proc/meminfo: memFree=29258608/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1313348 CPUtime=0.28 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 45312 0 0 0 23 5 0 0 20 0 4 0 108146833 1344868352 45611 33554432000 4194304 16246674 140735524916720 140735524916032 13820120 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 328337 45611 837 2943 0 325231 0
[pid=14404/tid=14405] ppid=14401 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1344868352 45611 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1344868352 45611 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1344868352 45611 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.700375 s]
/proc/loadavg: 2.30 2.22 2.19 4/180 14404
/proc/meminfo: memFree=29258608/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 52955 0 0 0 62 7 0 0 20 0 4 0 108146833 1344868352 53254 33554432000 4194304 16246674 140735524916720 140735524915936 12457586 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 328337 53254 838 2943 0 325231 0
[pid=14404/tid=14405] ppid=14401 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1344868352 53254 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1344868352 53254 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1344868352 53254 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50038 s]
/proc/loadavg: 2.30 2.22 2.19 4/184 14408
/proc/meminfo: memFree=28800440/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1316420 CPUtime=1.48 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 114808 0 0 0 132 16 0 0 20 0 4 0 108146833 1348014080 115107 33554432000 4194304 16246674 140735524916720 140735524898624 6011873 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 329105 115107 907 2943 0 325999 0
[pid=14404/tid=14405] ppid=14401 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1348014080 115107 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1348014080 115107 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1348014080 115107 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1316420

[startup+3.10041 s]
/proc/loadavg: 2.30 2.22 2.19 4/184 14408
/proc/meminfo: memFree=28799076/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1316420 CPUtime=3.08 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 114817 0 0 0 292 16 0 0 20 0 4 0 108146833 1348014080 115116 33554432000 4194304 16246674 140735524916720 140735524898624 5673558 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 329105 115116 916 2943 0 325999 0
[pid=14404/tid=14405] ppid=14401 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1348014080 115116 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1348014080 115116 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1348014080 115116 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1316420

[startup+6.30042 s]
/proc/loadavg: 2.28 2.22 2.19 3/184 14408
/proc/meminfo: memFree=28784860/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1330756 CPUtime=6.29 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118401 0 0 0 612 17 0 0 20 0 4 0 108146833 1362694144 118700 33554432000 4194304 16246674 140735524916720 140735524914560 4220940 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332689 118700 916 2943 0 329583 0
[pid=14404/tid=14405] ppid=14401 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1362694144 118700 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1362694144 118700 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1362694144 118700 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1330756

[startup+12.7004 s]
/proc/loadavg: 2.26 2.22 2.18 3/184 14408
/proc/meminfo: memFree=28783788/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1330756 CPUtime=12.69 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118401 0 0 0 1252 17 0 0 20 0 4 0 108146833 1362694144 118700 33554432000 4194304 16246674 140735524916720 140735524914560 4220501 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332689 118700 916 2943 0 329583 0
[pid=14404/tid=14405] ppid=14401 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1362694144 118700 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1362694144 118700 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1362694144 118700 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1330756

[startup+25.5005 s]
/proc/loadavg: 2.20 2.20 2.18 3/184 14408
/proc/meminfo: memFree=28784548/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1330756 CPUtime=25.49 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118401 0 0 0 2532 17 0 0 20 0 4 0 108146833 1362694144 118700 33554432000 4194304 16246674 140735524916720 140735524898624 4220986 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332689 118700 916 2943 0 329583 0
[pid=14404/tid=14405] ppid=14401 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1362694144 118700 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1362694144 118700 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1362694144 118700 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1330756

[startup+51.1005 s]
/proc/loadavg: 2.34 2.23 2.19 3/184 14409
/proc/meminfo: memFree=28783760/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1331780 CPUtime=51.08 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118657 0 0 0 5091 17 0 0 20 0 4 0 108146833 1363742720 118956 33554432000 4194304 16246674 140735524916720 140735524898624 4224552 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332945 118956 916 2943 0 329839 0
[pid=14404/tid=14405] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 118956 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 118956 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 118956 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1331780

[startup+102.3 s]
/proc/loadavg: 2.26 2.23 2.19 3/184 14410
/proc/meminfo: memFree=28783492/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1331780 CPUtime=102.28 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118657 0 0 0 10209 19 0 0 20 0 4 0 108146833 1363742720 118956 33554432000 4194304 16246674 140735524916720 140735524914560 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332945 118956 916 2943 0 329839 0
[pid=14404/tid=14405] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 118956 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 118956 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 118956 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1331780


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

/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1331780

[startup+1302.3 s]
/proc/loadavg: 2.12 2.19 2.22 3/184 14693
/proc/meminfo: memFree=28066288/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1331780 CPUtime=1302.09 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118659 0 0 0 130149 60 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140735524915896 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332945 274206 916 2943 0 329839 0
[pid=14404/tid=14405] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1331780

[startup+1362.3 s]
/proc/loadavg: 2.20 2.20 2.22 3/184 14694
/proc/meminfo: memFree=28066164/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1331780 CPUtime=1362.07 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118672 0 0 0 136145 62 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140735524915816 4206928 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332945 274206 916 2943 0 329839 0
[pid=14404/tid=14405] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1331780

[startup+1422.3 s]
/proc/loadavg: 2.18 2.19 2.21 3/184 14695
/proc/meminfo: memFree=28066172/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1331780 CPUtime=1422.07 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118683 0 0 0 142143 64 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140735524915816 4220543 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332945 274206 916 2943 0 329839 0
[pid=14404/tid=14405] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1331780

[startup+1482.3 s]
/proc/loadavg: 2.26 2.22 2.22 3/185 14699
/proc/meminfo: memFree=28065480/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1331780 CPUtime=1482.04 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118691 0 0 0 148138 66 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140735524915896 4220871 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332945 274206 916 2943 0 329839 0
[pid=14404/tid=14405] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 1331780

[startup+1542.31 s]
/proc/loadavg: 2.20 2.20 2.21 3/184 14700
/proc/meminfo: memFree=28064944/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1331780 CPUtime=1542.04 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118691 0 0 0 154135 69 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140735524898624 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332945 274206 916 2943 0 329839 0
[pid=14404/tid=14405] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1331780

[startup+1602.3 s]
/proc/loadavg: 2.16 2.19 2.20 4/184 14702
/proc/meminfo: memFree=28064976/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1331780 CPUtime=1602.02 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118691 0 0 0 160131 71 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140735524915816 12477688 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332945 274206 916 2943 0 329839 0
[pid=14404/tid=14405] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 1331780

[startup+1662.3 s]
/proc/loadavg: 2.15 2.19 2.19 3/184 14703
/proc/meminfo: memFree=28065060/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1331780 CPUtime=1662.01 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118691 0 0 0 166128 73 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140735524898624 6012036 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332945 274206 916 2943 0 329839 0
[pid=14404/tid=14405] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 1331780

[startup+1722.3 s]
/proc/loadavg: 2.21 2.19 2.19 3/184 14704
/proc/meminfo: memFree=28065672/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1331780 CPUtime=1722 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118691 0 0 0 172125 75 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140735524915816 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332945 274206 916 2943 0 329839 0
[pid=14404/tid=14405] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 1331780

[startup+1782.3 s]
/proc/loadavg: 2.27 2.22 2.20 3/184 14705
/proc/meminfo: memFree=28064956/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1331780 CPUtime=1782 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118691 0 0 0 178122 78 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140735524915816 4221129 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332945 274206 916 2943 0 329839 0
[pid=14404/tid=14405] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1331780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.26 2.22 2.20 3/184 14705
/proc/meminfo: memFree=28065276/32872528 swapFree=17452/1581112
[pid=14404] ppid=14401 vsize=1331780 CPUtime=1800.09 cores=0,2,4,6
/proc/14404/stat : 14404 (toysat) R 14401 14404 13546 0 -1 4202496 118691 0 0 0 179931 78 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140735524915816 4207010 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14404/statm: 332945 274206 916 2943 0 329839 0
[pid=14404/tid=14405] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14405/stat : 14405 (toysat) S 14401 14404 13546 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492344896752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=14404/tid=14406] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14406/stat : 14406 (toysat) S 14401 14404 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492334406896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=14404/tid=14407] ppid=14401 vsize=1331780 CPUtime=0 cores=0,2,4,6
/proc/14404/task/14407/stat : 14407 (toysat) S 14401 14404 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108146833 1363742720 274206 33554432000 4194304 16246674 140735524916720 140492323933360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1331780

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 14404 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.41
CPU time (s): 1800.11
CPU user time (s): 1799.32
CPU system time (s): 0.789879
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 1331780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 0.789879
maximum resident set size= 1096824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118691
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= 53
involuntary context switches= 1855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2852 second user time and 8.16576 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-07 03:15:49
IDJOB=4080084
IDBENCH=48255
IDSOLVER=2542
FILE ID=node139/4080084-1465262149
RUNJOBID= node139-1465254943-13562
PBS_JOBID= 19843273
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_25_1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080084-1465262149/watcher-4080084-1465262149 -o /tmp/evaluation-result-4080084-1465262149/solver-4080084-1465262149 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465254943-13562 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080084-1465262149.opb

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

MD5SUM BENCH= 02054528a722e9af7937139e87d0b5ac
RANDOM SEED=757258945

node139.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.868
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.73
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.868
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.868
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.56
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.868
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.868
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.868
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.868
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.868
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:        29258872 kB
Buffers:           58888 kB
Cached:           167184 kB
SwapCached:         1488 kB
Active:          1210876 kB
Inactive:         116856 kB
Active(anon):    1102392 kB
Inactive(anon):     2200 kB
Active(file):     108484 kB
Inactive(file):   114656 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099764 kB
Dirty:             17144 kB
Writeback:             0 kB
AnonPages:       2682028 kB
Mapped:            10820 kB
Shmem:                 0 kB
Slab:             570112 kB
SReclaimable:      14280 kB
SUnreclaim:       555832 kB
KernelStack:        1464 kB
PageTables:         9388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2824372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2660352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node139 at 2016-06-07 03:45:49