Trace number 4107158

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.77 1801.08

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__256.opb
MD5SUM8b626683195681f98573c11853056c85
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1659203
Best CPU time to get the best result obtained on this benchmark1801.73
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3842998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint256
Maximum length of a constraint11521
Number of terms in the objective function 3840000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 130042022144
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 130042022144
Number of bits of the biggest sum of numbers37
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-18T23:02:52+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-4107158-1466283766.opb"]
0.00/0.01	c use --random-gen="1743105931 3417788307 3586931467 718588210 3085956058 1868548545 1003228620 3589818022 1356254421 3186493579 1723381426 1353613582 1284093326 604989687 3414213215 1423702571 3147885904 1845004869 534756313 3531280138 3442628320 1782806211 2129038511 624268121 1232631628 1360031543 56096204 3819647636 2067808376 1174260257 774662580 500678613 1824885462 705417866 9533961 775158312 3634895707 1374143475 3966020885 265984893 3956280550 3374973269 128065958 1733401599 3546653217 3362419987 4224297821 2973557786 3545300440 4048871565 46672461 2819836666 38587614 3464426548 4192284379 3535164257 105610687 830082918 2538143169 3167202907 3125048633 1586984738 1611392256 3959223473 2547189739 1320999555 728275376 871636966 917470477 1304182188 1195380469 3086779683 612156177 105546873 123724081 272628854 1119101798 1548881916 3959404392 3265287906 3702951254 434448880 2027960065 2003640254 2560025218 511232163 2154415718 2783641378 1902994079 3780278467 119021333 3208020104 1689971068 3161163543 1769622416 2922722322 2359748599 3983116094 1952900590 2194127366 3769737985 1518640887 4068229302 2095489219 3460756211 3857940310 961833043 1285989365 2046729373 2220947612 1441178377 2359163576 663384073 3539697280 3981910164 1325910461 3068102208 2097173828 1134430423 2111131010 223607303 2840176814 564835637 2692201752 3143379229 925219328 2562951600 2685885683 258187870 1455583048 2932104651 2330480287 824220691 1241432414 3940371435 302937747 4243762805 586563619 84094585 3853133358 2682953371 2158866731 511645368 808776190 2084557413 364436932 3762862622 2664698933 3081498559 836384042 2536713991 1156180557 1664137685 3607941923 203578885 3840071019 2524379651 959184862 620020311 2704368182 2365546218 1470572849 415531520 1757544307 3513194006 3713998992 1546753620 1103490917 1288669163 3291110464 4269687780 2219846932 3627178560 11027962 2189795718 441333050 1273350731 2257343160 764205137 1709636354 724065278 232420402 2611487792 3683454910 3831187035 1912042265 701098388 2260363108 1976079900 3413279423 705000603 4015675130 695082229 782068643 1215895294 3427550036 3201628356 4260072436 612806224 317701312 1938681648 2097558491 3910749007 285885570 3164807337 3765435733 3121214475 151374878 695640393 1391567784 1373844483 665061292 1795938532 1651007060 2626731006 2733653932 1271690726 2211637551 3808094270 2633274526 2993772473 4258501490 2549818500 3571370392 45546399 2627425816 3676730724 2813638844 1495484438 1708292345 1068602278 3685791055 3737545988 2577684568 2187012191 135374510 56820652 1775720398 418011415 1730236237 2749497933 1667279093 2598309363 2972095904 4136651993 348285239 730671443 1579272118 3810920669 2769819686 3742485054 214472988 632491421 2360874676 377535707 3827467174 255 362436" option to reproduce the execution
26.89/26.94	c #vars 3842998
26.89/26.94	c #constraints 18000
100.48/100.56	c BCD2: Hardening is enabled.
100.48/100.56	c BCD2: BiasedSearch is enabled.
100.48/100.56	c Solving starts ...
100.48/100.56	c ============================[ Search Statistics ]============================
100.48/100.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
100.48/100.56	c       |         |          |          |    Limit     GC | Var      | Constra 
100.48/100.56	c =============================================================================
100.48/100.56	c  0.0s |       0 |        0 |        0 |  1287999      0 |        0 |        0
108.88/108.96	c  8.4s |       0 |     6412 |      100 |  1287999      0 |        0 |        0
110.18/110.30	c  9.7s |       1 |     6412 |      100 |  1287999      0 |        0 |        0
121.07/121.16	c 20.6s |       1 |    40706 |      200 |  1416799      0 |        0 |        0
125.17/125.27	c 24.7s |       2 |    40706 |      250 |  1416799      0 |        0 |        0
160.37/160.45	c 59.9s |       2 |   116219 |      350 |  1558479      0 |        0 |        0
164.46/164.58	c 64.0s |       2 |   116219 |      450 |  1558479      0 |        0 |        0
167.86/167.90	c 67.3s |       3 |   116219 |      475 |  1558479      0 |        0 |        0
178.47/178.52	c 78.0s |       3 |   215859 |      575 |  1714327      0 |        0 |        0
180.77/180.85	c 80.3s |       3 |   215859 |      675 |  1714327      0 |        0 |        0
184.47/184.57	c 84.0s |       3 |   237539 |      775 |  1714327      0 |        0 |        0
187.96/188.03	c 87.5s |       4 |   237539 |      813 |  1714327      0 |        0 |        0
198.96/199.00	c 98.4s |       4 |   339780 |      913 |  1885760      0 |        0 |        0
203.46/203.53	c  102s |       4 |   339780 |     1013 |  1885760      0 |        0 |        0
209.96/210.02	c  109s |       4 |   369818 |     1113 |  1885760      0 |        0 |        0
214.87/214.97	c  114s |       4 |   369818 |     1213 |  1885760      0 |        0 |        0
219.86/219.97	c  119s |       4 |   369818 |     1313 |  1885760      0 |        0 |        0
223.15/223.23	c  122s |       5 |   380233 |     1320 |  1885760      0 |        0 |        0
233.66/233.72	c  133s |       5 |   517060 |     1420 |  2074337      0 |        0 |        0
237.35/237.45	c  136s |       5 |   517060 |     1520 |  2074337      0 |        0 |        0
240.75/240.82	c  140s |       5 |   521927 |     1620 |  2074337      0 |        0 |        0
243.25/243.37	c  142s |       5 |   521927 |     1720 |  2074337      0 |        0 |        0
245.66/245.73	c  145s |       5 |   521927 |     1820 |  2074337      0 |        0 |        0
249.66/249.73	c  149s |       5 |   531365 |     1920 |  2074337      0 |        0 |        0
253.56/253.61	c  153s |       5 |   531365 |     2020 |  2074337      0 |        0 |        0
258.25/258.32	c  157s |       6 |   531365 |     2081 |  2281771      0 |        0 |        0
269.85/269.98	c  169s |       6 |   761593 |     2181 |  2281771      0 |        0 |        0
274.35/274.41	c  173s |       6 |   789846 |     2381 |  2281771      0 |        0 |        0
280.15/280.21	c  179s |       6 |   789846 |     2481 |  2281771      0 |        0 |        0
285.95/286.07	c  185s |       6 |   789846 |     2581 |  2281771      0 |        0 |        0
289.14/289.21	c  188s |       6 |   794314 |     2681 |  2281771      0 |        0 |        0
292.04/292.16	c  191s |       6 |   800237 |     2881 |  2281771      0 |        0 |        0
296.16/296.22	c  195s |       6 |   800237 |     2981 |  2281771      0 |        0 |        0
300.35/300.40	c  199s |       6 |   800237 |     3081 |  2281771      0 |        0 |        0
308.65/308.77	c  208s |       6 |   856615 |     3181 |  2281771      0 |        0 |        0
323.14/323.27	c  222s |       7 |   864979 |     3223 |  2509949      0 |        0 |        0
331.94/332.01	c  231s |       7 |  1095925 |     3323 |  2509949      0 |        0 |        0
340.04/340.15	c  239s |       7 |  1107524 |     3523 |  2509949      0 |        0 |        0
349.44/349.54	c  248s |       7 |  1118961 |     3623 |  2509949      0 |        0 |        0
354.04/354.14	c  253s |       7 |  1196177 |     3723 |  2509949      0 |        0 |        0
357.43/357.50	c  256s |       7 |  1196177 |     3823 |  2509949      0 |        0 |        0
360.84/360.91	c  260s |       7 |  1196177 |     3923 |  2509949      0 |        0 |        0
366.04/366.15	c  265s |       7 |  1270719 |     4023 |  2509949      0 |        0 |        0
371.54/371.67	c  271s |       7 |  1270719 |     4123 |  2509949      0 |        0 |        0
377.13/377.23	c  276s |       7 |  1270719 |     4223 |  2509949      0 |        0 |        0
384.93/385.00	c  284s |       7 |  1499017 |     4323 |  2509949      0 |        0 |        0
390.64/390.77	c  290s |       7 |  1499017 |     4423 |  2509949      0 |        0 |        0
395.53/395.61	c  295s |       7 |  1502518 |     4523 |  2509949      0 |        0 |        0
400.03/400.10	c  299s |       7 |  1506397 |     4623 |  2509949      0 |        0 |        0
404.73/404.84	c  304s |       7 |  1506397 |     4723 |  2509949      0 |        0 |        0
408.53/408.66	c  308s |       7 |  1576781 |     4823 |  2509949      0 |        0 |        0
414.33/414.41	c  313s |       7 |  1576781 |     4923 |  2760944      0 |        0 |        0
417.82/417.96	c  317s |       8 |  1576781 |     4936 |  2760944      0 |        0 |        0
432.93/433.07	c  332s |       8 |  2017281 |     5036 |  2760944      0 |        0 |        0
443.12/443.29	c  342s |       8 |  2048609 |     5136 |  2760944      0 |        0 |        0
477.52/477.65	c  377s |       8 |  2063584 |     5236 |  2760944      0 |        0 |        0
553.62/553.78	c  453s |       8 |  2073548 |     5336 |  2760944      0 |        0 |        0
631.70/631.89	c  531s |       8 |  2156629 |     5436 |  2760944      0 |        0 |        0
634.50/634.62	c  534s |       8 |  2156629 |     5536 |  2760944      0 |        0 |        0
637.20/637.38	c  536s |       8 |  2156629 |     5636 |  2760944      0 |        0 |        0
675.69/675.83	c  575s |       8 |  3142220 |     5736 |  2760944      0 |        0 |        0
682.08/682.21	c  581s |       8 |  3142220 |     5836 |  2760944      0 |        0 |        0
688.39/688.50	c  587s |       8 |  3143642 |     5936 |  2760944      0 |        0 |        0
693.19/693.31	c  592s |       8 |  3143642 |     6036 |  2760944      0 |        0 |        0
701.28/701.47	c  600s |       8 |  3282413 |     6136 |  2760944      0 |        0 |        0
708.98/709.10	c  608s |       8 |  3282413 |     6236 |  2760944      0 |        0 |        0
716.39/716.56	c  616s |       8 |  3293434 |     6336 |  2760944      0 |        0 |        0
743.07/743.20	c  642s |       8 |  3306630 |     6436 |  2760944      0 |        0 |        0
782.47/782.64	c  682s |       8 |  3311561 |     6536 |  2760944      0 |        0 |        0
788.88/789.10	c  688s |       8 |  3363361 |     6636 |  2760944      0 |        0 |        0
793.77/793.90	c  693s |       8 |  3425271 |     6736 |  2760944      0 |        0 |        0
797.78/797.93	c  697s |       8 |  3452746 |     6836 |  2760944      0 |        0 |        0
804.28/804.46	c  703s |       8 |  3452746 |     6936 |  2760944      0 |        0 |        0
810.97/811.18	c  710s |       8 |  3452746 |     7036 |  2760944      0 |        0 |        0
816.17/816.31	c  715s |       8 |  3541335 |     7136 |  2760944      0 |        0 |        0
819.68/819.90	c  719s |       8 |  3541335 |     7236 |  2760944      0 |        0 |        0
823.17/823.37	c  722s |       8 |  3567031 |     7336 |  2760944      0 |        0 |        0
829.16/829.35	c  728s |       9 |  3567031 |     7506 |  3037039      0 |        0 |        0
843.16/843.31	c  742s |       9 |  4155284 |     7606 |  3037039      0 |        0 |        0
847.96/848.18	c  747s |       9 |  4243452 |     7706 |  3037039      0 |        0 |        0
851.86/852.05	c  751s |       9 |  4243452 |     7806 |  3037039      0 |        0 |        0
855.97/856.17	c  755s |       9 |  4263262 |     7906 |  3037039      0 |        0 |        0
860.96/861.13	c  760s |       9 |  4263262 |     8006 |  3037039      0 |        0 |        0
865.66/865.89	c  765s |       9 |  4263262 |     8106 |  3037039      0 |        0 |        0
876.15/876.34	c  775s |       9 |  4397594 |     8206 |  3037039      0 |        0 |        0
887.76/888.00	c  787s |       9 |  4397594 |     8306 |  3037039      0 |        0 |        0
900.16/900.37	c  799s |       9 |  4431393 |     8406 |  3037039      0 |        0 |        0
915.65/915.81	c  815s |       9 |  4431393 |     8506 |  3037039      0 |        0 |        0
931.15/931.31	c  830s |       9 |  4431393 |     8606 |  3037039      0 |        0 |        0
948.05/948.29	c  847s |       9 |  4451216 |     8706 |  3037039      0 |        0 |        0
1021.63/1021.89	c  921s |       9 |  4468097 |     8806 |  3037039      0 |        0 |        0
1256.40/1256.63	c 1156s |       9 |  4479954 |     8906 |  3037039      0 |        0 |        0
1783.29/1783.69	c 1683s |       9 |  4486806 |     9006 |  3037039      0 |        0 |        0

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

