Trace number 4107110

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.33 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__1024.opb
MD5SUM7ab5a773955b6c76800e229a63024c00
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark782133
Best CPU time to get the best result obtained on this benchmark1800.52
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1536498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint1024
Maximum length of a constraint21505
Number of terms in the objective function 1536000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 52541822976
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 52541822976
Number of bits of the biggest sum of numbers36
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:43:08+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-4107110-1466282586.opb"]
0.00/0.01	c use --random-gen="561408682 934940901 3922284330 2668708488 949377196 2942054925 3739835152 3220513614 1717177792 3339783871 752626519 3733901997 3418952599 3858176933 3314947054 4275533770 594232037 3654530780 3107027275 2890803302 4263185678 423118039 1077727742 841010951 1457108275 3812187565 3102051346 681232154 1340761872 260275587 3266441325 695839393 512098533 3383848220 2438689406 1777028926 709243020 4163771169 2138158996 2261897775 1391401736 3460223702 2890421010 585687443 1891889159 1056615656 4019477186 4053068508 4227735149 75699230 708488867 4217457341 3983937646 506697407 38379566 4093771166 3988396662 4164053491 4263991863 2640615633 1260905337 228890015 2258992474 1940227772 2366379978 2168099612 4240343573 2532475894 581035942 2278458203 4286059899 1583206250 142708476 4228888833 1429044251 940019184 1101545901 2349829621 2550234655 165713474 2588208905 1237309630 3854239977 4104236301 978938142 2111009304 9349902 3761315312 3048036322 3493722711 408095899 2655546760 2553749260 2855611013 2277010025 4092023636 2019325277 4016141449 1070058740 2281900064 776433596 2712814904 4147935941 801318556 2334094758 2715547075 971333103 865265216 2666015202 1698414491 3897668017 43025245 3116449127 641174896 1558916934 3059303932 1902805707 980202371 2130468296 3143633952 770128311 1685317289 647098662 827929839 2887924789 663332777 599848506 2496403435 2729530106 438837039 2417340079 170911915 2929737981 783786624 1762230170 2567361482 3511246322 3760963518 2415822819 2737653297 120817220 1267136987 4101527256 4097836442 2884612885 1317118301 3580416594 643426912 1913975099 1415836657 1006345177 2117567536 2617954657 3577627677 1940020892 958867524 3053093359 2707984240 2522028477 2912051391 1862338753 2306247297 1175677701 32273056 3957598156 2096173915 3461492089 1883266058 2919248548 2114028436 2639548873 2349259787 673455034 299676144 836347635 4196667463 3179093733 1582916286 3740734464 347232511 2377240878 232215545 509652601 2406879279 1461612624 884584490 3447561742 145557023 3816079534 1996374447 966478593 2180592143 1053519906 3713408055 2400260256 1583369938 1317898347 3494622116 3192733178 2193995459 1641230363 1728431524 2615630017 1123549835 2813212463 317118897 4047819863 1286352930 297231506 1437821921 2051866514 2833738765 3779458846 4091687168 3291819185 2544012350 1125425724 637993357 2402297694 3439317490 1128713395 3866384473 2115732296 1412024267 895514665 1229771503 2994502065 3886641498 1351385046 1517101332 111595953 4087578432 387194785 1730044144 1460515724 656354985 3338909830 760032051 182724713 3102175907 3326099299 3241865193 523938373 3406148931 153770356 1972442472 544861107 329231512 383060084 21085760 1830151785 4024532901 4189528055 2946616117 857537496 1607854285 255 362436" option to reproduce the execution
10.58/10.64	c #vars 1536498
10.58/10.64	c #constraints 2000
49.28/49.39	c BCD2: Hardening is enabled.
49.28/49.39	c BCD2: BiasedSearch is enabled.
49.28/49.39	c Solving starts ...
49.28/49.39	c ============================[ Search Statistics ]============================
49.28/49.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.28/49.39	c       |         |          |          |    Limit     GC | Var      | Constra 
49.28/49.39	c =============================================================================
49.28/49.39	c  0.0s |       0 |        0 |        0 |   512999      0 |        0 |        0
54.48/54.58	c  5.2s |       0 |     3860 |      100 |   512999      0 |        0 |        0
54.98/55.04	c  5.7s |       1 |     3860 |      100 |   512999      0 |        0 |        0
95.78/95.82	c 46.4s |       1 |    33485 |      200 |   564299      0 |        0 |        0
114.87/114.93	c 65.5s |       2 |    33485 |      250 |   564299      0 |        0 |        0
133.76/133.85	c 84.5s |       2 |    89601 |      350 |   620729      0 |        0 |        0
150.67/150.77	c  101s |       2 |    89601 |      450 |   620729      0 |        0 |        0
155.66/155.77	c  106s |       3 |    89601 |      475 |   620729      0 |        0 |        0
200.36/200.43	c  151s |       3 |   290348 |      575 |   682802      0 |        0 |        0
382.63/382.70	c  333s |       3 |   385696 |      675 |   682802      0 |        0 |        0
591.29/591.41	c  542s |       3 |   438383 |      775 |   682802      0 |        0 |        0
598.39/598.57	c  549s |       4 |   438383 |      813 |   682802      0 |        0 |        0
611.08/611.28	c  561s |       4 |   576985 |      913 |   751083      0 |        0 |        0
621.40/621.55	c  572s |       4 |   576985 |     1013 |   751083      0 |        0 |        0
631.69/631.85	c  582s |       4 |   576985 |     1113 |   751083      0 |        0 |        0
642.08/642.22	c  592s |       4 |   576985 |     1213 |   751083      0 |        0 |        0
652.48/652.67	c  603s |       4 |   576985 |     1313 |   751083      0 |        0 |        0
653.88/654.07	c  604s |       5 |   576985 |     1320 |   751083      0 |        0 |        0
659.98/660.11	c  610s |       5 |   751814 |     1420 |   826192      0 |        0 |        0
663.19/663.39	c  613s |       5 |   751814 |     1520 |   826192      0 |        0 |        0
666.59/666.71	c  617s |       5 |   751814 |     1620 |   826192      0 |        0 |        0
669.97/670.16	c  620s |       5 |   751814 |     1720 |   826192      0 |        0 |        0
676.49/676.69	c  627s |       5 |   751814 |     1820 |   826192      0 |        0 |        0
679.98/680.17	c  630s |       5 |   751814 |     1920 |   826192      0 |        0 |        0
683.58/683.75	c  634s |       5 |   751814 |     2020 |   826192      0 |        0 |        0
686.47/686.68	c  637s |       6 |   751814 |     2081 |   908812      0 |        0 |        0
690.18/690.39	c  640s |       6 |   937831 |     2181 |   908812      0 |        0 |        0
692.88/693.03	c  643s |       6 |   937831 |     2581 |   908812      0 |        0 |        0
695.58/695.75	c  646s |       6 |   981145 |     2881 |   908812      0 |        0 |        0
698.57/698.73	c  649s |       6 |   981145 |     3181 |   908812      0 |        0 |        0
701.17/701.35	c  651s |       7 |  1013536 |     3223 |   999694      0 |        0 |        0
714.98/715.14	c  665s |       7 |  1312189 |     3323 |   999694      0 |        0 |        0
721.87/722.03	c  672s |       7 |  1312189 |     3423 |   999694      0 |        0 |        0
728.87/729.05	c  679s |       7 |  1312189 |     3523 |   999694      0 |        0 |        0
732.27/732.45	c  683s |       7 |  1350769 |     3623 |   999694      0 |        0 |        0
735.17/735.35	c  685s |       7 |  1350769 |     3723 |   999694      0 |        0 |        0
738.07/738.29	c  688s |       7 |  1350769 |     3823 |   999694      0 |        0 |        0
741.16/741.31	c  691s |       7 |  1350769 |     3923 |   999694      0 |        0 |        0
744.26/744.42	c  695s |       7 |  1350769 |     4023 |   999694      0 |        0 |        0
747.47/747.61	c  698s |       7 |  1350769 |     4123 |   999694      0 |        0 |        0
750.77/750.92	c  701s |       7 |  1350769 |     4223 |   999694      0 |        0 |        0
754.16/754.36	c  704s |       7 |  1350769 |     4323 |   999694      0 |        0 |        0
757.36/757.50	c  708s |       7 |  1354343 |     4423 |   999694      0 |        0 |        0
760.16/760.36	c  710s |       7 |  1354343 |     4523 |   999694      0 |        0 |        0
763.07/763.27	c  713s |       7 |  1354343 |     4623 |   999694      0 |        0 |        0
766.06/766.21	c  716s |       7 |  1354343 |     4723 |   999694      0 |        0 |        0
769.06/769.21	c  719s |       7 |  1354343 |     4823 |   999694      0 |        0 |        0
772.06/772.29	c  722s |       7 |  1354343 |     4923 |  1099664      0 |        0 |        0
773.57/773.71	c  724s |       8 |  1354343 |     4936 |  1099664      0 |        0 |        0
815.16/815.39	c  765s |       8 |  1670658 |     5036 |  1099664      0 |        0 |        0
855.75/855.93	c  806s |       8 |  1670658 |     5136 |  1099664      0 |        0 |        0
892.94/893.18	c  843s |       8 |  1670658 |     5236 |  1099664      0 |        0 |        0
930.45/930.64	c  881s |       8 |  1670658 |     5336 |  1099664      0 |        0 |        0
967.94/968.17	c  918s |       8 |  1670658 |     5436 |  1099664      0 |        0 |        0
1005.52/1005.79	c  956s |       8 |  1670658 |     5536 |  1099664      0 |        0 |        0
1043.22/1043.49	c  994s |       8 |  1670658 |     5636 |  1099664      0 |        0 |        0
1081.02/1081.25	c 1031s |       8 |  1670658 |     5736 |  1099664      0 |        0 |        0
1118.90/1119.17	c 1069s |       8 |  1670658 |     5836 |  1099664      0 |        0 |        0
1157.01/1157.24	c 1107s |       8 |  1670658 |     5936 |  1099664      0 |        0 |        0
1206.50/1206.74	c 1157s |       8 |  1708884 |     6036 |  1099664      0 |        0 |        0
1258.58/1258.85	c 1209s |       8 |  1708884 |     6136 |  1099664      0 |        0 |        0
1314.68/1314.94	c 1265s |       8 |  1708884 |     6236 |  1099664      0 |        0 |        0
1368.36/1368.69	c 1319s |       8 |  1708884 |     6336 |  1099664      0 |        0 |        0
1422.46/1422.70	c 1373s |       8 |  1708884 |     6436 |  1099664      0 |        0 |        0
1476.36/1476.69	c 1427s |       8 |  1708884 |     6536 |  1099664      0 |        0 |        0
1530.55/1530.85	c 1481s |       8 |  1708884 |     6636 |  1099664      0 |        0 |        0
1584.43/1584.75	c 1535s |       8 |  1708884 |     6736 |  1099664      0 |        0 |        0
1638.73/1639.04	c 1589s |       8 |  1708884 |     6836 |  1099664      0 |        0 |        0
1693.12/1693.40	c 1644s |       8 |  1708884 |     6936 |  1099664      0 |        0 |        0
1737.91/1738.22	c 1688s |       8 |  1742374 |     7036 |  1099664      0 |        0 |        0
1795.80/1796.12	c 1746s |       8 |  1794749 |     7136 |  1099664      0 |        0 |        0

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

