Trace number 4079184

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.27 1800.57

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
random/rand.biglist/normalized-rand0c02bc.cudf.trendy.opb
MD5SUMd981913a416edc7be35e437715868058
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark23334331450
Best CPU time to get the best result obtained on this benchmark7.01193
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7112
Total number of constraints29984
Number of constraints which are clauses29670
Number of constraints which are cardinality constraints (but not clauses)314
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 3330
Biggest coefficient in the objective function 4632407963
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 2557083638912
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 4632407963
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 2557083638912
Number of bits of the biggest sum of numbers42
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-07T05:50:53+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-4079184-1465271453.opb"]
0.00/0.01	c use --random-gen="644078105 4231969139 3048101810 3898782794 3936839667 22698228 2893194618 1910532284 1380396412 3277350236 2222561897 672914381 2825316706 3075383973 2944000073 3342945810 3659881356 1905709170 1771659359 858213448 3104557608 3011429783 836827885 2510957472 96106288 3042598935 1096553855 4159373866 3307602945 3404793529 1977566152 3542458427 1810783762 2766442071 1411650906 1156834228 1653909628 3952064300 129411701 348293971 2393172719 2767822237 2233953305 2698147815 3281073817 1009763864 1940590794 1201080901 3634125954 791246419 4124756158 1935809703 24479033 3904159572 1604506517 1697085358 3117504381 424238013 3108653079 1312508272 626487736 3698994392 2531365170 992948592 1931281630 3002357336 154386104 451971920 3732380595 217585902 3031822122 3621584184 4057773063 1240163922 789519134 1847200480 2633626658 1256233727 423076618 1747510542 192781598 3601753474 1937706874 1815609621 887048090 3942483925 647871132 820626344 266879189 1252014208 2553341112 2505222258 219308891 3325600786 453543993 2723682929 3740048768 782449229 806356935 2183973353 3770308445 3161032385 1925667244 1445618648 3025428296 2405393036 1793927590 3682340296 2452689882 3987629255 3316511468 1163427911 1349241283 1096013171 1045256577 2328888457 1101255642 3700027701 4156142137 1197248092 1126397846 4167256620 3658030156 2505525471 305522399 1691948012 3066050445 1986569994 1884384473 3805075230 1831667301 2851989093 4058155532 2461531097 3816302398 3224990283 2428926601 1218866019 2577353802 2584285494 2048985600 1265432629 3380062267 505342917 4201973237 3408310116 3620273736 623996368 3700156454 2649122425 2127306027 1310983229 1927330602 629205232 4237899097 1144991892 7466270 318824169 1320942981 3052582949 1944240820 2694000792 3364533018 962696501 834977667 912448182 483081188 1132490813 3226003827 1385658672 2929697167 2344113148 2733263869 1065641688 3234668146 337495438 4058067380 1783035759 3585170924 3836348147 376320679 3887022193 1025777073 3532464412 1942503194 3119449835 1752274049 139923937 3851729703 2806991205 1327986934 1401410182 4018247604 2945475684 3386749038 2725342453 1098758372 3156735314 481851525 183962500 2086923476 2903967609 2043150690 2110246417 314441057 2340632042 3431111875 1854670219 2461932898 796417545 1383567369 2810812784 224242830 2109402070 279470262 2255510416 1756039798 3336967470 3869507216 4019587192 840173610 1067666015 2266429140 2270100647 1706991379 190148658 3959653387 1433639249 1656705881 2669001274 2825554403 2779359202 902507357 2231119802 1051571001 1139475130 268663242 1159252569 184144801 267370560 723722272 1487699649 1020769749 586004656 3253366035 4235288802 383162199 3083894025 3201758726 423785891 1138220673 436803606 1413370100 2352426783 3471258610 660279207 255 362436" option to reproduce the execution
0.19/0.22	c #vars 7112
0.19/0.22	c #constraints 29984
0.59/0.62	c BCD2: Hardening is enabled.
0.59/0.62	c BCD2: BiasedSearch is enabled.
0.59/0.62	c Solving starts ...
0.59/0.62	c ============================[ Search Statistics ]============================
0.59/0.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.62	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.62	c =============================================================================
0.69/0.70	c  0.0s |       0 |        0 |        0 |    11977      0 |      916 |        0
0.89/0.91	c  0.2s |       0 |    29056 |       89 |    11977      0 |      957 |     5341
0.89/0.91	c #cpu_time = 0.210s
0.89/0.91	c #wall_clock_time = 0.210s
0.89/0.91	c #decision = 29056
0.89/0.91	c #random_decision = 69
0.89/0.91	c #conflict = 89
0.89/0.91	c #restart = 0
0.89/0.91	o 340386114629
631.58/631.73	c BCD2: updating upper bound: 2557083638912 -> 340386114628
926.14/926.35	c BCD2: 0 <= obj <= 340386114628
926.14/926.35	c BCD2: #cores=0, #unrelaxed=3330, #relaxed=0, #hardened=0
926.14/926.35	c BCD2: #sat=1 #unsat=1 bias=1/2
926.14/926.35	c Solving starts ...
926.14/926.35	c ============================[ Search Statistics ]============================
926.14/926.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
926.14/926.35	c       |         |          |          |    Limit     GC | Var      | Constra 
926.14/926.35	c =============================================================================
926.14/926.35	c  0.0s |       0 |        0 |        0 |    11977      0 |      957 |     5341
926.14/926.37	c  0.0s |       0 |        3 |        2 |    11977      0 |      957 |     5341
926.14/926.37	c #cpu_time = 0.011s
926.14/926.37	c #wall_clock_time = 0.011s
926.14/926.37	c #decision = 3
926.14/926.37	c #random_decision = 0
926.14/926.37	c #conflict = 2
926.14/926.37	c #restart = 0
926.14/926.37	c BCD2: found a new core of size 2: cost of the new core is >=1
926.14/926.37	c lower bound updated to 1
1564.81/1565.13	c BCD2: 1 <= obj <= 340386114628
1564.81/1565.13	c BCD2: #cores=1, #unrelaxed=3328, #relaxed=2, #hardened=0
1564.81/1565.13	c BCD2: #sat=1 #unsat=2 bias=2/3
1564.81/1565.13	c Solving starts ...
1564.81/1565.13	c ============================[ Search Statistics ]============================
1564.81/1565.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1564.81/1565.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1564.81/1565.13	c =============================================================================
1564.81/1565.13	c  0.0s |       0 |        0 |        0 |    11977      0 |      957 |     5341
1564.81/1565.15	c  0.0s |       0 |        5 |        1 |    11977      0 |      958 |     5343
1564.81/1565.15	c #cpu_time = 0.020s
1564.81/1565.15	c #wall_clock_time = 0.020s
1564.81/1565.15	c #decision = 5
1564.81/1565.15	c #random_decision = 0
1564.81/1565.15	c #conflict = 1
1564.81/1565.15	c #restart = 0
1564.81/1565.15	c BCD2: found a new core of size 1: cost of the new core is >=1
1564.81/1565.15	c lower bound updated to 2

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