pid=28050
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.21 2.21 2.21 3/179 28053
/proc/meminfo: memFree=23135328/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=744892 CPUtime=0 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 2779 0 0 0 0 0 0 0 20 0 4 0 30422918 762769408 3141 33554432000 4194304 16246674 140734449718048 140734449717472 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28053/statm: 186991 3152 441 2943 0 183885 0
[pid=28053/tid=28054] ppid=28050 vsize=763324 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 781643776 3214 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=767420 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 785838080 3232 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=771516 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30422919 790032384 3248 33554432000 4194304 16246674 140734449718048 139722282224816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.21 2.21 2.21 3/179 28053
/proc/meminfo: memFree=23135328/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 31084 0 0 0 5 4 0 0 20 0 4 0 30422918 1333334016 31384 33554432000 4194304 16246674 140734449718048 140734449717360 7367789 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28053/statm: 325521 31400 799 2943 0 322415 0
[pid=28053/tid=28054] ppid=28050 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 1333334016 31411 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 1333334016 31423 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 1333334016 31434 33554432000 4194304 16246674 140734449718048 139722282224816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200533 s]
/proc/loadavg: 2.21 2.21 2.21 3/179 28053
/proc/meminfo: memFree=23135328/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 44033 0 0 0 13 6 0 0 20 0 4 0 30422918 1343819776 44843 33554432000 4194304 16246674 140734449718048 140734449717360 4221129 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28053/statm: 328081 44843 799 2943 0 324975 0
[pid=28053/tid=28054] ppid=28050 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 1343819776 44843 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 1343819776 44843 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 1343819776 44843 33554432000 4194304 16246674 140734449718048 139722282224816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300503 s]
/proc/loadavg: 2.21 2.21 2.21 3/179 28053
/proc/meminfo: memFree=23135328/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 44036 0 0 0 23 6 0 0 20 0 4 0 30422918 1343819776 44846 33554432000 4194304 16246674 140734449718048 140734449717360 7377339 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28053/statm: 328081 44846 799 2943 0 324975 0
[pid=28053/tid=28054] ppid=28050 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 1343819776 44846 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 1343819776 44846 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 1343819776 44846 33554432000 4194304 16246674 140734449718048 139722282224816 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) 1312324

