Trace number 4107142

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.37 1800.68

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__16.opb
MD5SUM748001271bf6a9e9313b2355230b431b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2157428
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables161998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint16
Maximum length of a constraint705
Number of terms in the objective function 160000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 5544399696
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 5544399696
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T22:59:12+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-4107142-1466283552.opb"]
0.00/0.01	c use --random-gen="2117672445 2955239298 2580526408 2066603831 2736292978 2209043597 2849011115 2538526768 2347906228 1762439471 3977423527 627219292 4202056697 1918757381 1029596399 1067188669 300816184 3820989062 1745869813 2499479177 3474402918 2527082869 4205814282 2971720326 1335459598 3077156295 1066255163 4151849050 753843934 3106086719 431404843 2277676685 1585377047 1630676701 3852172097 3556629895 4286147936 906645607 4242263108 3164691075 1119650421 1414266001 3627917297 1055769396 705519587 1508336495 828276307 2389324353 680502950 3162060621 4036057847 801362599 2533552401 1925775409 2387262291 2201769407 2983508827 998078126 365050679 2547974668 2737768883 4022627313 3874285471 1100444809 1470041696 124882889 308818518 1208434331 246733711 3732724422 921968309 1122232222 3646452325 258848125 4231963523 3613738334 2213557902 2842557711 1065290172 439924915 1105364009 3737531828 1915634037 2489441628 1672704311 3296580462 505833625 3359154319 1268561705 63476389 939302498 2570462830 1111241942 3341538597 1034181956 1308222461 2902174582 2579060698 3305260633 419430544 3621637708 3614542761 3957131616 563344021 3591109543 3774320640 1093326879 3614527889 156166710 3080053189 2024429496 2833030797 486830568 2854729170 111634126 1460727506 696209226 1813246933 1436188642 3482804287 1023556495 1791815097 517643363 1582644830 3123230538 269213814 230984856 3868223874 2255025527 3063205070 2760794389 3720750819 927463812 3124496368 1010099677 2362324222 2408433325 3738567829 939308923 3917376493 2578182114 1371811404 2432081935 2716032962 2698732362 63939199 2422997772 1026103945 1371977029 1031363477 883824648 1598873786 751783115 2383459223 3637595705 827676873 1963078773 3323237332 1463954612 2483922360 1063276310 507925512 560487747 3382118398 4189188540 1890610631 1606437937 1400715571 284449670 152035662 3896077073 1770122813 975112104 462306017 1066878297 2424157528 3359517127 1504280291 3495994014 3332070480 887282049 1295565656 630490851 3815602430 1006588460 1249098710 2816381862 3905681112 176625545 1688844667 1407481089 3437695599 2569630789 1568880544 2832373287 2556702519 1028197150 734816802 4020642380 2222352007 38260212 3430616038 2744966630 2931419171 4258806546 1565278899 2605004719 3090747519 216435534 1484326469 160039093 614284686 2511070548 2795644794 1843023164 4075706639 1347829405 1324611048 1026352567 1293578241 4294444403 4051648577 2862411463 3310749477 4153018505 199961466 752413358 1702086949 953738330 1624870234 1264393775 4200442663 1758279421 64532943 628653559 1042195618 211587626 3967668386 4264935850 2628195546 3452192117 2640581631 4102900737 1793489137 2502761556 4092143969 419512259 3742874521 2330690051 2831593623 3666921592 1706696727 621462233 822229164 1320404169 1809956509 255 362436" option to reproduce the execution
1.09/1.14	c #vars 161998
1.09/1.14	c #constraints 12000
3.59/3.68	c BCD2: Hardening is enabled.
3.59/3.68	c BCD2: BiasedSearch is enabled.
3.59/3.68	c Solving starts ...
3.59/3.68	c ============================[ Search Statistics ]============================
3.59/3.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.68	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.68	c =============================================================================
3.69/3.76	c  0.0s |       0 |        0 |        0 |    58666      0 |        0 |        0
4.99/5.02	c  1.3s |       1 |     7786 |      100 |    58666      0 |        0 |        0
5.79/5.80	c  2.0s |       2 |    21129 |      250 |    64533      0 |        0 |        0
6.89/6.93	c  3.2s |       3 |    51202 |      475 |    70987      0 |        0 |        0
7.89/7.93	c  4.2s |       4 |    92717 |      813 |    78086      0 |        0 |        0
9.29/9.37	c  5.6s |       5 |   167977 |     1320 |    85895      0 |        0 |        0
10.99/11.09	c  7.3s |       5 |   234071 |     2071 |    94485      0 |        0 |        0
10.99/11.09	c #cpu_time = 7.148s
10.99/11.09	c #wall_clock_time = 7.147s
10.99/11.09	c #decision = 234071
10.99/11.09	c #random_decision = 664
10.99/11.09	c #conflict = 2071
10.99/11.09	c #restart = 5
10.99/11.09	o 69580486
11.28/11.38	c BCD2: updating upper bound: 5544399696 -> 69580485
12.69/12.76	c BCD2: 0 <= obj <= 69580485
12.69/12.77	c BCD2: #cores=0, #unrelaxed=160000, #relaxed=0, #hardened=0
12.69/12.77	c BCD2: #sat=1 #unsat=1 bias=1/2
12.69/12.78	c Solving starts ...
12.69/12.78	c ============================[ Search Statistics ]============================
12.69/12.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.69/12.78	c       |         |          |          |    Limit     GC | Var      | Constra 
12.69/12.78	c =============================================================================
12.69/12.78	c  0.0s |       0 |        0 |        0 |    94485      0 |        0 |        0
12.89/12.98	c  0.2s |       0 |    16832 |        0 |    94485      0 |        0 |        0
12.89/12.98	c #cpu_time = 0.186s
12.89/12.98	c #wall_clock_time = 0.186s
12.89/12.98	c #decision = 16832
12.89/12.98	c #random_decision = 0
12.89/12.98	c #conflict = 0
12.89/12.98	c #restart = 0
12.89/12.98	c BCD2: found a new core of size 80: cost of the new core is >=8736
12.89/12.98	c lower bound updated to 8736
12.99/13.07	c BCD2: 8736 <= obj <= 69580485
12.99/13.07	c BCD2: #cores=1, #unrelaxed=159920, #relaxed=80, #hardened=0
12.99/13.07	c BCD2: #sat=1 #unsat=2 bias=2/3
12.99/13.09	c Solving starts ...
12.99/13.09	c ============================[ Search Statistics ]============================
12.99/13.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.99/13.09	c       |         |          |          |    Limit     GC | Var      | Constra 
12.99/13.09	c =============================================================================
12.99/13.09	c  0.0s |       0 |        0 |        0 |    94485      0 |        0 |        1
13.49/13.57	c  0.5s |       0 |   107195 |        0 |    94485      0 |        0 |        1
13.49/13.57	c #cpu_time = 0.408s
13.49/13.57	c #wall_clock_time = 0.408s
13.49/13.57	c #decision = 107195
13.49/13.57	c #random_decision = 0
13.49/13.57	c #conflict = 0
13.49/13.57	c #restart = 0
13.49/13.57	c BCD2: found a new core of size 366: cost of the new core is >=806
13.49/13.57	c lower bound updated to 9542
13.59/13.66	c BCD2: 9542 <= obj <= 69580485
13.59/13.66	c BCD2: #cores=2, #unrelaxed=159554, #relaxed=446, #hardened=0
13.59/13.66	c BCD2: #sat=1 #unsat=3 bias=3/4
182.76/182.87	c Solving starts ...
182.76/182.87	c ============================[ Search Statistics ]============================
182.76/182.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
182.76/182.87	c       |         |          |          |    Limit     GC | Var      | Constra 
182.76/182.87	c =============================================================================
182.76/182.87	c  0.0s |       0 |        0 |        0 |    94485      0 |        0 |        1
183.96/184.00	c  1.1s |       1 |   286379 |      100 |   103934      0 |        0 |        1
186.76/186.83	c  4.0s |       1 |  1023854 |      200 |   103934      0 |        0 |        1
186.86/186.93	c  4.1s |       1 |  1023854 |      200 |   103934      0 |        0 |        1
186.86/186.93	c #cpu_time = 3.972s
186.86/186.93	c #wall_clock_time = 3.972s
186.86/186.93	c #decision = 1023854
186.86/186.93	c #random_decision = 0
186.86/186.93	c #conflict = 200
186.86/186.93	c #restart = 1
186.86/186.93	c BCD2: relaxing 956 and merging with 1 cores into a new core of size 1036: cost of the new core is >=11689
186.86/186.93	c lower bound updated to 12495
186.97/187.04	c BCD2: 12495 <= obj <= 69580485
186.97/187.04	c BCD2: #cores=2, #unrelaxed=158598, #relaxed=1402, #hardened=0
186.97/187.04	c BCD2: #sat=1 #unsat=4 bias=4/5
482.61/482.79	c Solving starts ...
482.61/482.79	c ============================[ Search Statistics ]============================
482.61/482.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
482.61/482.79	c       |         |          |          |    Limit     GC | Var      | Constra 
482.61/482.79	c =============================================================================
482.61/482.79	c  0.0s |       0 |        0 |        0 |   103934      0 |        2 |        1
484.21/484.38	c  1.6s |       1 |   268007 |      100 |   103934      0 |        2 |        4
486.71/486.82	c  4.0s |       2 |   947617 |      250 |   103934      0 |        2 |        4
488.11/488.26	c  5.5s |       3 |  1231226 |      475 |   103934      0 |        2 |        4
489.52/489.69	c  6.9s |       3 |  1517247 |      570 |   103934      0 |        2 |        4
489.52/489.69	c #cpu_time = 6.662s
489.52/489.69	c #wall_clock_time = 6.662s
489.52/489.69	c #decision = 1517247
489.52/489.69	c #random_decision = 0
489.52/489.69	c #conflict = 570
489.52/489.69	c #restart = 3
489.52/489.69	o 87300
489.61/489.79	c BCD2: hardening fixes 8192 literals
489.71/489.81	c BCD2: updating upper bound: 69580485 -> 87299
490.81/490.94	c BCD2: 12495 <= obj <= 87299
490.81/490.94	c BCD2: #cores=2, #unrelaxed=150454, #relaxed=1354, #hardened=8192
490.81/490.94	c BCD2: #sat=2 #unsat=4 bias=4/6

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

