Trace number 4107510

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.02 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
10orplus/normalized-monodevelop-nunit.cudf.paranoid.opb
MD5SUMc06a7e9e3425b18c82ed3ba98ca83aa5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark142331
Best CPU time to get the best result obtained on this benchmark21.3428
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19813
Total number of constraints96655
Number of constraints which are clauses95085
Number of constraints which are cardinality constraints (but not clauses)1570
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7267
Biggest coefficient in the objective function 4309
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12758947
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4309
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12758947
Number of bits of the biggest sum of numbers24
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-18T23:36:02+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-4107510-1466285762.opb"]
0.00/0.01	c use --random-gen="2532963863 3863146584 3112577280 3651954203 1845297783 3305467501 3408504340 2932575875 273725250 3877978006 3641994035 579118289 2093338937 1933907734 1404391899 1177631234 1999605111 142662516 2817945084 4031728159 1610606407 233343950 1042881367 2022673573 942637938 2148031610 319496577 2654961821 3768811285 3927159231 2261163880 2375979183 2823317243 4031710561 1526856604 2442159371 1205096132 1894585898 2930578539 3677138485 4175529183 261021090 550057680 1032962117 1697246433 1274668093 3261619299 2647783442 3016922905 1346692758 2889116693 2741335140 334636622 2647731355 3662495619 877383031 1099068145 3147272381 4034999195 2706847737 1176849510 2013259332 3970270029 718370323 37105458 504165975 2935536692 3244819302 567848761 1084277063 3569610336 2597098438 2023945817 2718018141 294207946 2546854434 1785150411 1670433934 2625081732 1083899841 3108605219 2275370528 1443094186 1582632545 3561365432 3571874958 409489632 1580036702 3167584151 919887561 4106932515 3383144232 2904195457 3367378858 602274412 3811638056 1518648553 3623149136 556554734 1465483811 2230911484 546169910 3781308467 4028778136 4057627465 1419756719 4025944716 1689093358 2160543636 538974686 2878212500 762804362 742781908 2841234691 3652535677 1079056923 2012368271 3156123495 777202019 2234919516 1908062812 1810587125 2759254034 2442425115 1276442348 684793069 3572014480 2213293618 418734350 3785782771 3217152672 2889317109 1027519706 1637953281 2835507429 3443138606 2567091422 3536660295 1613680301 1419696301 1534209192 4152559844 633033447 964036827 3104224557 3763524534 2836240168 1899475742 2795237559 409945260 3651021792 4278084140 3177036530 43399877 2895320500 3252874179 2682264402 3895923209 3528747009 2207700834 3488826790 987070628 1312852241 1288264596 4180471330 452823501 1530829071 1909968569 1570843899 1199001594 1035486244 1299048422 2540411564 3019221610 2991775033 1299906208 3289034901 4107927309 1197078512 1363818778 4174644543 845100582 4254749550 3774315307 750224646 1428424957 1714753306 2202271285 3388760898 4259162928 1628993224 2981940219 2330491445 2179020775 1741038577 2204753783 99469084 4066863600 3006680100 2262850076 1209682747 1787687717 972616835 2465142627 1769404914 53254179 737067794 2782335076 2274500136 1936107563 2871192927 2637306149 1741468441 1053256719 378037629 1254473279 3984849400 3884990592 1745007832 2236182486 610354296 3429542154 2228111201 798829610 3991639873 2389371683 1143474945 719738137 1746686303 925987441 3611882696 2897675952 654688809 1311330710 2483720018 666467736 3713622671 2943969064 2832277131 1057633482 2257177236 763093850 2027702954 911914326 3678584064 3592045814 2899398973 3945606486 323355348 3455006779 1487258329 2320715741 1537703717 3336406733 2948047975 325854970 255 362436" option to reproduce the execution
0.69/0.72	c #vars 19813
0.69/0.72	c #constraints 96655
2.19/2.24	c BCD2: Hardening is enabled.
2.19/2.24	c BCD2: BiasedSearch is enabled.
2.19/2.24	c Solving starts ...
2.19/2.24	c ============================[ Search Statistics ]============================
2.19/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.24	c =============================================================================
2.19/2.25	c  0.0s |       0 |        0 |        0 |    38763      0 |       52 |        0
2.79/2.81	c  0.6s |       1 |    84406 |      100 |    38763      0 |       52 |      141
4.79/4.87	c  2.6s |       2 |   320156 |      250 |    42640      0 |       52 |      141
7.29/7.31	c  5.1s |       2 |   608198 |      396 |    46905      0 |       52 |      141
7.29/7.31	c #cpu_time = 5.052s
7.29/7.31	c #wall_clock_time = 5.052s
7.29/7.31	c #decision = 608198
7.29/7.31	c #random_decision = 1898
7.29/7.31	c #conflict = 396
7.29/7.31	c #restart = 2
7.29/7.31	o 6820280
190.47/190.57	c BCD2: updating upper bound: 12758947 -> 6820279
378.84/378.95	c BCD2: 0 <= obj <= 6820279
378.84/378.95	c BCD2: #cores=0, #unrelaxed=7267, #relaxed=0, #hardened=0
378.84/378.95	c BCD2: #sat=1 #unsat=1 bias=1/2
378.84/378.95	c Solving starts ...
378.84/378.95	c ============================[ Search Statistics ]============================
378.84/378.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
378.84/378.95	c       |         |          |          |    Limit     GC | Var      | Constra 
378.84/378.95	c =============================================================================
378.84/378.95	c  0.0s |       0 |        0 |        0 |    46905      0 |       52 |      141
378.94/379.00	c  0.1s |       0 |      382 |        0 |    46905      0 |       52 |      141
378.94/379.00	c #cpu_time = 0.053s
378.94/379.00	c #wall_clock_time = 0.053s
378.94/379.00	c #decision = 382
378.94/379.00	c #random_decision = 0
378.94/379.00	c #conflict = 0
378.94/379.00	c #restart = 0
378.94/379.00	c BCD2: found a new core of size 2: cost of the new core is >=1
378.94/379.00	c lower bound updated to 1
567.10/567.25	c BCD2: 1 <= obj <= 6820279
567.10/567.25	c BCD2: #cores=1, #unrelaxed=7265, #relaxed=2, #hardened=0
567.10/567.25	c BCD2: #sat=1 #unsat=2 bias=2/3
567.10/567.25	c Solving starts ...
567.10/567.25	c ============================[ Search Statistics ]============================
567.10/567.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
567.10/567.25	c       |         |          |          |    Limit     GC | Var      | Constra 
567.10/567.25	c =============================================================================
567.10/567.26	c  0.0s |       0 |        0 |        0 |    46905      0 |       52 |      141
567.20/567.32	c  0.1s |       0 |      750 |        0 |    46905      0 |       52 |      141
567.20/567.32	c #cpu_time = 0.059s
567.20/567.32	c #wall_clock_time = 0.059s
567.20/567.32	c #decision = 750
567.20/567.32	c #random_decision = 0
567.20/567.32	c #conflict = 0
567.20/567.32	c #restart = 0
567.20/567.32	c BCD2: found a new core of size 2: cost of the new core is >=1
567.20/567.32	c lower bound updated to 2
760.57/760.76	c BCD2: 2 <= obj <= 6820279
760.57/760.76	c BCD2: #cores=2, #unrelaxed=7263, #relaxed=4, #hardened=0
760.57/760.76	c BCD2: #sat=1 #unsat=3 bias=3/4
760.57/760.76	c Solving starts ...
760.57/760.76	c ============================[ Search Statistics ]============================
760.57/760.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
760.57/760.76	c       |         |          |          |    Limit     GC | Var      | Constra 
760.57/760.76	c =============================================================================
760.57/760.76	c  0.0s |       0 |        0 |        0 |    46905      0 |       52 |      141
760.67/760.82	c  0.1s |       0 |      780 |        0 |    46905      0 |       52 |      141
760.67/760.82	c #cpu_time = 0.057s
760.67/760.82	c #wall_clock_time = 0.057s
760.67/760.82	c #decision = 780
760.67/760.82	c #random_decision = 0
760.67/760.82	c #conflict = 0
760.67/760.82	c #restart = 0
760.67/760.82	c BCD2: found a new core of size 2: cost of the new core is >=1
760.67/760.82	c lower bound updated to 3
955.52/955.74	c BCD2: 3 <= obj <= 6820279
955.52/955.74	c BCD2: #cores=3, #unrelaxed=7261, #relaxed=6, #hardened=0
955.52/955.74	c BCD2: #sat=1 #unsat=4 bias=4/5
955.52/955.74	c Solving starts ...
955.52/955.74	c ============================[ Search Statistics ]============================
955.52/955.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
955.52/955.74	c       |         |          |          |    Limit     GC | Var      | Constra 
955.52/955.74	c =============================================================================
955.52/955.74	c  0.0s |       0 |        0 |        0 |    46905      0 |       52 |      141
955.62/955.81	c  0.1s |       0 |      827 |        0 |    46905      0 |       52 |      141
955.62/955.81	c #cpu_time = 0.064s
955.62/955.81	c #wall_clock_time = 0.064s
955.62/955.81	c #decision = 827
955.62/955.81	c #random_decision = 0
955.62/955.81	c #conflict = 0
955.62/955.81	c #restart = 0
955.62/955.81	c BCD2: found a new core of size 2: cost of the new core is >=1
955.62/955.81	c lower bound updated to 4
1181.53/1181.86	c BCD2: 4 <= obj <= 6820279
1181.53/1181.86	c BCD2: #cores=4, #unrelaxed=7259, #relaxed=8, #hardened=0
1181.53/1181.86	c BCD2: #sat=1 #unsat=5 bias=5/6
1181.53/1181.86	c Solving starts ...
1181.53/1181.86	c ============================[ Search Statistics ]============================
1181.53/1181.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1181.53/1181.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1181.53/1181.86	c =============================================================================
1181.53/1181.86	c  0.0s |       0 |        0 |        0 |    46905      0 |       52 |      141
1181.63/1181.94	c  0.1s |       0 |      916 |        0 |    46905      0 |       52 |      141
1181.63/1181.94	c #cpu_time = 0.068s
1181.63/1181.94	c #wall_clock_time = 0.068s
1181.63/1181.94	c #decision = 916
1181.63/1181.94	c #random_decision = 0
1181.63/1181.94	c #conflict = 0
1181.63/1181.94	c #restart = 0
1181.63/1181.94	c BCD2: found a new core of size 1: cost of the new core is >=1
1181.63/1181.94	c lower bound updated to 5
1415.46/1415.83	c BCD2: 5 <= obj <= 6820279
1415.46/1415.83	c BCD2: #cores=5, #unrelaxed=7258, #relaxed=9, #hardened=0
1415.46/1415.83	c BCD2: #sat=1 #unsat=6 bias=6/7
1415.46/1415.83	c Solving starts ...
1415.46/1415.83	c ============================[ Search Statistics ]============================
1415.46/1415.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1415.46/1415.83	c       |         |          |          |    Limit     GC | Var      | Constra 
1415.46/1415.83	c =============================================================================
1415.46/1415.83	c  0.0s |       0 |        0 |        0 |    46905      0 |       52 |      141
1415.57/1415.99	c  0.2s |       0 |     1843 |        1 |    46905      0 |       53 |      144
1415.57/1415.99	c #cpu_time = 0.157s
1415.57/1415.99	c #wall_clock_time = 0.157s
1415.57/1415.99	c #decision = 1843
1415.57/1415.99	c #random_decision = 0
1415.57/1415.99	c #conflict = 1
1415.57/1415.99	c #restart = 0
1415.57/1415.99	c BCD2: found a new core of size 1: cost of the new core is >=1
1415.57/1415.99	c lower bound updated to 6
1644.02/1644.41	c BCD2: 6 <= obj <= 6820279
1644.02/1644.41	c BCD2: #cores=6, #unrelaxed=7257, #relaxed=10, #hardened=0
1644.02/1644.41	c BCD2: #sat=1 #unsat=7 bias=7/8
1644.02/1644.41	c Solving starts ...
1644.02/1644.41	c ============================[ Search Statistics ]============================
1644.02/1644.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1644.02/1644.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1644.02/1644.41	c =============================================================================
1644.02/1644.41	c  0.0s |       0 |        0 |        0 |    46905      0 |       53 |      144
1644.12/1644.56	c  0.2s |       0 |     1845 |        1 |    46905      0 |       54 |      147
1644.12/1644.56	c #cpu_time = 0.153s
1644.12/1644.56	c #wall_clock_time = 0.153s
1644.12/1644.56	c #decision = 1845
1644.12/1644.56	c #random_decision = 0
1644.12/1644.56	c #conflict = 1
1644.12/1644.56	c #restart = 0
1644.12/1644.56	c BCD2: found a new core of size 1: cost of the new core is >=1
1644.12/1644.56	c lower bound updated to 7

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

