Trace number 4079122

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.35 1800.66

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_20_2__17_12__1024.opb
MD5SUM70fa2d49713378cb88b5a175e1735707
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 benchmark5.63514
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40978
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 constraint1024
Maximum length of a constraint8193
Number of terms in the objective function 40960
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 1786431488
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 94409
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 1786431488
Number of bits of the biggest sum of numbers31
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:52:52+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-4079122-1465267972.opb"]
0.00/0.01	c use --random-gen="1123278024 1463499083 546531431 20103854 2265478867 2890463836 424165273 3088348558 2316425887 3351166219 491127641 3522399284 4068220938 2004823270 2482089650 474353052 3727746162 345182530 743755385 8283923 215551801 2611472940 3815370168 2205803385 2570462316 3199106298 2999987433 1565779845 2378865106 2164893765 563557076 3681687954 2790784589 2084699383 1934021705 704883347 2880690769 85445110 2953983958 2063221448 2243998468 3409108877 59827198 1241519221 2577651795 1347537756 824489316 389047712 1735998273 2603182112 3476568253 3648746729 760255276 1296039640 1637636365 1227847736 2463358446 2907412829 1000110555 1556473680 2747614815 2423762267 600055705 4014991385 2869889996 1950043026 2807482784 2175279125 474391130 3407538646 3554206022 1164998140 1994483069 1192424361 1095815016 2214831449 2416398274 3546382212 2959512844 1875841213 3593549561 1422318100 2889905976 2447646366 1219862270 3127670213 409076057 3842788723 2500341127 2703884458 1476399249 1672542093 2051778137 3463550630 3877774370 4135258773 1228452882 1061033622 1918775301 2503547442 2558606381 4138555178 2165966974 4072493875 970754164 824542960 3335961422 4030147114 2074568001 4159213074 4286555496 1363009615 2853327088 2882223626 2308094891 1519038220 762464839 1426318463 755737595 138627223 2897190609 1361883757 1163116958 4039281811 2152780017 4111531942 1390329891 3819467074 1669966281 596269197 406624692 3118899945 1364240757 3069433760 2605711556 3497135804 160703549 2564947022 1086189611 2124666737 3453068645 1780080351 674474806 963171058 3582475823 2802888021 1333813623 4210278522 525432188 4287506313 3391172866 250617286 1360778338 2795613053 297400496 24498299 2222175149 916690141 1255779944 1875657506 1783546694 1021084120 1643231405 313505455 2194432048 2936916504 3173467682 3565190221 1554257870 3124274144 1197922616 464204863 2239335386 2593944887 2457703413 1070739464 1168375059 646311980 53255732 1101286846 504359793 209162848 2659564469 3729847169 2235904776 3682708722 3682711942 3117423915 2396325949 673235651 4283588997 3704048411 3877703779 3797014135 4179010357 3493659695 3383143481 67658417 840306803 3004615161 4261810366 3832979683 2858254479 1919279569 508483595 303788524 2229418883 345641525 114845371 427118034 2944351294 2826794924 418064631 819680390 2941094709 2220037590 1194403780 3559579798 2118675623 3025587177 1430604385 2390215054 407376595 3573985189 1718866643 150932408 3636226125 3177449828 2345717807 1172922725 1418801834 1988127950 1571723751 711023801 2827089805 620318204 201924995 3036557392 923244341 3767824522 306224417 901461406 2122804262 1886185701 3215503167 1361063179 3967237695 1341206102 4269304554 352387180 218226125 208563053 2145525644 3570271449 2456196064 4019281037 255 362436" option to reproduce the execution
0.29/0.31	c #vars 40978
0.29/0.31	c #constraints 60
0.99/1.00	c BCD2: Hardening is enabled.
0.99/1.00	c BCD2: BiasedSearch is enabled.
0.99/1.00	c Solving starts ...
0.99/1.00	c ============================[ Search Statistics ]============================
0.99/1.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.00	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.00	c =============================================================================
0.99/1.01	c  0.0s |       0 |        0 |        0 |    13686      0 |        0 |        0
4.29/4.33	c  3.3s |       0 |     1698 |      100 |    13686      0 |        0 |        0
4.49/4.55	c  3.3s |       1 |     1698 |      100 |    13686      0 |        0 |        0
9.19/9.22	c  8.2s |       1 |     6217 |      200 |    15055      0 |        0 |        0
16.39/16.49	c 15.5s |       2 |     9475 |      250 |    15055      0 |        0 |        0
64.68/64.72	c 63.7s |       2 |    19773 |      350 |    16561      0 |        0 |        0
113.67/113.75	c  112s |       2 |    19773 |      450 |    16561      0 |        0 |        0
125.97/126.08	c  125s |       3 |    19773 |      475 |    16561      0 |        0 |        0
151.36/151.41	c  150s |       3 |    34151 |      575 |    18218      0 |        0 |        0
176.57/176.63	c  175s |       3 |    34151 |      675 |    18218      0 |        0 |        0
201.76/201.85	c  200s |       3 |    34151 |      775 |    18218      0 |        0 |        0
211.36/211.48	c  210s |       4 |    34151 |      813 |    18218      0 |        0 |        0
211.86/211.93	c  210s |       4 |    53159 |      814 |    18218      0 |        0 |        0
211.86/211.93	c #cpu_time = 210.874s
211.86/211.93	c #wall_clock_time = 210.879s
211.86/211.93	c #decision = 53159
211.86/211.93	c #random_decision = 200
211.86/211.93	c #conflict = 814
211.86/211.93	c #restart = 4
211.86/211.94	o 633739
237.26/237.30	c BCD2: updating upper bound: 1786431488 -> 633738
262.35/262.48	c BCD2: 0 <= obj <= 633738
262.35/262.48	c BCD2: #cores=0, #unrelaxed=40960, #relaxed=0, #hardened=0
262.35/262.48	c BCD2: #sat=1 #unsat=1 bias=1/2
262.35/262.49	c Solving starts ...
262.35/262.49	c ============================[ Search Statistics ]============================
262.35/262.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
262.35/262.49	c       |         |          |          |    Limit     GC | Var      | Constra 
262.35/262.49	c =============================================================================
262.35/262.50	c  0.0s |       0 |        0 |        0 |    18218      0 |        0 |        0
262.65/262.70	c  0.2s |       0 |    10237 |        0 |    18218      0 |        0 |        0
262.65/262.70	c #cpu_time = 0.199s
262.65/262.70	c #wall_clock_time = 0.199s
262.65/262.70	c #decision = 10237
262.65/262.70	c #random_decision = 0
262.65/262.70	c #conflict = 0
262.65/262.70	c #restart = 0
262.65/262.70	c BCD2: found a new core of size 2048: cost of the new core is >=8301
262.65/262.70	c lower bound updated to 8301
287.55/287.67	c BCD2: 8301 <= obj <= 633738
287.55/287.67	c BCD2: #cores=1, #unrelaxed=38912, #relaxed=2048, #hardened=0
287.55/287.67	c BCD2: #sat=1 #unsat=2 bias=2/3
287.55/287.68	c Solving starts ...
287.55/287.68	c ============================[ Search Statistics ]============================
287.55/287.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
287.55/287.68	c       |         |          |          |    Limit     GC | Var      | Constra 
287.55/287.68	c =============================================================================
287.55/287.68	c  0.0s |       0 |        0 |        0 |    18218      0 |        0 |        1
287.85/287.90	c  0.2s |       0 |    18426 |        0 |    18218      0 |        0 |        1
287.85/287.90	c #cpu_time = 0.207s
287.85/287.90	c #wall_clock_time = 0.207s
287.85/287.90	c #decision = 18426
287.85/287.90	c #random_decision = 0
287.85/287.90	c #conflict = 0
287.85/287.90	c #restart = 0
287.85/287.91	c BCD2: found a new core of size 8190: cost of the new core is >=1005
287.85/287.91	c lower bound updated to 9306
312.94/313.01	c BCD2: 9306 <= obj <= 633738
312.94/313.01	c BCD2: #cores=2, #unrelaxed=30722, #relaxed=10238, #hardened=0
312.94/313.01	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-4079122-1465267972/watcher-4079122-1465267972 -o /tmp/evaluation-result-4079122-1465267972/solver-4079122-1465267972 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465252213-5800 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079122-1465267972.opb 

