Trace number 4079132

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.18 1800.48

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__512.opb
MD5SUM89e2fccd3e96863f0a3c5df934bf5217
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark677059
Best CPU time to get the best result obtained on this benchmark1800.31
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables768498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint512
Maximum length of a constraint10753
Number of terms in the objective function 768000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 26270911488
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 26270911488
Number of bits of the biggest sum of numbers35
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-07T04:33: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-4079132-1465266795.opb"]
0.00/0.01	c use --random-gen="1871357161 2682574011 2554277560 2927795815 742905579 2955953666 351073154 327191594 422961045 3859949426 2406459446 4264547175 3799011464 1019119116 576417464 2945433544 802179467 1263974615 2772864163 644756658 1109606152 4152853792 4136399779 2012012797 2333255211 2723210895 1112944014 3339924911 3367851599 3596258110 1412131764 2450626304 4179013616 3957551065 3423199251 3430855708 654106324 3321128095 4060004385 2820136898 158867208 3938371187 1233758035 2784583506 3850902108 658991688 3508815702 2091994625 4202691803 1706671944 4260065425 3733768533 3176437897 2868168709 3880016510 3079695081 574454125 1533378453 977976602 3205078734 1290511276 3953017872 2178303997 1718528194 3771522334 4144860343 2070857523 66994496 2891539231 3658556278 468039056 416555566 3048749953 1421463696 119795317 232618612 2304723553 1686511089 2909775161 2070292915 1719671740 3728534079 3076271805 3897712696 1486664059 611260107 519387539 634208078 3479178785 1934127890 2778195373 3021748877 1021310075 4066225519 3979876631 2147806717 1822705397 4256283443 2231372832 748997023 2472184558 557776661 1186680329 4157497413 3191493535 2434935310 1906636450 881772294 3735300500 503685338 873552671 1773820649 3739725471 2203014826 2370795911 1162096541 2580943264 2383720423 4161373866 3311491841 1080878793 1348845527 1239682080 2077279501 3959884325 2982954992 187908678 2999173433 1510258373 1728822497 2322516050 3791860514 1651386067 3272922316 2753133553 3918319386 30551640 1612710584 1009759212 3908089772 660719177 346930374 4024274090 3740892556 3114992608 1939209701 1141035841 2667221078 1749192179 2598226568 689001483 2531956279 823261515 2547354619 2155541482 1265148167 2136950815 1932371043 2797239374 3620600520 2629025292 1464497669 2389225366 984335087 2845470778 391870988 84306334 1154463535 858974825 196848468 982473515 4217833824 4080756870 1181302609 976191677 111675762 484597799 4054454875 1002490812 875072574 108222452 1025229813 366296393 291086570 505541241 2446299630 1057853055 759794020 1013881530 501348101 2733249481 2571618767 4043993154 3668439077 941112049 425620560 438431630 3972954979 2490672311 363287770 2627311126 2682217993 2117895121 1911908090 626209680 3393770181 3782886841 3911717587 1754494695 3749134305 2461542417 493879926 3511975757 2207817679 234550345 3205462868 2697309700 2985973944 2510142252 2839746660 4136705620 3623556444 535329789 844410297 4133723525 3930823170 3698320857 1870270624 3320677783 2757250357 2814092958 4228176267 2109747054 1012405601 174784566 1816191847 1104448598 2829805071 1175565443 4136043110 803488632 904725036 1022175487 2379873603 2533033693 4136077038 3736462170 4147993426 2606684486 3080620485 4292483650 3712256689 2579286788 3455816030 1666692983 3810124443 255 362436" option to reproduce the execution
5.39/5.46	c #vars 768498
5.39/5.46	c #constraints 2000
18.90/18.92	c BCD2: Hardening is enabled.
18.90/18.92	c BCD2: BiasedSearch is enabled.
18.90/18.92	c Solving starts ...
18.90/18.92	c ============================[ Search Statistics ]============================
18.90/18.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.90/18.92	c       |         |          |          |    Limit     GC | Var      | Constra 
18.90/18.92	c =============================================================================
18.90/18.92	c  0.0s |       0 |        0 |        0 |   256999      0 |        0 |        0
23.08/23.13	c  4.2s |       0 |     1267 |      100 |   256999      0 |        0 |        0
23.18/23.29	c  4.4s |       1 |     1267 |      100 |   256999      0 |        0 |        0
30.79/30.85	c 11.9s |       1 |    14250 |      200 |   282699      0 |        0 |        0
34.19/34.28	c 15.4s |       2 |    14250 |      250 |   282699      0 |        0 |        0
37.48/37.50	c 18.6s |       2 |    85828 |      350 |   310969      0 |        0 |        0
37.98/38.09	c 19.2s |       3 |    85828 |      475 |   310969      0 |        0 |        0
42.09/42.12	c 23.2s |       3 |   145336 |      575 |   342066      0 |        0 |        0
44.19/44.25	c 25.3s |       4 |   145336 |      813 |   342066      0 |        0 |        0
48.08/48.15	c 29.2s |       4 |   216000 |      913 |   376273      0 |        0 |        0
50.68/50.77	c 31.9s |       4 |   216000 |     1013 |   376273      0 |        0 |        0
53.38/53.44	c 34.5s |       4 |   216000 |     1113 |   376273      0 |        0 |        0
56.08/56.16	c 37.2s |       4 |   216000 |     1213 |   376273      0 |        0 |        0
58.88/58.97	c 40.1s |       4 |   216000 |     1313 |   376273      0 |        0 |        0
59.48/59.57	c 40.7s |       5 |   216000 |     1320 |   376273      0 |        0 |        0
65.48/65.55	c 46.6s |       5 |   294104 |     1420 |   413901      0 |        0 |        0
70.18/70.26	c 51.3s |       5 |   294104 |     1520 |   413901      0 |        0 |        0
74.98/75.02	c 56.1s |       5 |   294104 |     1620 |   413901      0 |        0 |        0
79.77/79.88	c 61.0s |       5 |   294104 |     1720 |   413901      0 |        0 |        0
84.67/84.77	c 65.9s |       5 |   294104 |     1820 |   413901      0 |        0 |        0
89.29/89.35	c 70.4s |       5 |   303508 |     1920 |   413901      0 |        0 |        0
93.78/93.84	c 74.9s |       5 |   303508 |     2020 |   413901      0 |        0 |        0
96.98/97.02	c 78.1s |       6 |   303508 |     2081 |   455292      0 |        0 |        0
100.08/100.17	c 81.3s |       6 |   409812 |     2181 |   455292      0 |        0 |        0
102.88/102.98	c 84.1s |       6 |   409812 |     2381 |   455292      0 |        0 |        0
104.97/105.05	c 86.1s |       6 |   412555 |     2481 |   455292      0 |        0 |        0
109.97/110.05	c 91.1s |       6 |   412555 |     2581 |   455292      0 |        0 |        0
115.07/115.14	c 96.2s |       6 |   412555 |     2681 |   455292      0 |        0 |        0
120.18/120.23	c  101s |       6 |   412555 |     2781 |   455292      0 |        0 |        0
125.27/125.39	c  106s |       6 |   412555 |     2881 |   455292      0 |        0 |        0
130.57/130.63	c  111s |       6 |   456954 |     2981 |   455292      0 |        0 |        0
148.07/148.10	c  129s |       6 |   545566 |     3081 |   455292      0 |        0 |        0
171.36/171.49	c  152s |       6 |   545566 |     3181 |   455292      0 |        0 |        0
181.67/181.76	c  162s |       7 |   545566 |     3223 |   500822      0 |        0 |        0
194.66/194.73	c  175s |       7 |   719553 |     3323 |   500822      0 |        0 |        0
207.26/207.36	c  188s |       7 |   719553 |     3423 |   500822      0 |        0 |        0
218.36/218.46	c  199s |       7 |   719553 |     3523 |   500822      0 |        0 |        0
225.56/225.60	c  206s |       7 |   726768 |     3623 |   500822      0 |        0 |        0
229.56/229.67	c  210s |       7 |   726768 |     3723 |   500822      0 |        0 |        0
233.65/233.79	c  214s |       7 |   726768 |     3823 |   500822      0 |        0 |        0
237.86/237.99	c  219s |       7 |   726768 |     3923 |   500822      0 |        0 |        0
242.16/242.26	c  223s |       7 |   726768 |     4023 |   500822      0 |        0 |        0
249.45/249.54	c  230s |       7 |   741100 |     4123 |   500822      0 |        0 |        0
260.15/260.25	c  241s |       7 |   741100 |     4223 |   500822      0 |        0 |        0
270.95/271.02	c  252s |       7 |   741100 |     4323 |   500822      0 |        0 |        0
281.75/281.90	c  262s |       7 |   741100 |     4423 |   500822      0 |        0 |        0
292.75/292.82	c  273s |       7 |   741100 |     4523 |   500822      0 |        0 |        0
300.15/300.29	c  281s |       7 |   753945 |     4623 |   500822      0 |        0 |        0
302.84/302.92	c  283s |       8 |   753945 |     4936 |   550905      0 |        0 |        0
320.84/320.99	c  302s |       8 |   937629 |     5036 |   550905      0 |        0 |        0
364.83/364.90	c  345s |       8 |   968548 |     5136 |   550905      0 |        0 |        0
459.72/459.87	c  440s |       8 |   994473 |     5236 |   550905      0 |        0 |        0
636.00/636.19	c  617s |       8 |  1015374 |     5336 |   550905      0 |        0 |        0
919.95/920.13	c  901s |       8 |  1031262 |     5436 |   550905      0 |        0 |        0
988.04/988.22	c  969s |       8 |  1033535 |     5536 |   550905      0 |        0 |        0
1012.14/1012.36	c  993s |       8 |  1033535 |     5636 |   550905      0 |        0 |        0
1031.43/1031.60	c 1012s |       8 |  1036163 |     5736 |   550905      0 |        0 |        0
1053.13/1053.34	c 1034s |       8 |  1036315 |     5836 |   550905      0 |        0 |        0
1073.93/1074.14	c 1055s |       8 |  1036424 |     5936 |   550905      0 |        0 |        0
1094.12/1094.39	c 1075s |       8 |  1036459 |     6036 |   550905      0 |        0 |        0
1117.22/1117.40	c 1098s |       8 |  1038981 |     6136 |   550905      0 |        0 |        0
1139.01/1139.25	c 1120s |       8 |  1039033 |     6236 |   550905      0 |        0 |        0
1156.71/1156.90	c 1137s |       8 |  1039160 |     6336 |   550905      0 |        0 |        0
1173.00/1173.28	c 1154s |       8 |  1039596 |     6436 |   550905      0 |        0 |        0
1197.21/1197.41	c 1178s |       8 |  1039831 |     6536 |   550905      0 |        0 |        0
1221.10/1221.33	c 1202s |       8 |  1039893 |     6636 |   550905      0 |        0 |        0
1240.90/1241.19	c 1222s |       8 |  1041034 |     6736 |   550905      0 |        0 |        0
1265.10/1265.37	c 1246s |       8 |  1041034 |     6836 |   550905      0 |        0 |        0
1285.69/1285.92	c 1267s |       8 |  1041470 |     6936 |   550905      0 |        0 |        0
1309.38/1309.63	c 1290s |       8 |  1042280 |     7036 |   550905      0 |        0 |        0
1331.18/1331.42	c 1312s |       8 |  1042346 |     7136 |   550905      0 |        0 |        0
1353.68/1353.90	c 1334s |       8 |  1043649 |     7236 |   550905      0 |        0 |        0
1376.08/1376.40	c 1357s |       8 |  1043706 |     7336 |   550905      0 |        0 |        0
1397.17/1397.45	c 1378s |       8 |  1045652 |     7436 |   550905      0 |        0 |        0
1414.47/1414.75	c 1395s |       9 |  1045672 |     7506 |   605996      0 |        0 |        0
1420.37/1420.61	c 1401s |       9 |  1049889 |     7606 |   605996      0 |        0 |        0
1441.86/1442.16	c 1423s |       9 |  1264287 |     7706 |   605996      0 |        0 |        0
1522.55/1522.82	c 1503s |       9 |  1288618 |     7806 |   605996      0 |        0 |        0
1586.54/1586.88	c 1567s |       9 |  1316831 |     7906 |   605996      0 |        0 |        0
1589.14/1589.49	c 1570s |       9 |  1316831 |     8006 |   605996      0 |        0 |        0
1616.04/1616.38	c 1597s |       9 |  1347018 |     8106 |   605996      0 |        0 |        0
1769.30/1769.64	c 1750s |       9 |  1367951 |     8206 |   605996      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-4079132-1465266795/watcher-4079132-1465266795 -o /tmp/evaluation-result-4079132-1465266795/solver-4079132-1465266795 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1465259688-5739 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079132-1465266795.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.30 2.21 2.18 3/179 8453
/proc/meminfo: memFree=28865368/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=809404 CPUtime=0 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 3036 0 0 0 0 0 0 0 20 0 4 0 108612635 828829696 2886 33554432000 4194304 16246674 140734104583024 140734104582448 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 203119 2895 441 2943 0 200013 0
[pid=8453/tid=8454] ppid=8450 vsize=827836 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 847704064 2954 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=831932 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108612635 851898368 2973 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=836028 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108612635 856092672 2987 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100173 s]
/proc/loadavg: 2.30 2.21 2.18 3/179 8453
/proc/meminfo: memFree=28865368/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 31389 0 0 0 5 4 0 0 20 0 4 0 108612635 1333334016 31178 33554432000 4194304 16246674 140734104583024 140734104582336 7853005 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 325521 31193 799 2943 0 322415 0
[pid=8453/tid=8454] ppid=8450 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 1333334016 31204 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108612635 1333334016 31215 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 1333334016 31227 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200509 s]
/proc/loadavg: 2.30 2.21 2.18 3/179 8453
/proc/meminfo: memFree=28865368/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 44049 0 0 0 13 6 0 0 20 0 4 0 108612635 1343819776 44348 33554432000 4194304 16246674 140734104583024 140734104582336 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 328081 44348 799 2943 0 324975 0
[pid=8453/tid=8454] ppid=8450 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 1343819776 44348 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108612635 1343819776 44348 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 1343819776 44348 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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.30 2.21 2.18 3/179 8453
/proc/meminfo: memFree=28865368/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 44798 0 0 0 23 6 0 0 20 0 4 0 108612635 1343819776 45097 33554432000 4194304 16246674 140734104583024 140734104582336 13892638 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 328081 45097 799 2943 0 324975 0
[pid=8453/tid=8454] ppid=8450 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 1343819776 45097 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108612635 1343819776 45097 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 1343819776 45097 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700399 s]
/proc/loadavg: 2.30 2.21 2.18 3/179 8453
/proc/meminfo: memFree=28865368/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=1312324 CPUtime=0.69 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 57294 0 0 0 61 8 0 0 20 0 4 0 108612635 1343819776 57593 33554432000 4194304 16246674 140734104583024 140734104580864 14073329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 328081 57593 800 2943 0 324975 0
[pid=8453/tid=8454] ppid=8450 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 1343819776 57593 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108612635 1343819776 57593 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 1343819776 57593 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50049 s]
/proc/loadavg: 2.44 2.24 2.19 3/183 8457
/proc/meminfo: memFree=28580768/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=1317444 CPUtime=1.49 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 87162 0 0 0 136 13 0 0 20 0 4 0 108612635 1349062656 87462 33554432000 4194304 16246674 140734104583024 140734104564928 7889646 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 329361 87481 801 2943 0 326255 0
[pid=8453/tid=8454] ppid=8450 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 1349062656 87492 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108612635 1349062656 87504 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 1349062656 87516 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1317444