pid=15950
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.20 2.17 2.15 3/179 15953
/proc/meminfo: memFree=29891496/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=675260 CPUtime=0 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 2511 0 0 0 0 0 0 0 20 0 4 0 30308063 691466240 3382 33554432000 4194304 16246674 140735460040880 140735460040304 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 169327 3390 441 2943 0 166221 0
[pid=15953/tid=15954] ppid=15950 vsize=692668 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 709292032 3450 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=697788 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 714534912 3468 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=701884 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 718729216 3483 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.20 2.17 2.15 3/179 15953
/proc/meminfo: memFree=29891496/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 30342 0 0 0 5 4 0 0 20 0 4 0 30308063 1333334016 31151 33554432000 4194304 16246674 140735460040880 140735460023872 8058197 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 325521 31163 799 2943 0 322415 0
[pid=15953/tid=15954] ppid=15950 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 1333334016 31173 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 1333334016 31185 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 1333334016 31197 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200486 s]
/proc/loadavg: 2.20 2.17 2.15 3/179 15953
/proc/meminfo: memFree=29891496/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 42095 0 0 0 13 6 0 0 20 0 4 0 30308063 1344868352 43416 33554432000 4194304 16246674 140735460040880 140735460023872 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 328337 43420 799 2943 0 325231 0
[pid=15953/tid=15954] ppid=15950 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 1344868352 43422 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 1344868352 43424 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 1344868352 43426 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300444 s]
/proc/loadavg: 2.20 2.17 2.15 3/179 15953
/proc/meminfo: memFree=29891496/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=1313348 CPUtime=0.28 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 47132 0 0 0 22 6 0 0 20 0 4 0 30308063 1344868352 48452 33554432000 4194304 16246674 140735460040880 140735460023872 4207024 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 328337 48452 799 2943 0 325231 0
[pid=15953/tid=15954] ppid=15950 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 1344868352 48452 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 1344868352 48452 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 1344868352 48452 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.700409 s]
/proc/loadavg: 2.20 2.17 2.15 3/179 15953
/proc/meminfo: memFree=29891496/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 57485 0 0 0 61 8 0 0 20 0 4 0 30308063 1344868352 58805 33554432000 4194304 16246674 140735460040880 140735460023872 14073329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 328337 58805 800 2943 0 325231 0
[pid=15953/tid=15954] ppid=15950 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 1344868352 58805 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 1344868352 58805 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 1344868352 58805 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50045 s]
/proc/loadavg: 2.20 2.17 2.15 3/183 15957
/proc/meminfo: memFree=29618472/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 78192 0 0 0 139 10 0 0 20 0 4 0 30308063 1344868352 79512 33554432000 4194304 16246674 140735460040880 140735460023872 4221019 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 328337 79512 800 2943 0 325231 0
[pid=15953/tid=15954] ppid=15950 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 1344868352 79512 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 1344868352 79512 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 1344868352 79512 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10044 s]
/proc/loadavg: 2.20 2.17 2.15 3/183 15957
/proc/meminfo: memFree=29444288/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=1337924 CPUtime=3.09 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 153088 0 0 0 287 22 0 0 20 0 4 0 30308063 1370034176 160540 33554432000 4194304 16246674 140735460040880 140735460038720 4206587 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 334481 160540 802 2943 0 331375 0
[pid=15953/tid=15954] ppid=15950 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 1370034176 160540 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 1370034176 160540 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 1370034176 160540 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1337924

