Trace number 4121890

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02UNSAT 158.072 158.097

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n80-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM747c80e572cc6a02c76fe14ab4243e2c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.49001
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints320
Number of constraints which are clauses320
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-30T21:43:42+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-4121890-1467315822.opb"]
0.00/0.01	c use --random-gen="3784625464 2724265124 3812474896 2447893703 366870082 1499663812 58872585 1742955542 511314504 3853959243 828587295 3018476962 2741267212 1617078830 169368599 1558619237 1909905159 4241222228 901327879 841496590 487109475 2538570974 3126182083 1992141920 1328667182 252010112 499444751 2244701622 498661376 1557937262 303527262 1832306269 2658469012 2217133533 3738044242 886176637 2889395648 800980679 3094523730 3552336545 2349249465 717370623 137016282 2041299043 566995461 3811583201 97060086 1557812043 2410264020 3565170571 2614381543 2817289675 1818115061 2348468345 3861164201 3131275938 27612554 3916164878 2895315167 1846869321 182420102 898105034 823801251 2560581434 3467636092 164149243 3119504297 1895757431 2554986809 1740151941 2601596101 1721206180 2287206069 2533137149 2990910481 258777783 104575325 3777727445 1111449816 1479565014 3783508853 1572510281 1097882672 1748253796 1631394065 3316589030 2051095501 144221264 510139702 3044382765 3422338977 2278963657 955955798 959293722 2095936178 3674460980 3756558783 1031259735 1443973818 3335660420 1190775507 2494491052 4123416211 2323334583 1820235180 3320272349 417361591 3726629193 3540451323 1405669605 1719768922 464120963 2291279447 1331818055 2605556407 3166776626 1982831980 1386350005 1181613119 3451946019 4031925517 2953968120 3329638830 4248797889 2375581584 2288651868 4090709672 3441835781 3986211751 3849170880 4293647133 3561517513 3857558163 3968222430 2033974829 1766489214 1412287967 3727884461 2480624458 873242279 2107451254 3569974878 4172532395 2019513684 2339168714 747612882 1126576313 1215601123 2779896493 2426765199 611690230 3802730457 531034852 4225844752 1280563785 2934802631 128999944 2439760082 1086089154 3132625947 2018237793 3417257853 849903703 1577260879 482076809 1075079707 1914692002 1376578340 1413079778 515586158 1719917857 3641499618 923838897 1365784644 2335818940 3943305820 2731176983 3463306132 1119628224 3989109611 2040882134 1005712508 1536839371 3896407363 4118827187 3932056016 2167335183 1963359073 275583448 2076935905 2563691368 4019042989 932190694 980867827 3365073287 1341987321 1858360512 2025876092 1251315561 983491408 2313994539 307038695 335122490 1588404386 1878137701 2282100599 766800664 1304577602 2641290153 394539753 229420027 1795265284 257984518 1345955127 4285708411 2241116321 726460009 3300910468 3782869704 3833768453 3889030220 3262118146 3117301654 3965925388 2351854112 869297787 464952361 2298224403 3288448396 3917641811 80816890 2277334776 3429997023 3829248267 2833797281 573079433 4260593577 2412550663 2386514787 380455700 3823710363 3918145482 1805267372 386278306 1217536964 3015808854 1745486516 2773010031 2833442966 4186576369 1842350071 1867962775 3144756541 3698925410 642215939 3256421007 255 362436" option to reproduce the execution
0.00/0.01	c #vars 120
0.00/0.01	c #constraints 320
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      146      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      194 |      100 |      146      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      385 |      250 |      161      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      753 |      475 |      178      3 |        0 |        0
0.00/0.09	c  0.1s |       4 |     1136 |      813 |      196      5 |        0 |        0
0.09/0.14	c  0.1s |       5 |     1831 |     1320 |      216      9 |        0 |        0
0.18/0.21	c  0.2s |       6 |     2727 |     2081 |      262     15 |        0 |        0
0.29/0.30	c  0.3s |       7 |     4521 |     3223 |      289     22 |        0 |        0
0.39/0.45	c  0.4s |       8 |     6997 |     4936 |      318     32 |        0 |        0
0.59/0.69	c  0.7s |       9 |    10417 |     7506 |      350     47 |        0 |        0
0.99/1.05	c  1.0s |      10 |    15203 |    11361 |      386     68 |        0 |        0
1.29/1.40	c  1.4s |      11 |    23380 |    17144 |      425     96 |        0 |        0
1.89/1.96	c  1.9s |      12 |    36305 |    25819 |      468    136 |        0 |        0
2.69/2.71	c  2.7s |      13 |    55677 |    38832 |      515    190 |        0 |        0
3.89/3.90	c  3.9s |      14 |    83361 |    58352 |      567    263 |        0 |        0
5.69/5.72	c  5.7s |      15 |   124871 |    87632 |      624    363 |        0 |        0
7.70/7.73	c  7.7s |      15 |   169543 |   120432 |      624    467 |        0 |        0
8.39/8.40	c  8.4s |      16 |   185694 |   131552 |      687    501 |        0 |        0
10.39/10.40	c 10.4s |      16 |   232140 |   163852 |      687    594 |        0 |        0
12.39/12.41	c 12.4s |      16 |   273106 |   195052 |      687    683 |        0 |        0
12.49/12.56	c 12.5s |      17 |   276578 |   197432 |      756    690 |        0 |        0
14.49/14.56	c 14.5s |      17 |   311251 |   225432 |      756    762 |        0 |        0
16.49/16.56	c 16.5s |      17 |   339094 |   249432 |      756    825 |        0 |        0
18.49/18.57	c 18.6s |      17 |   378839 |   279032 |      756    903 |        0 |        0
19.59/19.67	c 19.6s |      18 |   402585 |   296252 |      832    947 |        0 |        0
21.58/21.67	c 21.7s |      18 |   443267 |   326252 |      832   1018 |        0 |        0
23.58/23.67	c 23.7s |      18 |   484924 |   356852 |      832   1091 |        0 |        0
25.59/25.68	c 25.7s |      18 |   524617 |   386852 |      832   1162 |        0 |        0
27.59/27.68	c 27.7s |      18 |   564370 |   416252 |      832   1232 |        0 |        0
29.58/29.63	c 29.6s |      19 |   601587 |   444482 |      916   1299 |        0 |        0
31.58/31.63	c 31.6s |      19 |   639852 |   472882 |      916   1360 |        0 |        0
33.58/33.64	c 33.6s |      19 |   678047 |   501582 |      916   1422 |        0 |        0
35.58/35.64	c 35.6s |      19 |   717986 |   530582 |      916   1484 |        0 |        0
37.58/37.65	c 37.6s |      19 |   759576 |   560482 |      916   1549 |        0 |        0
39.59/39.65	c 39.6s |      19 |   800976 |   590582 |      916   1614 |        0 |        0
41.58/41.65	c 41.6s |      19 |   843463 |   621582 |      916   1681 |        0 |        0
43.58/43.66	c 43.6s |      19 |   880586 |   649882 |      916   1743 |        0 |        0
44.88/44.91	c 44.9s |      20 |   903736 |   666827 |     1008   1779 |        0 |        0
46.88/46.91	c 46.9s |      20 |   935470 |   692027 |     1008   1828 |        0 |        0
48.88/48.92	c 48.9s |      20 |   971511 |   719527 |     1008   1882 |        0 |        0
50.88/50.92	c 50.9s |      20 |  1010491 |   749027 |     1008   1940 |        0 |        0
52.89/52.92	c 52.9s |      20 |  1051300 |   778827 |     1008   1999 |        0 |        0
54.88/54.93	c 54.9s |      20 |  1089103 |   806927 |     1008   2054 |        0 |        0
56.88/56.93	c 56.9s |      20 |  1124869 |   834627 |     1008   2109 |        0 |        0
58.88/58.93	c 58.9s |      20 |  1162431 |   862327 |     1008   2163 |        0 |        0
60.88/60.94	c 60.9s |      20 |  1196465 |   889327 |     1008   2217 |        0 |        0
62.88/62.95	c 62.9s |      20 |  1233301 |   917327 |     1008   2272 |        0 |        0
64.89/64.96	c 64.9s |      20 |  1272426 |   946027 |     1008   2329 |        0 |        0
66.88/66.96	c 66.9s |      20 |  1308945 |   973527 |     1008   2383 |        0 |        0
68.88/68.96	c 68.9s |      20 |  1339190 |   997327 |     1109   2429 |        0 |        0
69.18/69.23	c 69.2s |      21 |  1342634 |  1000345 |     1109   2434 |        0 |        0
71.18/71.24	c 71.2s |      21 |  1373372 |  1024745 |     1109   2477 |        0 |        0
73.18/73.25	c 73.2s |      21 |  1408321 |  1051545 |     1109   2525 |        0 |        0
75.18/75.25	c 75.2s |      21 |  1441656 |  1076645 |     1109   2570 |        0 |        0
77.18/77.25	c 77.2s |      21 |  1476632 |  1102945 |     1109   2617 |        0 |        0
79.19/79.26	c 79.2s |      21 |  1512257 |  1129645 |     1109   2665 |        0 |        0
81.18/81.27	c 81.2s |      21 |  1550276 |  1157245 |     1109   2715 |        0 |        0
83.18/83.27	c 83.3s |      21 |  1584487 |  1183545 |     1109   2762 |        0 |        0
85.18/85.28	c 85.3s |      21 |  1621102 |  1211045 |     1109   2811 |        0 |        0
87.18/87.28	c 87.3s |      21 |  1660892 |  1238445 |     1109   2860 |        0 |        0
89.18/89.29	c 89.3s |      21 |  1699004 |  1266645 |     1109   2911 |        0 |        0
91.17/91.29	c 91.3s |      21 |  1739051 |  1295445 |     1109   2963 |        0 |        0
93.27/93.30	c 93.3s |      21 |  1778723 |  1324545 |     1109   3015 |        0 |        0
95.27/95.30	c 95.3s |      21 |  1815950 |  1352045 |     1109   3064 |        0 |        0
97.27/97.30	c 97.3s |      21 |  1854506 |  1380045 |     1109   3114 |        0 |        0
99.27/99.30	c 99.3s |      21 |  1890698 |  1407445 |     1109   3163 |        0 |        0
101.28/101.30	c  101s |      21 |  1929606 |  1435845 |     1109   3214 |        0 |        0
103.27/103.31	c  103s |      21 |  1969325 |  1464445 |     1109   3265 |        0 |        0
105.27/105.31	c  105s |      21 |  2008741 |  1492645 |     1220   3315 |        0 |        0
105.77/105.88	c  105s |      22 |  2019844 |  1500622 |     1220   3328 |        0 |        0
107.78/107.88	c  107s |      22 |  2056964 |  1528022 |     1220   3372 |        0 |        0
109.77/109.88	c  109s |      22 |  2093996 |  1555722 |     1220   3417 |        0 |        0
111.77/111.89	c  111s |      22 |  2128811 |  1582222 |     1220   3461 |        0 |        0
113.87/113.90	c  113s |      22 |  2166965 |  1610322 |     1220   3506 |        0 |        0
115.87/115.90	c  115s |      22 |  2204493 |  1638022 |     1220   3552 |        0 |        0
117.87/117.90	c  117s |      22 |  2240605 |  1665022 |     1220   3595 |        0 |        0
119.87/119.91	c  119s |      22 |  2278198 |  1692622 |     1220   3640 |        0 |        0
121.87/121.91	c  121s |      22 |  2316650 |  1720422 |     1220   3686 |        0 |        0
123.87/123.92	c  123s |      22 |  2354954 |  1749122 |     1220   3732 |        0 |        0
125.87/125.92	c  125s |      22 |  2391897 |  1776622 |     1220   3776 |        1 |        4
127.87/127.93	c  127s |      22 |  2433612 |  1805922 |     1220   3824 |        1 |        4
129.87/129.93	c  129s |      22 |  2475890 |  1835322 |     1220   3872 |        1 |        4
131.87/131.93	c  131s |      22 |  2518968 |  1865122 |     1220   3921 |        1 |        4
133.86/133.93	c  133s |      22 |  2561113 |  1894322 |     1220   3968 |        1 |        4
135.87/135.94	c  135s |      22 |  2601388 |  1922922 |     1220   4013 |        2 |        8
137.87/137.94	c  137s |      22 |  2635898 |  1948822 |     1220   4055 |        2 |        8
139.87/139.95	c  139s |      22 |  2675867 |  1976422 |     1220   4100 |        2 |        8
141.88/141.95	c  141s |      22 |  2715429 |  2004922 |     1220   4147 |        2 |        8
143.87/143.95	c  143s |      22 |  2751548 |  2031822 |     1220   4190 |        2 |        8
145.87/145.95	c  145s |      22 |  2787576 |  2058922 |     1220   4233 |        3 |       12
147.87/147.96	c  147s |      22 |  2823526 |  2085222 |     1220   4276 |        3 |       12
149.87/149.97	c  149s |      22 |  2860937 |  2112022 |     1220   4320 |        3 |       12
151.88/151.97	c  151s |      22 |  2899403 |  2139722 |     1220   4365 |        3 |       12
153.87/153.97	c  153s |      22 |  2934622 |  2166622 |     1220   4407 |        4 |       16
155.87/155.97	c  155s |      22 |  2973448 |  2194522 |     1220   4452 |        4 |       16
157.87/157.97	c  157s |      22 |  3012530 |  2223122 |     1220   4495 |        9 |       36
157.97/158.03	c  158s |      22 |  3014110 |  2224219 |     1220   4495 |       22 |       74
157.97/158.03	c #cpu_time = 158.026s
157.97/158.03	c #wall_clock_time = 158.018s
157.97/158.03	c #decision = 3014110
157.97/158.03	c #random_decision = 14574
157.97/158.03	c #conflict = 2224219
157.97/158.03	c #restart = 22
157.97/158.03	s UNSATISFIABLE
157.97/158.03	c total CPU time = 158.045s
157.97/158.03	c total wall clock time = 158.037s

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

