Trace number 4107122

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.09 1800.37

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_50_2__8_45__1024.opb
MD5SUMdf0687fd8341299b755e35d2a87794ea
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark45008
Best CPU time to get the best result obtained on this benchmark10.0225
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables102448
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint1024
Maximum length of a constraint9217
Number of terms in the objective function 102400
Biggest coefficient in the objective function 126454
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 3437091840
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 126454
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 3437091840
Number of bits of the biggest sum of numbers32
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-18T22:46:56+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-4107122-1466282816.opb"]
0.00/0.01	c use --random-gen="1161401337 1495474337 3554102661 3913459905 1756678657 3096838593 3825227789 1147896498 4102909894 3729146125 3526220829 907948659 3137846840 3655984809 4132685441 357064949 2331685728 1736207719 3435551261 2588896780 3486718607 2764129092 2506505844 3883154104 4098777372 1386610657 348810628 3369618514 1344833681 2052531510 3551520248 2562869763 3647148030 4036976782 2658127467 2717702343 2118900817 375365664 3241443130 1070084013 2261652562 3556733910 475361928 115810477 2769555192 1923547509 3743693383 2283957460 358480910 2021320156 1259474451 424657309 1640669879 4198191155 1125761988 2081778248 142739436 1756409050 1538578211 1248323764 383233828 302403135 892762010 2169486648 883454324 3764214552 3882663485 2873727003 2267934887 3162533527 1677901717 3045857342 2582144074 2179077601 284494774 1871355836 281296041 2702500210 1789392106 2735033933 28127124 3000975159 3779921311 1941334733 3036281141 1836371452 116779695 3676098510 2335508266 815549788 1469857153 2830042008 2753209369 197940287 1637732919 2862946881 3202384426 4190731082 2461471309 1557955612 1408172794 1669350038 3981074002 1748446046 3439456460 2467593202 1798917169 904660966 4057101125 200747521 1979708467 2312425421 3761915175 3458290087 3808489780 1252695404 1181559294 647788576 4124038790 3066284943 2987145554 2732623758 2759788095 2961461583 2593697749 4075347440 293725223 2783422176 1100646024 789121465 2197412724 885197920 661398041 343728204 3949684857 3403280573 1062822893 616736275 343708283 1827323055 3370000790 1430815566 2824078511 3000561936 261923166 2953322207 3759472797 1114161297 2216633357 3900111349 3039971643 1970816790 4278000508 2336492025 2381640244 1938565648 1093333711 209565106 1646497045 828858182 1756353026 2994201109 758346436 2573742226 893949080 3521281210 3004814444 705755142 3121937587 3884382950 3546214104 282607592 2039411822 656289261 641773719 3016014069 2713948105 1747620062 4274836300 2134835290 3578227198 3039207424 2226284281 3819399412 3679361062 236514406 2745214435 2953111146 2394665499 2276876102 2244054299 2224433931 3167769277 918701602 2742898512 273058653 3959578925 4126700076 2911319272 3435896650 2929170572 486450669 3237167237 3767422265 2794937331 3635996327 3606734628 1972727553 3366402075 1968623828 2382389674 2664796843 255460440 223095430 1011699586 4142693629 666143720 621128114 2899601805 414571123 2444856527 3209379661 3428928797 2410232954 102184666 1283822357 950259265 100079605 3152297796 349196809 3048407238 1980811358 3182338595 389295223 1637267293 968183481 1540514933 2767231543 772146431 1042180946 3527375836 2737561740 3979741967 3480356287 3739239759 2093459722 1235005085 3998643268 3316712327 1009709116 2136063829 2392344401 1121754421 1158613481 3601952371 3052713771 255 362436" option to reproduce the execution
0.59/0.68	c #vars 102448
0.59/0.68	c #constraints 150
2.49/2.51	c BCD2: Hardening is enabled.
2.49/2.51	c BCD2: BiasedSearch is enabled.
2.49/2.51	c Solving starts ...
2.49/2.51	c ============================[ Search Statistics ]============================
2.49/2.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.51	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.51	c =============================================================================
2.49/2.53	c  0.0s |       0 |        0 |        0 |    34216      0 |        0 |        0
20.19/20.27	c 17.7s |       0 |     1082 |      100 |    34216      0 |        0 |        0
20.19/20.29	c 17.8s |       1 |     1082 |      100 |    34216      0 |        0 |        0
34.48/34.59	c 32.1s |       1 |     5364 |      200 |    37638      0 |        0 |        0
41.79/41.82	c 39.3s |       2 |     5364 |      250 |    37638      0 |        0 |        0
42.48/42.53	c 40.0s |       3 |    12044 |      475 |    41402      0 |        0 |        0
50.28/50.32	c 47.8s |       3 |    25337 |      575 |    45543      0 |        0 |        0
57.88/57.98	c 55.5s |       3 |    25337 |      675 |    45543      0 |        0 |        0
65.68/65.71	c 63.2s |       3 |    25337 |      775 |    45543      0 |        0 |        0
68.68/68.71	c 66.2s |       4 |    25337 |      813 |    45543      0 |        0 |        0
76.78/76.89	c 74.4s |       4 |    35982 |      913 |    50098      0 |        0 |        0
84.78/84.88	c 82.4s |       4 |    35982 |     1013 |    50098      0 |        0 |        0
92.87/92.91	c 90.4s |       4 |    35982 |     1113 |    50098      0 |        0 |        0
100.97/101.00	c 98.5s |       4 |    35982 |     1213 |    50098      0 |        0 |        0
109.08/109.10	c  106s |       4 |    35982 |     1313 |    50098      0 |        0 |        0
109.68/109.71	c  107s |       5 |    35982 |     1320 |    50098      0 |        0 |        0
123.47/123.58	c  121s |       5 |    41207 |     1420 |    55108      0 |        0 |        0
136.87/136.97	c  134s |       5 |    41960 |     1520 |    55108      0 |        0 |        0
150.37/150.41	c  147s |       5 |    42468 |     1620 |    55108      0 |        0 |        0
163.87/163.97	c  161s |       5 |    43168 |     1720 |    55108      0 |        0 |        0
177.56/177.63	c  175s |       5 |    43333 |     1820 |    55108      0 |        0 |        0
190.86/190.94	c  188s |       5 |    66162 |     1920 |    55108      0 |        0 |        0
200.66/200.80	c  198s |       5 |    66162 |     2020 |    55108      0 |        0 |        0
206.76/206.88	c  204s |       6 |    66162 |     2081 |    60619      0 |        0 |        0
222.76/222.83	c  220s |       6 |    72373 |     2181 |    60619      0 |        0 |        0
238.66/238.74	c  236s |       6 |    72373 |     2281 |    60619      0 |        0 |        0
254.16/254.23	c  251s |       6 |    72373 |     2381 |    60619      0 |        0 |        0
269.74/269.83	c  267s |       6 |    72373 |     2481 |    60619      0 |        0 |        0
285.24/285.36	c  282s |       6 |    72373 |     2581 |    60619      0 |        0 |        0
301.14/301.20	c  298s |       6 |    72373 |     2681 |    60619      0 |        0 |        0
310.84/310.91	c  308s |       6 |    92137 |     2781 |    60619      0 |        0 |        0
311.94/312.04	c  309s |       7 |    92137 |     3223 |    66681      0 |        0 |        0
321.24/321.32	c  318s |       7 |   153332 |     3323 |    66681      0 |        0 |        0
348.14/348.29	c  345s |       7 |   169300 |     3423 |    66681      0 |        0 |        0
397.14/397.26	c  394s |       7 |   178254 |     3523 |    66681      0 |        0 |        0
419.14/419.22	c  416s |       7 |   193198 |     3623 |    66681      0 |        0 |        0
449.93/450.05	c  447s |       7 |   208018 |     3723 |    66681      0 |        0 |        0
487.52/487.61	c  485s |       7 |   217826 |     3823 |    66681      0 |        0 |        0
534.41/534.52	c  531s |       7 |   222076 |     3923 |    66681      0 |        0 |        0
566.01/566.18	c  563s |       7 |   222784 |     4023 |    66681      0 |        0 |        0
622.20/622.33	c  619s |       7 |   222844 |     4123 |    66681      0 |        0 |        0
650.69/650.86	c  648s |       7 |   223381 |     4223 |    66681      0 |        0 |        0
671.49/671.61	c  669s |       7 |   223691 |     4323 |    66681      0 |        0 |        0
698.08/698.28	c  695s |       7 |   223945 |     4423 |    66681      0 |        0 |        0
723.28/723.41	c  720s |       7 |   224371 |     4523 |    66681      0 |        0 |        0
746.38/746.53	c  744s |       7 |   224563 |     4623 |    66681      0 |        0 |        0
759.37/759.53	c  757s |       7 |   236548 |     4723 |    66681      0 |        0 |        0
787.17/787.33	c  784s |       7 |   244866 |     4823 |    66681      0 |        0 |        0
803.37/803.50	c  800s |       7 |   245357 |     4923 |    73350      0 |        0 |        0
806.17/806.35	c  803s |       8 |   245357 |     4936 |    73350      0 |        0 |        0
811.37/811.55	c  809s |       8 |   251165 |     5036 |    73350      0 |        0 |        0
822.67/822.87	c  820s |       8 |   375066 |     5136 |    73350      0 |        0 |        0
835.46/835.64	c  833s |       8 |   375066 |     5236 |    73350      0 |        0 |        0
848.26/848.49	c  845s |       8 |   375066 |     5336 |    73350      0 |        0 |        0
861.17/861.35	c  858s |       8 |   375066 |     5436 |    73350      0 |        0 |        0
880.96/881.13	c  878s |       8 |   388400 |     5536 |    73350      0 |        0 |        0
901.25/901.46	c  898s |       8 |   391887 |     5636 |    73350      0 |        0 |        0
928.05/928.22	c  925s |       8 |   398067 |     5736 |    73350      0 |        0 |        0
951.24/951.49	c  948s |       8 |   398940 |     5836 |    73350      0 |        0 |        0
976.04/976.24	c  973s |       8 |   399213 |     5936 |    73350      0 |        0 |        0
996.64/996.87	c  994s |       8 |   399913 |     6036 |    73350      0 |        0 |        0
1017.03/1017.22	c 1014s |       8 |   400345 |     6136 |    73350      0 |        0 |        0
1032.33/1032.54	c 1030s |       8 |   400345 |     6236 |    73350      0 |        0 |        0
1047.63/1047.87	c 1045s |       8 |   400345 |     6336 |    73350      0 |        0 |        0
1063.03/1063.26	c 1060s |       8 |   400345 |     6436 |    73350      0 |        0 |        0
1076.03/1076.22	c 1073s |       8 |   403718 |     6536 |    73350      0 |        0 |        0
1100.02/1100.21	c 1097s |       8 |   408319 |     6636 |    73350      0 |        0 |        0
1124.31/1124.51	c 1121s |       8 |   408661 |     6736 |    73350      0 |        0 |        0
1146.81/1147.04	c 1144s |       8 |   409195 |     6836 |    73350      0 |        0 |        0
1170.51/1170.74	c 1168s |       8 |   409836 |     6936 |    73350      0 |        0 |        0
1190.71/1190.91	c 1188s |       8 |   411905 |     7036 |    73350      0 |        0 |        0
1212.21/1212.47	c 1209s |       8 |   412258 |     7136 |    73350      0 |        0 |        0
1235.00/1235.21	c 1232s |       8 |   413791 |     7236 |    73350      0 |        0 |        0
1256.00/1256.29	c 1253s |       8 |   414431 |     7336 |    73350      0 |        0 |        0
1284.99/1285.20	c 1282s |       8 |   414878 |     7436 |    73350      0 |        0 |        0
1298.40/1298.62	c 1296s |       9 |   415278 |     7506 |    80685      0 |        0 |        0
1306.29/1306.58	c 1304s |       9 |   453677 |     7606 |    80685      0 |        0 |        0
1318.29/1318.53	c 1316s |       9 |   459646 |     7806 |    80685      0 |        0 |        0
1370.38/1370.67	c 1368s |       9 |   475037 |     7906 |    80685      0 |        0 |        0
1449.87/1450.15	c 1447s |       9 |   478665 |     8006 |    80685      0 |        0 |        0
1525.36/1525.70	c 1523s |       9 |   480278 |     8106 |    80685      0 |        0 |        0
1584.25/1584.52	c 1581s |       9 |   483399 |     8206 |    80685      0 |        0 |        0
1629.84/1630.19	c 1627s |       9 |   484560 |     8306 |    80685      0 |        0 |        0
1670.13/1670.41	c 1667s |       9 |   484711 |     8406 |    80685      0 |        0 |        0
1712.12/1712.49	c 1709s |       9 |   486165 |     8506 |    80685      0 |        0 |        0
1754.13/1754.46	c 1751s |       9 |   486519 |     8606 |    80685      0 |        0 |        0
1794.72/1795.07	c 1792s |       9 |   489623 |     8706 |    80685      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-4107122-1466282816/watcher-4107122-1466282816 -o /tmp/evaluation-result-4107122-1466282816/solver-4107122-1466282816 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466275608-10488 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107122-1466282816.opb 

