Trace number 4119130

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.31

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern50-50.lin.opb
MD5SUM6669db94c774091da580bc72efebb206
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-19950
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables30271
Total number of constraints60442
Number of constraints which are clauses30221
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints30221
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 30271
Biggest coefficient in the objective function 3863
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 1544400
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 3863
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 1544400
Number of bits of the biggest sum of numbers21
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-30T01:18:51+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-4119130-1467242330.opb"]
0.00/0.01	c use --random-gen="3637058454 3922408680 1110310049 1283747987 3190646084 1130991492 1102212657 2775761229 3955676231 100832619 1025502285 2925545970 1610118130 2787600193 2660845669 2432020860 1098774118 2541614041 3175634524 1405377429 137245050 3899370416 3671149622 1179442305 1423245563 1630952885 2155709793 176313146 4190996516 1471205063 162043545 754482323 3202765160 2830339158 2213402384 3736523713 571359842 2852749027 2219725970 2172773102 3400365613 2988350700 1555842350 2924001593 3900977328 3466195955 2915346426 1491132685 2402115791 2619238328 747193244 1595193804 706270010 3170283075 3522319246 188599304 2269171777 2227657628 2926369204 3336434855 3989004774 2642414651 7160415 3849901535 4002514428 2686964168 3472140328 2913899725 542675096 3663744128 1265650994 847427784 1873562643 860868198 3602820007 1144636171 567490431 4220444760 3380728402 1498181114 2110073761 1994573055 7876119 1129977800 1215434658 2906766822 3546906247 2061454728 2534464037 814585108 1496560273 3647901348 3831388879 3668123538 1837751918 2160176557 3281424338 1186373232 2014416728 1356010381 1552860693 4089462010 1765844335 3334907401 1720926366 4084887545 3445493411 491804001 20172058 3757230896 1017678976 437585928 371059764 3404030332 3976217563 2454481485 1455351665 1989295017 2137083186 565381072 2156205446 269913968 2117038275 2956593430 1594078948 2489558733 3646408564 2631579330 35856208 1446884986 226820680 4243862123 832820634 3877254119 624643604 2147224854 2963492627 2764793450 3778765602 1542166797 1124138772 3225509800 3088493015 3564748266 1034419294 4182998280 1282366914 2839458152 3816066140 3783486113 3998179476 3459994653 3765906080 3717103613 3315541689 1957648425 2758481839 1039773458 3340807807 1399240018 1103320517 3599441484 1893739962 2737918801 277003576 1036546849 616068627 2490738592 283653457 2993975622 3451878704 3655847708 1594751449 1397256130 3018089741 153009064 2112859648 3384058003 263075934 2577654870 4293633239 3340517943 2830198482 2982543670 2829703290 2398881526 3466858494 2928859209 2585630021 2689746278 462497545 2315804158 387197587 2326446434 542447460 947920771 3498390464 2887953587 3030199795 960862799 3029594222 3363255973 2835230338 1164337898 2557538136 3089547429 3935229484 3748353255 3856243158 2824540984 3890167456 1473908124 3866318024 192229024 2523374472 997544884 1651409574 2837803193 4089394728 3695122325 4048989158 1772585282 1346479100 1044769835 3853765204 1553517280 81186720 2786610195 3349867575 1339212667 2136031788 3785696475 4250074857 1682013686 1469525704 3122288755 989484358 2572023440 933856399 2691937510 4170661274 3627963992 538407320 2219708466 782358794 1410598743 3008583109 3462156634 2162406274 1171349653 3674628014 1673829631 753302319 4058424976 167687950 1857892644 255 362436" option to reproduce the execution
0.59/0.60	c #vars 30271
0.59/0.60	c #constraints 60442
1.69/1.75	c BCD2: Hardening is enabled.
1.69/1.75	c BCD2: BiasedSearch is enabled.
1.69/1.75	c Solving starts ...
1.69/1.75	c ============================[ Search Statistics ]============================
1.69/1.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.75	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.75	c =============================================================================
1.69/1.76	c  0.0s |       0 |        0 |        0 |    30237      0 |        0 |        0
2.09/2.15	c  0.4s |       0 |       49 |        0 |    30237      0 |        0 |        0
2.09/2.15	c #cpu_time = 0.375s
2.09/2.15	c #wall_clock_time = 0.376s
2.09/2.15	c #decision = 49
2.09/2.15	c #random_decision = 0
2.09/2.15	c #conflict = 0
2.09/2.15	c #restart = 0
2.09/2.15	o 0
228.56/228.64	c BCD2: updating upper bound: 1544400 -> 772199
459.52/459.63	c BCD2: 0 <= obj <= 772199
459.52/459.63	c BCD2: #cores=0, #unrelaxed=30271, #relaxed=0, #hardened=0
459.52/459.63	c BCD2: #sat=1 #unsat=1 bias=1/2
459.52/459.65	c Solving starts ...
459.52/459.65	c ============================[ Search Statistics ]============================
459.52/459.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
459.52/459.65	c       |         |          |          |    Limit     GC | Var      | Constra 
459.52/459.65	c =============================================================================
459.52/459.65	c  0.0s |       0 |        0 |        0 |    30237      0 |        0 |        0
459.73/459.83	c  0.2s |       0 |    10726 |        0 |    30237      0 |        0 |        0
459.73/459.83	c #cpu_time = 0.145s
459.73/459.83	c #wall_clock_time = 0.146s
459.73/459.83	c #decision = 10726
459.73/459.83	c #random_decision = 0
459.73/459.83	c #conflict = 0
459.73/459.83	c #restart = 0
459.73/459.83	c BCD2: found a new core of size 3: cost of the new core is >=94
459.73/459.83	c lower bound updated to -772106
692.19/692.34	c BCD2: 94 <= obj <= 772199
692.19/692.34	c BCD2: #cores=1, #unrelaxed=30268, #relaxed=3, #hardened=0
692.19/692.34	c BCD2: #sat=1 #unsat=2 bias=2/3
692.19/692.35	c Solving starts ...
692.19/692.35	c ============================[ Search Statistics ]============================
692.19/692.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
692.19/692.35	c       |         |          |          |    Limit     GC | Var      | Constra 
692.19/692.35	c =============================================================================
692.19/692.35	c  0.0s |       0 |        0 |        0 |    30237      0 |        0 |        1
692.39/692.56	c  0.2s |       0 |     1177 |        0 |    30237      0 |        0 |        1
692.39/692.56	c #cpu_time = 0.163s
692.39/692.56	c #wall_clock_time = 0.163s
692.39/692.56	c #decision = 1177
692.39/692.56	c #random_decision = 0
692.39/692.56	c #conflict = 0
692.39/692.56	c #restart = 0
692.39/692.56	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=152
692.39/692.56	c BCD2: refineLB: 95 -> 152
692.39/692.56	c lower bound updated to -772048
922.75/922.93	c BCD2: 152 <= obj <= 772199
922.75/922.93	c BCD2: #cores=1, #unrelaxed=30266, #relaxed=5, #hardened=0
922.75/922.93	c BCD2: #sat=1 #unsat=3 bias=3/4
922.75/922.93	c Solving starts ...
922.75/922.93	c ============================[ Search Statistics ]============================
922.75/922.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
922.75/922.93	c       |         |          |          |    Limit     GC | Var      | Constra 
922.75/922.93	c =============================================================================
922.75/922.93	c  0.0s |       0 |        0 |        0 |    30237      0 |        1 |        1
922.85/923.02	c  0.1s |       0 |        1 |        1 |    30237      0 |        2 |        3
922.85/923.02	c #cpu_time = 0.093s
922.85/923.02	c #wall_clock_time = 0.094s
922.85/923.02	c #decision = 1
922.85/923.02	c #random_decision = 0
922.85/923.02	c #conflict = 1
922.85/923.02	c #restart = 0
922.85/923.02	c BCD2: updating lower bound of a core
922.85/923.02	c BCD2: refineLB: 223 -> 246
922.85/923.02	c lower bound updated to -771954
1139.81/1140.00	c BCD2: 246 <= obj <= 772199
1139.81/1140.00	c BCD2: #cores=1, #unrelaxed=30266, #relaxed=5, #hardened=0
1139.81/1140.00	c BCD2: #sat=1 #unsat=4 bias=4/5
1139.81/1140.00	c Solving starts ...
1139.81/1140.00	c ============================[ Search Statistics ]============================
1139.81/1140.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1139.81/1140.00	c       |         |          |          |    Limit     GC | Var      | Constra 
1139.81/1140.00	c =============================================================================
1139.81/1140.00	c  0.0s |       0 |        0 |        0 |    30237      0 |        2 |        3
1139.91/1140.18	c  0.2s |       0 |     1129 |        0 |    30237      0 |        2 |        3
1139.91/1140.18	c #cpu_time = 0.139s
1139.91/1140.18	c #wall_clock_time = 0.140s
1139.91/1140.18	c #decision = 1129
1139.91/1140.18	c #random_decision = 0
1139.91/1140.18	c #conflict = 0
1139.91/1140.18	c #restart = 0
1139.91/1140.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=339
1139.91/1140.18	c BCD2: refineLB: 247 -> 339
1139.91/1140.18	c lower bound updated to -771861
1355.08/1355.32	c BCD2: 339 <= obj <= 772199
1355.08/1355.32	c BCD2: #cores=1, #unrelaxed=30265, #relaxed=6, #hardened=0
1355.08/1355.32	c BCD2: #sat=1 #unsat=5 bias=5/6
1355.08/1355.32	c Solving starts ...
1355.08/1355.32	c ============================[ Search Statistics ]============================
1355.08/1355.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1355.08/1355.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1355.08/1355.32	c =============================================================================
1355.08/1355.32	c  0.0s |       0 |        0 |        0 |    30237      0 |        3 |        3
1355.18/1355.49	c  0.2s |       0 |     1129 |        0 |    30237      0 |        3 |        4
1355.18/1355.49	c #cpu_time = 0.131s
1355.18/1355.49	c #wall_clock_time = 0.131s
1355.18/1355.49	c #decision = 1129
1355.18/1355.49	c #random_decision = 0
1355.18/1355.49	c #conflict = 0
1355.18/1355.49	c #restart = 0
1355.18/1355.49	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=358
1355.18/1355.49	c BCD2: refineLB: 340 -> 358
1355.18/1355.49	c lower bound updated to -771842
1570.34/1570.65	c BCD2: 358 <= obj <= 772199
1570.34/1570.65	c BCD2: #cores=1, #unrelaxed=30263, #relaxed=8, #hardened=0
1570.34/1570.65	c BCD2: #sat=1 #unsat=6 bias=6/7
1570.34/1570.65	c Solving starts ...
1570.34/1570.65	c ============================[ Search Statistics ]============================
1570.34/1570.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1570.34/1570.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1570.34/1570.65	c =============================================================================
1570.34/1570.65	c  0.0s |       0 |        0 |        0 |    30237      0 |        4 |        4
1570.44/1570.74	c  0.1s |       0 |        1 |        1 |    30237      0 |        5 |        6
1570.44/1570.74	c #cpu_time = 0.090s
1570.44/1570.74	c #wall_clock_time = 0.091s
1570.44/1570.74	c #decision = 1
1570.44/1570.74	c #random_decision = 0
1570.44/1570.74	c #conflict = 1
1570.44/1570.74	c #restart = 0
1570.44/1570.74	c BCD2: updating lower bound of a core
1570.44/1570.74	c BCD2: refineLB: 519 -> 545
1570.44/1570.74	c lower bound updated to -771655
1785.71/1786.02	c BCD2: 545 <= obj <= 772199
1785.71/1786.02	c BCD2: #cores=1, #unrelaxed=30263, #relaxed=8, #hardened=0
1785.71/1786.02	c BCD2: #sat=1 #unsat=7 bias=7/8
1785.71/1786.02	c Solving starts ...
1785.71/1786.02	c ============================[ Search Statistics ]============================
1785.71/1786.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1785.71/1786.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1785.71/1786.02	c =============================================================================
1785.71/1786.02	c  0.0s |       0 |        0 |        0 |    30237      0 |        5 |        6
1785.91/1786.20	c  0.2s |       0 |     1082 |        0 |    30237      0 |        5 |        6
1785.91/1786.20	c #cpu_time = 0.137s
1785.91/1786.20	c #wall_clock_time = 0.137s
1785.91/1786.20	c #decision = 1082
1785.91/1786.20	c #random_decision = 0
1785.91/1786.20	c #conflict = 0
1785.91/1786.20	c #restart = 0
1785.91/1786.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=546
1785.91/1786.20	c lower bound updated to -771654

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