pid=8979
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.13 2.22 2.23 3/180 8982
/proc/meminfo: memFree=28901772/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=744892 CPUtime=0 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 2779 0 0 0 0 0 0 0 20 0 4 0 109078341 762769408 3651 33554432000 4194304 16246674 140736733767760 140736733767184 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 186735 3658 441 2943 0 183629 0
[pid=8982/tid=8983] ppid=8979 vsize=762300 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 780595200 3720 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=766396 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109078341 784789504 3738 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=770492 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109078341 788983808 3754 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.13 2.22 2.23 3/180 8982
/proc/meminfo: memFree=28901772/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=1297988 CPUtime=0.09 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 26440 0 0 0 5 4 0 0 20 0 4 0 109078341 1329139712 27250 33554432000 4194304 16246674 140736733767760 140736733767072 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 325265 27266 798 2943 0 322159 0
[pid=8982/tid=8983] ppid=8979 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 1332285440 27273 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109078341 1332285440 27277 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 1332285440 27289 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1297988

[startup+0.200574 s]
/proc/loadavg: 2.13 2.22 2.23 3/180 8982
/proc/meminfo: memFree=28901772/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 48418 0 0 0 13 6 0 0 20 0 4 0 109078341 1344868352 49738 33554432000 4194304 16246674 140736733767760 140736733767072 7364408 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 328337 49738 800 2943 0 325231 0
[pid=8982/tid=8983] ppid=8979 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 1344868352 49738 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109078341 1344868352 49738 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 1344868352 49738 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300503 s]
/proc/loadavg: 2.13 2.22 2.23 3/180 8982
/proc/meminfo: memFree=28901772/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 55154 0 0 0 22 7 0 0 20 0 4 0 109078341 1344868352 56474 33554432000 4194304 16246674 140736733767760 140736733749632 5589685 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 328337 56488 837 2943 0 325231 0
[pid=8982/tid=8983] ppid=8979 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 1344868352 56493 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109078341 1344868352 56500 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 1344868352 56505 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700423 s]
/proc/loadavg: 2.13 2.22 2.23 3/180 8982
/proc/meminfo: memFree=28901772/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=1325636 CPUtime=0.69 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 118617 0 0 0 53 16 0 0 20 0 4 0 109078341 1357451264 119938 33554432000 4194304 16246674 140736733767760 140736733749632 4221418 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 331665 119944 855 2943 0 328559 0
[pid=8982/tid=8983] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 119946 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 119948 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 119950 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1325636

