Trace number 4107134

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.71 1801.04

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__2048.opb
MD5SUMe46ee99ff2eeda0a495ba1d435f608b5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3072498
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 constraint2048
Maximum length of a constraint43009
Number of terms in the objective function 3072000
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 105083645952
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 105083645952
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:56:57+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-4107134-1466283413.opb"]
0.00/0.01	c use --random-gen="1220284930 3884743062 1443871281 2331704316 559228825 2187236398 432543265 3982262330 3688961025 2545618736 1556813520 2380826912 4146372240 2789426883 1120618946 2535329479 3535027571 2628885738 3467879680 4053250415 3593132163 3319245727 3663021721 3490267061 2110936138 3182489245 2532356968 958392834 3739552888 1827603875 1107475064 3871263239 208276150 1662828247 1286623478 789972175 986325216 97652095 620788865 1855243632 1371698295 41459292 2739306595 1252457087 3115286539 3024253670 1224698640 3613999092 2220307130 2130769394 2172775493 3084201244 2921013505 4287730090 4220587360 556759262 3855337757 986020703 3768304395 3829153838 1620992637 2498663695 1574033193 1681266646 821020856 901202593 990779475 3342702548 1937852134 2312805908 498016642 335763363 2981329019 1403362389 1066891204 1436304660 871137131 3524129540 4242866400 3215423790 1787741262 3106553036 3721052718 2437932423 2839588232 1897950250 1073390572 697499700 2094515694 2956647827 1742906074 2847624881 1947557698 1208761530 1420305139 1996321032 1904452679 590069064 94140974 3604890897 2563777072 4220164692 1853673778 1907276905 2792186573 851359068 2650707639 1839481106 446344829 694063463 281312922 1697696908 2500291118 1396610099 950408567 1614079286 3516677095 4221483896 3668157446 2457626733 3004679263 88564173 492006499 774919287 697986852 2583121266 839996334 487913958 1259392846 1720032605 4051872229 3355644942 1308676603 3451644114 1027657829 2658754001 417511978 3769982433 1624472206 2269557 98640280 3186361125 1848024844 3205080777 3469961226 1767718060 2123755918 3043731398 1000410053 4043545414 1745817507 841438811 400324810 3087448490 3156213562 1158997002 2855243383 378965057 265555697 1539361424 364576071 567651750 1497591019 1641061458 40857533 280974140 3075773158 2181633277 3814413367 3037766856 1504899677 29177650 4234571775 3414604360 4102449354 1932096897 4223565501 1108789940 2242663891 1540012805 228313947 2865135148 3397804244 4179491147 447652050 1928128102 1812506643 1073083288 3802516691 3185344662 334309275 2732229759 1648291104 3880702756 508165471 1013672083 599354368 1674574957 1920700262 4105571539 2243815250 315930579 2229527979 2968648591 2602396639 3739726656 3384665751 2431718859 2653528522 2950189648 4202829024 719592618 2066754138 3692132575 976890657 3984086132 268819811 2246889208 453067512 3690494038 2307534969 4259283854 526125243 2833542687 3305689812 2549491376 1733122941 1751265314 3067975901 1326685454 2074496567 574018632 783033534 169368820 3485451209 4174726969 910312903 3755450619 1136101694 1715776500 932218761 3742984242 666619733 2258088032 3592340469 773092427 4057294433 1573029336 796992319 169867144 2951699975 2091163207 3216648552 1296541090 3918842131 1439230865 255 362436" option to reproduce the execution
20.99/21.05	c #vars 3072498
20.99/21.05	c #constraints 2000
108.87/108.96	c BCD2: Hardening is enabled.
108.87/108.96	c BCD2: BiasedSearch is enabled.
108.87/108.96	c Solving starts ...
108.87/108.96	c ============================[ Search Statistics ]============================
108.87/108.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
108.87/108.96	c       |         |          |          |    Limit     GC | Var      | Constra 
108.87/108.96	c =============================================================================
108.87/108.96	c  0.0s |       0 |        0 |        0 |  1024999      0 |        0 |        0
124.96/125.08	c 16.1s |       0 |     6939 |      100 |  1024999      0 |        0 |        0
125.96/126.06	c 17.1s |       1 |     6939 |      100 |  1024999      0 |        0 |        0
255.74/255.89	c  146s |       1 |   152899 |      200 |  1127499      0 |        0 |        0
318.83/318.94	c  209s |       2 |   152899 |      250 |  1127499      0 |        0 |        0
391.83/391.93	c  282s |       2 |   428644 |      350 |  1240249      0 |        0 |        0
440.82/440.99	c  332s |       2 |   428644 |      450 |  1240249      0 |        0 |        0
454.51/454.64	c  345s |       3 |   428644 |      475 |  1240249      0 |        0 |        0
502.41/502.59	c  393s |       3 |   787549 |      575 |  1364274      0 |        0 |        0
545.21/545.33	c  436s |       3 |   787549 |      675 |  1364274      0 |        0 |        0
587.90/588.08	c  479s |       3 |   787549 |      775 |  1364274      0 |        0 |        0
605.89/606.08	c  497s |       4 |   787549 |      813 |  1364274      0 |        0 |        0
643.08/643.22	c  534s |       4 |  1254734 |      913 |  1500702      0 |        0 |        0
773.07/773.28	c  664s |       4 |  1254734 |     1013 |  1500702      0 |        0 |        0
903.25/903.43	c  794s |       4 |  1254734 |     1113 |  1500702      0 |        0 |        0
1052.63/1052.81	c  943s |       4 |  1254734 |     1213 |  1500702      0 |        0 |        0
1183.11/1183.39	c 1074s |       4 |  1254734 |     1313 |  1500702      0 |        0 |        0
1194.11/1194.35	c 1085s |       5 |  1254734 |     1320 |  1500702      0 |        0 |        0
1202.70/1202.96	c 1093s |       5 |  1751920 |     1420 |  1650773      0 |        0 |        0
1205.60/1205.83	c 1096s |       5 |  1751920 |     1620 |  1650773      0 |        0 |        0
1209.01/1209.23	c 1100s |       5 |  1751920 |     1820 |  1650773      0 |        0 |        0
1212.60/1212.86	c 1103s |       5 |  1751920 |     2020 |  1650773      0 |        0 |        0
1215.70/1215.95	c 1106s |       6 |  1751920 |     2081 |  1815851      0 |        0 |        0
1225.00/1225.29	c 1116s |       6 |  2294169 |     2181 |  1815851      0 |        0 |        0
1246.66/1246.92	c 1137s |       6 |  2294169 |     2381 |  1815851      0 |        0 |        0
1306.36/1306.63	c 1197s |       6 |  2417333 |     2481 |  1815851      0 |        0 |        0
1477.14/1477.49	c 1368s |       6 |  2417333 |     2581 |  1815851      0 |        0 |        0
1648.80/1649.14	c 1540s |       6 |  2417333 |     2681 |  1815851      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-4107134-1466283413/watcher-4107134-1466283413 -o /tmp/evaluation-result-4107134-1466283413/solver-4107134-1466283413 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466265123-26753 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107134-1466283413.opb 