pid=8278
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.21 2.16 2.15 3/179 8281
/proc/meminfo: memFree=29370716/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=780732 CPUtime=0 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 2919 0 0 0 0 0 0 0 20 0 4 0 108730336 799469568 3280 33554432000 4194304 16246674 140733672348368 140733672347792 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 195695 3290 441 2943 0 192589 0
[pid=8281/tid=8282] ppid=8278 vsize=798140 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 817295360 3351 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=802236 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 821489664 3368 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=806332 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 825683968 3383 33554432000 4194304 16246674 140733672348368 140480125856944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10013 s]
/proc/loadavg: 2.21 2.16 2.15 3/179 8281
/proc/meminfo: memFree=29370716/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 30035 0 0 0 5 4 0 0 20 0 4 0 108730336 1333334016 30335 33554432000 4194304 16246674 140733672348368 140733672347680 8058796 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 325521 30350 798 2943 0 322415 0
[pid=8281/tid=8282] ppid=8278 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 1333334016 30360 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 1333334016 30372 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 1333334016 30383 33554432000 4194304 16246674 140733672348368 140480125856944 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) 1302084

[startup+0.200538 s]
/proc/loadavg: 2.21 2.16 2.15 3/179 8281
/proc/meminfo: memFree=29370716/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=1311300 CPUtime=0.19 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 46369 0 0 0 12 7 0 0 20 0 4 0 108730336 1342771200 47179 33554432000 4194304 16246674 140733672348368 140733672347680 7889646 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 327825 47198 801 2943 0 324719 0
[pid=8281/tid=8282] ppid=8278 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 1342771200 47209 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 1342771200 47220 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 1342771200 47232 33554432000 4194304 16246674 140733672348368 140480125856944 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) 1311300