pid=29123
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.33 2.32 2.28 4/179 29126
/proc/meminfo: memFree=27224000/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=689596 CPUtime=0 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 2563 0 0 0 0 0 0 0 20 0 4 0 30400952 706146304 3435 33554432000 4194304 16246674 140737010700096 140737010699520 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29126/statm: 173167 3444 441 2943 0 170061 0
[pid=29126/tid=29127] ppid=29123 vsize=707004 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 723972096 3504 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=712124 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30400952 729214976 3521 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=716220 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30400952 733409280 3539 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100173 s]
/proc/loadavg: 2.33 2.32 2.28 4/179 29126
/proc/meminfo: memFree=27224000/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 29358 0 0 0 5 4 0 0 20 0 4 0 30400952 1333334016 30167 33554432000 4194304 16246674 140737010700096 140737010699408 12752373 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29126/statm: 325521 30183 798 2943 0 322415 0
[pid=29126/tid=29127] ppid=29123 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 1333334016 30192 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30400952 1333334016 30204 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 1333334016 30216 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200573 s]
/proc/loadavg: 2.33 2.32 2.28 4/179 29126
/proc/meminfo: memFree=27224000/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 42212 0 0 0 13 6 0 0 20 0 4 0 30400952 1344868352 43532 33554432000 4194304 16246674 140737010700096 140737010683088 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29126/statm: 328337 43532 798 2943 0 325231 0
[pid=29126/tid=29127] ppid=29123 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 1344868352 43532 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30400952 1344868352 43532 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 1344868352 43532 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300537 s]
/proc/loadavg: 2.33 2.32 2.28 4/179 29126
/proc/meminfo: memFree=27224000/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=1313348 CPUtime=0.28 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 44764 0 0 0 22 6 0 0 20 0 4 0 30400952 1344868352 46084 33554432000 4194304 16246674 140737010700096 140737010683088 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29126/statm: 328337 46084 798 2943 0 325231 0
[pid=29126/tid=29127] ppid=29123 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 1344868352 46084 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30400952 1344868352 46084 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 1344868352 46084 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.700426 s]
/proc/loadavg: 2.33 2.32 2.28 4/179 29126
/proc/meminfo: memFree=27224000/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 64555 0 0 0 60 9 0 0 20 0 4 0 30400952 1344868352 65875 33554432000 4194304 16246674 140737010700096 140737010683088 4220986 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29126/statm: 328337 65875 802 2943 0 325231 0
[pid=29126/tid=29127] ppid=29123 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 1344868352 65875 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30400952 1344868352 65875 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 1344868352 65875 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50037 s]
/proc/loadavg: 2.33 2.32 2.28 3/183 29130
/proc/meminfo: memFree=26899724/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=1384004 CPUtime=1.49 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 110097 0 0 0 133 16 0 0 20 0 4 0 30400952 1417220096 111417 33554432000 4194304 16246674 140737010700096 140737010681984 13780501 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29126/statm: 346001 111427 838 2943 0 342895 0
[pid=29126/tid=29127] ppid=29123 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 1417220096 111429 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30400952 1417220096 111429 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 1417220096 111429 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1384004

