Trace number 4107102

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.66 1800.94

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__512.opb
MD5SUM7d1adc3133a79c22930d70932a76965e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark775554
Best CPU time to get the best result obtained on this benchmark1801.88
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2560998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint512
Maximum length of a constraint20993
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 87925664256
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 87925664256
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T22:41:58+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-4107102-1466282514.opb"]
0.00/0.01	c use --random-gen="621281392 4027374760 4004401846 322455908 1568389933 798179221 2464263221 1557070725 3882242390 1839162476 2293893385 926067732 3189682277 2907072845 4032431655 1941505012 3749437244 1984378376 182675927 1055492306 2682877436 1581769990 3153589427 2992456587 3672700810 3907850787 3901973876 2699117128 3600444763 3638734876 2140775479 3587105862 3488719297 3752790018 3812650584 1733153706 1435085185 1465404585 3012464549 2131845269 3461954457 2022351900 345510448 2425718410 4104908463 3191522304 3520305249 3013167418 3488844015 438479349 3219856550 3840381849 99054721 255362552 580614473 3122283116 574831693 630310122 4193658286 894231055 1660422576 2127132745 2896462029 4063980222 2689290471 2102394291 3958525686 3818952035 3782346323 241900909 2773016954 3462363184 21950384 3950338334 2360002294 1793509407 2751589414 1220986516 2064475282 2724653203 1038319461 2126359858 1684972067 3737536700 36546524 999999650 4052511383 1658788838 2387587367 3790582231 1949323364 2097713645 3732634388 2117940654 3573002122 3257633397 3298888046 638891423 3992299569 1121197959 443856302 3003825709 2250463382 2106795004 52120199 778719257 3748575550 2186277643 4207680824 2587262070 3737214224 3479677576 3031537810 1713695221 1675725356 2832708744 2619166694 1026287276 69138786 313282987 1329185982 1498223605 1869033665 4036388967 4248786677 4191977273 3400242067 1255119553 3384908960 4189921910 3062300320 2113144241 69756844 2805026422 2015332679 580160071 29257689 3439400553 2088130444 3087640453 344714665 272909628 1232684253 1273692376 3157753127 705641293 4230780753 1024002233 2058341801 3506027552 2365572807 4283621920 1356224384 3795367905 1063841421 3847041760 4092757633 2088695508 3010778297 831833803 2033380668 3359575563 3992921442 1075431196 1580493760 3771650186 4192233484 1427562628 3371254238 11639819 2103337691 3096924880 370197067 598719781 1195304329 2258701774 793016321 60244219 592830883 1412948486 3992345631 1672963650 2584794521 3254295981 2720028131 227520987 654516319 3259510486 1861664050 2172185564 2784705580 1545718391 219453336 1079127829 2822251412 2117136758 1063844239 2207485494 2604900877 2760194086 2695930811 1907090231 2630073599 1673918767 1339572335 3865089135 1086147465 2036756517 3402191981 1075498423 1434859777 1911578449 3330046429 2954313255 666138982 747653964 3463070524 2983482438 1429831852 2615371841 2820279317 741676690 3817942535 1520930912 562451443 1095084593 3714037571 1140491329 2549183335 357864330 1812499438 1622116886 476747945 289913302 616854736 391139410 3914692841 1447541839 3760675105 4261513996 756127888 2222693161 3379335684 1921345034 3368395070 2703127250 52226218 224957195 3049856695 1219011435 500104389 3485403011 2014921040 827408168 2852271026 3476831567 255 362436" option to reproduce the execution
17.78/17.80	c #vars 2560998
17.78/17.80	c #constraints 6000
75.38/75.46	c BCD2: Hardening is enabled.
75.38/75.46	c BCD2: BiasedSearch is enabled.
75.38/75.46	c Solving starts ...
75.38/75.46	c ============================[ Search Statistics ]============================
75.38/75.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.38/75.46	c       |         |          |          |    Limit     GC | Var      | Constra 
75.38/75.46	c =============================================================================
75.38/75.46	c  0.0s |       0 |        0 |        0 |   855999      0 |        0 |        0
91.38/91.47	c 16.0s |       0 |     7855 |      100 |   855999      0 |        0 |        0
92.68/92.77	c 17.3s |       1 |     7855 |      100 |   855999      0 |        0 |        0
109.87/109.98	c 34.5s |       1 |   131776 |      200 |   941599      0 |        0 |        0
115.47/115.57	c 40.1s |       2 |   131776 |      250 |   941599      0 |        0 |        0
125.17/125.21	c 49.8s |       2 |   268643 |      350 |  1035759      0 |        0 |        0
130.27/130.39	c 54.9s |       2 |   268643 |      450 |  1035759      0 |        0 |        0
133.17/133.27	c 57.8s |       3 |   268643 |      475 |  1035759      0 |        0 |        0
149.76/149.81	c 74.4s |       3 |   535304 |      575 |  1139335      0 |        0 |        0
161.06/161.19	c 85.7s |       3 |   535304 |      675 |  1139335      0 |        0 |        0
172.56/172.64	c 97.2s |       3 |   535304 |      775 |  1139335      0 |        0 |        0
178.87/178.94	c  103s |       4 |   535304 |      813 |  1139335      0 |        0 |        0
201.67/201.73	c  126s |       4 |   884215 |      913 |  1253269      0 |        0 |        0
264.35/264.41	c  188s |       4 |   902765 |     1013 |  1253269      0 |        0 |        0
370.34/370.40	c  294s |       4 |   914258 |     1113 |  1253269      0 |        0 |        0
410.33/410.46	c  334s |       4 |   927127 |     1213 |  1253269      0 |        0 |        0
463.52/463.69	c  388s |       4 |   948066 |     1313 |  1253269      0 |        0 |        0
471.03/471.15	c  395s |       5 |   949346 |     1320 |  1253269      0 |        0 |        0
489.92/490.05	c  414s |       5 |  1310314 |     1420 |  1378596      0 |        0 |        0
502.71/502.85	c  427s |       5 |  1310314 |     1520 |  1378596      0 |        0 |        0
520.71/520.86	c  445s |       5 |  1310314 |     1620 |  1378596      0 |        0 |        0
551.41/551.57	c  476s |       5 |  1321597 |     1720 |  1378596      0 |        0 |        0
585.30/585.50	c  510s |       5 |  1321597 |     1820 |  1378596      0 |        0 |        0
619.20/619.34	c  543s |       5 |  1321597 |     1920 |  1378596      0 |        0 |        0
653.29/653.41	c  577s |       5 |  1321597 |     2020 |  1378596      0 |        0 |        0
675.89/676.03	c  600s |       6 |  1321597 |     2081 |  1516456      0 |        0 |        0
708.48/708.67	c  633s |       6 |  1787540 |     2181 |  1516456      0 |        0 |        0
735.27/735.42	c  659s |       6 |  1787540 |     2281 |  1516456      0 |        0 |        0
762.08/762.28	c  686s |       6 |  1787540 |     2381 |  1516456      0 |        0 |        0
788.98/789.17	c  713s |       6 |  1787540 |     2481 |  1516456      0 |        0 |        0
816.17/816.31	c  740s |       6 |  1787540 |     2581 |  1516456      0 |        0 |        0
848.96/849.12	c  773s |       6 |  1796006 |     2681 |  1516456      0 |        0 |        0
882.55/882.76	c  807s |       6 |  1796006 |     2781 |  1516456      0 |        0 |        0
916.25/916.43	c  840s |       6 |  1796006 |     2881 |  1516456      0 |        0 |        0
950.05/950.23	c  874s |       6 |  1796006 |     2981 |  1516456      0 |        0 |        0
983.74/983.99	c  908s |       6 |  1796006 |     3081 |  1516456      0 |        0 |        0
1006.34/1006.57	c  931s |       6 |  1826670 |     3181 |  1516456      0 |        0 |        0
1022.15/1022.32	c  946s |       7 |  1834501 |     3223 |  1668102      0 |        0 |        0
1117.92/1118.19	c 1042s |       7 |  2380454 |     3323 |  1668102      0 |        0 |        0
1196.71/1196.98	c 1121s |       7 |  2380454 |     3423 |  1668102      0 |        0 |        0
1275.80/1276.03	c 1200s |       7 |  2380454 |     3523 |  1668102      0 |        0 |        0
1359.88/1360.11	c 1284s |       7 |  2380454 |     3623 |  1668102      0 |        0 |        0
1438.88/1439.13	c 1363s |       7 |  2380454 |     3723 |  1668102      0 |        0 |        0
1461.77/1462.09	c 1386s |       7 |  2461030 |     3823 |  1668102      0 |        0 |        0
1491.46/1491.75	c 1416s |       7 |  2461030 |     3923 |  1668102      0 |        0 |        0
1521.56/1521.85	c 1446s |       7 |  2516446 |     4023 |  1668102      0 |        0 |        0
1568.15/1568.42	c 1492s |       7 |  2516446 |     4123 |  1668102      0 |        0 |        0
1609.54/1609.89	c 1534s |       7 |  2516446 |     4223 |  1668102      0 |        0 |        0
1651.03/1651.36	c 1575s |       7 |  2516446 |     4323 |  1668102      0 |        0 |        0
1692.73/1693.01	c 1617s |       7 |  2516446 |     4423 |  1668102      0 |        0 |        0
1734.32/1734.62	c 1659s |       7 |  2516446 |     4523 |  1668102      0 |        0 |        0
1778.82/1779.16	c 1703s |       7 |  2548286 |     4623 |  1668102      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-4107102-1466282514/watcher-4107102-1466282514 -o /tmp/evaluation-result-4107102-1466282514/solver-4107102-1466282514 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466277111-10297 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107102-1466282514.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.12 2.10 3/179 10828
/proc/meminfo: memFree=30452876/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=769604 CPUtime=0 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 2882 0 0 0 0 0 0 0 20 0 4 0 30301928 788074496 2733 33554432000 4194304 16246674 140734961926560 140734961925984 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 193169 2744 442 2943 0 190063 0
[pid=10828/tid=10829] ppid=10825 vsize=788036 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 806948864 2802 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=792132 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30301928 811143168 2821 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=796228 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30301928 815337472 2837 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.10 2.12 2.10 3/179 10828
/proc/meminfo: memFree=30452876/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=1302084 CPUtime=0.08 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 31144 0 0 0 5 3 0 0 20 0 4 0 30301928 1333334016 30933 33554432000 4194304 16246674 140734961926560 140734961925872 7364033 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 325521 30948 800 2943 0 322415 0
[pid=10828/tid=10829] ppid=10825 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 1333334016 30960 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30301928 1333334016 30970 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 1333334016 30982 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1302084