[startup+0.700411 s]
/proc/loadavg: 2.21 2.21 2.21 3/179 28053
/proc/meminfo: memFree=23135328/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=1312324 CPUtime=0.69 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 57245 0 0 0 61 8 0 0 20 0 4 0 30422918 1343819776 58055 33554432000 4194304 16246674 140734449718048 140734449701040 8058708 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28053/statm: 328081 58055 800 2943 0 324975 0
[pid=28053/tid=28054] ppid=28050 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 1343819776 58055 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 1343819776 58055 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 1343819776 58055 33554432000 4194304 16246674 140734449718048 139722282224816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50781 s]
/proc/loadavg: 2.21 2.21 2.21 3/183 28057
/proc/meminfo: memFree=22829148/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=1312324 CPUtime=1.49 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 101670 0 0 0 134 15 0 0 20 0 4 0 30422918 1343819776 102480 33554432000 4194304 16246674 140734449718048 140734449701040 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28053/statm: 328081 102480 800 2943 0 324975 0
[pid=28053/tid=28054] ppid=28050 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 1343819776 102480 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 1343819776 102480 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 1343819776 102480 33554432000 4194304 16246674 140734449718048 139722282224816 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) 1312324

[startup+3.10043 s]
/proc/loadavg: 2.27 2.22 2.21 3/183 28057
/proc/meminfo: memFree=22702648/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=1336900 CPUtime=3.09 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 159478 0 0 0 285 24 0 0 20 0 4 0 30422918 1368985600 165909 33554432000 4194304 16246674 140734449718048 140734449715840 12751144 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28053/statm: 334225 165909 800 2943 0 331119 0
[pid=28053/tid=28054] ppid=28050 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 1368985600 165909 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 1368985600 165909 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 1368985600 165909 33554432000 4194304 16246674 140734449718048 139722282224816 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) 1336900