[startup+0.300481 s]
/proc/loadavg: 2.21 2.16 2.15 3/179 8281
/proc/meminfo: memFree=29370716/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 55672 0 0 0 20 9 0 0 20 0 4 0 108730336 1344868352 56482 33554432000 4194304 16246674 140733672348368 140733672347680 7377096 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 328337 56482 801 2943 0 325231 0
[pid=8281/tid=8282] ppid=8278 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 1344868352 56482 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 1344868352 56482 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 1344868352 56482 33554432000 4194304 16246674 140733672348368 140480125856944 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.700352 s]
/proc/loadavg: 2.21 2.16 2.15 3/179 8281
/proc/meminfo: memFree=29370716/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=1325636 CPUtime=0.69 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 59004 0 0 0 60 9 0 0 20 0 4 0 108730336 1357451264 59814 33554432000 4194304 16246674 140733672348368 140733672347680 13790404 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 331409 59814 838 2943 0 328303 0
[pid=8281/tid=8282] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 59814 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 59814 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 59814 33554432000 4194304 16246674 140733672348368 140480125856944 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.50048 s]
/proc/loadavg: 2.21 2.16 2.15 3/183 8285
/proc/meminfo: memFree=29132320/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=1325636 CPUtime=1.49 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 59056 0 0 0 140 9 0 0 20 0 4 0 108730336 1357451264 59866 33554432000 4194304 16246674 140733672348368 140733672330240 6842716 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 331409 59866 888 2943 0 328303 0
[pid=8281/tid=8282] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 59866 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 59866 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 59866 33554432000 4194304 16246674 140733672348368 140480125856944 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) 1325636

[startup+3.10045 s]
/proc/loadavg: 2.21 2.16 2.15 3/183 8285
/proc/meminfo: memFree=29131824/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=1325636 CPUtime=3.09 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 59056 0 0 0 300 9 0 0 20 0 4 0 108730336 1357451264 59866 33554432000 4194304 16246674 140733672348368 140733672330240 5711355 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 331409 59866 888 2943 0 328303 0
[pid=8281/tid=8282] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 59866 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 59866 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 59866 33554432000 4194304 16246674 140733672348368 140480125856944 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) 1325636