pid=22743
running on 4 cores: 0,2,4,6

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.26 2.24 2.19 3/179 22746
/proc/meminfo: memFree=28455872/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=705980 CPUtime=0 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 2630 0 0 0 0 0 0 0 20 0 4 0 14261648 722923520 2991 33554432000 4194304 16246674 140735655503712 140735655503136 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 177007 3001 441 2943 0 173901 0
[pid=22746/tid=22747] ppid=22743 vsize=722364 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 739700736 3057 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=727484 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 744943616 3075 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=731580 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 14261649 749137920 3090 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.26 2.24 2.19 3/179 22746
/proc/meminfo: memFree=28455872/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1301060 CPUtime=0.09 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 28746 0 0 0 5 4 0 0 20 0 4 0 14261648 1332285440 29044 33554432000 4194304 16246674 140735655503712 140735655503024 7393558 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 325265 29058 799 2943 0 322159 0
[pid=22746/tid=22747] ppid=22743 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1332285440 29068 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1332285440 29079 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1332285440 29092 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1301060

[startup+0.200519 s]
/proc/loadavg: 2.26 2.24 2.19 3/179 22746
/proc/meminfo: memFree=28455872/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1309252 CPUtime=0.19 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 54126 0 0 0 11 8 0 0 20 0 4 0 14261648 1340674048 54935 33554432000 4194304 16246674 140735655503712 140735655503024 4221105 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 327313 54939 800 2943 0 324207 0
[pid=22746/tid=22747] ppid=22743 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1340674048 54941 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1340674048 54943 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1340674048 54945 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1309252

