Trace number 4079366

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.66 1800.94

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_9_mh.opb
MD5SUMab50ad160b8df343de4157f6d66d8abc
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 179406144
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 358670528524
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 179406144
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 358670528524
Number of bits of the biggest sum of numbers39
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-07T19:19:34+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-4079366-1465319969.opb"]
0.00/0.01	c use --random-gen="1970083790 1760039867 2293671326 3182739074 512203074 1050681650 3558665003 1936953933 3298044064 3363786045 4274627725 4157899718 2677995670 2563835179 1598193804 3124318906 2042934845 114531763 3578272258 2344751263 223804537 1574368293 1572982174 104455922 211318322 4082080577 1551859500 2251300031 2999714691 2347591704 953605110 1072961289 1768442825 294898672 2390146423 2012164143 3790118472 1011077560 3883340050 940283553 403667628 2282967137 1893712129 3000732436 473799160 1355785776 4089136345 348739079 3225083507 1236549466 2588174207 1415905691 1208615385 2880109163 2065269235 2501016036 1541824973 3526870811 3830804344 906745806 1640621244 34065893 4146983230 3613187613 1667851935 2450139192 634793628 3128304347 819562458 3730918589 613587178 1545022324 3684394121 2973352126 3078651028 3857788928 1726012501 2947899035 2298700454 2994674767 3769558017 4254062040 3441150089 1075702181 1595570270 623202242 1118067886 84696139 642175083 1966528405 4185919415 3742108944 3905076894 2290470604 3717494040 865896452 742313650 304777426 3382445270 2224612811 75944070 2135333197 1983425998 4108199047 3709679966 678068572 3608803917 70780910 569469109 2072695270 2599747886 29264954 685278286 1567814531 3466976250 1270927058 2459470747 886112001 1825298242 1429395575 2496957792 925304423 929563791 989412490 1100781270 2897159463 336867423 1011783076 2372808514 2020902824 239726645 1548416115 440894173 450749427 2951544561 2737938438 706515495 690420743 3801531012 1354596712 746022926 919576811 3053094635 3182038284 919417345 2329306139 4221600091 2153196130 4099495486 1133046843 3121400874 1414421356 2164804545 2665531604 3590027734 2941806638 4131441900 1269948497 3488870479 2599708999 2998330862 2198390889 2922329913 4112061847 3495604131 3902671130 3569478476 2928319973 1636382063 2677723865 4143470198 3786941425 3794896611 1035098603 1113680632 2379364441 2979784255 2490915283 767091880 4257486280 2135007346 4235167341 1085871441 687973737 478171382 2703235846 327624298 275319292 2447250338 3202579744 669158158 1915670688 1004681908 2176756521 2045467504 2550727751 3730748378 3564837893 3920895199 3950452195 3724935105 2774526686 2463632727 811289642 3364054267 2475326521 2975619743 2694475728 1232925452 3505073746 753502128 3638043948 1142272025 3085170572 3132301174 2034816044 537570150 2494579980 306141576 3349420317 374088733 3102667248 2333183774 2721338948 1114916792 4195693813 284756800 1752464641 559722619 872565934 3195181095 2855308530 501879634 3347710130 1237565639 1338528546 545438649 619388148 2111211034 2646246717 1876049635 3312399890 1904766732 4156638711 1311045969 3231982194 2936288468 4251731743 4181302260 1246085185 613714709 3472618537 2783115252 967467130 72623636 4024841782 255 362436" option to reproduce the execution
33.19/33.23	c #vars 2000400
33.19/33.23	c #constraints 4920807
113.37/113.41	c BCD2: Hardening is enabled.
113.37/113.41	c BCD2: BiasedSearch is enabled.
113.37/113.41	c Solving starts ...
113.37/113.41	c ============================[ Search Statistics ]============================
113.37/113.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
113.37/113.41	c       |         |          |          |    Limit     GC | Var      | Constra 
113.37/113.41	c =============================================================================
113.37/113.46	c  0.0s |       0 |        0 |        0 |  2313669      0 |      300 |        0
252.75/252.89	c  139s |       0 |      165 |      100 |  2313669      0 |      300 |        0
253.65/253.72	c  140s |       1 |      165 |      100 |  2313669      0 |      300 |        0
261.35/261.43	c  148s |       1 |     1009 |      200 |  2545036      0 |      300 |        0
269.94/270.03	c  156s |       2 |     1068 |      250 |  2545036      0 |      300 |        0
308.34/308.40	c  194s |       2 |     4284 |      350 |  2799540      0 |      300 |        0
340.23/340.35	c  226s |       2 |     4401 |      450 |  2799540      0 |      300 |        0
349.74/349.83	c  236s |       3 |     4427 |      475 |  2799540      0 |      300 |        0
485.32/485.42	c  372s |       3 |    12511 |      575 |  3079495      0 |      300 |        0
679.89/680.08	c  566s |       3 |    21395 |      675 |  3079495      0 |      300 |        0
719.28/719.43	c  606s |       3 |    28820 |      775 |  3079495      0 |      300 |        0
734.58/734.79	c  621s |       4 |    29588 |      813 |  3079495      0 |      300 |        0
748.78/748.93	c  635s |       4 |    33226 |      913 |  3387445      0 |      300 |        0
759.37/759.57	c  646s |       4 |    44169 |     1013 |  3387445      0 |      300 |        0
761.67/761.83	c  648s |       4 |    44271 |     1113 |  3387445      0 |      300 |        0
770.67/770.86	c  657s |       4 |    44378 |     1213 |  3387445      0 |      300 |        0
772.97/773.11	c  659s |       4 |    44476 |     1313 |  3387445      0 |      300 |        0
774.67/774.87	c  661s |       5 |    44485 |     1320 |  3387445      0 |      300 |        0
802.16/802.36	c  688s |       5 |    49414 |     1420 |  3726190      0 |      300 |        0
822.17/822.34	c  708s |       5 |    49516 |     1520 |  3726190      0 |      300 |        0
847.46/847.60	c  734s |       5 |    49621 |     1620 |  3726190      0 |      300 |        0
866.76/866.96	c  753s |       5 |    49726 |     1720 |  3726190      0 |      300 |        0
885.05/885.21	c  771s |       5 |    49823 |     1820 |  3726190      0 |      300 |        0
904.15/904.31	c  790s |       5 |    49930 |     1920 |  3726190      0 |      300 |        0
921.96/922.14	c  808s |       5 |    50022 |     2020 |  3726190      0 |      300 |        0
940.85/941.04	c  827s |       6 |    50086 |     2081 |  4098810      0 |      300 |        0
965.85/966.03	c  852s |       6 |    55032 |     2181 |  4098810      0 |      300 |        0
985.84/986.02	c  872s |       6 |    55138 |     2281 |  4098810      0 |      300 |        0
1004.54/1004.74	c  891s |       6 |    55245 |     2381 |  4098810      0 |      300 |        0
1023.43/1023.65	c  910s |       6 |    55357 |     2481 |  4098810      0 |      300 |        0
1049.23/1049.41	c  936s |       6 |    55459 |     2581 |  4098810      0 |      300 |        0
1068.24/1068.49	c  955s |       6 |    55564 |     2681 |  4098810      0 |      300 |        0
1087.93/1088.18	c  974s |       6 |    55675 |     2781 |  4098810      0 |      300 |        0
1107.73/1107.96	c  994s |       6 |    55775 |     2881 |  4098810      0 |      300 |        0
1134.92/1135.11	c 1021s |       6 |    55882 |     2981 |  4098810      0 |      300 |        0
1156.12/1156.33	c 1042s |       6 |    55986 |     3081 |  4098810      0 |      300 |        0
1177.21/1177.49	c 1064s |       6 |    56089 |     3181 |  4098810      0 |      300 |        0
1187.21/1187.45	c 1074s |       7 |    56137 |     3223 |  4508691      0 |      300 |        0
1214.41/1214.66	c 1101s |       7 |    61069 |     3323 |  4508691      0 |      300 |        0
1240.91/1241.14	c 1127s |       7 |    61169 |     3423 |  4508691      0 |      300 |        0
1261.81/1262.07	c 1148s |       7 |    61275 |     3523 |  4508691      0 |      300 |        0
1283.29/1283.53	c 1170s |       7 |    61386 |     3623 |  4508691      0 |      300 |        0
1303.40/1303.63	c 1190s |       7 |    61482 |     3723 |  4508691      0 |      300 |        0
1330.78/1331.04	c 1217s |       7 |    61581 |     3823 |  4508691      0 |      300 |        0
1352.29/1352.54	c 1239s |       7 |    61687 |     3923 |  4508691      0 |      300 |        0
1373.18/1373.47	c 1260s |       7 |    61796 |     4023 |  4508691      0 |      300 |        0
1394.79/1395.10	c 1281s |       7 |    61898 |     4123 |  4508691      0 |      300 |        0
1418.68/1418.98	c 1305s |       7 |    61997 |     4223 |  4508691      0 |      300 |        0
1448.47/1448.70	c 1335s |       7 |    62106 |     4323 |  4508691      0 |      300 |        0
1471.57/1471.88	c 1358s |       7 |    62206 |     4423 |  4508691      0 |      300 |        0
1492.67/1492.92	c 1379s |       7 |    62315 |     4523 |  4508691      0 |      300 |        0
1511.66/1511.98	c 1398s |       7 |    62416 |     4623 |  4508691      0 |      300 |        0
1537.06/1537.38	c 1423s |       7 |    62519 |     4723 |  4508691      0 |      300 |        0
1559.05/1559.32	c 1445s |       7 |    62617 |     4823 |  4508691      0 |      300 |        0
1580.95/1581.27	c 1467s |       7 |    62727 |     4923 |  4959561      0 |      300 |        0
1584.55/1584.87	c 1471s |       8 |    62742 |     4936 |  4959561      0 |      300 |        0
1612.56/1612.84	c 1499s |       8 |    67680 |     5036 |  4959561      0 |      300 |        0
1641.04/1641.38	c 1527s |       8 |    67779 |     5136 |  4959561      0 |      300 |        0
1663.74/1664.09	c 1550s |       8 |    67886 |     5236 |  4959561      0 |      300 |        0
1687.94/1688.24	c 1574s |       8 |    67993 |     5336 |  4959561      0 |      300 |        0
1712.33/1712.63	c 1599s |       8 |    68097 |     5436 |  4959561      0 |      300 |        0
1743.53/1743.84	c 1630s |       8 |    68197 |     5536 |  4959561      0 |      300 |        0
1766.22/1766.50	c 1653s |       8 |    68305 |     5636 |  4959561      0 |      300 |        0
1786.82/1787.16	c 1673s |       8 |    68408 |     5736 |  4959561      0 |      300 |        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-4079366-1465319969/watcher-4079366-1465319969 -o /tmp/evaluation-result-4079366-1465319969/solver-4079366-1465319969 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465312758-19943 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079366-1465319969.opb 