[startup+0.200469 s]
/proc/loadavg: 2.10 2.12 2.10 3/179 10828
/proc/meminfo: memFree=30452876/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 46175 0 0 0 14 5 0 0 20 0 4 0 30301928 1343819776 46474 33554432000 4194304 16246674 140734961926560 140734961925872 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 328081 46474 800 2943 0 324975 0
[pid=10828/tid=10829] ppid=10825 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 1343819776 46474 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30301928 1343819776 46474 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 1343819776 46474 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300489 s]
/proc/loadavg: 2.10 2.12 2.10 3/179 10828
/proc/meminfo: memFree=30452876/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 46773 0 0 0 24 5 0 0 20 0 4 0 30301928 1343819776 47072 33554432000 4194304 16246674 140734961926560 140734961925872 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 328081 47072 800 2943 0 324975 0
[pid=10828/tid=10829] ppid=10825 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 1343819776 47072 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30301928 1343819776 47072 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 1343819776 47072 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700413 s]
/proc/loadavg: 2.10 2.12 2.10 3/179 10828
/proc/meminfo: memFree=30452876/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=1312324 CPUtime=0.69 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 57250 0 0 0 62 7 0 0 20 0 4 0 30301928 1343819776 57549 33554432000 4194304 16246674 140734961926560 140734961925736 14073329 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 328081 57549 801 2943 0 324975 0
[pid=10828/tid=10829] ppid=10825 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 1343819776 57549 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30301928 1343819776 57549 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 1343819776 57549 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50036 s]
/proc/loadavg: 2.10 2.12 2.10 3/183 10832
/proc/meminfo: memFree=29735808/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=1312324 CPUtime=1.49 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 89684 0 0 0 137 12 0 0 20 0 4 0 30301928 1343819776 89983 33554432000 4194304 16246674 140734961926560 140734961924352 7853005 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 328081 90004 801 2943 0 324975 0
[pid=10828/tid=10829] ppid=10825 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 1343819776 90015 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30301928 1343819776 90027 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 1343819776 90038 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1312324

