Trace number 4079127

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.21 1800.5

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_20_2__17_12__512.opb
MD5SUM609453b50c3d7bac05dbde2a1c3eefb6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46877
Best CPU time to get the best result obtained on this benchmark4.08438
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20498
Total number of constraints60
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)42
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint512
Maximum length of a constraint4097
Number of terms in the objective function 20480
Biggest coefficient in the objective function 94409
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 893215744
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 94409
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 893215744
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-07T04:25: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-4079127-1465266357.opb"]
0.00/0.01	c use --random-gen="3164627351 763410972 1492268950 93830870 4127734838 667107530 3502337131 4026212292 2335316460 3870978897 276595521 4234484760 1444068642 175029722 3459888554 3552123759 3681324914 1443718713 2217601703 3638797132 2915777913 115501309 3168779574 3264271825 1077006645 2949106040 3267659408 2809386646 3337881976 2199925003 4113732791 3473065936 2118575083 2112146668 2996536982 2061608697 714098813 1584648350 3783876717 2728653965 125582136 3119426340 2554877572 3608494861 1973685889 2246952693 3955708985 3476704712 2474576298 3067273706 916671359 2616569508 3317504309 2041933644 1092667302 653431802 3151375490 2511714288 3694697806 4199808384 2396811110 1268879798 2149575518 2561913085 3595415844 160477888 630215766 3669894014 434564332 2521425776 3069877067 1733326593 692304368 1918017299 751742500 268325671 1583659989 176652797 3081742606 1949915959 1611294850 3768206391 1323451675 3042840345 2221921413 1567790718 2556434094 1469871250 2068833923 680632169 2261218415 1505771033 252060427 3152257025 3692252501 2176156208 2075631967 978970430 2610329389 2702841968 1791880039 4206714789 2614759064 3056558209 1579973488 3743410319 1798706741 3794471071 2179016403 1391588817 650266005 1394089162 3927400917 3259485496 2493153010 1522411743 1496921452 1971005512 1996766712 2485680554 3962280985 2157644963 855876842 892003124 3940520844 2331641783 1104679288 1412298337 2216287002 107766473 3767035789 1537974779 985952513 2867817866 383910104 408140700 1605604073 1434407907 2539096969 4131272375 1086582485 3330802758 2820288183 930457176 2629152158 3873131451 2142563241 520914485 601506416 3917702831 1375516629 3360428248 3361252229 2925031249 2119450334 1710636782 4085577944 2244982210 3793290661 1939835175 1974795365 3674083580 2490721357 71129916 2526411989 744444106 325532077 4167568292 876239322 359544752 453753309 2182531901 2160525735 1628055818 3817244167 2720251660 2965354835 2974122169 2220223072 2310941755 1400249434 3905635103 875337147 3599667391 2111907934 74194909 360067704 321239218 2389512011 2011491874 342002919 2504443236 2032887718 1655641290 2983550819 2434102470 838200378 2874867778 2489280644 3568854701 2314415374 4178197595 712684933 1486551453 449813063 3184153922 3434433542 2351143851 989811177 1304223524 841082344 68497737 3208527394 1344855450 2480556967 1863227879 1154031600 2517105062 1223215026 95790543 12321157 303695920 3117318915 279836420 3803090633 1867626954 3338069536 2841522546 2107578129 4037705208 3328432377 1954061514 1296236628 2365540084 2577523863 2075717631 4067997923 3736218469 3072424982 1231985987 750079986 209020835 2357242390 2638170480 1585648466 296501261 4002357017 364957379 3555488098 1620580177 1222920194 263279406 1237997155 2964981457 2692004179 3466570201 255 362436" option to reproduce the execution
0.09/0.17	c #vars 20498
0.09/0.17	c #constraints 60
0.38/0.44	c BCD2: Hardening is enabled.
0.38/0.44	c BCD2: BiasedSearch is enabled.
0.38/0.44	c Solving starts ...
0.38/0.44	c ============================[ Search Statistics ]============================
0.38/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.38/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.38/0.44	c =============================================================================
0.38/0.44	c  0.0s |       0 |        0 |        0 |     6859      0 |        0 |        0
5.58/5.66	c  5.2s |       0 |      534 |      100 |     6859      0 |        0 |        0
5.58/5.67	c  5.2s |       1 |      534 |      100 |     6859      0 |        0 |        0
10.78/10.86	c 10.4s |       1 |     3727 |      200 |     7545      0 |        0 |        0
13.39/13.44	c 13.0s |       2 |     3727 |      250 |     7545      0 |        0 |        0
20.79/20.83	c 20.4s |       2 |    10195 |      350 |     8300      0 |        0 |        0
28.29/28.39	c 28.0s |       2 |    10195 |      450 |     8300      0 |        0 |        0
30.29/30.31	c 29.9s |       3 |    10195 |      475 |     8300      0 |        0 |        0
38.69/38.73	c 38.3s |       3 |    13359 |      575 |     9130      0 |        0 |        0
46.98/47.01	c 46.6s |       3 |    13359 |      675 |     9130      0 |        0 |        0
55.38/55.41	c 55.0s |       3 |    13359 |      775 |     9130      0 |        0 |        0
58.48/58.60	c 58.2s |       4 |    13359 |      813 |     9130      0 |        0 |        0
64.48/64.56	c 64.1s |       4 |    18146 |      913 |    10043      0 |        0 |        0
70.37/70.44	c 70.0s |       4 |    18146 |     1013 |    10043      0 |        0 |        0
76.27/76.37	c 75.9s |       4 |    18146 |     1113 |    10043      0 |        0 |        0
82.57/82.63	c 82.2s |       4 |    19201 |     1213 |    10043      0 |        0 |        0
93.78/93.84	c 93.4s |       4 |    19201 |     1313 |    10043      0 |        0 |        0
94.57/94.64	c 94.2s |       5 |    19201 |     1320 |    10043      0 |        0 |        0
95.47/95.53	c 95.1s |       5 |    28574 |     1377 |    11048      0 |        0 |        0
95.47/95.53	c #cpu_time = 95.070s
95.47/95.53	c #wall_clock_time = 95.067s
95.47/95.53	c #decision = 28574
95.47/95.53	c #random_decision = 109
95.47/95.53	c #conflict = 1377
95.47/95.53	c #restart = 5
95.47/95.53	o 676215
101.38/101.41	c BCD2: updating upper bound: 893215744 -> 676214
107.07/107.19	c BCD2: 0 <= obj <= 676214
107.07/107.19	c BCD2: #cores=0, #unrelaxed=20480, #relaxed=0, #hardened=0
107.07/107.19	c BCD2: #sat=1 #unsat=1 bias=1/2
107.17/107.20	c Solving starts ...
107.17/107.20	c ============================[ Search Statistics ]============================
107.17/107.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
107.17/107.20	c       |         |          |          |    Limit     GC | Var      | Constra 
107.17/107.20	c =============================================================================
107.17/107.20	c  0.0s |       0 |        0 |        0 |    11048      0 |        0 |        0
107.27/107.34	c  0.1s |       0 |     5117 |        0 |    11048      0 |        0 |        0
107.27/107.34	c #cpu_time = 0.138s
107.27/107.34	c #wall_clock_time = 0.138s
107.27/107.34	c #decision = 5117
107.27/107.34	c #random_decision = 0
107.27/107.34	c #conflict = 0
107.27/107.34	c #restart = 0
107.27/107.34	c BCD2: found a new core of size 1024: cost of the new core is >=8301
107.27/107.34	c lower bound updated to 8301
112.97/113.07	c BCD2: 8301 <= obj <= 676214
112.97/113.07	c BCD2: #cores=1, #unrelaxed=19456, #relaxed=1024, #hardened=0
112.97/113.07	c BCD2: #sat=1 #unsat=2 bias=2/3
112.97/113.07	c Solving starts ...
112.97/113.07	c ============================[ Search Statistics ]============================
112.97/113.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
112.97/113.07	c       |         |          |          |    Limit     GC | Var      | Constra 
112.97/113.07	c =============================================================================
112.97/113.07	c  0.0s |       0 |        0 |        0 |    11048      0 |        0 |        1
113.37/113.40	c  0.3s |       0 |     9210 |        0 |    11048      0 |        0 |        1
113.37/113.40	c #cpu_time = 0.323s
113.37/113.40	c #wall_clock_time = 0.323s
113.37/113.40	c #decision = 9210
113.37/113.40	c #random_decision = 0
113.37/113.40	c #conflict = 0
113.37/113.40	c #restart = 0
113.37/113.40	c BCD2: found a new core of size 4094: cost of the new core is >=1005
113.37/113.40	c lower bound updated to 9306
119.08/119.14	c BCD2: 9306 <= obj <= 676214
119.08/119.14	c BCD2: #cores=2, #unrelaxed=15362, #relaxed=5118, #hardened=0
119.08/119.14	c BCD2: #sat=1 #unsat=3 bias=3/4

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