pid=20589
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.17 2.23 2.20 4/179 20592
/proc/meminfo: memFree=28786928/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=752060 CPUtime=0 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 2808 0 0 0 0 0 0 0 20 0 4 0 113929721 770109440 3169 33554432000 4194304 16246674 140735568252560 140735568251984 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 188527 3180 441 2943 0 185421 0
[pid=20592/tid=20593] ppid=20589 vsize=770492 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 788983808 3244 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=775612 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 794226688 3260 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=779708 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 113929721 798420992 3279 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.17 2.23 2.20 4/179 20592
/proc/meminfo: memFree=28786928/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 31688 0 0 0 6 3 0 0 20 0 4 0 113929721 1334382592 31987 33554432000 4194304 16246674 140735568252560 140735568251872 7853005 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 325777 32002 799 2943 0 322671 0
[pid=20592/tid=20593] ppid=20589 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 1334382592 32013 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 1334382592 32025 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 1334382592 32036 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200516 s]
/proc/loadavg: 2.17 2.23 2.20 4/179 20592
/proc/meminfo: memFree=28786928/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 41133 0 0 0 14 5 0 0 20 0 4 0 113929721 1343819776 41942 33554432000 4194304 16246674 140735568252560 140735568251872 8058568 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 328081 41942 799 2943 0 324975 0
[pid=20592/tid=20593] ppid=20589 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 1343819776 41942 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 1343819776 41942 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 1343819776 41942 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300496 s]
/proc/loadavg: 2.17 2.23 2.20 4/179 20592
/proc/meminfo: memFree=28786928/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=1312324 CPUtime=0.28 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 44299 0 0 0 23 5 0 0 20 0 4 0 113929721 1343819776 45108 33554432000 4194304 16246674 140735568252560 140735568251872 14073329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 328081 45108 799 2943 0 324975 0
[pid=20592/tid=20593] ppid=20589 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 1343819776 45108 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 1343819776 45108 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 1343819776 45108 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1312324