[startup+3.10041 s]
/proc/loadavg: 2.44 2.24 2.19 3/183 8457
/proc/meminfo: memFree=28368992/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=1321540 CPUtime=3.08 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 137974 0 0 0 288 20 0 0 20 0 4 0 108612635 1353256960 138273 33554432000 4194304 16246674 140734104583024 140734104566016 4220813 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 330385 138273 802 2943 0 327279 0
[pid=8453/tid=8454] ppid=8450 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 1353256960 138273 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108612635 1353256960 138273 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 1353256960 138273 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1321540

[startup+6.30038 s]
/proc/loadavg: 2.44 2.24 2.19 3/183 8457
/proc/meminfo: memFree=27944824/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=1617476 CPUtime=6.29 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 297526 0 0 0 583 46 0 0 20 0 4 0 108612635 1656295424 307023 33554432000 4194304 16246674 140734104583024 140734104566016 4221799 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 404369 307028 812 2943 0 401263 0
[pid=8453/tid=8454] ppid=8450 vsize=1617476 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 1656295424 307032 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=1617476 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108612635 1656295424 307036 33554432000 4194304 16246674 140734104583024 140563786472464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=1617476 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 1656295424 307039 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1617476

[startup+12.7004 s]
/proc/loadavg: 2.37 2.23 2.19 3/183 8457
/proc/meminfo: memFree=27395912/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=1706564 CPUtime=12.69 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 355003 0 0 0 1214 55 0 0 20 0 4 0 108612635 1747521536 367566 33554432000 4194304 16246674 140734104583024 140734104582120 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 426641 367566 839 2943 0 423535 0
[pid=8453/tid=8454] ppid=8450 vsize=1706564 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 1747521536 367566 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=1706564 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 1747521536 367566 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=1706564 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 1747521536 367566 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1706564