pid=21375
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.02 2.04 2.01 3/177 21378
/proc/meminfo: memFree=29427832/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=714172 CPUtime=0 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 2667 0 0 0 0 0 0 0 20 0 4 0 12686011 731312128 2516 33554432000 4194304 16246674 140735709341824 140735709341248 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 179055 2523 441 2943 0 175949 0
[pid=21378/tid=21379] ppid=21375 vsize=733628 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 751235072 2589 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=737724 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 755429376 2606 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=741820 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12686012 759623680 2624 33554432000 4194304 16246674 140735709341824 139638262975664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 2.02 2.04 2.01 3/177 21378
/proc/meminfo: memFree=29427832/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 26016 0 0 0 6 3 0 0 20 0 4 0 12686011 1247350784 25855 33554432000 4194304 16246674 140735709341824 140735709341248 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 304529 25867 708 2943 0 301423 0
[pid=21378/tid=21379] ppid=21375 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1247350784 25873 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1247350784 25882 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12686012 1247350784 25888 33554432000 4194304 16246674 140735709341824 139638262975664 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) 1218116

[startup+0.200518 s]
/proc/loadavg: 2.02 2.04 2.01 3/177 21378
/proc/meminfo: memFree=29427832/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 49927 0 0 0 13 5 0 0 20 0 4 0 12686011 1247350784 49765 33554432000 4194304 16246674 140735709341824 140735709341248 13192509 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 304529 49775 709 2943 0 301423 0
[pid=21378/tid=21379] ppid=21375 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1247350784 49782 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1247350784 49788 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12686012 1247350784 49793 33554432000 4194304 16246674 140735709341824 139638262975664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300499 s]
/proc/loadavg: 2.02 2.04 2.01 3/177 21378
/proc/meminfo: memFree=29427832/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 73110 0 0 0 20 9 0 0 20 0 4 0 12686011 1247350784 72948 33554432000 4194304 16246674 140735709341824 140735709341248 5831697 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 304529 72960 709 2943 0 301423 0
[pid=21378/tid=21379] ppid=21375 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1247350784 72966 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1247350784 72973 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12686012 1247350784 72978 33554432000 4194304 16246674 140735709341824 139638262975664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700378 s]
/proc/loadavg: 2.02 2.04 2.01 3/177 21378
/proc/meminfo: memFree=29427832/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 167574 0 0 0 45 24 0 0 20 0 4 0 12686011 1247350784 167412 33554432000 4194304 16246674 140735709341824 140735709324824 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 304529 167423 709 2943 0 301423 0
[pid=21378/tid=21379] ppid=21375 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1247350784 167427 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1247350784 167434 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12686012 1247350784 167439 33554432000 4194304 16246674 140735709341824 139638262975664 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) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.01 2.04 2.01 3/181 21382
/proc/meminfo: memFree=28446728/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 245570 0 0 0 116 33 0 0 20 0 4 0 12686011 1248399360 245388 33554432000 4194304 16246674 140735709341824 140735709341136 7252939 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 304785 245388 785 2943 0 301679 0
[pid=21378/tid=21379] ppid=21375 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1248399360 245388 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1248399360 245388 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1248399360 245388 33554432000 4194304 16246674 140735709341824 139638262975664 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) 1219140