[startup+3.10042 s]
/proc/loadavg: 2.17 2.13 2.10 4/183 10832
/proc/meminfo: memFree=29549424/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=1336900 CPUtime=3.09 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 153846 0 0 0 288 21 0 0 20 0 4 0 30301928 1368985600 160277 33554432000 4194304 16246674 140734961926560 140734961908480 8055516 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 334225 160277 801 2943 0 331119 0
[pid=10828/tid=10829] ppid=10825 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 1368985600 160277 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30301928 1368985600 160277 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 1368985600 160277 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1336900

[startup+6.30043 s]
/proc/loadavg: 2.17 2.13 2.10 3/183 10832
/proc/meminfo: memFree=28945440/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=1386052 CPUtime=6.29 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 248541 0 0 0 594 35 0 0 20 0 4 0 30301928 1419317248 266725 33554432000 4194304 16246674 140734961926560 140734961925872 7439520 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 346513 266725 803 2943 0 343407 0
[pid=10828/tid=10829] ppid=10825 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 1419317248 266725 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30301928 1419317248 266725 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 1419317248 266725 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1386052

[startup+12.7004 s]
/proc/loadavg: 2.15 2.13 2.10 3/183 10832
/proc/meminfo: memFree=28584324/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=1484356 CPUtime=12.69 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 254384 0 0 0 1229 40 0 0 20 0 4 0 30301928 1519980544 296585 33554432000 4194304 16246674 140734961926560 140734961924352 4220507 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 371089 296585 803 2943 0 367983 0
[pid=10828/tid=10829] ppid=10825 vsize=1484356 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 1519980544 296585 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=1484356 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30301928 1519980544 296585 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=1484356 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 1519980544 296585 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1484356