[startup+0.700417 s]
/proc/loadavg: 2.17 2.23 2.20 4/179 20592
/proc/meminfo: memFree=28786928/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=1312324 CPUtime=0.68 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 58648 0 0 0 61 7 0 0 20 0 4 0 113929721 1343819776 59457 33554432000 4194304 16246674 140735568252560 140735568251656 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 328081 59457 800 2943 0 324975 0
[pid=20592/tid=20593] ppid=20589 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 1343819776 59457 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 1343819776 59457 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 1343819776 59457 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1312324

[startup+1.5004 s]
/proc/loadavg: 2.24 2.24 2.21 3/183 20596
/proc/meminfo: memFree=28317444/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=1312324 CPUtime=1.49 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 100386 0 0 0 135 14 0 0 20 0 4 0 113929721 1343819776 101195 33554432000 4194304 16246674 140735568252560 140735568250368 4220507 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 328081 101195 800 2943 0 324975 0
[pid=20592/tid=20593] ppid=20589 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 1343819776 101195 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 1343819776 101195 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 1343819776 101195 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1312324

[startup+3.10041 s]
/proc/loadavg: 2.24 2.24 2.21 3/183 20596
/proc/meminfo: memFree=27836732/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=1336900 CPUtime=3.09 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 161658 0 0 0 286 23 0 0 20 0 4 0 113929721 1368985600 167577 33554432000 4194304 16246674 140735568252560 140735568235552 14073329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 334225 167577 802 2943 0 331119 0
[pid=20592/tid=20593] ppid=20589 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 1368985600 167577 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 1368985600 167577 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 1368985600 167577 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1336900