[startup+6.30042 s]
/proc/loadavg: 2.27 2.22 2.21 3/183 28057
/proc/meminfo: memFree=22029036/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=1386052 CPUtime=6.29 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 260728 0 0 0 591 38 0 0 20 0 4 0 30422918 1419317248 278912 33554432000 4194304 16246674 140734449718048 140734449715840 7361600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28053/statm: 346513 278912 800 2943 0 343407 0
[pid=28053/tid=28054] ppid=28050 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 1419317248 278920 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 1419317248 278920 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 1419317248 278920 33554432000 4194304 16246674 140734449718048 139722282224816 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) 1386052

[startup+12.7004 s]
/proc/loadavg: 2.31 2.23 2.21 3/183 28057
/proc/meminfo: memFree=21783080/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=1594948 CPUtime=12.69 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 297414 0 0 0 1221 48 0 0 20 0 4 0 30422918 1633226752 339615 33554432000 4194304 16246674 140734449718048 140734449715840 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28053/statm: 398737 339615 802 2943 0 395631 0
[pid=28053/tid=28054] ppid=28050 vsize=1594948 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 1633226752 339615 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=1594948 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 1633226752 339615 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=1594948 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 1633226752 339615 33554432000 4194304 16246674 140734449718048 139722282224816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1594948