pid=11426
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.21 2.24 2.26 3/179 11429
/proc/meminfo: memFree=29854664/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=819644 CPUtime=0 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 3073 0 0 0 0 0 0 0 20 0 4 0 30328734 839315456 2923 33554432000 4194304 16246674 140734374066384 140734374065808 15002730 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 205423 2931 441 2943 0 202317 0
[pid=11429/tid=11430] ppid=11426 vsize=837052 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 857141248 2993 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=841148 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 861335552 3009 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=845244 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30328734 865529856 3025 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.21 2.24 2.26 3/179 11429
/proc/meminfo: memFree=29854664/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 31523 0 0 0 4 5 0 0 20 0 4 0 30328734 1333334016 31312 33554432000 4194304 16246674 140734374066384 140734374065696 12752373 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 325521 31327 799 2943 0 322415 0
[pid=11429/tid=11430] ppid=11426 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1333334016 31338 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1333334016 31349 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1333334016 31361 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200504 s]
/proc/loadavg: 2.21 2.24 2.26 3/179 11429
/proc/meminfo: memFree=29854664/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 44150 0 0 0 12 7 0 0 20 0 4 0 30328734 1343819776 44449 33554432000 4194304 16246674 140734374066384 140734374065696 4207010 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 328081 44449 799 2943 0 324975 0
[pid=11429/tid=11430] ppid=11426 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1343819776 44449 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1343819776 44449 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1343819776 44449 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300473 s]
/proc/loadavg: 2.21 2.24 2.26 3/179 11429
/proc/meminfo: memFree=29854664/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 50974 0 0 0 21 8 0 0 20 0 4 0 30328734 1343819776 51274 33554432000 4194304 16246674 140734374066384 140734374065696 7371468 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 328081 51290 801 2943 0 324975 0
[pid=11429/tid=11430] ppid=11426 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1343819776 51305 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1343819776 51317 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1343819776 51328 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700421 s]
/proc/loadavg: 2.21 2.24 2.26 3/179 11429
/proc/meminfo: memFree=29854664/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 64375 0 0 0 60 9 0 0 20 0 4 0 30328734 1344868352 64674 33554432000 4194304 16246674 140734374066384 140734374049376 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 328337 64674 808 2943 0 325231 0
[pid=11429/tid=11430] ppid=11426 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1344868352 64674 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1344868352 64674 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1344868352 64674 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50043 s]
/proc/loadavg: 2.21 2.24 2.26 4/183 11433
/proc/meminfo: memFree=29565276/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=1.49 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 72432 0 0 0 139 10 0 0 20 0 4 0 30328734 1377374208 72731 33554432000 4194304 16246674 140734374066384 140734374065560 13950236 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 72731 840 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 72731 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 72731 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 72731 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1345092