pid=10415
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.06 2.08 2.08 3/179 10418
/proc/meminfo: memFree=30068640/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=730556 CPUtime=0 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 2729 0 0 0 0 0 0 0 20 0 4 0 30621620 748089344 3089 33554432000 4194304 16246674 140733815067824 140733815067248 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 183407 3099 441 2943 0 180301 0
[pid=10418/tid=10419] ppid=10415 vsize=748988 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 766963712 3159 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=753084 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 771158016 3176 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=757180 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30621620 775352320 3193 33554432000 4194304 16246674 140733815067824 140366063848624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10018 s]
/proc/loadavg: 2.06 2.08 2.08 3/179 10418
/proc/meminfo: memFree=30068640/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 27184 0 0 0 5 4 0 0 20 0 4 0 30621620 1333334016 27483 33554432000 4194304 16246674 140733815067824 140733815067136 7368729 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 325521 27498 799 2943 0 322415 0
[pid=10418/tid=10419] ppid=10415 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1333334016 27510 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1333334016 27520 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1333334016 27531 33554432000 4194304 16246674 140733815067824 140366063848624 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.200528 s]
/proc/loadavg: 2.06 2.08 2.08 3/179 10418
/proc/meminfo: memFree=30068640/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 50904 0 0 0 12 7 0 0 20 0 4 0 30621620 1344868352 51713 33554432000 4194304 16246674 140733815067824 140733815067136 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 328337 51721 799 2943 0 325231 0
[pid=10418/tid=10419] ppid=10415 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1344868352 51726 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1344868352 51731 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1344868352 51737 33554432000 4194304 16246674 140733815067824 140366063848624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300498 s]
/proc/loadavg: 2.06 2.08 2.08 3/179 10418
/proc/meminfo: memFree=30068640/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 60319 0 0 0 20 9 0 0 20 0 4 0 30621620 1345916928 61128 33554432000 4194304 16246674 140733815067824 140733815067136 8057233 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 328593 61128 799 2943 0 325487 0
[pid=10418/tid=10419] ppid=10415 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1345916928 61128 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1345916928 61128 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1345916928 61128 33554432000 4194304 16246674 140733815067824 140366063848624 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) 1314372