[startup+6.30045 s]
/proc/loadavg: 2.20 2.16 2.15 3/183 8285
/proc/meminfo: memFree=29132344/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=1325636 CPUtime=6.29 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 59057 0 0 0 620 9 0 0 20 0 4 0 108730336 1357451264 59867 33554432000 4194304 16246674 140733672348368 140733672330240 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 331409 59867 888 2943 0 328303 0
[pid=8281/tid=8282] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 59867 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 59867 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 59867 33554432000 4194304 16246674 140733672348368 140480125856944 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) 1325636

[startup+12.7004 s]
/proc/loadavg: 2.18 2.16 2.15 3/183 8285
/proc/meminfo: memFree=29103380/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=1325636 CPUtime=12.69 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 66320 0 0 0 1259 10 0 0 20 0 4 0 108730336 1357451264 67130 33554432000 4194304 16246674 140733672348368 140733672330240 13943608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 331409 67130 888 2943 0 328303 0
[pid=8281/tid=8282] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 67130 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 67130 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 67130 33554432000 4194304 16246674 140733672348368 140480125856944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1325636

[startup+25.5005 s]
/proc/loadavg: 2.22 2.16 2.15 3/182 8285
/proc/meminfo: memFree=28975920/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=1325636 CPUtime=25.48 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 98212 0 0 0 2534 14 0 0 20 0 4 0 108730336 1357451264 99022 33554432000 4194304 16246674 140733672348368 140733672330240 5712760 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 331409 99022 888 2943 0 328303 0
[pid=8281/tid=8282] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 99022 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 99022 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 99022 33554432000 4194304 16246674 140733672348368 140480125856944 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) 1325636

[startup+51.1005 s]
/proc/loadavg: 2.21 2.17 2.15 3/183 8335
/proc/meminfo: memFree=27714392/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=1325636 CPUtime=51.08 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 98212 0 0 0 5094 14 0 0 20 0 4 0 108730336 1357451264 99022 33554432000 4194304 16246674 140733672348368 140733672330240 5711439 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 331409 99022 888 2943 0 328303 0
[pid=8281/tid=8282] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 99022 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 99022 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 99022 33554432000 4194304 16246674 140733672348368 140480125856944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1325636

[startup+102.301 s]
/proc/loadavg: 2.30 2.20 2.16 3/183 8336
/proc/meminfo: memFree=26657924/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=1325636 CPUtime=102.28 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 98351 0 0 0 10214 14 0 0 20 0 4 0 108730336 1357451264 99161 33554432000 4194304 16246674 140733672348368 140733672347464 5711369 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 331409 99161 888 2943 0 328303 0
[pid=8281/tid=8282] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 99161 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 99161 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 1357451264 99161 33554432000 4194304 16246674 140733672348368 140480125856944 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) 1325636


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

/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 5773004800 1351194 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=5637700 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 5773004800 1351194 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=5637700 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 5773004800 1351194 33554432000 4194304 16246674 140733672348368 140480125856944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 5637700

[startup+1362.3 s]
/proc/loadavg: 2.26 2.22 2.18 3/183 8390
/proc/meminfo: memFree=16987972/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=5808708 CPUtime=1362.06 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 1400832 0 0 0 135927 279 0 0 20 0 4 0 108730336 5948116992 1393946 33554432000 4194304 16246674 140733672348368 140733672347464 4226118 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 1452177 1393946 916 2943 0 1449071 0
[pid=8281/tid=8282] ppid=8278 vsize=5808708 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 5948116992 1393946 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=5808708 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 5948116992 1393946 33554432000 4194304 16246674 140733672348368 140480240131088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=5808708 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 5948116992 1393946 33554432000 4194304 16246674 140733672348368 140480125856944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 5808708