[startup+6.30042 s]
/proc/loadavg: 2.18 2.17 2.14 3/183 15957
/proc/meminfo: memFree=28936588/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=1387076 CPUtime=6.29 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 179923 0 0 0 602 27 0 0 20 0 4 0 30308063 1420365824 198617 33554432000 4194304 16246674 140735460040880 140735460038720 7364483 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 346769 198617 802 2943 0 343663 0
[pid=15953/tid=15954] ppid=15950 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 1420365824 198617 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 1420365824 198617 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=1387076 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 1420365824 198617 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1387076

[startup+12.7004 s]
/proc/loadavg: 2.17 2.17 2.14 3/183 15957
/proc/meminfo: memFree=28335392/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=1963588 CPUtime=12.69 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 384124 0 0 0 1214 55 0 0 20 0 4 0 30308063 2010714112 422237 33554432000 4194304 16246674 140735460040880 140735460039544 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 490897 422246 811 2943 0 487791 0
[pid=15953/tid=15954] ppid=15950 vsize=1963588 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 2010714112 422251 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=1963588 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 2010714112 422257 33554432000 4194304 16246674 140735460040880 139666644769808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=1963588 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 2010714112 422262 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1963588

[startup+25.5004 s]
/proc/loadavg: 2.20 2.18 2.15 3/183 15957
/proc/meminfo: memFree=24959452/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=4953668 CPUtime=25.48 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 1135924 0 0 0 2393 155 0 0 20 0 4 0 30308063 5072556032 1180168 33554432000 4194304 16246674 140735460040880 140735460040192 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 1238417 1180168 842 2943 0 1235311 0
[pid=15953/tid=15954] ppid=15950 vsize=4953668 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 5072556032 1180168 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=4953668 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 5072556032 1180168 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=4953668 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 5072556032 1180168 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4953668