[startup+25.5004 s]
/proc/loadavg: 2.12 2.12 2.10 3/183 10832
/proc/meminfo: memFree=26166132/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=4089412 CPUtime=25.48 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 870969 0 0 0 2427 121 0 0 20 0 4 0 30301928 4187557888 945874 33554432000 4194304 16246674 140734961926560 140734961925736 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 1022353 945874 842 2943 0 1019247 0
[pid=10828/tid=10829] ppid=10825 vsize=4089412 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 4187557888 945874 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=4089412 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30301928 4187557888 945874 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=4089412 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 4187557888 945874 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4089412

[startup+51.1004 s]
/proc/loadavg: 2.15 2.13 2.10 3/183 10832
/proc/meminfo: memFree=21213620/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=8427076 CPUtime=51.08 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 1955424 0 0 0 4840 268 0 0 20 0 4 0 30301928 8629325824 2047703 33554432000 4194304 16246674 140734961926560 140734961925656 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 2106769 2047703 842 2943 0 2103663 0
[pid=10828/tid=10829] ppid=10825 vsize=8427076 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 8629325824 2047703 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=8427076 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30301928 8629325824 2047703 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=8427076 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 8629325824 2047703 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8427076

[startup+102.3 s]
/proc/loadavg: 2.10 2.12 2.09 3/183 10833
/proc/meminfo: memFree=16707296/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=12232260 CPUtime=102.28 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 2906706 0 0 0 9819 409 0 0 20 0 4 0 30301928 12525834240 2998985 33554432000 4194304 16246674 140734961926560 140734961908480 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 3058065 2998985 896 2943 0 3054959 0
[pid=10828/tid=10829] ppid=10825 vsize=12232260 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 12525834240 2998985 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=12232260 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30301928 12525834240 2998985 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=12232260 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 12525834240 2998985 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 12232260


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