[startup+3.10033 s]
/proc/loadavg: 2.21 2.24 2.26 4/183 11433
/proc/meminfo: memFree=28740180/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=3.09 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 103053 0 0 0 295 14 0 0 20 0 4 0 30328734 1377374208 103352 33554432000 4194304 16246674 140734374066384 140734374065480 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 103352 889 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103352 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103352 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103352 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1345092

[startup+6.30033 s]
/proc/loadavg: 2.28 2.25 2.26 3/183 11433
/proc/meminfo: memFree=28608760/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=6.29 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 103053 0 0 0 615 14 0 0 20 0 4 0 30328734 1377374208 103352 33554432000 4194304 16246674 140734374066384 140734374048256 5712600 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 103352 889 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103352 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103352 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103352 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1345092

[startup+12.7003 s]
/proc/loadavg: 2.25 2.24 2.26 3/183 11433
/proc/meminfo: memFree=28599820/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=12.69 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 103053 0 0 0 1255 14 0 0 20 0 4 0 30328734 1377374208 103352 33554432000 4194304 16246674 140734374066384 140734374048256 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 103352 889 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103352 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103352 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103352 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1345092

[startup+25.5004 s]
/proc/loadavg: 2.20 2.23 2.26 3/183 11433
/proc/meminfo: memFree=28599232/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=25.49 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 103352 0 0 0 2535 14 0 0 20 0 4 0 30328734 1377374208 103651 33554432000 4194304 16246674 140734374066384 140734374048256 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 103651 889 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103651 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103651 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103651 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1345092