[startup+3.10043 s]
/proc/loadavg: 2.01 2.04 2.01 3/181 21382
/proc/meminfo: memFree=28359540/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267440 0 0 0 272 37 0 0 20 0 4 0 12686011 1337528320 267258 33554432000 4194304 16246674 140735709341824 140735709324824 13965456 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326545 267258 785 2943 0 323439 0
[pid=21378/tid=21379] ppid=21375 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1337528320 267258 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1337528320 267258 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1337528320 267258 33554432000 4194304 16246674 140735709341824 139638262975664 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) 1306180

[startup+6.30043 s]
/proc/loadavg: 2.01 2.04 2.01 3/181 21382
/proc/meminfo: memFree=28357884/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267441 0 0 0 592 37 0 0 20 0 4 0 12686011 1337528320 267259 33554432000 4194304 16246674 140735709341824 140735709324824 6022266 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326545 267259 785 2943 0 323439 0
[pid=21378/tid=21379] ppid=21375 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1337528320 267259 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1337528320 267259 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1337528320 267259 33554432000 4194304 16246674 140735709341824 139638262975664 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) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.01 2.04 2.01 3/181 21382
/proc/meminfo: memFree=28358068/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267445 0 0 0 1232 37 0 0 20 0 4 0 12686011 1337528320 267263 33554432000 4194304 16246674 140735709341824 140735709323712 5546098 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326545 267263 787 2943 0 323439 0
[pid=21378/tid=21379] ppid=21375 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1337528320 267263 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1337528320 267263 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1337528320 267263 33554432000 4194304 16246674 140735709341824 139638262975664 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) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.01 2.04 2.01 3/181 21382
/proc/meminfo: memFree=28358600/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1306180 CPUtime=25.48 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267510 0 0 0 2511 37 0 0 20 0 4 0 12686011 1337528320 267328 33554432000 4194304 16246674 140735709341824 140735709324824 6011787 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326545 267328 787 2943 0 323439 0
[pid=21378/tid=21379] ppid=21375 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1337528320 267328 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1337528320 267328 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1337528320 267328 33554432000 4194304 16246674 140735709341824 139638262975664 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) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 21382
/proc/meminfo: memFree=28357932/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1307204 CPUtime=51.08 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267633 0 0 0 5071 37 0 0 20 0 4 0 12686011 1338576896 267451 33554432000 4194304 16246674 140735709341824 140735709324824 5523536 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326801 267451 789 2943 0 323695 0
[pid=21378/tid=21379] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267451 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267451 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1338576896 267451 33554432000 4194304 16246674 140735709341824 139638262975664 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) 1307204