[startup+0.700434 s]
/proc/loadavg: 2.06 2.08 2.08 3/179 10418
/proc/meminfo: memFree=30068640/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1314372 CPUtime=0.69 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 73445 0 0 0 57 12 0 0 20 0 4 0 30621620 1345916928 74254 33554432000 4194304 16246674 140733815067824 140733815050816 7374352 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 328593 74254 800 2943 0 325487 0
[pid=10418/tid=10419] ppid=10415 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1345916928 74254 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1345916928 74254 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1345916928 74254 33554432000 4194304 16246674 140733815067824 140366063848624 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) 1314372

[startup+1.50047 s]
/proc/loadavg: 2.05 2.07 2.08 3/183 10422
/proc/meminfo: memFree=29456036/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 192509 0 0 0 118 31 0 0 20 0 4 0 30621620 1345916928 193319 33554432000 4194304 16246674 140733815067824 140733815049728 12478189 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 328593 193329 840 2943 0 325487 0
[pid=10418/tid=10419] ppid=10415 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1345916928 193335 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1345916928 193342 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1345916928 193348 33554432000 4194304 16246674 140733815067824 140366063848624 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) 1314372

[startup+3.10041 s]
/proc/loadavg: 2.05 2.07 2.08 3/183 10422
/proc/meminfo: memFree=28975652/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=3.09 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 274480 0 0 0 265 44 0 0 20 0 4 0 30621620 1389957120 275289 33554432000 4194304 16246674 140733815067824 140733815049728 5664948 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 275297 889 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 275304 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 275309 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 275314 33554432000 4194304 16246674 140733815067824 140366063848624 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) 1357380