pid=30030
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.27 2.25 2.19 3/179 30033
/proc/meminfo: memFree=27971876/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=809404 CPUtime=0 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 3036 0 0 0 0 0 0 0 20 0 4 0 30388324 828829696 2885 33554432000 4194304 16246674 140734448022704 140734448022128 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30033/statm: 202863 2894 441 2943 0 199757 0
[pid=30033/tid=30034] ppid=30030 vsize=826812 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 846655488 2955 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=830908 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 850849792 2972 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=836028 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30388324 856092672 2988 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100178 s]
/proc/loadavg: 2.27 2.25 2.19 3/179 30033
/proc/meminfo: memFree=27971876/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 31290 0 0 0 5 4 0 0 20 0 4 0 30388324 1333334016 31077 33554432000 4194304 16246674 140734448022704 140734448022016 7367789 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30033/statm: 325521 31095 800 2943 0 322415 0
[pid=30033/tid=30034] ppid=30030 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 1333334016 31106 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 1333334016 31119 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 1333334016 31129 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200543 s]
/proc/loadavg: 2.27 2.25 2.19 3/179 30033
/proc/meminfo: memFree=27971876/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 46080 0 0 0 13 6 0 0 20 0 4 0 30388324 1343819776 46378 33554432000 4194304 16246674 140734448022704 140734448022016 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30033/statm: 328081 46378 800 2943 0 324975 0
[pid=30033/tid=30034] ppid=30030 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 1343819776 46378 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 1343819776 46378 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 1343819776 46378 33554432000 4194304 16246674 140734448022704 140552080182448 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.30053 s]
/proc/loadavg: 2.27 2.25 2.19 3/179 30033
/proc/meminfo: memFree=27971876/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 46084 0 0 0 23 6 0 0 20 0 4 0 30388324 1343819776 46382 33554432000 4194304 16246674 140734448022704 140734448022016 4220815 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30033/statm: 328081 46382 800 2943 0 324975 0
[pid=30033/tid=30034] ppid=30030 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 1343819776 46382 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 1343819776 46382 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 1343819776 46382 33554432000 4194304 16246674 140734448022704 140552080182448 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.700423 s]
/proc/loadavg: 2.27 2.25 2.19 3/179 30033
/proc/meminfo: memFree=27971876/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=1312324 CPUtime=0.69 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 57155 0 0 0 62 7 0 0 20 0 4 0 30388324 1343819776 57453 33554432000 4194304 16246674 140734448022704 140734448020544 8057122 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30033/statm: 328081 57453 801 2943 0 324975 0
[pid=30033/tid=30034] ppid=30030 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 1343819776 57453 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 1343819776 57453 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 1343819776 57453 33554432000 4194304 16246674 140734448022704 140552080182448 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.50033 s]
/proc/loadavg: 2.27 2.25 2.19 3/183 30037
/proc/meminfo: memFree=27704312/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=1312324 CPUtime=1.48 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 81316 0 0 0 138 10 0 0 20 0 4 0 30388324 1343819776 81614 33554432000 4194304 16246674 140734448022704 140734448005696 7853005 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30033/statm: 328081 81637 801 2943 0 324975 0
[pid=30033/tid=30034] ppid=30030 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 1343819776 81647 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 1343819776 81659 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 1343819776 81670 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1312324