[startup+51.1004 s]
/proc/loadavg: 2.13 2.16 2.14 3/183 15957
/proc/meminfo: memFree=22748860/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=7138884 CPUtime=51.08 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 1682272 0 0 0 4878 230 0 0 20 0 4 0 30308063 7310217216 1726516 33554432000 4194304 16246674 140735460040880 140735460040056 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 1784721 1726516 883 2943 0 1781615 0
[pid=15953/tid=15954] ppid=15950 vsize=7138884 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 7310217216 1726516 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=7138884 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 7310217216 1726516 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=7138884 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 7310217216 1726516 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7138884

[startup+102.3 s]
/proc/loadavg: 2.20 2.18 2.15 3/183 15959
/proc/meminfo: memFree=22748244/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=7138884 CPUtime=102.27 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 1682281 0 0 0 9996 231 0 0 20 0 4 0 30308063 7310217216 1726525 33554432000 4194304 16246674 140735460040880 140735460022784 5711984 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 1784721 1726525 892 2943 0 1781615 0
[pid=15953/tid=15954] ppid=15950 vsize=7138884 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 7310217216 1726525 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=7138884 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 7310217216 1726525 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=7138884 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 7310217216 1726525 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 7138884


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

[pid=15953] ppid=15950 vsize=8572484 CPUtime=1362.07 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 2040678 0 0 0 135601 606 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 140735460040056 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 2143121 2085097 896 2943 0 2140015 0
[pid=15953/tid=15954] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 8572484