[startup+3.10038 s]
/proc/loadavg: 2.38 2.33 2.28 4/177 29143
/proc/meminfo: memFree=29622720/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=1384004 CPUtime=3.09 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 285188 0 0 0 269 40 0 0 20 0 4 0 30400952 1417220096 286508 33554432000 4194304 16246674 140737010700096 140737010681984 12368888 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29126/statm: 346001 286508 839 2943 0 342895 0
[pid=29126/tid=29127] ppid=29123 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 1417220096 286508 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30400952 1417220096 286508 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 1417220096 286508 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1384004

[startup+6.30048 s]
/proc/loadavg: 2.38 2.33 2.28 4/183 29179
/proc/meminfo: memFree=28673580/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=1384004 CPUtime=6.29 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 285241 0 0 0 589 40 0 0 20 0 4 0 30400952 1417220096 286561 33554432000 4194304 16246674 140737010700096 140737010681984 12415800 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29126/statm: 346001 286561 891 2943 0 342895 0
[pid=29126/tid=29127] ppid=29123 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 1417220096 286561 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30400952 1417220096 286561 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=1384004 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 1417220096 286561 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1384004

[startup+12.7005 s]
/proc/loadavg: 2.48 2.36 2.29 3/183 29179
/proc/meminfo: memFree=27466384/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=1397316 CPUtime=12.69 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 290019 0 0 0 1228 41 0 0 20 0 4 0 30400952 1430851584 291339 33554432000 4194304 16246674 140737010700096 140737010681984 4220936 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29126/statm: 349329 291339 905 2943 0 346223 0
[pid=29126/tid=29127] ppid=29123 vsize=1397316 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 1430851584 291339 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=1397316 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30400952 1430851584 291339 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=1397316 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 1430851584 291339 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1397316