[startup+51.1005 s]
/proc/loadavg: 2.34 2.26 2.26 3/183 11433
/proc/meminfo: memFree=28532600/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=51.08 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 103352 0 0 0 5094 14 0 0 20 0 4 0 30328734 1377374208 103651 33554432000 4194304 16246674 140734374066384 140734374048256 5712004 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 103651 889 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103651 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103651 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103651 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1345092

[startup+102.3 s]
/proc/loadavg: 2.27 2.25 2.26 3/183 11434
/proc/meminfo: memFree=28322176/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=102.28 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 103352 0 0 0 10214 14 0 0 20 0 4 0 30328734 1377374208 103651 33554432000 4194304 16246674 140734374066384 140734374048256 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 103651 889 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103651 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103651 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 103651 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1345092


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

/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1345092

[startup+1362.3 s]
/proc/loadavg: 2.29 2.28 2.25 4/183 11488
/proc/meminfo: memFree=19713252/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=1362.08 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 270153 0 0 0 136107 101 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140734374065560 12483303 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 270452 895 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1345092

[startup+1422.3 s]
/proc/loadavg: 2.25 2.28 2.25 3/184 11492
/proc/meminfo: memFree=19656896/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=1422.08 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 270153 0 0 0 142101 107 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140734374065560 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 270452 895 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1345092