[startup+1422.3 s]
/proc/loadavg: 2.13 2.16 2.17 4/183 16062
/proc/meminfo: memFree=17115700/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=8572484 CPUtime=1422.07 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 2040678 0 0 0 141587 620 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 140735460040056 5712619 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 2143121 2085097 896 2943 0 2140015 0
[pid=15953/tid=15954] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 8572484

[startup+1482.3 s]
/proc/loadavg: 2.10 2.14 2.16 3/183 16063
/proc/meminfo: memFree=17056588/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=8572484 CPUtime=1482.05 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 2040678 0 0 0 147566 639 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 140735460040056 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 2143121 2085097 896 2943 0 2140015 0
[pid=15953/tid=15954] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 8572484

[startup+1542.31 s]
/proc/loadavg: 2.21 2.16 2.17 3/183 16064
/proc/meminfo: memFree=16984404/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=8572484 CPUtime=1542.05 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 2040681 0 0 0 153549 656 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 140735460040056 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 2143121 2085097 896 2943 0 2140015 0
[pid=15953/tid=15954] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 8572484

[startup+1602.3 s]
/proc/loadavg: 2.27 2.19 2.18 3/183 16066
/proc/meminfo: memFree=16892068/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=8572484 CPUtime=1602.03 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 2040681 0 0 0 159529 674 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 140735460040056 13780588 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 2143121 2085097 896 2943 0 2140015 0
[pid=15953/tid=15954] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 8572484

[startup+1662.3 s]
/proc/loadavg: 2.15 2.17 2.17 3/184 16070
/proc/meminfo: memFree=16743168/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=8572484 CPUtime=1662.03 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 2040681 0 0 0 165511 692 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 140735460040056 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 2143121 2085097 896 2943 0 2140015 0
[pid=15953/tid=15954] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085097 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 8572484

[startup+1722.3 s]
/proc/loadavg: 2.16 2.16 2.17 3/183 16071
/proc/meminfo: memFree=16605200/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=8572484 CPUtime=1722.01 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 2040715 0 0 0 171494 707 0 0 20 0 4 0 30308063 8778223616 2085130 33554432000 4194304 16246674 140735460040880 140735460022784 5711644 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 2143121 2085130 896 2943 0 2140015 0
[pid=15953/tid=15954] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085130 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085130 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085130 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 8572484