[startup+6.30043 s]
/proc/loadavg: 2.24 2.24 2.21 3/183 20596
/proc/meminfo: memFree=27259172/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=1386052 CPUtime=6.29 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 198931 0 0 0 599 30 0 0 20 0 4 0 113929721 1419317248 216092 33554432000 4194304 16246674 140735568252560 140735568235552 14073329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 346513 216092 802 2943 0 343407 0
[pid=20592/tid=20593] ppid=20589 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 1419317248 216092 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 1419317248 216092 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 1419317248 216092 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1386052

[startup+12.7004 s]
/proc/loadavg: 2.27 2.25 2.21 3/183 20596
/proc/meminfo: memFree=26821564/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=1484356 CPUtime=12.69 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 232219 0 0 0 1232 37 0 0 20 0 4 0 113929721 1519980544 272375 33554432000 4194304 16246674 140735568252560 140735568251736 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 371089 272375 802 2943 0 367983 0
[pid=20592/tid=20593] ppid=20589 vsize=1484356 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 1519980544 272375 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=1484356 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 1519980544 272375 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=1484356 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 1519980544 272375 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1484356

[startup+25.5004 s]
/proc/loadavg: 2.31 2.25 2.21 3/183 20596
/proc/meminfo: memFree=21682788/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=3804740 CPUtime=25.5 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 849698 0 0 0 2410 140 0 0 20 0 4 0 113929721 3896053760 892409 33554432000 4194304 16246674 140735568252560 140735568251224 4223718 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 951185 892411 803 2943 0 948079 0
[pid=20592/tid=20593] ppid=20589 vsize=3804740 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 3896053760 892426 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=3804740 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 3896053760 892431 33554432000 4194304 16246674 140735568252560 140571488263184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=3804740 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 3896053760 892436 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 3804740