pid=14334
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.09 2.11 2.09 3/179 14337
/proc/meminfo: memFree=30425512/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=801212 CPUtime=0 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 3001 0 0 0 0 0 0 0 20 0 4 0 108569147 820441088 2852 33554432000 4194304 16246674 140733977423712 140733977423136 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14337/statm: 200815 2860 441 2943 0 197709 0
[pid=14337/tid=14338] ppid=14334 vsize=818620 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 838266880 2922 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=822716 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 842461184 2938 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=829884 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108569147 849801216 2965 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100189 s]
/proc/loadavg: 2.09 2.11 2.09 3/179 14337
/proc/meminfo: memFree=30425512/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 29944 0 0 0 5 4 0 0 20 0 4 0 108569147 1334382592 29732 33554432000 4194304 16246674 140733977423712 140733977423024 8056990 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14337/statm: 325777 29749 799 2943 0 322671 0
[pid=14337/tid=14338] ppid=14334 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 1334382592 29760 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 1334382592 29772 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 1334382592 29785 33554432000 4194304 16246674 140733977423712 140397075483824 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) 1303108

[startup+0.200554 s]
/proc/loadavg: 2.09 2.11 2.09 3/179 14337
/proc/meminfo: memFree=30425512/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 44409 0 0 0 13 6 0 0 20 0 4 0 108569147 1344868352 44708 33554432000 4194304 16246674 140733977423712 140733977423024 4220487 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14337/statm: 328337 44708 811 2943 0 325231 0
[pid=14337/tid=14338] ppid=14334 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 1344868352 44708 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 1344868352 44708 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 1344868352 44708 33554432000 4194304 16246674 140733977423712 140397075483824 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) 1313348