[startup+1782.3 s]
/proc/loadavg: 2.15 2.16 2.17 3/183 16072
/proc/meminfo: memFree=16470924/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=8572484 CPUtime=1782.01 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 2040715 0 0 0 177482 719 0 0 20 0 4 0 30308063 8778223616 2085130 33554432000 4194304 16246674 140735460040880 140735460040056 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 2143121 2085130 896 2943 0 2140015 0
[pid=15953/tid=15954] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085130 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085130 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085130 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 8572484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.19 2.17 2.17 3/182 16073
/proc/meminfo: memFree=16993944/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=8572484 CPUtime=1800 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) R 15950 15953 13233 0 -1 4202496 2040715 0 0 0 179277 723 0 0 20 0 4 0 30308063 8778223616 2085130 33554432000 4194304 16246674 140735460040880 140735460022784 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 2143121 2085130 896 2943 0 2140015 0
[pid=15953/tid=15954] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15954/stat : 15954 (toysat) S 15950 15953 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085130 33554432000 4194304 16246674 140735460040880 139666655259888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) S 15950 15953 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085130 33554432000 4194304 16246674 140735460040880 139666644770032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15953/tid=15956] ppid=15950 vsize=8572484 CPUtime=0 cores=1,3,5,7
/proc/15953/task/15956/stat : 15956 (toysat) S 15950 15953 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30308063 8778223616 2085130 33554432000 4194304 16246674 140735460040880 139666565098672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 8572484

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

[startup+1800.5 s]
/proc/loadavg: 2.19 2.17 2.17 3/182 16073
/proc/meminfo: memFree=16993944/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=0 CPUtime=1800.21 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) Z 15950 15953 13233 0 -1 4203532 2040715 0 0 0 179278 743 0 0 20 0 2 0 30308063 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 0 0 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=0 CPUtime=0.18 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) R 15950 15953 13233 0 -1 4203588 8 0 0 0 0 18 0 0 20 0 2 0 30308063 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

[startup+1800.6 s]
/proc/loadavg: 2.19 2.17 2.17 3/182 16073
/proc/meminfo: memFree=16993944/32872528 swapFree=681964/737152
[pid=15953] ppid=15950 vsize=0 CPUtime=1800.31 cores=1,3,5,7
/proc/15953/stat : 15953 (toysat) Z 15950 15953 13233 0 -1 4203532 2040715 0 0 0 179278 753 0 0 20 0 2 0 30308063 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15953/statm: 0 0 0 0 0 0 0
[pid=15953/tid=15955] ppid=15950 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/15953/task/15955/stat : 15955 (toysat) R 15950 15953 13233 0 -1 4203588 8 0 0 0 0 28 0 0 20 0 2 0 30308063 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.62
CPU time (s): 1800.33
CPU user time (s): 1792.78
CPU system time (s): 7.54585
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 8572484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.78
system time used= 7.54585
maximum resident set size= 8340520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2040715
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= 87
involuntary context switches= 1876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.22221 second user time and 7.46886 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 22:43:08
IDJOB=4107110
IDBENCH=71882
IDSOLVER=2542
FILE ID=node112/4107110-1466282586
RUNJOBID= node112-1466264161-13250
PBS_JOBID= 19918218
Free space on /tmp= 71624 MiB

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

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

MD5SUM BENCH= 7ab5a773955b6c76800e229a63024c00
RANDOM SEED=902679226

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
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.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29892140 kB
Buffers:           84216 kB
Cached:           244408 kB
SwapCached:         2028 kB
Active:          1344096 kB
Inactive:         158024 kB
Active(anon):    1173656 kB
Inactive(anon):     2096 kB
Active(file):     170440 kB
Inactive(file):   155928 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096744 kB
Dirty:             89944 kB
Writeback:             0 kB
AnonPages:       1893764 kB
Mapped:            10704 kB
Shmem:                 0 kB
Slab:             606860 kB
SReclaimable:      50224 kB
SUnreclaim:       556636 kB
KernelStack:        1464 kB
PageTables:         7892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2053988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1165312 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= 71600 MiB
End job on node112 at 2016-06-18 23:13:09