[startup+25.5004 s]
/proc/loadavg: 2.31 2.23 2.19 4/183 8457
/proc/meminfo: memFree=26298280/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=2802244 CPUtime=25.49 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 628978 0 0 0 2454 95 0 0 20 0 4 0 108612635 2869497856 641541 33554432000 4194304 16246674 140734104583024 140734104582200 5711576 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 700561 641541 892 2943 0 697455 0
[pid=8453/tid=8454] ppid=8450 vsize=2802244 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 2869497856 641541 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=2802244 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 2869497856 641541 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=2802244 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 2869497856 641541 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2802244

[startup+51.1003 s]
/proc/loadavg: 2.27 2.22 2.18 3/183 8457
/proc/meminfo: memFree=25259912/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=3838532 CPUtime=51.08 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 888053 0 0 0 4978 130 0 0 20 0 4 0 108612635 3930656768 900616 33554432000 4194304 16246674 140734104583024 140734104564928 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 959633 900616 895 2943 0 956527 0
[pid=8453/tid=8454] ppid=8450 vsize=3838532 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 3930656768 900616 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=3838532 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 3930656768 900616 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=3838532 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 3930656768 900616 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3838532

[startup+102.3 s]
/proc/loadavg: 2.16 2.20 2.18 3/183 8507
/proc/meminfo: memFree=26195488/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=3838532 CPUtime=102.28 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 888053 0 0 0 10095 133 0 0 20 0 4 0 108612635 3930656768 900616 33554432000 4194304 16246674 140734104583024 140734104564928 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 959633 900616 895 2943 0 956527 0
[pid=8453/tid=8454] ppid=8450 vsize=3838532 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 3930656768 900616 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=3838532 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 3930656768 900616 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=3838532 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 3930656768 900616 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3838532


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