[startup+1.50042 s]
/proc/loadavg: 2.13 2.22 2.23 3/184 8986
/proc/meminfo: memFree=28272572/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=1326660 CPUtime=1.49 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 272324 0 0 0 113 36 0 0 20 0 4 0 109078341 1358499840 273644 33554432000 4194304 16246674 140736733767760 140736733749632 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 331665 273648 896 2943 0 328559 0
[pid=8982/tid=8983] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273649 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273649 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273649 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1326660

[startup+3.10044 s]
/proc/loadavg: 2.13 2.22 2.23 3/184 8986
/proc/meminfo: memFree=27807572/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=1326660 CPUtime=3.09 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 272346 0 0 0 273 36 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140736733749632 12654426 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 331665 273666 896 2943 0 328559 0
[pid=8982/tid=8983] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1326660

[startup+6.30044 s]
/proc/loadavg: 2.12 2.21 2.23 3/184 8986
/proc/meminfo: memFree=27807348/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=1326660 CPUtime=6.29 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 272346 0 0 0 593 36 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140736733749632 13008925 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 331665 273666 896 2943 0 328559 0
[pid=8982/tid=8983] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1326660

[startup+12.7004 s]
/proc/loadavg: 2.11 2.21 2.23 3/183 8986
/proc/meminfo: memFree=27807492/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=1326660 CPUtime=12.68 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 272346 0 0 0 1232 36 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140736733765568 12371140 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 331665 273666 896 2943 0 328559 0
[pid=8982/tid=8983] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1326660

[startup+25.5005 s]
/proc/loadavg: 2.15 2.21 2.23 3/183 8986
/proc/meminfo: memFree=27808184/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=1326660 CPUtime=25.48 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 272346 0 0 0 2512 36 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140736733749632 12371164 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 331665 273666 896 2943 0 328559 0
[pid=8982/tid=8983] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 1358499840 273666 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1326660

[startup+51.1005 s]
/proc/loadavg: 2.10 2.20 2.22 4/183 8986
/proc/meminfo: memFree=27493192/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=1641028 CPUtime=51.09 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 350939 0 0 0 5062 47 0 0 20 0 4 0 109078341 1680412672 352259 33554432000 4194304 16246674 140736733767760 140736733767072 12413960 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 410257 352259 896 2943 0 407151 0
[pid=8982/tid=8983] ppid=8979 vsize=1641028 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 1680412672 352259 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=1641028 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109078341 1680412672 352259 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=1641028 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 1680412672 352259 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1641028

[startup+102.301 s]
/proc/loadavg: 2.13 2.19 2.22 3/183 8988
/proc/meminfo: memFree=26843768/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=2289220 CPUtime=102.28 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 512989 0 0 0 10160 68 0 0 20 0 4 0 109078341 2344161280 514309 33554432000 4194304 16246674 140736733767760 140736733765632 4206597 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 572305 514309 897 2943 0 569199 0
[pid=8982/tid=8983] ppid=8979 vsize=2289220 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 2344161280 514309 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=2289220 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 109078341 2344161280 514309 33554432000 4194304 16246674 140736733767760 140155721591824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=2289220 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 2344161280 514309 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2289220


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

/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 4668854272 1081887 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=4559428 CPUtime=0.01 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 109078341 4668854272 1081887 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=4559428 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 4668854272 1081887 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 4559428