[startup+6.30042 s]
/proc/loadavg: 2.13 2.09 2.08 3/183 10422
/proc/meminfo: memFree=28946248/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=6.29 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280028 0 0 0 584 45 0 0 20 0 4 0 30621620 1389957120 280837 33554432000 4194304 16246674 140733815067824 140733815049728 5677716 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280837 895 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280837 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280837 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280837 33554432000 4194304 16246674 140733815067824 140366063848624 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) 1357380

[startup+12.7004 s]
/proc/loadavg: 2.12 2.09 2.08 3/183 10422
/proc/meminfo: memFree=28945956/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=12.69 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280037 0 0 0 1224 45 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140733815049728 12654392 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280846 904 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140366063848624 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) 1357380

[startup+25.5004 s]
/proc/loadavg: 2.17 2.10 2.09 4/183 10422
/proc/meminfo: memFree=28947032/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=25.5 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280037 0 0 0 2505 45 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140733815049728 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280846 904 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140366063848624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1357380

[startup+51.1004 s]
/proc/loadavg: 2.11 2.09 2.08 3/182 10422
/proc/meminfo: memFree=28948924/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=51.08 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280037 0 0 0 5063 45 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140733815049728 12449395 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280846 904 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140366063848624 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) 1357380

[startup+102.3 s]
/proc/loadavg: 2.14 2.10 2.09 3/183 10424
/proc/meminfo: memFree=28948908/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=102.28 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280037 0 0 0 10183 45 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140733815065664 12429797 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280846 904 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280846 33554432000 4194304 16246674 140733815067824 140366063848624 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) 1357380


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