/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4625862656 1070493 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=4517444 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4625862656 1070493 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=4517444 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 4625862656 1070493 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 4517444

[startup+1362.3 s]
/proc/loadavg: 2.11 2.16 2.17 4/183 8538
/proc/meminfo: memFree=22822204/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=4517444 CPUtime=1362.08 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 1057684 0 0 0 135737 471 0 0 20 0 4 0 108612635 4625862656 1070493 33554432000 4194304 16246674 140734104583024 140734104564928 13780640 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 1129361 1070493 896 2943 0 1126255 0
[pid=8453/tid=8454] ppid=8450 vsize=4517444 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4625862656 1070493 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=4517444 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4625862656 1070493 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=4517444 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 4625862656 1070493 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 4517444

[startup+1422.3 s]
/proc/loadavg: 2.08 2.14 2.16 3/183 8540
/proc/meminfo: memFree=22791976/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=4547140 CPUtime=1422.07 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 1065102 0 0 0 141729 478 0 0 20 0 4 0 108612635 4656271360 1077911 33554432000 4194304 16246674 140734104583024 140734104582200 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 1136785 1077911 896 2943 0 1133679 0
[pid=8453/tid=8454] ppid=8450 vsize=4547140 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4656271360 1077911 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=4547140 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4656271360 1077911 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=4547140 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 4656271360 1077911 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 4547140