[startup+25.5005 s]
/proc/loadavg: 2.48 2.36 2.29 3/183 29179
/proc/meminfo: memFree=25056808/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=2078276 CPUtime=25.49 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 460272 0 0 0 2485 64 0 0 20 0 4 0 30400952 2128154624 461592 33554432000 4194304 16246674 140737010700096 140737010699272 4221016 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29126/statm: 519569 461592 918 2943 0 516463 0
[pid=29126/tid=29127] ppid=29123 vsize=2078276 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 2128154624 461592 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=2078276 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30400952 2128154624 461592 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=2078276 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 2128154624 461592 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2078276

[startup+51.1005 s]
/proc/loadavg: 2.46 2.36 2.29 4/184 29182
/proc/meminfo: memFree=24513068/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=2619972 CPUtime=51.08 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 595696 0 0 0 5025 83 0 0 20 0 4 0 30400952 2682851328 597019 33554432000 4194304 16246674 140737010700096 140737010697920 12449296 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29126/statm: 654993 597019 918 2943 0 651887 0
[pid=29126/tid=29127] ppid=29123 vsize=2619972 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 2682851328 597019 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=2619972 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30400952 2682851328 597019 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=2619972 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 2682851328 597019 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2619972

[startup+102.301 s]
/proc/loadavg: 2.34 2.34 2.28 3/184 29183
/proc/meminfo: memFree=22641876/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=3017284 CPUtime=102.28 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 695025 0 0 0 10129 99 0 0 20 0 4 0 30400952 3089698816 696347 33554432000 4194304 16246674 140737010700096 140737010697920 4225157 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29126/statm: 754321 696347 918 2943 0 751215 0
[pid=29126/tid=29127] ppid=29123 vsize=3017284 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 3089698816 696347 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=3017284 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30400952 3089698816 696347 33554432000 4194304 16246674 140737010700096 139680993487888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=3017284 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 3089698816 696347 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3017284


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