[startup+25.5004 s]
/proc/loadavg: 2.26 2.22 2.21 4/183 28057
/proc/meminfo: memFree=19801680/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=3569220 CPUtime=25.49 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 790897 0 0 0 2428 121 0 0 20 0 4 0 30422918 3654881280 833609 33554432000 4194304 16246674 140734449718048 140734449717224 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28053/statm: 892305 833609 803 2943 0 889199 0
[pid=28053/tid=28054] ppid=28050 vsize=3569220 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 3654881280 833609 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=3569220 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 3654881280 833609 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=3569220 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 3654881280 833609 33554432000 4194304 16246674 140734449718048 139722282224816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3569220

[startup+51.1004 s]
/proc/loadavg: 2.32 2.24 2.21 3/183 28057
/proc/meminfo: memFree=13966364/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=9526852 CPUtime=51.08 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 2280402 0 0 0 4787 321 0 0 20 0 4 0 30422918 9755496448 2323115 33554432000 4194304 16246674 140734449718048 140734449716712 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28053/statm: 2381713 2323124 842 2943 0 2378607 0
[pid=28053/tid=28054] ppid=28050 vsize=9526852 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 9755496448 2323129 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=9526852 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 9755496448 2323134 33554432000 4194304 16246674 140734449718048 139722292698128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=9526852 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 9755496448 2323140 33554432000 4194304 16246674 140734449718048 139722282224816 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) 9526852