[startup+3.10042 s]
/proc/loadavg: 2.27 2.25 2.19 3/183 30037
/proc/meminfo: memFree=27528152/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=1336900 CPUtime=3.08 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 154022 0 0 0 287 21 0 0 20 0 4 0 30388324 1368985600 160452 33554432000 4194304 16246674 140734448022704 140734448005696 8055408 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30033/statm: 334225 160452 801 2943 0 331119 0
[pid=30033/tid=30034] ppid=30030 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 1368985600 160452 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 1368985600 160452 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 1368985600 160452 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1336900

[startup+6.30043 s]
/proc/loadavg: 2.25 2.24 2.18 3/183 30037
/proc/meminfo: memFree=27007228/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=1386052 CPUtime=6.28 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 262933 0 0 0 591 37 0 0 20 0 4 0 30388324 1419317248 281116 33554432000 4194304 16246674 140734448022704 140734448022016 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30033/statm: 346513 281116 802 2943 0 343407 0
[pid=30033/tid=30034] ppid=30030 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 1419317248 281116 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 1419317248 281116 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=1386052 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 1419317248 281116 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1386052

[startup+12.7004 s]
/proc/loadavg: 2.23 2.24 2.18 3/183 30037
/proc/meminfo: memFree=26555624/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=1672772 CPUtime=12.68 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 315694 0 0 0 1220 48 0 0 20 0 4 0 30388324 1712918528 357383 33554432000 4194304 16246674 140734448022704 140734448021800 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30033/statm: 418193 357383 803 2943 0 415087 0
[pid=30033/tid=30034] ppid=30030 vsize=1672772 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 1712918528 357383 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=1672772 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 1712918528 357383 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=1672772 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 1712918528 357383 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1672772