/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 4683534336 1085471 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=4573764 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 4683534336 1085471 33554432000 4194304 16246674 140737010700096 139680993487888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=4573764 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 4683534336 1085471 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 4573764

[startup+1362.3 s]
/proc/loadavg: 2.35 2.25 2.24 4/183 29237
/proc/meminfo: memFree=13904268/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=5098052 CPUtime=1362.07 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 1571593 0 0 0 135837 370 0 0 20 0 4 0 30400952 5220405248 1216543 33554432000 4194304 16246674 140737010700096 140737010699272 4206607 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29126/statm: 1274513 1216543 921 2943 0 1271407 0
[pid=29126/tid=29127] ppid=29123 vsize=5098052 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5220405248 1216543 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=5098052 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5220405248 1216543 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=5098052 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 5220405248 1216543 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 5098052

[startup+1422.3 s]
/proc/loadavg: 2.22 2.23 2.23 3/183 29238
/proc/meminfo: memFree=13674376/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=5153348 CPUtime=1422.06 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 1585418 0 0 0 141828 378 0 0 20 0 4 0 30400952 5277028352 1230367 33554432000 4194304 16246674 140737010700096 140737010699272 4225157 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29126/statm: 1288337 1230367 921 2943 0 1285231 0
[pid=29126/tid=29127] ppid=29123 vsize=5153348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5277028352 1230367 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=5153348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5277028352 1230367 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=5153348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 5277028352 1230367 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 5153348

[startup+1482.3 s]
/proc/loadavg: 2.17 2.22 2.22 3/183 29240
/proc/meminfo: memFree=13400484/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=5111364 CPUtime=1482.04 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 1696523 0 0 0 147804 400 0 0 20 0 4 0 30400952 5234036736 1219871 33554432000 4194304 16246674 140737010700096 140737010699192 4206613 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29126/statm: 1277841 1219871 921 2943 0 1274735 0
[pid=29126/tid=29127] ppid=29123 vsize=5111364 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5234036736 1219871 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=5111364 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5234036736 1219871 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=5111364 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 5234036736 1219871 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 5111364

[startup+1542.31 s]
/proc/loadavg: 2.26 2.23 2.23 4/183 29241
/proc/meminfo: memFree=13203728/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=5281348 CPUtime=1542.05 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 1823499 0 0 0 153780 425 0 0 20 0 4 0 30400952 5408100352 1262367 33554432000 4194304 16246674 140737010700096 140737010697984 13880719 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29126/statm: 1320337 1262367 921 2943 0 1317231 0
[pid=29126/tid=29127] ppid=29123 vsize=5281348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5408100352 1262367 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=5281348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5408100352 1262367 33554432000 4194304 16246674 140737010700096 139680993487888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=5281348 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 5408100352 1262367 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 5281348

[startup+1602.3 s]
/proc/loadavg: 2.26 2.23 2.23 3/183 29242
/proc/meminfo: memFree=13091120/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=5360196 CPUtime=1602.03 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 1843211 0 0 0 159766 437 0 0 20 0 4 0 30400952 5488840704 1282079 33554432000 4194304 16246674 140737010700096 140737010699192 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29126/statm: 1340049 1282079 921 2943 0 1336943 0
[pid=29126/tid=29127] ppid=29123 vsize=5360196 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5488840704 1282079 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=5360196 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5488840704 1282079 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=5360196 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 5488840704 1282079 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 5360196

[startup+1662.3 s]
/proc/loadavg: 2.21 2.22 2.22 3/183 29243
/proc/meminfo: memFree=13025644/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=5405252 CPUtime=1662.02 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 1854476 0 0 0 165757 445 0 0 20 0 4 0 30400952 5534978048 1293343 33554432000 4194304 16246674 140737010700096 140737010699192 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29126/statm: 1351313 1293343 921 2943 0 1348207 0
[pid=29126/tid=29127] ppid=29123 vsize=5405252 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5534978048 1293343 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=5405252 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5534978048 1293343 33554432000 4194304 16246674 140737010700096 139680993488112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=5405252 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 5534978048 1293343 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 5405252

[startup+1722.3 s]
/proc/loadavg: 2.22 2.23 2.22 4/183 29244
/proc/meminfo: memFree=13839900/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=4553284 CPUtime=1722.01 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 2083342 0 0 0 171710 491 0 0 20 0 4 0 30400952 4662562816 1080353 33554432000 4194304 16246674 140737010700096 140737010697920 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29126/statm: 1138321 1080353 921 2943 0 1135215 0
[pid=29126/tid=29127] ppid=29123 vsize=4553284 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 4662562816 1080353 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=4553284 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 4662562816 1080353 33554432000 4194304 16246674 140737010700096 139680993487888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=4553284 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 4662562816 1080353 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 4553284