[startup+102.3 s]
/proc/loadavg: 2.29 2.24 2.21 3/183 28058
/proc/meminfo: memFree=9992420/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=13358660 CPUtime=102.28 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 3238431 0 0 0 9766 462 0 0 20 0 4 0 30422918 13679267840 3281143 33554432000 4194304 16246674 140734449718048 140734449717224 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28053/statm: 3339665 3281143 877 2943 0 3336559 0
[pid=28053/tid=28054] ppid=28050 vsize=13358660 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 13679267840 3281143 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=13358660 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 13679267840 3281143 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=13358660 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 13679267840 3281143 33554432000 4194304 16246674 140734449718048 139722282224816 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) 13358660


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

[startup+1422.3 s]
/proc/loadavg: 2.23 2.32 2.27 3/183 28139
/proc/meminfo: memFree=15285756/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=13917764 CPUtime=1422.07 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 3326619 0 0 0 141364 843 0 0 20 0 4 0 30422918 14251790336 3420944 33554432000 4194304 16246674 140734449718048 140734449717224 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28053/statm: 3479441 3420944 899 2943 0 3476335 0
[pid=28053/tid=28054] ppid=28050 vsize=13917764 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 14251790336 3420944 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=13917764 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 14251790336 3420944 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=13917764 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 14251790336 3420944 33554432000 4194304 16246674 140734449718048 139722282224816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 13917764

[startup+1482.3 s]
/proc/loadavg: 2.28 2.32 2.27 3/183 28140
/proc/meminfo: memFree=14893140/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=14309956 CPUtime=1482.05 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 3373372 0 1 0 147333 872 0 0 20 0 4 0 30422918 14653394944 3518798 33554432000 4194304 16246674 140734449718048 140734449715904 14003082 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/28053/statm: 3577489 3518798 900 2943 0 3574383 0
[pid=28053/tid=28054] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722292698128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722282224816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 14309956

[startup+1542.3 s]
/proc/loadavg: 2.46 2.35 2.28 3/183 28190
/proc/meminfo: memFree=14896080/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=14309956 CPUtime=1542.03 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 3373380 0 1 0 153308 895 0 0 20 0 4 0 30422918 14653394944 3518798 33554432000 4194304 16246674 140734449718048 140734449717144 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/28053/statm: 3577489 3518798 900 2943 0 3574383 0
[pid=28053/tid=28054] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722282224816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 14309956

[startup+1602.3 s]
/proc/loadavg: 2.42 2.36 2.29 3/183 28191
/proc/meminfo: memFree=14895536/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=14309956 CPUtime=1602.02 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 3373382 0 1 0 159277 925 0 0 20 0 4 0 30422918 14653394944 3518798 33554432000 4194304 16246674 140734449718048 140734449717224 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/28053/statm: 3577489 3518798 900 2943 0 3574383 0
[pid=28053/tid=28054] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722282224816 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) 14309956

[startup+1662.3 s]
/proc/loadavg: 2.31 2.34 2.28 3/184 28195
/proc/meminfo: memFree=14895960/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=14309956 CPUtime=1662.01 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 3373382 0 1 0 165245 956 0 0 20 0 4 0 30422918 14653394944 3518798 33554432000 4194304 16246674 140734449718048 140734449717224 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/28053/statm: 3577489 3518798 900 2943 0 3574383 0
[pid=28053/tid=28054] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722282224816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 14309956

[startup+1722.3 s]
/proc/loadavg: 2.33 2.34 2.28 4/183 28196
/proc/meminfo: memFree=14895996/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=14309956 CPUtime=1722 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 3373383 0 1 0 171215 985 0 0 20 0 4 0 30422918 14653394944 3518798 33554432000 4194304 16246674 140734449718048 140734449717224 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/28053/statm: 3577489 3518798 900 2943 0 3574383 0
[pid=28053/tid=28054] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722282224816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 14309956