[startup+25.5005 s]
/proc/loadavg: 2.26 2.24 2.18 3/183 30037
/proc/meminfo: memFree=24417908/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=3793476 CPUtime=25.49 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 846041 0 0 0 2421 128 0 0 20 0 4 0 30388324 3884519424 889263 33554432000 4194304 16246674 140734448022704 140734448021800 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30033/statm: 948369 889263 811 2943 0 945263 0
[pid=30033/tid=30034] ppid=30030 vsize=3793476 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 3884519424 889263 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=3793476 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 3884519424 889263 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=3793476 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 3884519424 889263 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3793476

[startup+51.1005 s]
/proc/loadavg: 2.23 2.24 2.18 3/183 30038
/proc/meminfo: memFree=18927912/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=9272900 CPUtime=51.08 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 2215937 0 0 0 4801 307 0 0 20 0 4 0 30388324 9495449600 2259159 33554432000 4194304 16246674 140734448022704 140734448021880 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30033/statm: 2318225 2259159 842 2943 0 2315119 0
[pid=30033/tid=30034] ppid=30030 vsize=9272900 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 9495449600 2259159 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=9272900 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 9495449600 2259159 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=9272900 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 9495449600 2259159 33554432000 4194304 16246674 140734448022704 140552080182448 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) 9272900

[startup+102.301 s]
/proc/loadavg: 2.19 2.23 2.18 3/183 30039
/proc/meminfo: memFree=14238620/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=13435460 CPUtime=102.28 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 3256580 0 0 0 9774 454 0 0 20 0 4 0 30388324 13757911040 3299802 33554432000 4194304 16246674 140734448022704 140734448021880 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30033/statm: 3358865 3299802 844 2943 0 3355759 0
[pid=30033/tid=30034] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3299802 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3299802 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3299802 33554432000 4194304 16246674 140734448022704 140552080182448 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) 13435460


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

[pid=30033] ppid=30030 vsize=13435460 CPUtime=1362.05 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 3256639 0 1 0 135687 518 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140734448021880 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/30033/statm: 3358865 3300114 900 2943 0 3355759 0
[pid=30033/tid=30034] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 13435460

[startup+1422.3 s]
/proc/loadavg: 2.29 2.26 2.20 3/184 30194
/proc/meminfo: memFree=16304888/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=13435460 CPUtime=1422.04 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 3256639 0 1 0 141665 539 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140734448021800 13760258 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/30033/statm: 3358865 3300114 900 2943 0 3355759 0
[pid=30033/tid=30034] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 13435460

[startup+1482.3 s]
/proc/loadavg: 2.22 2.24 2.19 3/183 30195
/proc/meminfo: memFree=16304100/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=13435460 CPUtime=1482.03 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 3256640 0 1 0 147646 557 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140734448021880 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/30033/statm: 3358865 3300114 900 2943 0 3355759 0
[pid=30033/tid=30034] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 13435460

[startup+1542.31 s]
/proc/loadavg: 2.36 2.27 2.20 3/183 30196
/proc/meminfo: memFree=16303916/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=13435460 CPUtime=1542.03 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 3256641 0 1 0 153623 580 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140734448021880 5711916 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/30033/statm: 3358865 3300114 900 2943 0 3355759 0
[pid=30033/tid=30034] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 13435460

[startup+1602.3 s]
/proc/loadavg: 2.27 2.25 2.20 4/183 30295
/proc/meminfo: memFree=16300644/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=13435460 CPUtime=1602.01 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 3256641 0 1 0 159602 599 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140734448021880 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/30033/statm: 3358865 3300114 900 2943 0 3355759 0
[pid=30033/tid=30034] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 13435460

[startup+1662.3 s]
/proc/loadavg: 2.28 2.26 2.20 4/183 30296
/proc/meminfo: memFree=16300552/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=13435460 CPUtime=1662 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 3256641 0 1 0 165583 617 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140734448021880 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/30033/statm: 3358865 3300114 900 2943 0 3355759 0
[pid=30033/tid=30034] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 13435460

[startup+1722.3 s]
/proc/loadavg: 2.15 2.23 2.19 3/183 30297
/proc/meminfo: memFree=16300520/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=13435460 CPUtime=1721.99 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 3256645 0 1 0 171561 638 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140734448021800 13781188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/30033/statm: 3358865 3300114 900 2943 0 3355759 0
[pid=30033/tid=30034] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 13435460