[startup+1362.3 s]
/proc/loadavg: 2.19 2.22 2.18 3/183 9091
/proc/meminfo: memFree=24342872/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=4743748 CPUtime=1362.05 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 4687615 0 0 0 135366 839 0 0 20 0 4 0 109078341 4857597952 1127968 33554432000 4194304 16246674 140736733767760 140736733766936 12371175 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 1185937 1127968 916 2943 0 1182831 0
[pid=8982/tid=8983] ppid=8979 vsize=4743748 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 4857597952 1127968 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=4743748 CPUtime=0.01 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 109078341 4857597952 1127968 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=4743748 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 4857597952 1127968 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 4743748

[startup+1422.3 s]
/proc/loadavg: 2.17 2.20 2.18 3/183 9092
/proc/meminfo: memFree=24147100/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=4938308 CPUtime=1422.04 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 4971775 0 0 0 141310 894 0 0 20 0 4 0 109078341 5056827392 1176608 33554432000 4194304 16246674 140736733767760 140736733766856 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 1234577 1176608 916 2943 0 1231471 0
[pid=8982/tid=8983] ppid=8979 vsize=4938308 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 5056827392 1176608 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=4938308 CPUtime=0.01 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 109078341 5056827392 1176608 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=4938308 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 5056827392 1176608 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 4938308

[startup+1482.3 s]
/proc/loadavg: 2.19 2.21 2.18 3/183 9093
/proc/meminfo: memFree=24454512/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=4631108 CPUtime=1482.03 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 5323008 0 0 0 147245 958 0 0 20 0 4 0 109078341 4742254592 1099808 33554432000 4194304 16246674 140736733767760 140736733766936 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 1157777 1099808 916 2943 0 1154671 0
[pid=8982/tid=8983] ppid=8979 vsize=4631108 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 4742254592 1099808 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=4631108 CPUtime=0.01 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 109078341 4742254592 1099808 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=4631108 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 4742254592 1099808 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 4631108

[startup+1542.31 s]
/proc/loadavg: 2.25 2.23 2.18 3/183 9094
/proc/meminfo: memFree=23502960/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=5581380 CPUtime=1542.02 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 5959169 0 0 0 153147 1055 0 0 20 0 4 0 109078341 5715333120 1337377 33554432000 4194304 16246674 140736733767760 140736733765632 4220850 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 1395345 1337377 916 2943 0 1392239 0
[pid=8982/tid=8983] ppid=8979 vsize=5581380 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 5715333120 1337377 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=5581380 CPUtime=0.01 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 109078341 5715333120 1337377 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=5581380 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 5715333120 1337377 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 5581380

[startup+1602.3 s]
/proc/loadavg: 2.19 2.21 2.18 4/183 9095
/proc/meminfo: memFree=26452800/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=2636356 CPUtime=1602 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 6193413 0 0 0 159087 1113 0 0 20 0 4 0 109078341 2699628544 601121 33554432000 4194304 16246674 140736733767760 140736733765568 4221031 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 659089 601121 916 2943 0 655983 0
[pid=8982/tid=8983] ppid=8979 vsize=2636356 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 2699628544 601121 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=2636356 CPUtime=0.01 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 109078341 2699628544 601121 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=2636356 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 2699628544 601121 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 2636356

[startup+1662.3 s]
/proc/loadavg: 2.23 2.23 2.18 3/183 9097
/proc/meminfo: memFree=26809836/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=2281028 CPUtime=1662 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 6313477 0 0 0 165063 1137 0 0 20 0 4 0 109078341 2335772672 512289 33554432000 4194304 16246674 140736733767760 140736733766856 4220498 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 570257 512289 916 2943 0 567151 0
[pid=8982/tid=8983] ppid=8979 vsize=2281028 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 2335772672 512289 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=2281028 CPUtime=0.01 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 109078341 2335772672 512289 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=2281028 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 2335772672 512289 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 2281028

[startup+1722.3 s]
/proc/loadavg: 2.12 2.20 2.18 3/183 9098
/proc/meminfo: memFree=26209960/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=2879044 CPUtime=1721.99 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 6462982 0 0 0 171037 1162 0 0 20 0 4 0 109078341 2948141056 661793 33554432000 4194304 16246674 140736733767760 140736733765568 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 719761 661793 916 2943 0 716655 0
[pid=8982/tid=8983] ppid=8979 vsize=2879044 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 2948141056 661793 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=2879044 CPUtime=0.01 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 109078341 2948141056 661793 33554432000 4194304 16246674 140736733767760 140155721591824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=2879044 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 2948141056 661793 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 2879044