[startup+0.300432 s]
/proc/loadavg: 2.26 2.24 2.19 3/179 22746
/proc/meminfo: memFree=28455872/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 67847 0 0 0 19 10 0 0 20 0 4 0 14261648 1345916928 68656 33554432000 4194304 16246674 140735655503712 140735655502376 4220888 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 328593 68656 800 2943 0 325487 0
[pid=22746/tid=22747] ppid=22743 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1345916928 68656 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1345916928 68656 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1345916928 68656 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700395 s]
/proc/loadavg: 2.26 2.24 2.19 3/179 22746
/proc/meminfo: memFree=28455872/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 77664 0 0 0 58 11 0 0 20 0 4 0 14261648 1345916928 78473 33554432000 4194304 16246674 140735655503712 140735655502376 13752920 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 328593 78473 835 2943 0 325487 0
[pid=22746/tid=22747] ppid=22743 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1345916928 78473 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1345916928 78473 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1345916928 78473 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.50035 s]
/proc/loadavg: 2.26 2.24 2.19 3/183 22750
/proc/meminfo: memFree=27912732/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1314372 CPUtime=1.49 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 208531 0 0 0 116 33 0 0 20 0 4 0 14261648 1345916928 209340 33554432000 4194304 16246674 140735655503712 140735655485632 6757857 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 328593 209349 835 2943 0 325487 0
[pid=22746/tid=22747] ppid=22743 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1345916928 209354 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1345916928 209359 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1345916928 209365 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10039 s]
/proc/loadavg: 2.24 2.24 2.19 3/183 22750
/proc/meminfo: memFree=27365900/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=3.09 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271829 0 0 0 267 42 0 0 20 0 4 0 14261648 1356402688 272638 33554432000 4194304 16246674 140735655503712 140735655501568 12449395 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272638 887 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1324612

