Trace number 4107138

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.38 1800.7

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__8.opb
MD5SUM4f4046876512bcc697109ac4904a708d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1185909
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables122998
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 constraint8
Maximum length of a constraint361
Number of terms in the objective function 120000
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 4063813192
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 4063813192
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:58:16+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-4107138-1466283496.opb"]
0.00/0.01	c use --random-gen="2872572378 3927944426 3746753675 2659454068 1436224237 675139330 2112339703 4231895804 1087626457 3809351004 4059927703 320967663 3151425596 1173732824 2591387670 1948676627 2762016868 1291979330 2568071632 1549995400 3087218551 1985346200 1374250307 857567169 3283404282 2747398054 530538326 473635886 424509187 3772127585 480797706 4071605702 1495494732 1831708257 3948025070 30642045 1480652815 94684710 3682225373 65827604 3826359977 3869069936 1317280264 1922652593 896477297 488802327 1839205614 4270570018 3442717062 3143117280 1977563093 4166359224 2758550797 2280784747 1158045255 3386215725 3684458289 1243024797 45040606 1665379955 2970203984 3469171493 1285963734 183327300 1955719137 1958175251 266244261 3629260203 1464697143 2790007325 296855921 2382702942 4128395993 3436277656 2217616179 2059052852 2600676046 636754090 3840155316 1480294918 2956165736 2666647717 3478941342 1037670185 3232742556 2031142883 249823791 1636911224 3427227239 1372207447 3184284679 3764270556 931047759 1166701988 1106267175 1050209574 706308393 4275846248 1374771652 1764048887 1174085426 2705708667 3891506941 1644669544 3076526293 1760146615 840696223 2054993144 1076871663 3251708520 2591382800 1664017474 413219687 658985815 4096889514 274166177 3152620931 554992140 1488606187 3698985347 768142501 1091667182 3490510254 1690889913 1715836093 864801765 274099871 1548411408 165279186 318671201 2959639447 431124361 759478901 3739948975 377473843 3517023551 4071767267 2686462798 1696721380 3742218033 4220111072 1395122735 874945422 3377930856 1840496898 3246142150 3585225237 250715775 1365349091 3982409037 402398663 3545392819 1622696117 525564705 2556122517 3863173828 1822504988 2559074219 1119764407 2636640279 100020697 1357635533 25997352 1528583387 1665257401 516122030 2687053480 2299007556 2559009674 2774516495 1783416430 557076173 1083790796 425770792 2058910467 2288011838 804844999 553399521 76158097 3124356936 4180096058 3403115078 271167637 1871968847 1100995273 2100057977 4222311118 2792462775 284923920 3905813024 3079917287 2577424089 3747715939 1365442400 3517999278 3719500422 179055107 2553490648 2288605686 2386352816 3992769245 96811800 2012232427 335316989 4131590299 268009816 2994002047 2916584913 1503269667 84812717 3992799908 3454449646 3457268384 1770797724 1390374876 3260831522 3670235007 1637029390 2412481110 2464627866 1147262639 3434992994 4075021189 3148933207 1152252266 2237883593 771108079 3592458437 2158269559 549156209 2402769124 3165140106 437552372 2861227254 2036292232 1238866500 3643416465 4273656572 3155166292 1596307765 2086122495 3900562927 2623206367 2987643704 1961275754 1473125002 1003826350 1221764625 27097988 1734409292 1149750883 531844722 4111579275 387343195 1842700541 476637880 255 362436" option to reproduce the execution
0.78/0.84	c #vars 122998
0.78/0.84	c #constraints 18000
2.89/2.91	c BCD2: Hardening is enabled.
2.89/2.91	c BCD2: BiasedSearch is enabled.
2.89/2.91	c Solving starts ...
2.89/2.91	c ============================[ Search Statistics ]============================
2.89/2.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.91	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.91	c =============================================================================
2.99/3.01	c  0.0s |       0 |        0 |        0 |    47999      0 |        0 |        0
3.59/3.67	c  0.7s |       1 |    11688 |      100 |    47999      0 |        0 |        0
4.50/4.52	c  1.5s |       2 |    33819 |      250 |    52799      0 |        0 |        0
5.89/5.94	c  2.9s |       3 |    96071 |      475 |    58079      0 |        0 |        0
7.39/7.43	c  4.4s |       4 |   209674 |      813 |    63887      0 |        0 |        0
9.19/9.20	c  6.2s |       5 |   333590 |     1320 |    70276      0 |        0 |        0
11.10/11.13	c  8.1s |       6 |   455286 |     2081 |    85035      0 |        0 |        0
13.09/13.15	c 10.1s |       6 |   595616 |     2981 |    85035      0 |        0 |        0
13.59/13.67	c 10.7s |       6 |   618134 |     3180 |    85035      0 |        0 |        0
13.59/13.67	c #cpu_time = 10.490s
13.59/13.67	c #wall_clock_time = 10.489s
13.59/13.67	c #decision = 618134
13.59/13.67	c #random_decision = 1675
13.59/13.67	c #conflict = 3180
13.59/13.67	c #restart = 6
13.59/13.67	o 98457223
13.79/13.90	c BCD2: updating upper bound: 4063813192 -> 98457222
14.88/14.94	c BCD2: 0 <= obj <= 98457222
14.88/14.95	c BCD2: #cores=0, #unrelaxed=120000, #relaxed=0, #hardened=0
14.88/14.95	c BCD2: #sat=1 #unsat=1 bias=1/2
14.88/14.96	c Solving starts ...
14.88/14.96	c ============================[ Search Statistics ]============================
14.88/14.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.88/14.96	c       |         |          |          |    Limit     GC | Var      | Constra 
14.88/14.96	c =============================================================================
14.88/14.97	c  0.0s |       0 |        0 |        0 |    85035      0 |        0 |        0
15.08/15.12	c  0.2s |       0 |     7532 |        0 |    85035      0 |        0 |        0
15.08/15.12	c #cpu_time = 0.145s
15.08/15.12	c #wall_clock_time = 0.145s
15.08/15.12	c #decision = 7532
15.08/15.12	c #random_decision = 0
15.08/15.12	c #conflict = 0
15.08/15.12	c #restart = 0
15.08/15.12	c BCD2: found a new core of size 40: cost of the new core is >=17963
15.08/15.12	c lower bound updated to 17963
15.08/15.17	c BCD2: 17963 <= obj <= 98457222
15.08/15.17	c BCD2: #cores=1, #unrelaxed=119960, #relaxed=40, #hardened=0
15.08/15.17	c BCD2: #sat=1 #unsat=2 bias=2/3
15.08/15.18	c Solving starts ...
15.08/15.18	c ============================[ Search Statistics ]============================
15.08/15.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.08/15.18	c       |         |          |          |    Limit     GC | Var      | Constra 
15.08/15.18	c =============================================================================
15.08/15.18	c  0.0s |       0 |        0 |        0 |    85035      0 |        0 |        1
15.58/15.68	c  0.5s |       0 |   112166 |        0 |    85035      0 |        0 |        1
15.58/15.68	c #cpu_time = 0.422s
15.58/15.68	c #wall_clock_time = 0.422s
15.58/15.68	c #decision = 112166
15.58/15.68	c #random_decision = 0
15.58/15.69	c #conflict = 0
15.58/15.69	c #restart = 0
15.58/15.69	c BCD2: found a new core of size 521: cost of the new core is >=3536
15.58/15.69	c lower bound updated to 21499
15.68/15.75	c BCD2: 21499 <= obj <= 98457222
15.68/15.75	c BCD2: #cores=2, #unrelaxed=119439, #relaxed=561, #hardened=0
15.68/15.75	c BCD2: #sat=1 #unsat=3 bias=3/4
16.49/16.52	c Solving starts ...
16.49/16.52	c ============================[ Search Statistics ]============================
16.49/16.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.49/16.52	c       |         |          |          |    Limit     GC | Var      | Constra 
16.49/16.52	c =============================================================================
16.49/16.53	c  0.0s |       0 |        0 |        0 |    85035      0 |        0 |        1
17.18/17.23	c  0.7s |       0 |   117685 |       26 |    85035      0 |        0 |        1
17.18/17.23	c #cpu_time = 0.588s
17.18/17.23	c #wall_clock_time = 0.588s
17.18/17.23	c #decision = 117685
17.18/17.23	c #random_decision = 0
17.18/17.23	c #conflict = 26
17.18/17.23	c #restart = 0
17.18/17.23	c BCD2: relaxing 181 and merging with 1 cores into a new core of size 221: cost of the new core is >=22013
17.18/17.23	c lower bound updated to 25549
17.28/17.33	c BCD2: 25549 <= obj <= 98457222
17.28/17.33	c BCD2: #cores=2, #unrelaxed=119258, #relaxed=742, #hardened=0
17.28/17.33	c BCD2: #sat=1 #unsat=4 bias=4/5
127.77/127.81	c Solving starts ...
127.77/127.81	c ============================[ Search Statistics ]============================
127.77/127.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
127.77/127.81	c       |         |          |          |    Limit     GC | Var      | Constra 
127.77/127.81	c =============================================================================
127.77/127.81	c  0.0s |       0 |        0 |        0 |    85035      0 |        2 |        1
129.06/129.18	c  1.4s |       1 |   325014 |      100 |    93539      0 |        2 |        4
130.67/130.75	c  2.9s |       2 |   727705 |      250 |    93539      0 |        2 |        4
132.56/132.66	c  4.8s |       3 |  1275148 |      475 |    93539      0 |        2 |        4
134.96/135.06	c  7.3s |       3 |  2062727 |      675 |    93539      0 |        2 |        4
137.37/137.47	c  9.7s |       4 |  2870030 |      813 |    93539      0 |        2 |        4
140.77/140.87	c 13.1s |       4 |  3972391 |      913 |    93539      0 |        2 |        4
143.07/143.14	c 15.3s |       4 |  4765802 |     1113 |    93539      0 |        2 |        4
143.86/143.98	c 16.2s |       5 |  4975665 |     1320 |    93539      0 |        2 |        4
146.46/146.53	c 18.7s |       5 |  5817726 |     1520 |    93539      0 |        2 |        4
148.96/149.03	c 21.2s |       5 |  6701210 |     1720 |   102893      0 |        2 |        4
151.77/151.82	c 24.0s |       5 |  7698740 |     1920 |   102893      0 |        2 |        4
154.46/154.55	c 26.7s |       6 |  8638042 |     2081 |   102893      0 |        2 |        4
157.06/157.14	c 29.3s |       6 |  9463593 |     2281 |   102893      0 |        2 |        4
159.96/160.03	c 32.2s |       6 | 10157762 |     2534 |   102893      0 |        2 |        4
159.96/160.03	c #cpu_time = 32.056s
159.96/160.03	c #wall_clock_time = 32.055s
159.96/160.03	c #decision = 10157762
159.96/160.03	c #random_decision = 1
159.96/160.03	c #conflict = 2534
159.96/160.03	c #restart = 6
159.96/160.03	o 263677
160.06/160.12	c BCD2: updating upper bound: 98457222 -> 263676
161.26/161.39	c BCD2: 25549 <= obj <= 263676
161.26/161.39	c BCD2: #cores=2, #unrelaxed=119258, #relaxed=742, #hardened=0
161.26/161.39	c BCD2: #sat=2 #unsat=4 bias=4/6

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