[startup+1782.3 s]
/proc/loadavg: 2.39 2.25 2.19 3/184 9102
/proc/meminfo: memFree=25583116/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=3484228 CPUtime=1781.98 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 6614279 0 0 0 177011 1187 0 0 20 0 4 0 109078341 3567849472 813089 33554432000 4194304 16246674 140736733767760 140736733765568 4220921 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 871057 813089 916 2943 0 867951 0
[pid=8982/tid=8983] ppid=8979 vsize=3484228 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 3567849472 813089 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=3484228 CPUtime=0.01 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 109078341 3567849472 813089 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=3484228 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 3567849472 813089 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 3484228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.30 2.24 2.19 3/184 9102
/proc/meminfo: memFree=25519528/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=3547716 CPUtime=1800.07 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) R 8979 8982 5723 0 -1 4202496 6630151 0 0 0 178817 1190 0 0 20 0 4 0 109078341 3632861184 828961 33554432000 4194304 16246674 140736733767760 140736733766856 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 886929 828961 916 2943 0 883823 0
[pid=8982/tid=8983] ppid=8979 vsize=3547716 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8983/stat : 8983 (toysat) S 8979 8982 5723 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109078341 3632861184 828961 33554432000 4194304 16246674 140736733767760 140155801283824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=3547716 CPUtime=0.01 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) S 8979 8982 5723 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 109078341 3632861184 828961 33554432000 4194304 16246674 140736733767760 140155721592048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8982/tid=8985] ppid=8979 vsize=3547716 CPUtime=0 cores=1,3,5,7
/proc/8982/task/8985/stat : 8985 (toysat) S 8979 8982 5723 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109078341 3632861184 828961 33554432000 4194304 16246674 140736733767760 140155711118512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3547716

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

[startup+1800.5 s]
/proc/loadavg: 2.30 2.24 2.19 3/184 9102
/proc/meminfo: memFree=25519528/32872528 swapFree=16384/1696552
[pid=8982] ppid=8979 vsize=0 CPUtime=1800.18 cores=1,3,5,7
/proc/8982/stat : 8982 (toysat) Z 8979 8982 5723 0 -1 4203532 6630151 0 0 0 178818 1200 0 0 20 0 2 0 109078341 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8982/statm: 0 0 0 0 0 0 0
[pid=8982/tid=8984] ppid=8979 vsize=0 CPUtime=0.11 cores=1,3,5,7
/proc/8982/task/8984/stat : 8984 (toysat) R 8979 8982 5723 0 -1 4203588 7 0 0 0 1 10 0 0 20 0 2 0 109078341 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.57
CPU time (s): 1800.27
CPU user time (s): 1788.19
CPU system time (s): 12.0732
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 5957188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.19
system time used= 12.0732
maximum resident set size= 5725244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6630151
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= 1848
involuntary context switches= 1929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6602 second user time and 16.7345 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-07 05:50:53
IDJOB=4079184
IDBENCH=72363
IDSOLVER=2542
FILE ID=node125/4079184-1465271453
RUNJOBID= node125-1465259688-5740
PBS_JOBID= 19843289
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/random/rand.biglist/normalized-rand0c02bc.cudf.trendy.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079184-1465271453/watcher-4079184-1465271453 -o /tmp/evaluation-result-4079184-1465271453/solver-4079184-1465271453 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1465259688-5740 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079184-1465271453.opb

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

MD5SUM BENCH= d981913a416edc7be35e437715868058
RANDOM SEED=1931691132

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28902152 kB
Buffers:          130088 kB
Cached:           269520 kB
SwapCached:         1984 kB
Active:          1257060 kB
Inactive:         264916 kB
Active(anon):    1123048 kB
Inactive(anon):     1436 kB
Active(file):     134012 kB
Inactive(file):   263480 kB
Unevictable:     1696552 kB
Mlocked:           16384 kB
SwapTotal:      67108856 kB
SwapFree:       67098580 kB
Dirty:             17096 kB
Writeback:             0 kB
AnonPages:       2944584 kB
Mapped:            10988 kB
Shmem:                 0 kB
Slab:             612944 kB
SReclaimable:      56940 kB
SUnreclaim:       556004 kB
KernelStack:        1528 kB
PageTables:         9684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2964928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2426880 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= 71712 MiB
End job on node125 at 2016-06-07 06:20:53