[startup+102.301 s]
/proc/loadavg: 2.05 2.04 2.01 3/181 21383
/proc/meminfo: memFree=28357216/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1307204 CPUtime=102.28 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267750 0 0 0 10190 38 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 140735709324824 13943600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326801 267568 789 2943 0 323695 0
[pid=21378/tid=21379] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638262975664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1307204

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 21378 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+102.407 s]
/proc/loadavg: 2.05 2.04 2.01 3/181 21383
/proc/meminfo: memFree=28357216/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1307204 CPUtime=102.38 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267750 0 0 0 10200 38 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 140735709324824 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326801 267568 789 2943 0 323695 0
[pid=21378/tid=21379] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638262975664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 1307204

[startup+128 s]
/proc/loadavg: 2.10 2.05 2.01 3/181 21385
/proc/meminfo: memFree=28356944/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1307204 CPUtime=127.97 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267750 0 0 0 12759 38 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 140735709324824 12861132 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326801 267568 789 2943 0 323695 0
[pid=21378/tid=21379] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638262975664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 127.97
Current children cumulated vsize (KiB) 1307204

[startup+140.8 s]
/proc/loadavg: 2.07 2.05 2.01 3/181 21385
/proc/meminfo: memFree=28357176/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1307204 CPUtime=140.78 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267750 0 0 0 14039 39 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 140735709323712 4221040 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326801 267568 789 2943 0 323695 0
[pid=21378/tid=21379] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638262975664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 140.78
Current children cumulated vsize (KiB) 1307204