[pid=10828] ppid=10825 vsize=12575300 CPUtime=1362.09 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 2992535 0 0 0 135572 637 0 0 20 0 4 0 30301928 12877107200 3084814 33554432000 4194304 16246674 140734961926560 140734961925656 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 3143825 3084814 896 2943 0 3140719 0
[pid=10828/tid=10829] ppid=10825 vsize=12575300 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 12877107200 3084814 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=12575300 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30301928 12877107200 3084814 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=12575300 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 12877107200 3084814 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 12575300

[startup+1422.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/183 10888
/proc/meminfo: memFree=16273344/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=12575300 CPUtime=1422.07 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 2992535 0 0 0 141561 646 0 0 20 0 4 0 30301928 12877107200 3084814 33554432000 4194304 16246674 140734961926560 140734961908480 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 3143825 3084814 896 2943 0 3140719 0
[pid=10828/tid=10829] ppid=10825 vsize=12575300 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 12877107200 3084814 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=12575300 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30301928 12877107200 3084814 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=12575300 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 12877107200 3084814 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 12575300

[startup+1482.3 s]
/proc/loadavg: 2.12 2.09 2.08 4/183 10889
/proc/meminfo: memFree=16273364/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=12575300 CPUtime=1482.06 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 2992535 0 0 0 147551 655 0 0 20 0 4 0 30301928 12877107200 3084814 33554432000 4194304 16246674 140734961926560 140734961925736 13943608 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10828/statm: 3143825 3084814 896 2943 0 3140719 0
[pid=10828/tid=10829] ppid=10825 vsize=12575300 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 12877107200 3084814 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=12575300 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30301928 12877107200 3084814 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=12575300 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 12877107200 3084814 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 12575300

[startup+1542.3 s]
/proc/loadavg: 2.11 2.09 2.08 3/183 10891
/proc/meminfo: memFree=16265540/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=12583492 CPUtime=1542.05 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 2994433 0 0 0 153540 665 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140734961925736 5711644 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10828/statm: 3145873 3086712 896 2943 0 3142767 0
[pid=10828/tid=10829] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 12583492

[startup+1602.3 s]
/proc/loadavg: 2.07 2.08 2.08 3/183 10892
/proc/meminfo: memFree=16265216/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=12583492 CPUtime=1602.04 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 2994433 0 0 0 159523 681 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140734961925656 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10828/statm: 3145873 3086712 896 2943 0 3142767 0
[pid=10828/tid=10829] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 12583492

[startup+1662.3 s]
/proc/loadavg: 2.11 2.10 2.09 3/183 10893
/proc/meminfo: memFree=16265244/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=12583492 CPUtime=1662.03 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 2994433 0 0 0 165506 697 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140734961925736 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10828/statm: 3145873 3086712 896 2943 0 3142767 0
[pid=10828/tid=10829] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 12583492

[startup+1722.3 s]
/proc/loadavg: 2.06 2.09 2.09 3/184 10897
/proc/meminfo: memFree=16265396/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=12583492 CPUtime=1722.02 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 2994433 0 0 0 171490 712 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140734961908480 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10828/statm: 3145873 3086712 896 2943 0 3142767 0
[pid=10828/tid=10829] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3086712 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 12583492

[startup+1782.3 s]
/proc/loadavg: 2.02 2.07 2.08 3/183 10898
/proc/meminfo: memFree=16263568/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=12583492 CPUtime=1782.03 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 2994584 0 0 0 177475 728 0 0 20 0 4 0 30301928 12885495808 3087118 33554432000 4194304 16246674 140734961926560 140734961925736 13781188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10828/statm: 3145873 3087118 896 2943 0 3142767 0
[pid=10828/tid=10829] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3087118 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3087118 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3087118 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1782.03
Current children cumulated vsize (KiB) 12583492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.02 2.06 2.08 3/183 10947
/proc/meminfo: memFree=18347940/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=12583492 CPUtime=1800.01 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) R 10825 10828 10280 0 -1 4202496 2994584 0 0 0 179266 735 0 0 20 0 4 0 30301928 12885495808 3087118 33554432000 4194304 16246674 140734961926560 140734961925736 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10828/statm: 3145873 3087118 896 2943 0 3142767 0
[pid=10828/tid=10829] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) S 10825 10828 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3087118 33554432000 4194304 16246674 140734961926560 140664451869936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=10828/tid=10830] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (toysat) S 10825 10828 10280 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3087118 33554432000 4194304 16246674 140734961926560 140664441380080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=10828/tid=10831] ppid=10825 vsize=12583492 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (toysat) S 10825 10828 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30301928 12885495808 3087118 33554432000 4194304 16246674 140734961926560 140664430906544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 12583492

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