[startup+1482.3 s]
/proc/loadavg: 2.27 2.27 2.25 4/183 11493
/proc/meminfo: memFree=19608012/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=1482.06 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 270153 0 0 0 148096 110 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140734374065560 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 270452 895 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1345092

[startup+1542.31 s]
/proc/loadavg: 2.23 2.26 2.25 3/183 11495
/proc/meminfo: memFree=19509580/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=1542.07 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 270153 0 0 0 154093 114 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140734374048256 12483286 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 270452 895 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 1345092

[startup+1602.3 s]
/proc/loadavg: 2.22 2.26 2.25 4/183 11496
/proc/meminfo: memFree=19460252/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=1602.05 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 270153 0 0 0 160090 115 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140734374048256 12995176 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 270452 895 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 1345092

[startup+1662.3 s]
/proc/loadavg: 2.36 2.28 2.25 3/183 11497
/proc/meminfo: memFree=19370748/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=1662.04 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 270153 0 0 0 166089 115 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140734374048256 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 270452 895 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 270452 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 1345092

[startup+1722.3 s]
/proc/loadavg: 2.34 2.29 2.26 3/183 11498
/proc/meminfo: memFree=19308900/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=1722.03 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 271234 0 0 0 172087 116 0 0 20 0 4 0 30328734 1377374208 271533 33554432000 4194304 16246674 140734374066384 140734374048256 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 271533 895 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 271533 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 271533 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 271533 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 1345092