[startup+1422.3 s]
/proc/loadavg: 2.20 2.21 2.18 3/183 8391
/proc/meminfo: memFree=16710940/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=5978692 CPUtime=1422.05 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 1443328 0 0 0 141916 289 0 0 20 0 4 0 108730336 6122180608 1436442 33554432000 4194304 16246674 140733672348368 140733672346240 4221019 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 1494673 1436442 916 2943 0 1491567 0
[pid=8281/tid=8282] ppid=8278 vsize=5978692 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 6122180608 1436442 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=5978692 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 6122180608 1436442 33554432000 4194304 16246674 140733672348368 140480240131088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=5978692 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 6122180608 1436442 33554432000 4194304 16246674 140733672348368 140480125856944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 5978692

[startup+1482.3 s]
/proc/loadavg: 2.17 2.20 2.18 4/183 8392
/proc/meminfo: memFree=16482872/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=6148676 CPUtime=1482.03 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 1485824 0 0 0 147900 303 0 0 20 0 4 0 108730336 6296244224 1478938 33554432000 4194304 16246674 140733672348368 140733672346176 4225157 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 1537169 1478938 916 2943 0 1534063 0
[pid=8281/tid=8282] ppid=8278 vsize=6148676 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 6296244224 1478938 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=6148676 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 6296244224 1478938 33554432000 4194304 16246674 140733672348368 140480240131088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=6148676 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 6296244224 1478938 33554432000 4194304 16246674 140733672348368 140480125856944 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) 6148676

[startup+1542.31 s]
/proc/loadavg: 2.27 2.22 2.19 3/183 8393
/proc/meminfo: memFree=16200980/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=6319684 CPUtime=1542.04 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 1528576 0 0 0 153889 315 0 0 20 0 4 0 108730336 6471356416 1521690 33554432000 4194304 16246674 140733672348368 140733672347464 4220880 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 1579921 1521690 916 2943 0 1576815 0
[pid=8281/tid=8282] ppid=8278 vsize=6319684 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 6471356416 1521690 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=6319684 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 6471356416 1521690 33554432000 4194304 16246674 140733672348368 140480240131088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=6319684 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 6471356416 1521690 33554432000 4194304 16246674 140733672348368 140480125856944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 6319684

[startup+1602.3 s]
/proc/loadavg: 2.20 2.21 2.18 3/183 8395
/proc/meminfo: memFree=15916980/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=6489668 CPUtime=1602.01 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 1571072 0 0 0 159875 326 0 0 20 0 4 0 108730336 6645420032 1564186 33554432000 4194304 16246674 140733672348368 140733672347464 12371171 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 1622417 1564186 916 2943 0 1619311 0
[pid=8281/tid=8282] ppid=8278 vsize=6489668 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 6645420032 1564186 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=6489668 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 6645420032 1564186 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=6489668 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 6645420032 1564186 33554432000 4194304 16246674 140733672348368 140480125856944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 6489668

[startup+1662.3 s]
/proc/loadavg: 2.26 2.23 2.19 4/184 8399
/proc/meminfo: memFree=15723072/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=6588996 CPUtime=1662.01 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 1595904 0 0 0 165866 335 0 0 20 0 4 0 108730336 6747131904 1589018 33554432000 4194304 16246674 140733672348368 140733672347544 4220880 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 1647249 1589018 916 2943 0 1644143 0
[pid=8281/tid=8282] ppid=8278 vsize=6588996 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 6747131904 1589018 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=6588996 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 6747131904 1589018 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=6588996 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 6747131904 1589018 33554432000 4194304 16246674 140733672348368 140480125856944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 6588996

[startup+1722.3 s]
/proc/loadavg: 2.25 2.23 2.18 3/183 8400
/proc/meminfo: memFree=15487160/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=6758980 CPUtime=1722 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 1638400 0 0 0 171852 348 0 0 20 0 4 0 108730336 6921195520 1631514 33554432000 4194304 16246674 140733672348368 140733672347464 4220921 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 1689745 1631514 916 2943 0 1686639 0
[pid=8281/tid=8282] ppid=8278 vsize=6758980 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 6921195520 1631514 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=6758980 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 6921195520 1631514 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=6758980 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 6921195520 1631514 33554432000 4194304 16246674 140733672348368 140480125856944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 6758980