[startup+1482.3 s]
/proc/loadavg: 2.31 2.19 2.18 3/183 8541
/proc/meminfo: memFree=22791644/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=4547140 CPUtime=1482.06 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 1065217 0 0 0 147709 497 0 0 20 0 4 0 108612635 4656271360 1078025 33554432000 4194304 16246674 140734104583024 140734104582200 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 1136785 1078025 896 2943 0 1133679 0
[pid=8453/tid=8454] ppid=8450 vsize=4547140 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4656271360 1078025 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=4547140 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4656271360 1078025 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=4547140 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 4656271360 1078025 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 4547140

[startup+1542.3 s]
/proc/loadavg: 2.25 2.18 2.18 3/183 8541
/proc/meminfo: memFree=22759060/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=4580932 CPUtime=1542.04 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 1073422 0 0 0 153682 522 0 0 20 0 4 0 108612635 4690874368 1086226 33554432000 4194304 16246674 140734104583024 140734104582200 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 1145233 1086226 896 2943 0 1142127 0
[pid=8453/tid=8454] ppid=8450 vsize=4580932 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4690874368 1086226 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=4580932 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4690874368 1086226 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=4580932 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 4690874368 1086226 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 4580932

[startup+1602.3 s]
/proc/loadavg: 2.21 2.19 2.18 3/183 8543
/proc/meminfo: memFree=22758832/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=4580932 CPUtime=1602.04 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 1073422 0 0 0 159659 545 0 0 20 0 4 0 108612635 4690874368 1086226 33554432000 4194304 16246674 140734104583024 140734104582200 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 1145233 1086226 896 2943 0 1142127 0
[pid=8453/tid=8454] ppid=8450 vsize=4580932 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4690874368 1086226 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=4580932 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4690874368 1086226 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=4580932 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 4690874368 1086226 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 4580932