[startup+1782.3 s]
/proc/loadavg: 2.32 2.26 2.20 4/183 30298
/proc/meminfo: memFree=16300084/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=13435460 CPUtime=1781.98 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 3256645 0 1 0 177540 658 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140734448021880 5711952 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/30033/statm: 3358865 3300114 900 2943 0 3355759 0
[pid=30033/tid=30034] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 13435460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.37 2.27 2.20 4/183 30298
/proc/meminfo: memFree=16300064/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=13435460 CPUtime=1800.08 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) R 30030 30033 26736 0 -1 4202496 3256645 0 1 0 179343 665 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140734448021880 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/30033/statm: 3358865 3300114 900 2943 0 3355759 0
[pid=30033/tid=30034] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) S 30030 30033 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552101145840 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30033/tid=30035] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30035/stat : 30035 (toysat) S 30030 30033 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552090655984 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30033/tid=30036] ppid=30030 vsize=13435460 CPUtime=0 cores=1,3,5,7
/proc/30033/task/30036/stat : 30036 (toysat) S 30030 30033 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30388324 13757911040 3300114 33554432000 4194304 16246674 140734448022704 140552080182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13435460

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

[startup+1800.81 s]
/proc/loadavg: 2.37 2.27 2.20 4/181 30298
/proc/meminfo: memFree=23208348/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=0 CPUtime=1800.49 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) Z 30030 30033 26736 0 -1 4203532 3256645 0 1 0 179344 705 0 0 20 0 2 0 30388324 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/30033/statm: 0 0 0 0 0 0 0
[pid=30033/tid=30034] ppid=30030 vsize=0 CPUtime=0.39 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) R 30030 30033 26736 0 -1 4203588 10 0 0 0 0 39 0 0 20 0 2 0 30388324 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

[startup+1801 s]
/proc/loadavg: 2.37 2.27 2.20 4/181 30298
/proc/meminfo: memFree=23208348/32872528 swapFree=1191052/1305516
[pid=30033] ppid=30030 vsize=0 CPUtime=1800.68 cores=1,3,5,7
/proc/30033/stat : 30033 (toysat) Z 30030 30033 26736 0 -1 4203532 3256645 0 1 0 179344 724 0 0 20 0 2 0 30388324 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 2 0 0
/proc/30033/statm: 0 0 0 0 0 0 0
[pid=30033/tid=30034] ppid=30030 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/30033/task/30034/stat : 30034 (toysat) R 30030 30033 26736 0 -1 4203588 10 0 0 0 0 58 0 0 20 0 2 0 30388324 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.04
CPU time (s): 1800.71
CPU user time (s): 1793.44
CPU system time (s): 7.27289
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 13435460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.44
system time used= 7.27289
maximum resident set size= 13200456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3256645
page faults= 1
swaps= 0
block input operations= 56
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68
involuntary context switches= 2005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.14322 second user time and 7.77282 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 22:56:57
IDJOB=4107134
IDBENCH=71893
IDSOLVER=2542
FILE ID=node127/4107134-1466283413
RUNJOBID= node127-1466265123-26753
PBS_JOBID= 19918231
Free space on /tmp= 71572 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__2048.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107134-1466283413/watcher-4107134-1466283413 -o /tmp/evaluation-result-4107134-1466283413/solver-4107134-1466283413 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466265123-26753 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107134-1466283413.opb

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

MD5SUM BENCH= e46ee99ff2eeda0a495ba1d435f608b5
RANDOM SEED=788444155

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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:        27972404 kB
Buffers:          106368 kB
Cached:           437168 kB
SwapCached:          516 kB
Active:          2546456 kB
Inactive:         293456 kB
Active(anon):    2296476 kB
Inactive(anon):     2184 kB
Active(file):     249980 kB
Inactive(file):   291272 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:            167592 kB
Writeback:             0 kB
AnonPages:       3601712 kB
Mapped:            10876 kB
Shmem:                 0 kB
Slab:             618728 kB
SReclaimable:      58112 kB
SUnreclaim:       560616 kB
KernelStack:        1464 kB
PageTables:        11312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3745292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 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= 71560 MiB
End job on node127 at 2016-06-18 23:26:58