pid=10043
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.11 2.07 2.07 3/179 10046
/proc/meminfo: memFree=21791400/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=693692 CPUtime=0 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 2584 0 0 0 0 0 0 0 20 0 4 0 30395034 710340608 2944 33554432000 4194304 16246674 140736135458800 140736135458224 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 174191 2954 441 2943 0 171085 0
[pid=10046/tid=10047] ppid=10043 vsize=712124 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 729214976 3014 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=716220 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 733409280 3032 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=720316 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30395035 737603584 3048 33554432000 4194304 16246674 140736135458800 140238221462704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.11 2.07 2.07 3/179 10046
/proc/meminfo: memFree=21791400/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 29789 0 0 0 5 4 0 0 20 0 4 0 30395034 1333334016 30088 33554432000 4194304 16246674 140736135458800 140736135458112 8058796 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 325521 30103 799 2943 0 322415 0
[pid=10046/tid=10047] ppid=10043 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 1333334016 30115 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 1333334016 30126 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 1333334016 30137 33554432000 4194304 16246674 140736135458800 140238221462704 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.200528 s]
/proc/loadavg: 2.11 2.07 2.07 3/179 10046
/proc/meminfo: memFree=21791400/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 44083 0 0 0 13 6 0 0 20 0 4 0 30395034 1343819776 44892 33554432000 4194304 16246674 140736135458800 140736135458112 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 328081 44892 800 2943 0 324975 0
[pid=10046/tid=10047] ppid=10043 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 1343819776 44892 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 1343819776 44892 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 1343819776 44892 33554432000 4194304 16246674 140736135458800 140238221462704 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.30049 s]
/proc/loadavg: 2.11 2.07 2.07 3/179 10046
/proc/meminfo: memFree=21791400/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 48949 0 0 0 22 7 0 0 20 0 4 0 30395034 1343819776 49758 33554432000 4194304 16246674 140736135458800 140736135458112 7374276 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 328081 49777 801 2943 0 324975 0
[pid=10046/tid=10047] ppid=10043 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 1343819776 49789 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 1343819776 49799 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 1343819776 49811 33554432000 4194304 16246674 140736135458800 140238221462704 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.11 2.07 2.07 3/179 10046
/proc/meminfo: memFree=21791400/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=1312324 CPUtime=0.69 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 63597 0 0 0 60 9 0 0 20 0 4 0 30395034 1343819776 64407 33554432000 4194304 16246674 140736135458800 140736135441792 7364033 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 328081 64425 803 2943 0 324975 0
[pid=10046/tid=10047] ppid=10043 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 1343819776 64437 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 1343819776 64449 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 1343819776 64460 33554432000 4194304 16246674 140736135458800 140238221462704 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) 1312324