[startup+0.300455 s]
/proc/loadavg: 2.09 2.11 2.09 3/179 14337
/proc/meminfo: memFree=30425512/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=1317444 CPUtime=0.28 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 45503 0 0 0 22 6 0 0 20 0 4 0 108569147 1349062656 45802 33554432000 4194304 16246674 140733977423712 140733977423024 13923640 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14337/statm: 329361 45802 838 2943 0 326255 0
[pid=14337/tid=14338] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45802 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45802 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45802 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1317444

[startup+0.700419 s]
/proc/loadavg: 2.09 2.11 2.09 3/179 14337
/proc/meminfo: memFree=30425512/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=1317444 CPUtime=0.68 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 45558 0 0 0 62 6 0 0 20 0 4 0 108569147 1349062656 45857 33554432000 4194304 16246674 140733977423712 140733977423024 5711576 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14337/statm: 329361 45857 891 2943 0 326255 0
[pid=14337/tid=14338] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45857 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45857 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45857 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1317444

[startup+1.50039 s]
/proc/loadavg: 2.16 2.12 2.09 3/183 14341
/proc/meminfo: memFree=30243764/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=1317444 CPUtime=1.48 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 45558 0 0 0 142 6 0 0 20 0 4 0 108569147 1349062656 45857 33554432000 4194304 16246674 140733977423712 140733977405632 6024725 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14337/statm: 329361 45857 891 2943 0 326255 0
[pid=14337/tid=14338] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45857 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45857 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45857 33554432000 4194304 16246674 140733977423712 140397075483824 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) 1317444