[startup+1782.3 s]
/proc/loadavg: 2.14 2.20 2.18 3/183 8401
/proc/meminfo: memFree=15222364/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=6922820 CPUtime=1781.99 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 1679360 0 0 0 177840 359 0 0 20 0 4 0 108730336 7088967680 1672474 33554432000 4194304 16246674 140733672348368 140733672347464 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 1730705 1672474 916 2943 0 1727599 0
[pid=8281/tid=8282] ppid=8278 vsize=6922820 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 7088967680 1672474 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=6922820 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 7088967680 1672474 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=6922820 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 7088967680 1672474 33554432000 4194304 16246674 140733672348368 140480125856944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 6922820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.24 2.22 2.18 5/183 8401
/proc/meminfo: memFree=15163100/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=6922820 CPUtime=1800.09 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) R 8278 8281 5783 0 -1 4202496 1679361 0 0 0 179648 361 0 0 20 0 4 0 108730336 7088967680 1672474 33554432000 4194304 16246674 140733672348368 140733672347464 6955280 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 1730705 1672474 916 2943 0 1727599 0
[pid=8281/tid=8282] ppid=8278 vsize=6922820 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) S 8278 8281 5783 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 108730337 7088967680 1672474 33554432000 4194304 16246674 140733672348368 140480250621168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8281/tid=8283] ppid=8278 vsize=6922820 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8283/stat : 8283 (toysat) S 8278 8281 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108730337 7088967680 1672474 33554432000 4194304 16246674 140733672348368 140480240131312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8281/tid=8284] ppid=8278 vsize=6922820 CPUtime=0 cores=1,3,5,7
/proc/8281/task/8284/stat : 8284 (toysat) S 8278 8281 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108730337 7088967680 1672474 33554432000 4194304 16246674 140733672348368 140480125856944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 6922820

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

[startup+1800.6 s]
/proc/loadavg: 2.24 2.22 2.18 5/183 8401
/proc/meminfo: memFree=15163100/32872528 swapFree=16252/1391864
[pid=8281] ppid=8278 vsize=0 CPUtime=1800.28 cores=1,3,5,7
/proc/8281/stat : 8281 (toysat) Z 8278 8281 5783 0 -1 4203532 1679361 0 0 0 179648 380 0 0 20 0 2 0 108730336 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8281/statm: 0 0 0 0 0 0 0
[pid=8281/tid=8282] ppid=8278 vsize=0 CPUtime=0.18 cores=1,3,5,7
/proc/8281/task/8282/stat : 8282 (toysat) R 8278 8281 5783 0 -1 4203588 10 0 0 0 0 18 0 0 20 0 2 0 108730337 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.66
CPU time (s): 1800.35
CPU user time (s): 1796.49
CPU system time (s): 3.86441
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 6922820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.49
system time used= 3.86441
maximum resident set size= 6689896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1679361
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= 824
involuntary context switches= 1900

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0275 second user time and 17.6123 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-07 04:52:52
IDJOB=4079122
IDBENCH=71891
IDSOLVER=2542
FILE ID=node119/4079122-1465267972
RUNJOBID= node119-1465252213-5800
PBS_JOBID= 19843259
Free space on /tmp= 71720 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__1024.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079122-1465267972/watcher-4079122-1465267972 -o /tmp/evaluation-result-4079122-1465267972/solver-4079122-1465267972 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465252213-5800 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079122-1465267972.opb

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

MD5SUM BENCH= 70fa2d49713378cb88b5a175e1735707
RANDOM SEED=1741743555

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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:        29371360 kB
Buffers:          119664 kB
Cached:           164316 kB
SwapCached:          888 kB
Active:          1218876 kB
Inactive:         156780 kB
Active(anon):    1092444 kB
Inactive(anon):     1712 kB
Active(file):     126432 kB
Inactive(file):   155068 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:             17880 kB
Writeback:             0 kB
AnonPages:       2572932 kB
Mapped:            10584 kB
Shmem:                 0 kB
Slab:             599384 kB
SReclaimable:      43476 kB
SUnreclaim:       555908 kB
KernelStack:        1520 kB
PageTables:         8956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2624404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2551808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71676 MiB
End job on node119 at 2016-06-07 05:22:53