[startup+1.5004 s]
/proc/loadavg: 2.10 2.06 2.07 3/183 10050
/proc/meminfo: memFree=21464268/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=1355332 CPUtime=1.49 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 192669 0 0 0 125 24 0 0 20 0 4 0 30395034 1387859968 193478 33554432000 4194304 16246674 140736135458800 140736135440704 6775184 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 338833 193491 839 2943 0 335727 0
[pid=10046/tid=10047] ppid=10043 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 1387859968 193501 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 1387859968 193508 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 1387859968 193520 33554432000 4194304 16246674 140736135458800 140238221462704 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) 1355332

[startup+3.1004 s]
/proc/loadavg: 2.10 2.06 2.07 3/183 10050
/proc/meminfo: memFree=20670784/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=1355332 CPUtime=3.09 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 279494 0 0 0 273 36 0 0 20 0 4 0 30395034 1387859968 280303 33554432000 4194304 16246674 140736135458800 140736135458112 5600080 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 338833 280303 873 2943 0 335727 0
[pid=10046/tid=10047] ppid=10043 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 1387859968 280303 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 1387859968 280303 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 1387859968 280303 33554432000 4194304 16246674 140736135458800 140238221462704 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) 1355332

[startup+6.30041 s]
/proc/loadavg: 2.09 2.06 2.07 3/183 10050
/proc/meminfo: memFree=20611436/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=1355332 CPUtime=6.29 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 279511 0 0 0 593 36 0 0 20 0 4 0 30395034 1387859968 280320 33554432000 4194304 16246674 140736135458800 140736135440704 13906976 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 338833 280320 890 2943 0 335727 0
[pid=10046/tid=10047] ppid=10043 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 1387859968 280320 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 1387859968 280320 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 1387859968 280320 33554432000 4194304 16246674 140736135458800 140238221462704 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) 1355332