[startup+147.2 s]
/proc/loadavg: 2.07 2.05 2.01 3/181 21385
/proc/meminfo: memFree=28357300/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1307204 CPUtime=147.17 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267750 0 0 0 14678 39 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 140735709324824 5673488 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326801 267568 789 2943 0 323695 0
[pid=21378/tid=21379] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638262975664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 147.17
Current children cumulated vsize (KiB) 1307204

[startup+153.6 s]
/proc/loadavg: 2.14 2.06 2.01 3/181 21385
/proc/meminfo: memFree=28357036/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1307204 CPUtime=153.57 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267750 0 0 0 15318 39 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 140735709323712 5523188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326801 267568 789 2943 0 323695 0
[pid=21378/tid=21379] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638262975664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 153.57
Current children cumulated vsize (KiB) 1307204

[startup+155.207 s]
/proc/loadavg: 2.14 2.06 2.01 3/181 21385
/proc/meminfo: memFree=28357160/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1307204 CPUtime=155.18 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267750 0 0 0 15479 39 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 140735709324824 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326801 267568 789 2943 0 323695 0
[pid=21378/tid=21379] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638262975664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 155.18
Current children cumulated vsize (KiB) 1307204

[startup+156.8 s]
/proc/loadavg: 2.13 2.06 2.01 3/181 21385
/proc/meminfo: memFree=28357284/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1307204 CPUtime=156.77 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267750 0 0 0 15638 39 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 140735709324824 5823933 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326801 267568 789 2943 0 323695 0
[pid=21378/tid=21379] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638262975664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 156.77
Current children cumulated vsize (KiB) 1307204