[startup+3.1004 s]
/proc/loadavg: 2.16 2.12 2.09 3/183 14341
/proc/meminfo: memFree=30243144/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=1317444 CPUtime=3.08 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 45558 0 0 0 302 6 0 0 20 0 4 0 108569147 1349062656 45857 33554432000 4194304 16246674 140733977423712 140733977405632 5712608 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14337/statm: 329361 45857 891 2943 0 326255 0
[pid=14337/tid=14338] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45857 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45857 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45857 33554432000 4194304 16246674 140733977423712 140397075483824 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) 1317444

[startup+6.3004 s]
/proc/loadavg: 2.15 2.12 2.09 3/183 14341
/proc/meminfo: memFree=30243184/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=1317444 CPUtime=6.28 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 45559 0 0 0 622 6 0 0 20 0 4 0 108569147 1349062656 45858 33554432000 4194304 16246674 140733977423712 140733977405632 13943608 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14337/statm: 329361 45858 891 2943 0 326255 0
[pid=14337/tid=14338] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45858 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45858 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45858 33554432000 4194304 16246674 140733977423712 140397075483824 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) 1317444

[startup+12.7004 s]
/proc/loadavg: 2.14 2.12 2.09 4/183 14341
/proc/meminfo: memFree=30243216/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=1317444 CPUtime=12.68 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 45559 0 0 0 1262 6 0 0 20 0 4 0 108569147 1349062656 45858 33554432000 4194304 16246674 140733977423712 140733977405632 13781188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14337/statm: 329361 45858 891 2943 0 326255 0
[pid=14337/tid=14338] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45858 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45858 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45858 33554432000 4194304 16246674 140733977423712 140397075483824 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) 1317444

[startup+25.5004 s]
/proc/loadavg: 2.12 2.11 2.09 3/183 14341
/proc/meminfo: memFree=30243208/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=1317444 CPUtime=25.5 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 45559 0 0 0 2543 7 0 0 20 0 4 0 108569147 1349062656 45858 33554432000 4194304 16246674 140733977423712 140733977405504 12483341 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14337/statm: 329361 45858 891 2943 0 326255 0
[pid=14337/tid=14338] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45858 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45858 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 45858 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1317444

[startup+51.1004 s]
/proc/loadavg: 2.21 2.13 2.10 3/183 14341
/proc/meminfo: memFree=29931552/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=1317444 CPUtime=51.08 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 123453 0 0 0 5091 17 0 0 20 0 4 0 108569147 1349062656 123752 33554432000 4194304 16246674 140733977423712 140733977405632 5712608 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14337/statm: 329361 123752 891 2943 0 326255 0
[pid=14337/tid=14338] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 123752 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 123752 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 123752 33554432000 4194304 16246674 140733977423712 140397075483824 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) 1317444

[startup+102.3 s]
/proc/loadavg: 2.16 2.13 2.09 3/183 14342
/proc/meminfo: memFree=29333620/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=1317444 CPUtime=102.27 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 270053 0 0 0 10191 36 0 0 20 0 4 0 108569147 1349062656 270352 33554432000 4194304 16246674 140733977423712 140733977405632 12652957 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14337/statm: 329361 270352 903 2943 0 326255 0
[pid=14337/tid=14338] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 270352 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 270352 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 1349062656 270352 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1317444


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

/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 4908978176 1139744 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=4793924 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 4908978176 1139744 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=4793924 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 4908978176 1139744 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 4793924

[startup+1362.3 s]
/proc/loadavg: 2.17 2.16 2.10 3/183 14374
/proc/meminfo: memFree=25499096/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=4910660 CPUtime=1362.07 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 1168379 0 0 0 135524 683 0 0 20 0 4 0 108569147 5028515840 1168928 33554432000 4194304 16246674 140733977423712 140733977422808 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14337/statm: 1227665 1168928 919 2943 0 1224559 0
[pid=14337/tid=14338] ppid=14334 vsize=4910660 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 5028515840 1168928 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=4910660 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 5028515840 1168928 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=4910660 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 5028515840 1168928 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 4910660