[startup+12.7004 s]
/proc/loadavg: 2.16 2.08 2.08 3/183 10050
/proc/meminfo: memFree=20611248/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=1355332 CPUtime=12.69 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 279513 0 0 0 1233 36 0 0 20 0 4 0 30395034 1387859968 280322 33554432000 4194304 16246674 140736135458800 140736135440704 5600076 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 338833 280322 890 2943 0 335727 0
[pid=10046/tid=10047] ppid=10043 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 1387859968 280322 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 1387859968 280322 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 1387859968 280322 33554432000 4194304 16246674 140736135458800 140238221462704 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) 1355332

[startup+25.5005 s]
/proc/loadavg: 2.14 2.08 2.07 3/183 10050
/proc/meminfo: memFree=20239388/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=1726020 CPUtime=25.49 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 372212 0 0 0 2499 50 0 0 20 0 4 0 30395034 1767444480 373021 33554432000 4194304 16246674 140736135458800 140736135456640 4220543 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 431505 373021 917 2943 0 428399 0
[pid=10046/tid=10047] ppid=10043 vsize=1726020 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 1767444480 373021 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=1726020 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 1767444480 373021 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=1726020 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 1767444480 373021 33554432000 4194304 16246674 140736135458800 140238221462704 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) 1726020

[startup+51.1005 s]
/proc/loadavg: 2.08 2.07 2.07 3/183 10050
/proc/meminfo: memFree=19710004/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=2280004 CPUtime=51.08 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 510708 0 0 0 5041 67 0 0 20 0 4 0 30395034 2334724096 511517 33554432000 4194304 16246674 140736135458800 140736135458112 4225056 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 570001 511517 917 2943 0 566895 0
[pid=10046/tid=10047] ppid=10043 vsize=2280004 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 2334724096 511517 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=2280004 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 2334724096 511517 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=2280004 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 2334724096 511517 33554432000 4194304 16246674 140736135458800 140238221462704 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) 2280004