[startup+6.3004 s]
/proc/loadavg: 2.24 2.24 2.19 3/183 22750
/proc/meminfo: memFree=27366100/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=6.29 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271829 0 0 0 587 42 0 0 20 0 4 0 14261648 1356402688 272638 33554432000 4194304 16246674 140735655503712 140735655485632 12429797 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272638 887 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1324612

[startup+12.7004 s]
/proc/loadavg: 2.27 2.25 2.19 3/183 22750
/proc/meminfo: memFree=27365856/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=12.69 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271829 0 0 0 1227 42 0 0 20 0 4 0 14261648 1356402688 272638 33554432000 4194304 16246674 140735655503712 140735655485632 12652957 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272638 887 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1324612

[startup+25.5005 s]
/proc/loadavg: 2.31 2.26 2.19 3/183 22750
/proc/meminfo: memFree=27366468/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=25.49 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271829 0 0 0 2507 42 0 0 20 0 4 0 14261648 1356402688 272638 33554432000 4194304 16246674 140735655503712 140735655485632 12652936 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272638 887 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1324612

[startup+51.1005 s]
/proc/loadavg: 2.27 2.25 2.19 3/183 22750
/proc/meminfo: memFree=27365936/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=51.09 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271829 0 0 0 5067 42 0 0 20 0 4 0 14261648 1356402688 272638 33554432000 4194304 16246674 140735655503712 140735655485632 13055848 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272638 887 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1324612