[startup+1662.3 s]
/proc/loadavg: 2.18 2.18 2.18 3/184 8547
/proc/meminfo: memFree=22715872/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=4622916 CPUtime=1662.03 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 1084166 0 0 0 165636 567 0 0 20 0 4 0 108612635 4733865984 1096969 33554432000 4194304 16246674 140734104583024 140734104582120 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 1155729 1096969 896 2943 0 1152623 0
[pid=8453/tid=8454] ppid=8450 vsize=4622916 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4733865984 1096969 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=4622916 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4733865984 1096969 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=4622916 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 4733865984 1096969 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 4622916

[startup+1722.3 s]
/proc/loadavg: 2.20 2.18 2.18 3/184 8572
/proc/meminfo: memFree=22711036/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=4628036 CPUtime=1722.01 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 1085383 0 0 0 171609 592 0 0 20 0 4 0 108612635 4739108864 1098186 33554432000 4194304 16246674 140734104583024 140734104582200 5712619 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 1157009 1098186 896 2943 0 1153903 0
[pid=8453/tid=8454] ppid=8450 vsize=4628036 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4739108864 1098186 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=4628036 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4739108864 1098186 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=4628036 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 4739108864 1098186 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 4628036

[startup+1782.31 s]
/proc/loadavg: 2.12 2.16 2.17 4/183 8573
/proc/meminfo: memFree=22709784/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=4630084 CPUtime=1782.01 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 1085749 0 0 0 177586 615 0 0 20 0 4 0 108612635 4741206016 1098547 33554432000 4194304 16246674 140734104583024 140734104564928 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 1157521 1098547 896 2943 0 1154415 0
[pid=8453/tid=8454] ppid=8450 vsize=4630084 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4741206016 1098547 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=4630084 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4741206016 1098547 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=4630084 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 4741206016 1098547 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 4630084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.16 2.17 2.17 3/183 8573
/proc/meminfo: memFree=22709152/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=4630084 CPUtime=1800 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) R 8450 8453 5723 0 -1 4202496 1085963 0 0 0 179378 622 0 0 20 0 4 0 108612635 4741206016 1098761 33554432000 4194304 16246674 140734104583024 140734104582200 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 1157521 1098761 896 2943 0 1154415 0
[pid=8453/tid=8454] ppid=8450 vsize=4630084 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8454/stat : 8454 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4741206016 1098761 33554432000 4194304 16246674 140734104583024 140563796962544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=4630084 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) S 8450 8453 5723 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108612635 4741206016 1098761 33554432000 4194304 16246674 140734104583024 140563786472688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8453/tid=8456] ppid=8450 vsize=4630084 CPUtime=0 cores=0,2,4,6
/proc/8453/task/8456/stat : 8456 (toysat) S 8450 8453 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108612635 4741206016 1098761 33554432000 4194304 16246674 140734104583024 140563775999152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 4630084

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