[startup+1422.3 s]
/proc/loadavg: 2.16 2.16 2.10 3/183 14375
/proc/meminfo: memFree=25407256/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=5001796 CPUtime=1422.06 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 1191163 0 0 0 141511 695 0 0 20 0 4 0 108569147 5121839104 1191712 33554432000 4194304 16246674 140733977423712 140733977422808 12656086 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14337/statm: 1250449 1191712 919 2943 0 1247343 0
[pid=14337/tid=14338] ppid=14334 vsize=5001796 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 5121839104 1191712 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=5001796 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 5121839104 1191712 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=5001796 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 5121839104 1191712 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 5001796

[startup+1482.3 s]
/proc/loadavg: 2.09 2.14 2.09 3/184 14379
/proc/meminfo: memFree=25324752/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=5084740 CPUtime=1482.05 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 1211899 0 0 0 147445 760 0 0 20 0 4 0 108569147 5206773760 1212448 33554432000 4194304 16246674 140733977423712 140733977421504 4220921 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14337/statm: 1271185 1212448 919 2943 0 1268079 0
[pid=14337/tid=14338] ppid=14334 vsize=5084740 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 5206773760 1212448 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=5084740 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 5206773760 1212448 33554432000 4194304 16246674 140733977423712 140397085957136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=5084740 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 5206773760 1212448 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 5084740

[startup+1542.3 s]
/proc/loadavg: 2.13 2.14 2.09 3/183 14380
/proc/meminfo: memFree=25206484/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=5202500 CPUtime=1542.04 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 1241339 0 0 0 153349 855 0 0 20 0 4 0 108569147 5327360000 1241888 33554432000 4194304 16246674 140733977423712 140733977421568 4220880 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14337/statm: 1300625 1241888 919 2943 0 1297519 0
[pid=14337/tid=14338] ppid=14334 vsize=5202500 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 5327360000 1241888 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=5202500 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 5327360000 1241888 33554432000 4194304 16246674 140733977423712 140397085957136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=5202500 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 5327360000 1241888 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 5202500

[startup+1602.3 s]
/proc/loadavg: 2.10 2.13 2.09 4/183 14381
/proc/meminfo: memFree=25116516/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=5292612 CPUtime=1602.03 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 1263867 0 0 0 159309 894 0 0 20 0 4 0 108569147 5419634688 1264416 33554432000 4194304 16246674 140733977423712 140733977422888 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14337/statm: 1323153 1264416 919 2943 0 1320047 0
[pid=14337/tid=14338] ppid=14334 vsize=5292612 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 5419634688 1264416 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=5292612 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 5419634688 1264416 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=5292612 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 5419634688 1264416 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 5292612

[startup+1662.3 s]
/proc/loadavg: 2.08 2.12 2.09 3/183 14383
/proc/meminfo: memFree=25031372/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=5376580 CPUtime=1662.03 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 1284859 0 0 0 165296 907 0 0 20 0 4 0 108569147 5505617920 1285408 33554432000 4194304 16246674 140733977423712 140733977422888 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14337/statm: 1344145 1285408 919 2943 0 1341039 0
[pid=14337/tid=14338] ppid=14334 vsize=5376580 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 5505617920 1285408 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=5376580 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 5505617920 1285408 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=5376580 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 5505617920 1285408 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 5376580

[startup+1722.3 s]
/proc/loadavg: 2.03 2.09 2.08 3/183 14432
/proc/meminfo: memFree=25002016/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=5459524 CPUtime=1722.01 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 1305595 0 0 0 171283 918 0 0 20 0 4 0 108569147 5590552576 1306144 33554432000 4194304 16246674 140733977423712 140733977421504 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14337/statm: 1364881 1306144 919 2943 0 1361775 0
[pid=14337/tid=14338] ppid=14334 vsize=5459524 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 5590552576 1306144 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=5459524 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 5590552576 1306144 33554432000 4194304 16246674 140733977423712 140397085957136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=5459524 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 5590552576 1306144 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 5459524