[startup+102.301 s]
/proc/loadavg: 2.29 2.25 2.19 3/184 22754
/proc/meminfo: memFree=27365960/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=102.28 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271829 0 0 0 10186 42 0 0 20 0 4 0 14261648 1356402688 272638 33554432000 4194304 16246674 140735655503712 140735655485632 12654409 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272638 887 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272638 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1324612


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

/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1324612

[startup+1362.3 s]
/proc/loadavg: 1.45 1.53 1.86 2/174 22816
/proc/meminfo: memFree=28479040/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=1362.07 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271875 0 0 0 136163 44 0 0 20 0 4 0 14261648 1356402688 272922 33554432000 4194304 16246674 140735655503712 140735655485632 12655122 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272922 915 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1324612

[startup+1422.3 s]
/proc/loadavg: 1.38 1.51 1.83 2/172 22816
/proc/meminfo: memFree=28480028/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=1422.07 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271875 0 0 0 142163 44 0 0 20 0 4 0 14261648 1356402688 272922 33554432000 4194304 16246674 140735655503712 140735655485632 12654419 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272922 915 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1324612

[startup+1482.3 s]
/proc/loadavg: 1.29 1.46 1.79 3/173 22818
/proc/meminfo: memFree=28479380/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=1482.05 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271875 0 0 0 148161 44 0 0 20 0 4 0 14261648 1356402688 272922 33554432000 4194304 16246674 140735655503712 140735655485632 6955088 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272922 915 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1324612

[startup+1542.31 s]
/proc/loadavg: 1.24 1.42 1.75 2/172 22819
/proc/meminfo: memFree=28479444/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=1542.05 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271875 0 0 0 154161 44 0 0 20 0 4 0 14261648 1356402688 272922 33554432000 4194304 16246674 140735655503712 140735655502808 12654964 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272922 915 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1324612

[startup+1602.3 s]
/proc/loadavg: 1.26 1.38 1.72 2/173 22821
/proc/meminfo: memFree=28479312/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=1602.03 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271875 0 0 0 160159 44 0 0 20 0 4 0 14261648 1356402688 272922 33554432000 4194304 16246674 140735655503712 140735655485632 13927401 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272922 915 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1324612

[startup+1662.3 s]
/proc/loadavg: 1.34 1.40 1.70 3/173 22822
/proc/meminfo: memFree=28479544/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=1662.02 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271875 0 0 0 166158 44 0 0 20 0 4 0 14261648 1356402688 272922 33554432000 4194304 16246674 140735655503712 140735655485632 12654159 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272922 915 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1324612