[startup+102.3 s]
/proc/loadavg: 2.03 2.05 2.07 3/183 10051
/proc/meminfo: memFree=19352252/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=2626116 CPUtime=102.28 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 597236 0 0 0 10149 79 0 0 20 0 4 0 30395034 2689142784 598045 33554432000 4194304 16246674 140736135458800 140736135457896 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 656529 598045 917 2943 0 653423 0
[pid=10046/tid=10047] ppid=10043 vsize=2626116 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 2689142784 598045 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=2626116 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 2689142784 598045 33554432000 4194304 16246674 140736135458800 140238231936016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=2626116 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 2689142784 598045 33554432000 4194304 16246674 140736135458800 140238221462704 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) 2626116


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

/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 4234743808 975399 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=4135492 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 4234743808 975399 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=4135492 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 4234743808 975399 33554432000 4194304 16246674 140736135458800 140238221462704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 4135492

[startup+1362.3 s]
/proc/loadavg: 2.20 2.11 2.07 3/184 10205
/proc/meminfo: memFree=23816720/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=4636228 CPUtime=1362.04 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 2286611 0 0 0 135767 437 0 0 20 0 4 0 30395034 4747497472 1100583 33554432000 4194304 16246674 140736135458800 140736135457896 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 1159057 1100583 922 2943 0 1155951 0
[pid=10046/tid=10047] ppid=10043 vsize=4636228 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 4747497472 1100583 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=4636228 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 4747497472 1100583 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=4636228 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 4747497472 1100583 33554432000 4194304 16246674 140736135458800 140238221462704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 4636228

[startup+1422.3 s]
/proc/loadavg: 2.21 2.13 2.08 3/183 10207
/proc/meminfo: memFree=23973340/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=4323908 CPUtime=1422.04 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 2661397 0 0 0 141702 502 0 0 20 0 4 0 30395034 4427681792 1022504 33554432000 4194304 16246674 140736135458800 140736135457896 4206864 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 1080977 1022504 922 2943 0 1077871 0
[pid=10046/tid=10047] ppid=10043 vsize=4323908 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 4427681792 1022504 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=4323908 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 4427681792 1022504 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=4323908 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 4427681792 1022504 33554432000 4194304 16246674 140736135458800 140238221462704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 4323908