[startup+1782.31 s]
/proc/loadavg: 2.14 2.11 2.09 3/183 14433
/proc/meminfo: memFree=22752624/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=5577284 CPUtime=1782.01 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 1335043 0 0 0 177272 929 0 0 20 0 4 0 108569147 5711138816 1335586 33554432000 4194304 16246674 140733977423712 140733977422808 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14337/statm: 1394321 1335586 919 2943 0 1391215 0
[pid=14337/tid=14338] ppid=14334 vsize=5577284 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 5711138816 1335586 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=5577284 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 5711138816 1335586 33554432000 4194304 16246674 140733977423712 140397085957360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=5577284 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 5711138816 1335586 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 5577284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.11 2.10 2.09 3/183 14434
/proc/meminfo: memFree=22615320/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=5594692 CPUtime=1800 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) R 14334 14337 12837 0 -1 4202496 1339395 0 0 0 179067 933 0 0 20 0 4 0 108569147 5728964608 1339938 33554432000 4194304 16246674 140733977423712 140733977421568 4207014 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14337/statm: 1398673 1339938 919 2943 0 1395567 0
[pid=14337/tid=14338] ppid=14334 vsize=5594692 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) S 14334 14337 12837 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108569147 5728964608 1339938 33554432000 4194304 16246674 140733977423712 140397096447216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14337/tid=14339] ppid=14334 vsize=5594692 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14339/stat : 14339 (toysat) S 14334 14337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108569147 5728964608 1339938 33554432000 4194304 16246674 140733977423712 140397085957136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14337/tid=14340] ppid=14334 vsize=5594692 CPUtime=0 cores=1,3,5,7
/proc/14337/task/14340/stat : 14340 (toysat) S 14334 14337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108569147 5728964608 1339938 33554432000 4194304 16246674 140733977423712 140397075483824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 5594692

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

[startup+1800.4 s]
/proc/loadavg: 2.11 2.10 2.09 3/183 14434
/proc/meminfo: memFree=22615320/32872528 swapFree=11196/354588
[pid=14337] ppid=14334 vsize=0 CPUtime=1800.11 cores=1,3,5,7
/proc/14337/stat : 14337 (toysat) Z 14334 14337 12837 0 -1 4203532 1339395 0 0 0 179068 943 0 0 20 0 2 0 108569147 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14337/statm: 0 0 0 0 0 0 0
[pid=14337/tid=14338] ppid=14334 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/14337/task/14338/stat : 14338 (toysat) R 14334 14337 12837 0 -1 4203588 10 0 0 0 0 8 0 0 20 0 2 0 108569147 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.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.5
CPU time (s): 1800.21
CPU user time (s): 1790.68
CPU system time (s): 9.52755
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 5594692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.68
system time used= 9.52755
maximum resident set size= 5359752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1339395
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= 1757
involuntary context switches= 3571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.66929 second user time and 6.79097 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-07 04:25:57
IDJOB=4079127
IDBENCH=71863
IDSOLVER=2542
FILE ID=node126/4079127-1465266357
RUNJOBID= node126-1465253620-12854
PBS_JOBID= 19843265
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 609453b50c3d7bac05dbde2a1c3eefb6
RANDOM SEED=359504787

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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.500
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:        30426048 kB
Buffers:          124612 kB
Cached:           151428 kB
SwapCached:         2220 kB
Active:          1184236 kB
Inactive:         174192 kB
Active(anon):    1082056 kB
Inactive(anon):     2444 kB
Active(file):     102180 kB
Inactive(file):   171748 kB
Unevictable:      354588 kB
Mlocked:           11196 kB
SwapTotal:      67108856 kB
SwapFree:       67098636 kB
Dirty:             17100 kB
Writeback:             0 kB
AnonPages:       1437364 kB
Mapped:            10612 kB
Shmem:                 0 kB
Slab:             599076 kB
SReclaimable:      43148 kB
SUnreclaim:       555928 kB
KernelStack:        1520 kB
PageTables:         7448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1581124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    501760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71692 MiB
End job on node126 at 2016-06-07 04:55:57