[startup+1782.3 s]
/proc/loadavg: 2.42 2.36 2.28 3/183 28197
/proc/meminfo: memFree=14895848/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=14309956 CPUtime=1782 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 3373383 0 1 0 177182 1018 0 0 20 0 4 0 30422918 14653394944 3518798 33554432000 4194304 16246674 140734449718048 140734449717224 12483272 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/28053/statm: 3577489 3518798 900 2943 0 3574383 0
[pid=28053/tid=28054] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722282224816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 14309956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.32 2.34 2.28 4/182 28197
/proc/meminfo: memFree=14895864/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=14309956 CPUtime=1800.09 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) R 28050 28053 24910 0 -1 4202496 3373383 0 1 0 178984 1025 0 0 20 0 4 0 30422918 14653394944 3518798 33554432000 4194304 16246674 140734449718048 140734449717224 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/28053/statm: 3577489 3518798 900 2943 0 3574383 0
[pid=28053/tid=28054] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28054/stat : 28054 (toysat) S 28050 28053 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722303188208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) S 28050 28053 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722292698352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28053/tid=28056] ppid=28050 vsize=14309956 CPUtime=0 cores=1,3,5,7
/proc/28053/task/28056/stat : 28056 (toysat) S 28050 28053 24910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 30422919 14653394944 3518798 33554432000 4194304 16246674 140734449718048 139722282224816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 14309956

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

[startup+1800.7 s]
/proc/loadavg: 2.32 2.34 2.28 4/182 28197
/proc/meminfo: memFree=14895864/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=0 CPUtime=1800.4 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) Z 28050 28053 24910 0 -1 4203532 3373383 0 1 0 178985 1055 0 0 20 0 2 0 30422918 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/28053/statm: 0 0 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) R 28050 28053 24910 0 -1 4203588 8 0 0 0 0 28 0 0 20 0 2 0 30422919 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 2.32 2.34 2.28 4/182 28197
/proc/meminfo: memFree=14895864/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=0 CPUtime=1800.6 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) Z 28050 28053 24910 0 -1 4203532 3373383 0 1 0 178985 1075 0 0 20 0 2 0 30422918 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/28053/statm: 0 0 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) R 28050 28053 24910 0 -1 4203588 8 0 0 0 0 48 0 0 20 0 2 0 30422919 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (KiB) 0

[startup+1801 s]
/proc/loadavg: 2.32 2.34 2.28 4/180 28197
/proc/meminfo: memFree=27214188/32872528 swapFree=1499884/1696108
[pid=28053] ppid=28050 vsize=0 CPUtime=1800.7 cores=1,3,5,7
/proc/28053/stat : 28053 (toysat) Z 28050 28053 24910 0 -1 4203532 3373383 0 1 0 178985 1085 0 0 20 0 2 0 30422918 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/28053/statm: 0 0 0 0 0 0 0
[pid=28053/tid=28055] ppid=28050 vsize=0 CPUtime=0.59 cores=1,3,5,7
/proc/28053/task/28055/stat : 28055 (toysat) R 28050 28053 24910 0 -1 4203588 8 0 0 0 0 59 0 0 20 0 2 0 30422919 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.08
CPU time (s): 1800.77
CPU user time (s): 1789.85
CPU system time (s): 10.9163
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 14309956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.85
system time used= 10.9163
maximum resident set size= 14075192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3373383
page faults= 1
swaps= 0
block input operations= 40
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59
involuntary context switches= 2019

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.50831 second user time and 6.95994 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 23:02:52
IDJOB=4107158
IDBENCH=71901
IDSOLVER=2542
FILE ID=node137/4107158-1466283766
RUNJOBID= node137-1466264772-24927
PBS_JOBID= 19918225
Free space on /tmp= 71444 MiB

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

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

MD5SUM BENCH= 8b626683195681f98573c11853056c85
RANDOM SEED=2094236726

node137.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.486
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.97
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.486
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.486
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.486
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.486
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.486
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.38
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.486
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.56
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.486
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:        23136252 kB
Buffers:           43180 kB
Cached:           435464 kB
SwapCached:         1216 kB
Active:          7146580 kB
Inactive:         132348 kB
Active(anon):    6798584 kB
Inactive(anon):     3980 kB
Active(file):     347996 kB
Inactive(file):   128368 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100060 kB
Dirty:            206888 kB
Writeback:             0 kB
AnonPages:       8495800 kB
Mapped:            10708 kB
Shmem:                 0 kB
Slab:             615644 kB
SReclaimable:      59100 kB
SUnreclaim:       556544 kB
KernelStack:        1448 kB
PageTables:        20652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    8638572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 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= 71484 MiB
End job on node137 at 2016-06-18 23:32:53