[startup+1800.7 s]
/proc/loadavg: 2.02 2.06 2.08 3/183 10947
/proc/meminfo: memFree=18347940/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=0 CPUtime=1800.42 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) Z 10825 10828 10280 0 -1 4203532 2994584 0 0 0 179267 775 0 0 20 0 2 0 30301928 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10828/statm: 0 0 0 0 0 0 0
[pid=10828/tid=10829] ppid=10825 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) R 10825 10828 10280 0 -1 4203588 10 0 0 0 0 38 0 0 20 0 2 0 30301928 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 2.02 2.06 2.08 3/183 10947
/proc/meminfo: memFree=18347940/32872528 swapFree=526336/559040
[pid=10828] ppid=10825 vsize=0 CPUtime=1800.62 cores=1,3,5,7
/proc/10828/stat : 10828 (toysat) Z 10825 10828 10280 0 -1 4203532 2994584 0 0 0 179267 795 0 0 20 0 2 0 30301928 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10828/statm: 0 0 0 0 0 0 0
[pid=10828/tid=10829] ppid=10825 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/10828/task/10829/stat : 10829 (toysat) R 10825 10828 10280 0 -1 4203588 10 0 0 0 0 58 0 0 20 0 2 0 30301928 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.94
CPU time (s): 1800.66
CPU user time (s): 1792.67
CPU system time (s): 7.98579
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 12583492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.67
system time used= 7.98578
maximum resident set size= 12348472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2994584
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= 70
involuntary context switches= 2065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.63129 second user time and 6.84796 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-18 22:41:58
IDJOB=4107102
IDBENCH=71878
IDSOLVER=2542
FILE ID=node106/4107102-1466282514
RUNJOBID= node106-1466277111-10297
PBS_JOBID= 19918270
Free space on /tmp= 71564 MiB

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

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

MD5SUM BENCH= 7d1adc3133a79c22930d70932a76965e
RANDOM SEED=13148904

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.38
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		: 2667.073
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:        30453776 kB
Buffers:          107220 kB
Cached:           342708 kB
SwapCached:         1736 kB
Active:           884732 kB
Inactive:         221708 kB
Active(anon):     655568 kB
Inactive(anon):     3048 kB
Active(file):     229164 kB
Inactive(file):   218660 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:            158528 kB
Writeback:             0 kB
AnonPages:       1215100 kB
Mapped:            10732 kB
Shmem:                 0 kB
Slab:             621328 kB
SReclaimable:      64436 kB
SUnreclaim:       556892 kB
KernelStack:        1464 kB
PageTables:         7384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1786540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71520 MiB
End job on node106 at 2016-06-18 23:11:59