/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366063848624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 1357380

[startup+1302.3 s]
/proc/loadavg: 2.02 2.03 2.04 3/183 10465
/proc/meminfo: memFree=28946904/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=1301.99 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280238 0 0 0 130152 47 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140733815049728 4221116 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280866 920 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366063848624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 1357380

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.03 3/183 10515
/proc/meminfo: memFree=28944664/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=1361.97 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280253 0 0 0 136150 47 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140733815049728 12654452 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280866 920 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366063848624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 1357380

[startup+1422.3 s]
/proc/loadavg: 2.05 2.03 2.03 3/183 10516
/proc/meminfo: memFree=28242144/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=1421.96 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280267 0 0 0 142148 48 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140733815049728 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280866 920 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366063848624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 1357380

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.03 3/184 10520
/proc/meminfo: memFree=27643668/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=1481.95 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280267 0 0 0 148147 48 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140733815049728 12371459 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280866 920 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366063848624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 1357380

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/184 10544
/proc/meminfo: memFree=27159160/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=1541.94 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280267 0 0 0 154146 48 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140733815065664 12429241 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280866 920 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366063848624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 1357380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/183 10546
/proc/meminfo: memFree=26758180/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=1601.93 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280267 0 0 0 160145 48 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140733815049728 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280866 920 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366063848624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 1357380

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/183 10547
/proc/meminfo: memFree=26430364/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=1661.93 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280267 0 0 0 166145 48 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140733815049728 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280866 920 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366063848624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 1357380

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.01 3/183 10548
/proc/meminfo: memFree=26557500/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=1721.91 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280267 0 0 0 172143 48 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140733815065664 12656080 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280866 920 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366063848624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 1357380

[startup+1782.31 s]
/proc/loadavg: 2.04 2.01 2.01 3/183 10549
/proc/meminfo: memFree=26163020/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=1781.91 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280267 0 0 0 178143 48 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140733815065664 13883727 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280866 920 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366063848624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 1357380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 10549
/proc/meminfo: memFree=25528452/32872528 swapFree=496868/529572
[pid=10418] ppid=10415 vsize=1357380 CPUtime=1800 cores=1,3,5,7
/proc/10418/stat : 10418 (toysat) R 10415 10418 7739 0 -1 4202496 280267 0 0 0 179952 48 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140733815049728 12449395 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10418/statm: 339345 280866 920 2943 0 336239 0
[pid=10418/tid=10419] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10419/stat : 10419 (toysat) S 10415 10418 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366084812016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10418/tid=10420] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10420/stat : 10420 (toysat) S 10415 10418 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366074322160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10418/tid=10421] ppid=10415 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/10418/task/10421/stat : 10421 (toysat) S 10415 10418 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30621620 1389957120 280866 33554432000 4194304 16246674 140733815067824 140366063848624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1357380

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.02
CPU user time (s): 1799.53
CPU system time (s): 0.488925
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 1357380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.488925
maximum resident set size= 1123464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280267
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= 240
involuntary context switches= 1837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.45032 second user time and 7.07392 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 23:36:02
IDJOB=4107510
IDBENCH=72236
IDSOLVER=2542
FILE ID=node141/4107510-1466285762
RUNJOBID= node141-1466264081-7756
PBS_JOBID= 19918217
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/10orplus/normalized-monodevelop-nunit.cudf.paranoid.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107510-1466285762/watcher-4107510-1466285762 -o /tmp/evaluation-result-4107510-1466285762/solver-4107510-1466285762 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466264081-7756 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107510-1466285762.opb

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

MD5SUM BENCH= c06a7e9e3425b18c82ed3ba98ca83aa5
RANDOM SEED=1706716636

node141.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.547
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.09
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.547
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.547
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.54
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.547
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.547
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.56
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.547
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.547
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.547
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30068548 kB
Buffers:          165492 kB
Cached:           271496 kB
SwapCached:         2528 kB
Active:          1240852 kB
Inactive:         284496 kB
Active(anon):    1088576 kB
Inactive(anon):     2028 kB
Active(file):     152276 kB
Inactive(file):   282468 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099068 kB
Dirty:             19796 kB
Writeback:            24 kB
AnonPages:       1706296 kB
Mapped:            10940 kB
Shmem:                 0 kB
Slab:             610816 kB
SReclaimable:      54276 kB
SUnreclaim:       556540 kB
KernelStack:        1464 kB
PageTables:         7224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1762120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 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 node141 at 2016-06-19 00:06:02