[startup+1482.3 s]
/proc/loadavg: 2.23 2.15 2.09 4/183 10208
/proc/meminfo: memFree=23823312/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=4586052 CPUtime=1482.02 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 3122023 0 0 0 147626 576 0 0 20 0 4 0 30395034 4696117248 1087866 33554432000 4194304 16246674 140736135458800 140736135456640 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 1146513 1087874 922 2943 0 1143407 0
[pid=10046/tid=10047] ppid=10043 vsize=4586052 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 4696117248 1087880 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=4586052 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 4696117248 1087884 33554432000 4194304 16246674 140736135458800 140238231936016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=4586052 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 4696117248 1087890 33554432000 4194304 16246674 140736135458800 140238221462704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 4586052

[startup+1542.31 s]
/proc/loadavg: 2.12 2.13 2.09 3/183 10209
/proc/meminfo: memFree=22824768/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=4974148 CPUtime=1542.01 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 3660310 0 0 0 153540 661 0 0 20 0 4 0 30395034 5093527552 1185065 33554432000 4194304 16246674 140736135458800 140736135458112 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 1243537 1185065 922 2943 0 1240431 0
[pid=10046/tid=10047] ppid=10043 vsize=4974148 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 5093527552 1185065 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=4974148 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 5093527552 1185065 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=4974148 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 5093527552 1185065 33554432000 4194304 16246674 140736135458800 140238221462704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 4974148

[startup+1602.3 s]
/proc/loadavg: 2.09 2.12 2.09 3/183 10210
/proc/meminfo: memFree=24648132/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=5105220 CPUtime=1601.99 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 4190230 0 0 0 159452 747 0 0 20 0 4 0 30395034 5227745280 1217833 33554432000 4194304 16246674 140736135458800 140736135457896 4220880 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 1276305 1217833 922 2943 0 1273199 0
[pid=10046/tid=10047] ppid=10043 vsize=5105220 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 5227745280 1217833 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=5105220 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30395035 5227745280 1217833 33554432000 4194304 16246674 140736135458800 140238231936016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=5105220 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 5227745280 1217833 33554432000 4194304 16246674 140736135458800 140238221462704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 5105220

[startup+1662.3 s]
/proc/loadavg: 2.11 2.11 2.09 4/183 10211
/proc/meminfo: memFree=25523436/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=4364868 CPUtime=1661.98 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 4738583 0 0 0 165353 845 0 0 20 0 4 0 30395034 4469624832 1032746 33554432000 4194304 16246674 140736135458800 140736135457896 4225188 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 1091217 1032746 922 2943 0 1088111 0
[pid=10046/tid=10047] ppid=10043 vsize=4364868 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 4469624832 1032746 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=4364868 CPUtime=0.01 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30395035 4469624832 1032746 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=4364868 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 4469624832 1032746 33554432000 4194304 16246674 140736135458800 140238221462704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 4364868

[startup+1722.3 s]
/proc/loadavg: 2.11 2.11 2.09 3/183 10213
/proc/meminfo: memFree=24570000/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=4610628 CPUtime=1721.96 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 5305624 0 0 0 171256 940 0 0 20 0 4 0 30395034 4721283072 1094186 33554432000 4194304 16246674 140736135458800 140736135457896 4220990 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 1152657 1094186 922 2943 0 1149551 0
[pid=10046/tid=10047] ppid=10043 vsize=4610628 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 4721283072 1094186 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=4610628 CPUtime=0.01 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30395035 4721283072 1094186 33554432000 4194304 16246674 140736135458800 140238231936016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=4610628 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 4721283072 1094186 33554432000 4194304 16246674 140736135458800 140238221462704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 4610628