[startup+51.1004 s]
/proc/loadavg: 2.33 2.26 2.21 3/184 20599
/proc/meminfo: memFree=15356732/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=7017028 CPUtime=51.09 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 1652987 0 0 0 4845 264 0 0 20 0 4 0 113929721 7185436672 1695698 33554432000 4194304 16246674 140735568252560 140735568251656 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 1754257 1695698 844 2943 0 1751151 0
[pid=20592/tid=20593] ppid=20589 vsize=7017028 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 7185436672 1695698 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=7017028 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 7185436672 1695698 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=7017028 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 7185436672 1695698 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7017028

[startup+102.3 s]
/proc/loadavg: 2.22 2.24 2.20 3/183 20600
/proc/meminfo: memFree=8748296/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=10302020 CPUtime=102.28 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 2474242 0 0 0 9829 399 0 0 20 0 4 0 113929721 10549268480 2516953 33554432000 4194304 16246674 140735568252560 140735568251736 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 2575505 2516953 848 2943 0 2572399 0
[pid=20592/tid=20593] ppid=20589 vsize=10302020 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 10549268480 2516953 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=10302020 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 10549268480 2516953 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=10302020 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 10549268480 2516953 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 10302020


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

[startup+1422.3 s]
/proc/loadavg: 2.17 2.19 2.18 3/183 20633
/proc/meminfo: memFree=5120676/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=12284484 CPUtime=1422.07 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 2969909 0 0 0 141528 679 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140735568250368 4208384 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 3071121 3012620 898 2943 0 3068015 0
[pid=20592/tid=20593] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571488263184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 12284484

[startup+1482.3 s]
/proc/loadavg: 2.27 2.21 2.18 3/183 20634
/proc/meminfo: memFree=5198832/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=12284484 CPUtime=1482.06 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 2969909 0 0 0 147511 695 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140735568251736 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 3071121 3012620 898 2943 0 3068015 0
[pid=20592/tid=20593] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 12284484

[startup+1542.3 s]
/proc/loadavg: 2.23 2.21 2.18 3/183 20635
/proc/meminfo: memFree=5199028/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=12284484 CPUtime=1542.05 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 2969909 0 0 0 153496 709 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140735568251656 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 3071121 3012620 898 2943 0 3068015 0
[pid=20592/tid=20593] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 12284484

[startup+1602.3 s]
/proc/loadavg: 2.37 2.25 2.19 3/183 20636
/proc/meminfo: memFree=5199056/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=12284484 CPUtime=1602.04 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 2969909 0 0 0 159478 726 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140735568251736 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 3071121 3012620 898 2943 0 3068015 0
[pid=20592/tid=20593] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 12284484

[startup+1662.3 s]
/proc/loadavg: 2.22 2.23 2.19 3/183 20638
/proc/meminfo: memFree=5199464/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=12284484 CPUtime=1662.04 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 2969909 0 0 0 165463 741 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140735568251736 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 3071121 3012620 898 2943 0 3068015 0
[pid=20592/tid=20593] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 12284484

[startup+1722.3 s]
/proc/loadavg: 2.11 2.20 2.18 3/183 20639
/proc/meminfo: memFree=5199380/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=12284484 CPUtime=1722.03 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 2969909 0 0 0 171446 757 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140735568251528 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 3071121 3012620 898 2943 0 3068015 0
[pid=20592/tid=20593] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 12284484