[startup+1800.4 s]
/proc/loadavg: 2.16 2.17 2.17 3/183 8573
/proc/meminfo: memFree=22709152/32872528 swapFree=16384/1696552
[pid=8453] ppid=8450 vsize=0 CPUtime=1800.11 cores=0,2,4,6
/proc/8453/stat : 8453 (toysat) Z 8450 8453 5723 0 -1 4203532 1085963 0 0 0 179379 632 0 0 20 0 2 0 108612635 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8453/statm: 0 0 0 0 0 0 0
[pid=8453/tid=8455] ppid=8450 vsize=0 CPUtime=0.09 cores=0,2,4,6
/proc/8453/task/8455/stat : 8455 (toysat) R 8450 8453 5723 0 -1 4203588 10 0 0 0 0 9 0 0 20 0 2 0 108612635 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.48
CPU time (s): 1800.18
CPU user time (s): 1793.79
CPU system time (s): 6.39203
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 4630084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.79
system time used= 6.39203
maximum resident set size= 4395044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1085963
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= 102
involuntary context switches= 1848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.72628 second user time and 6.74198 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-07 04:33:16
IDJOB=4079132
IDBENCH=71881
IDSOLVER=2542
FILE ID=node125/4079132-1465266795
RUNJOBID= node125-1465259688-5739
PBS_JOBID= 19843289
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= 89e2fccd3e96863f0a3c5df934bf5217
RANDOM SEED=271747199

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28865944 kB
Buffers:          126300 kB
Cached:           299576 kB
SwapCached:         1984 kB
Active:          1298660 kB
Inactive:         260652 kB
Active(anon):    1134324 kB
Inactive(anon):     1436 kB
Active(file):     164336 kB
Inactive(file):   259216 kB
Unevictable:     1696552 kB
Mlocked:           16384 kB
SwapTotal:      67108856 kB
SwapFree:       67098580 kB
Dirty:             51640 kB
Writeback:             0 kB
AnonPages:       2831472 kB
Mapped:            10820 kB
Shmem:                 0 kB
Slab:             615068 kB
SReclaimable:      58616 kB
SUnreclaim:       556452 kB
KernelStack:        1432 kB
PageTables:         9560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2973584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2809856 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= 71676 MiB
End job on node125 at 2016-06-07 05:03:16