[startup+157.6 s]
/proc/loadavg: 2.13 2.06 2.01 3/181 21385
/proc/meminfo: memFree=28356896/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1307204 CPUtime=157.57 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267750 0 0 0 15718 39 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 140735709324824 5723176 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326801 267568 789 2943 0 323695 0
[pid=21378/tid=21379] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638262975664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 157.57
Current children cumulated vsize (KiB) 1307204

[startup+158 s]
/proc/loadavg: 2.13 2.06 2.01 3/181 21385
/proc/meminfo: memFree=28356896/32872528 swapFree=447588/480292
[pid=21378] ppid=21375 vsize=1307204 CPUtime=157.97 cores=1,3,5,7
/proc/21378/stat : 21378 (toysat) R 21375 21378 16080 0 -1 4202496 267750 0 0 0 15758 39 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 140735709324824 5677716 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21378/statm: 326801 267568 789 2943 0 323695 0
[pid=21378/tid=21379] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21379/stat : 21379 (toysat) S 21375 21378 16080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638283939056 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21378/tid=21380] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21380/stat : 21380 (toysat) S 21375 21378 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12686011 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638273449200 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21378/tid=21381] ppid=21375 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/21378/task/21381/stat : 21381 (toysat) S 21375 21378 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12686012 1338576896 267568 33554432000 4194304 16246674 140735709341824 139638262975664 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 157.97
Current children cumulated vsize (KiB) 1307204

Child status: 0
Real time (s): 158.097
CPU time (s): 158.072
CPU user time (s): 157.621
CPU system time (s): 0.450931
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.621
system time used= 0.450931
maximum resident set size= 1070288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267755
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= 19
involuntary context switches= 164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.450931 second user time and 0.683896 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-30 21:43:42
IDJOB=4121890
IDBENCH=110724
IDSOLVER=2542
FILE ID=node104/4121890-1467315822
RUNJOBID= node104-1467310023-19960
PBS_JOBID= 20005270
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n80-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121890-1467315822/watcher-4121890-1467315822 -o /tmp/evaluation-result-4121890-1467315822/solver-4121890-1467315822 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467310023-19960 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121890-1467315822.opb

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

MD5SUM BENCH= 747c80e572cc6a02c76fe14ab4243e2c
RANDOM SEED=1911067541

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29427988 kB
Buffers:          199004 kB
Cached:           936720 kB
SwapCached:            0 kB
Active:          1426684 kB
Inactive:         794492 kB
Active(anon):    1088020 kB
Inactive(anon):        0 kB
Active(file):     338664 kB
Inactive(file):   794492 kB
Unevictable:      480292 kB
Mlocked:          447588 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16480 kB
Writeback:             0 kB
AnonPages:       1567936 kB
Mapped:            16436 kB
Shmem:               204 kB
Slab:             611680 kB
SReclaimable:      55636 kB
SUnreclaim:       556044 kB
KernelStack:        1496 kB
PageTables:         7360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1690852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 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= 71688 MiB
End job on node104 at 2016-06-30 21:46:21