[startup+1782.3 s]
/proc/loadavg: 2.23 2.27 2.25 4/183 11499
/proc/meminfo: memFree=19259200/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=1782.02 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 271452 0 0 0 178085 117 0 0 20 0 4 0 30328734 1377374208 271751 33554432000 4194304 16246674 140734374066384 140734374048256 5711980 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 271751 895 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 271751 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 271751 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 271751 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 1345092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.24 2.26 2.25 3/183 11548
/proc/meminfo: memFree=28683752/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=1800.01 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 275783 0 0 0 179883 118 0 0 20 0 4 0 30328734 1377374208 276082 33554432000 4194304 16246674 140734374066384 140734374048256 5711680 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 276082 895 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 276082 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 276082 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 276082 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1345092

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

[startup+1800.3 s]
/proc/loadavg: 2.24 2.26 2.25 3/183 11548
/proc/meminfo: memFree=28683752/32872528 swapFree=17888/1798212
[pid=11429] ppid=11426 vsize=1345092 CPUtime=1800.01 cores=0,2,4,6
/proc/11429/stat : 11429 (toysat) R 11426 11429 10472 0 -1 4202496 275783 0 0 0 179883 118 0 0 20 0 4 0 30328734 1377374208 276082 33554432000 4194304 16246674 140734374066384 140734374048256 5711680 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11429/statm: 336273 276082 895 2943 0 333167 0
[pid=11429/tid=11430] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11430/stat : 11430 (toysat) S 11426 11429 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 276082 33554432000 4194304 16246674 140734374066384 140727565659376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=11429/tid=11431] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11431/stat : 11431 (toysat) S 11426 11429 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 276082 33554432000 4194304 16246674 140734374066384 140727555169520 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=11429/tid=11432] ppid=11426 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/11429/task/11432/stat : 11432 (toysat) S 11426 11429 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30328734 1377374208 276082 33554432000 4194304 16246674 140734374066384 140727544695984 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1345092

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.37
CPU time (s): 1800.09
CPU user time (s): 1798.84
CPU system time (s): 1.24781
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 1345092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.24781
maximum resident set size= 1104328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275783
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= 15
involuntary context switches= 3091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.74652 second user time and 13.112 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-18 22:46:56
IDJOB=4107122
IDBENCH=71886
IDSOLVER=2542
FILE ID=node123/4107122-1466282816
RUNJOBID= node123-1466275608-10488
PBS_JOBID= 19918249
Free space on /tmp= 71616 MiB

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

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

MD5SUM BENCH= df0687fd8341299b755e35d2a87794ea
RANDOM SEED=1772079432

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
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.56
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.791
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.791
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:        29855688 kB
Buffers:           73668 kB
Cached:           146012 kB
SwapCached:         1604 kB
Active:           334336 kB
Inactive:         144708 kB
Active(anon):     258344 kB
Inactive(anon):     3080 kB
Active(file):      75992 kB
Inactive(file):   141628 kB
Unevictable:     1798212 kB
Mlocked:           17888 kB
SwapTotal:      67108856 kB
SwapFree:       67099320 kB
Dirty:             38704 kB
Writeback:             0 kB
AnonPages:       2056784 kB
Mapped:            10688 kB
Shmem:                 0 kB
Slab:             603184 kB
SReclaimable:      46532 kB
SUnreclaim:       556652 kB
KernelStack:        1496 kB
PageTables:         9452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3033688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1785856 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= 71600 MiB
End job on node123 at 2016-06-18 23:16:56