[startup+1782.3 s]
/proc/loadavg: 2.16 2.21 2.21 3/183 29246
/proc/meminfo: memFree=12881552/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=5484100 CPUtime=1781.98 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 2364430 0 0 0 177661 537 0 0 20 0 4 0 30400952 5615718400 1313057 33554432000 4194304 16246674 140737010700096 140737010697936 4220940 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29126/statm: 1371025 1313057 921 2943 0 1367919 0
[pid=29126/tid=29127] ppid=29123 vsize=5484100 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5615718400 1313057 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=5484100 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5615718400 1313057 33554432000 4194304 16246674 140737010700096 139680993487888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=5484100 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 5615718400 1313057 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 5484100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.20 2.21 2.21 3/183 29246
/proc/meminfo: memFree=12873836/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=5484100 CPUtime=1800.09 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) R 29123 29126 28125 0 -1 4202496 2364430 0 0 0 179469 540 0 0 20 0 4 0 30400952 5615718400 1313057 33554432000 4194304 16246674 140737010700096 140737010697920 4225210 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29126/statm: 1371025 1313057 921 2943 0 1367919 0
[pid=29126/tid=29127] ppid=29123 vsize=5484100 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5615718400 1313057 33554432000 4194304 16246674 140737010700096 139681081568496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=29126/tid=29128] ppid=29123 vsize=5484100 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29128/stat : 29128 (toysat) S 29123 29126 28125 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30400952 5615718400 1313057 33554432000 4194304 16246674 140737010700096 139680993487888 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29126/tid=29129] ppid=29123 vsize=5484100 CPUtime=0 cores=1,3,5,7
/proc/29126/task/29129/stat : 29129 (toysat) S 29123 29126 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30400952 5615718400 1313057 33554432000 4194304 16246674 140737010700096 139680983014576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 5484100

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

[startup+1800.6 s]
/proc/loadavg: 2.20 2.21 2.21 3/183 29246
/proc/meminfo: memFree=12873836/32872528 swapFree=1402776/1580604
[pid=29126] ppid=29123 vsize=0 CPUtime=1800.29 cores=1,3,5,7
/proc/29126/stat : 29126 (toysat) Z 29123 29126 28125 0 -1 4203532 2364430 0 0 0 179470 559 0 0 20 0 2 0 30400952 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29126/statm: 0 0 0 0 0 0 0
[pid=29126/tid=29127] ppid=29123 vsize=0 CPUtime=0.18 cores=1,3,5,7
/proc/29126/task/29127/stat : 29127 (toysat) R 29123 29126 28125 0 -1 4203588 8 0 0 0 0 18 0 0 20 0 2 0 30400952 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.68
CPU time (s): 1800.37
CPU user time (s): 1794.7
CPU system time (s): 5.67014
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 5484100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.7
system time used= 5.67014
maximum resident set size= 5252228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2364430
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= 1934
involuntary context switches= 3732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6224 second user time and 16.4215 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 22:59:12
IDJOB=4107142
IDBENCH=71896
IDSOLVER=2542
FILE ID=node139/4107142-1466283552
RUNJOBID= node139-1466274546-28142
PBS_JOBID= 19918239
Free space on /tmp= 71556 MiB

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

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

MD5SUM BENCH= 748001271bf6a9e9313b2355230b431b
RANDOM SEED=1681764910

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27224264 kB
Buffers:          179736 kB
Cached:           232340 kB
SwapCached:         1904 kB
Active:          3066860 kB
Inactive:         249348 kB
Active(anon):    2905004 kB
Inactive(anon):     1476 kB
Active(file):     161856 kB
Inactive(file):   247872 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099484 kB
Dirty:             23316 kB
Writeback:             0 kB
AnonPages:       4441044 kB
Mapped:            10916 kB
Shmem:                 0 kB
Slab:             610836 kB
SReclaimable:      54876 kB
SUnreclaim:       555960 kB
KernelStack:        1520 kB
PageTables:        13008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4626836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1835008 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= 71512 MiB
End job on node139 at 2016-06-18 23:29:13