[startup+1782.31 s]
/proc/loadavg: 2.26 2.23 2.19 3/183 20640
/proc/meminfo: memFree=5199400/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=12284484 CPUtime=1782.03 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 2969909 0 0 0 177432 771 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140735568251736 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 3071121 3012620 898 2943 0 3068015 0
[pid=20592/tid=20593] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1782.03
Current children cumulated vsize (KiB) 12284484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.20 2.22 2.18 3/181 20641
/proc/meminfo: memFree=7564584/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=12284484 CPUtime=1800.02 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) R 20589 20592 2168 0 -1 4202496 2969909 0 0 0 179227 775 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140735568251736 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 3071121 3012620 898 2943 0 3068015 0
[pid=20592/tid=20593] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20593/stat : 20593 (toysat) S 20589 20592 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571498753264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) S 20589 20592 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571488263408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20592/tid=20595] ppid=20589 vsize=12284484 CPUtime=0 cores=0,2,4,6
/proc/20592/task/20595/stat : 20595 (toysat) S 20589 20592 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 113929721 12579311616 3012620 33554432000 4194304 16246674 140735568252560 140571477789872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 12284484

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

[startup+1800.6 s]
/proc/loadavg: 2.20 2.22 2.18 3/181 20641
/proc/meminfo: memFree=7564584/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=0 CPUtime=1800.31 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) Z 20589 20592 2168 0 -1 4203532 2969909 0 0 0 179227 804 0 0 20 0 2 0 113929721 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 0 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) R 20589 20592 2168 0 -1 4203588 8 0 0 0 0 28 0 0 20 0 2 0 113929721 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

[startup+1800.8 s]
/proc/loadavg: 2.20 2.22 2.18 3/181 20641
/proc/meminfo: memFree=7564584/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=0 CPUtime=1800.51 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) Z 20589 20592 2168 0 -1 4203532 2969909 0 0 0 179227 824 0 0 20 0 2 0 113929721 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 0 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) R 20589 20592 2168 0 -1 4203588 8 0 0 0 0 48 0 0 20 0 2 0 113929721 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 2.20 2.22 2.18 3/174 20676
/proc/meminfo: memFree=28811052/32872528 swapFree=16636/1570076
[pid=20592] ppid=20589 vsize=0 CPUtime=1800.62 cores=0,2,4,6
/proc/20592/stat : 20592 (toysat) Z 20589 20592 2168 0 -1 4203532 2969909 0 0 0 179227 835 0 0 20 0 2 0 113929721 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20592/statm: 0 0 0 0 0 0 0
[pid=20592/tid=20594] ppid=20589 vsize=0 CPUtime=0.59 cores=0,2,4,6
/proc/20592/task/20594/stat : 20594 (toysat) R 20589 20592 2168 0 -1 4203588 8 0 0 0 0 59 0 0 20 0 2 0 113929721 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.94
CPU time (s): 1800.66
CPU user time (s): 1792.28
CPU system time (s): 8.38272
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 12284484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.28
system time used= 8.38273
maximum resident set size= 12050480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2969909
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= 79
involuntary context switches= 1862

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.251 second user time and 11.6752 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 19:19:34
IDJOB=4079366
IDBENCH=92647
IDSOLVER=2542
FILE ID=node140/4079366-1465319969
RUNJOBID= node140-1465312758-19943
PBS_JOBID= 19850417
Free space on /tmp= 71292 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_9_mh.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079366-1465319969/watcher-4079366-1465319969 -o /tmp/evaluation-result-4079366-1465319969/solver-4079366-1465319969 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465312758-19943 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079366-1465319969.opb

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

MD5SUM BENCH= ab50ad160b8df343de4157f6d66d8abc
RANDOM SEED=812317532

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28787852 kB
Buffers:          173872 kB
Cached:          1352352 kB
SwapCached:         1656 kB
Active:           903984 kB
Inactive:         832236 kB
Active(anon):     209044 kB
Inactive(anon):     3196 kB
Active(file):     694940 kB
Inactive(file):   829040 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098752 kB
Dirty:            476708 kB
Writeback:             0 kB
AnonPages:       1775512 kB
Mapped:            10328 kB
Shmem:                 0 kB
Slab:             642864 kB
SReclaimable:      82036 kB
SUnreclaim:       560828 kB
KernelStack:        1416 kB
PageTables:         8844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2795116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1558528 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= 71488 MiB
End job on node140 at 2016-06-07 19:49:35