[startup+1782.3 s]
/proc/loadavg: 2.14 2.11 2.09 3/183 10214
/proc/meminfo: memFree=24070532/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=4647492 CPUtime=1781.96 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 6043165 0 0 0 177138 1058 0 0 20 0 4 0 30395034 4759031808 1103403 33554432000 4194304 16246674 140736135458800 140736135457976 4221129 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 1161873 1103403 922 2943 0 1158767 0
[pid=10046/tid=10047] ppid=10043 vsize=4647492 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 4759031808 1103403 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=4647492 CPUtime=0.01 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30395035 4759031808 1103403 33554432000 4194304 16246674 140736135458800 140238231936240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=4647492 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 4759031808 1103403 33554432000 4194304 16246674 140736135458800 140238221462704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 4647492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.11 2.11 2.09 3/183 10215
/proc/meminfo: memFree=23083092/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=5504580 CPUtime=1800.05 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) R 10043 10046 7739 0 -1 4202496 6257437 0 0 0 178918 1087 0 0 20 0 4 0 30395034 5636689920 1317675 33554432000 4194304 16246674 140736135458800 140736135456640 4220482 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 1376145 1317675 922 2943 0 1373039 0
[pid=10046/tid=10047] ppid=10043 vsize=5504580 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10047/stat : 10047 (toysat) S 10043 10046 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30395034 5636689920 1317675 33554432000 4194304 16246674 140736135458800 140238242426096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=5504580 CPUtime=0.01 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) S 10043 10046 7739 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30395035 5636689920 1317675 33554432000 4194304 16246674 140736135458800 140238231936016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10046/tid=10049] ppid=10043 vsize=5504580 CPUtime=0 cores=0,2,4,6
/proc/10046/task/10049/stat : 10049 (toysat) S 10043 10046 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30395035 5636689920 1317675 33554432000 4194304 16246674 140736135458800 140238221462704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 5504580

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

[startup+1800.6 s]
/proc/loadavg: 2.11 2.11 2.09 3/183 10215
/proc/meminfo: memFree=23083092/32872528 swapFree=496868/529572
[pid=10046] ppid=10043 vsize=0 CPUtime=1800.26 cores=0,2,4,6
/proc/10046/stat : 10046 (toysat) Z 10043 10046 7739 0 -1 4203532 6257437 0 0 0 178919 1107 0 0 20 0 2 0 30395034 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10046/statm: 0 0 0 0 0 0 0
[pid=10046/tid=10048] ppid=10043 vsize=0 CPUtime=0.2 cores=0,2,4,6
/proc/10046/task/10048/stat : 10048 (toysat) R 10043 10046 7739 0 -1 4203588 8 0 0 0 1 19 0 0 20 0 2 0 30395035 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.7
CPU time (s): 1800.38
CPU user time (s): 1789.2
CPU system time (s): 11.1723
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 5601860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.2
system time used= 11.1723
maximum resident set size= 5367980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6257437
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= 1614
involuntary context switches= 1928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6173 second user time and 6.85396 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 22:58:16
IDJOB=4107138
IDBENCH=71895
IDSOLVER=2542
FILE ID=node141/4107138-1466283496
RUNJOBID= node141-1466264081-7755
PBS_JOBID= 19918217
Free space on /tmp= 71700 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__8.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107138-1466283496/watcher-4107138-1466283496 -o /tmp/evaluation-result-4107138-1466283496/solver-4107138-1466283496 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466264081-7755 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107138-1466283496.opb

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

MD5SUM BENCH= 4f4046876512bcc697109ac4904a708d
RANDOM SEED=935272422

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        21791928 kB
Buffers:          164284 kB
Cached:           279652 kB
SwapCached:         2528 kB
Active:          9508196 kB
Inactive:         282616 kB
Active(anon):    9347020 kB
Inactive(anon):     2028 kB
Active(file):     161176 kB
Inactive(file):   280588 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099068 kB
Dirty:             21816 kB
Writeback:             4 kB
AnonPages:       9874572 kB
Mapped:            10912 kB
Shmem:                 0 kB
Slab:             610924 kB
SReclaimable:      54580 kB
SUnreclaim:       556344 kB
KernelStack:        1496 kB
PageTables:        23436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   10016572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71692 MiB
End job on node141 at 2016-06-18 23:28:17