[startup+1722.3 s]
/proc/loadavg: 1.35 1.38 1.68 2/173 22823
/proc/meminfo: memFree=28479532/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=1722.02 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271875 0 0 0 172158 44 0 0 20 0 4 0 14261648 1356402688 272922 33554432000 4194304 16246674 140735655503712 140735655485632 12449151 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272922 915 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1324612

[startup+1782.3 s]
/proc/loadavg: 1.13 1.31 1.63 2/173 22824
/proc/meminfo: memFree=28479392/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=1782.01 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271875 0 0 0 178157 44 0 0 20 0 4 0 14261648 1356402688 272922 33554432000 4194304 16246674 140735655503712 140735655485632 12656213 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272922 915 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1324612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.17 1.31 1.62 2/173 22824
/proc/meminfo: memFree=28479392/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=1800 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271875 0 0 0 179956 44 0 0 20 0 4 0 14261648 1356402688 272922 33554432000 4194304 16246674 140735655503712 140735655485632 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272922 915 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1324612

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

[startup+1800.3 s]
/proc/loadavg: 1.17 1.31 1.62 2/173 22824
/proc/meminfo: memFree=28479392/32872528 swapFree=1394328/1580332
[pid=22746] ppid=22743 vsize=1324612 CPUtime=1800 cores=0,2,4,6
/proc/22746/stat : 22746 (toysat) R 22743 22746 19119 0 -1 4202496 271875 0 0 0 179956 44 0 0 20 0 4 0 14261648 1356402688 272922 33554432000 4194304 16246674 140735655503712 140735655485632 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22746/statm: 331153 272922 915 2943 0 328047 0
[pid=22746/tid=22747] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22747/stat : 22747 (toysat) S 22743 22746 19119 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649325112560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22746/tid=22748] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22748/stat : 22748 (toysat) S 22743 22746 19119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649240177904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22746/tid=22749] ppid=22743 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/22746/task/22749/stat : 22749 (toysat) S 22743 22746 19119 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 14261649 1356402688 272922 33554432000 4194304 16246674 140735655503712 140649229704368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1324612

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1799.57
CPU system time (s): 0.447931
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 1324612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.447931
maximum resident set size= 1091688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271875
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= 33
involuntary context switches= 1866

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.48786 second user time and 8.98963 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-30 01:18:51
IDJOB=4119130
IDBENCH=111658
IDSOLVER=2542
FILE ID=node139/4119130-1467242330
RUNJOBID= node139-1467208982-19135
PBS_JOBID= 19997572
Free space on /tmp= 71692 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern50-50.lin.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119130-1467242330/watcher-4119130-1467242330 -o /tmp/evaluation-result-4119130-1467242330/solver-4119130-1467242330 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467208982-19135 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4119130-1467242330.opb

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

MD5SUM BENCH= 6669db94c774091da580bc72efebb206
RANDOM SEED=783002062

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		: 2667.092
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	: 5334.18
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		: 2667.092
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		: 2667.092
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		: 2667.092
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		: 2667.092
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		: 2667.092
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		: 2667.092
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.48
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		: 2667.092
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:        28456664 kB
Buffers:          141300 kB
Cached:           857880 kB
SwapCached:         3080 kB
Active:          1826824 kB
Inactive:         272060 kB
Active(anon):    1098728 kB
Inactive(anon):     3176 kB
Active(file):     728096 kB
Inactive(file):   268884 kB
Unevictable:     1580332 kB
Mlocked:         1394328 kB
SwapTotal:      67108856 kB
SwapFree:       67097568 kB
Dirty:             19060 kB
Writeback:             0 kB
AnonPages:       2682000 kB
Mapped:            11276 kB
Shmem:                 0 kB
Slab:             601724 kB
SReclaimable:      45904 kB
SUnreclaim:       555820 kB
KernelStack:        1520 kB
PageTables:         9692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2820944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 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 node139 at 2016-06-30 01:48:51