Trace number 4121402

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 143.422 143.467

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-24-2.cnf.gz-extracted.pb.metafix.opb
MD5SUMba9f182b4ae1f3dcf5abed13fed3cbe7
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 benchmark0.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97
Total number of constraints96
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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:19:12+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4121402-1467314352.opb"]
0.00/0.01	c use --random-gen="1034708121 3276280643 1162249236 2427435139 2316085517 489586129 468963277 2581301204 3770979429 1722542382 880992435 1863572831 3913644327 884342708 3467381090 3174076785 3595777866 2960676827 1303085973 3857144014 3777626478 2203926943 2120526953 48275272 1482896874 1931324047 912272801 1461714257 2025784910 3399012825 3101775396 2626030106 2724637789 4278262561 478545970 3116006318 2275573913 3227162815 1216892537 2531781791 2702183072 2975692316 2055710637 1624924856 355018155 3721855915 4197119488 56714345 2044417740 2855809005 912482933 1221112208 1156797428 1093733077 2773642946 834754027 2069709418 2862305241 3113398970 19345667 1839637065 190912341 3046786261 261698151 2830052824 427080588 3716503184 2312247901 741215913 1905932123 276629172 2622353775 3497602106 4285999638 3573662010 482922725 3094174613 689251705 3388122989 1380436256 1835288025 1753016018 16577724 460057178 2506903127 1360494007 1558273049 1738835291 2283025959 3765961411 2420377778 3011084961 240726535 2400767006 3210997366 3372756601 2965651467 1466497913 598378347 308357886 249916098 1446234257 2420423253 2666235647 1518651417 3279214716 174348828 3769643469 2345054200 3904994608 429117995 2345955858 4217299040 101247325 3817809154 2642774626 2650153479 2304854552 3997125899 3444181600 103749121 867287604 2415938130 3730128307 1483758172 3687056026 642783523 1752952829 4011613042 726024097 2416115447 941596788 1043649094 860434237 3817868973 2837925252 1468534153 4130643401 2511449563 2101070741 929834517 2217627336 398821366 2947652521 3635450414 2954607459 2708977240 3546018400 3762641176 3256548669 2583904778 4014413935 1723009255 3708082477 4146428438 1316976015 3422512003 2963308856 3388593301 1529112789 1198140036 2039496991 3887966640 2002822938 1063719176 1721186916 3115814489 151931993 1122679924 2799752817 3492755512 3254038305 954219259 4150428430 3195751887 2619739713 186831765 987334573 4079522498 3221431693 1523745352 751000398 3337645028 3862485137 3910085830 2836739509 497156178 2876962538 2986224079 4182529930 3024627704 790428749 2898589898 403015006 2520668749 3357705114 3049600427 2077233144 3287761903 4219505185 2368789494 821490823 2558797759 1483711714 367672336 426218976 2775003582 3083727913 2183356383 4278243540 2100700191 1433641986 3447604013 3139810023 2715821541 420269590 1502208268 1956389589 1915167086 2436412232 3641262225 3257803692 3726268367 387993322 1050011355 1205379400 946315883 631605266 2958993993 3751603518 788414347 3918424770 1155614533 2354425497 1375157936 3537050908 871972148 1069767426 959377437 3236806849 343731476 489072988 1239534121 2521063627 2022879013 2619766938 3363859975 1379494589 2386908298 3820826640 3085438578 3622053734 2973807739 1909018254 839101061 2754514966 255 362436" option to reproduce the execution
0.00/0.01	c #vars 97
0.00/0.01	c #constraints 96
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       64      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      127 |      100 |       64      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      342 |      250 |       71      3 |        0 |        0
0.00/0.05	c  0.0s |       3 |      722 |      475 |       79      7 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1330 |      813 |       87     13 |        0 |        0
0.09/0.12	c  0.1s |       5 |     2105 |     1320 |       96     22 |        0 |        0
0.09/0.18	c  0.2s |       6 |     3496 |     2081 |      117     34 |        0 |        0
0.19/0.28	c  0.3s |       7 |     5170 |     3223 |      129     50 |        0 |        0
0.39/0.43	c  0.4s |       8 |     8118 |     4936 |      142     73 |        0 |        0
0.59/0.64	c  0.6s |       9 |    12376 |     7506 |      157    105 |        0 |        0
0.89/0.94	c  0.9s |      10 |    18916 |    11361 |      173    149 |        0 |        0
1.29/1.31	c  1.3s |      11 |    28206 |    17144 |      191    210 |        0 |        0
1.79/1.85	c  1.8s |      12 |    40049 |    25819 |      211    292 |        0 |        0
2.59/2.66	c  2.7s |      13 |    58444 |    38832 |      233    408 |        0 |        0
3.79/3.85	c  3.8s |      14 |    86196 |    58352 |      257    566 |        0 |        0
5.69/5.79	c  5.8s |      15 |   123725 |    87632 |      283    779 |        0 |        0
7.70/7.79	c  7.8s |      15 |   160143 |   116332 |      283    971 |        0 |        0
8.79/8.85	c  8.8s |      16 |   179848 |   131552 |      312   1072 |        0 |        0
10.79/10.85	c 10.8s |      16 |   217972 |   160552 |      312   1249 |        0 |        0
12.79/12.85	c 12.8s |      16 |   256317 |   189952 |      312   1431 |        0 |        0
13.29/13.37	c 13.4s |      17 |   266139 |   197432 |      344   1477 |        0 |        0
15.28/15.37	c 15.4s |      17 |   303031 |   226332 |      344   1638 |        0 |        0
17.29/17.37	c 17.4s |      17 |   338206 |   254232 |      344   1794 |        0 |        0
19.29/19.37	c 19.4s |      17 |   375576 |   283132 |      344   1957 |        0 |        0
20.19/20.29	c 20.3s |      18 |   392715 |   296252 |      379   2030 |        0 |        0
22.19/22.30	c 22.3s |      18 |   428852 |   324452 |      379   2173 |        0 |        0
24.20/24.30	c 24.3s |      18 |   465718 |   353252 |      379   2320 |        0 |        0
26.29/26.30	c 26.3s |      18 |   499449 |   380252 |      379   2458 |        0 |        0
28.29/28.30	c 28.3s |      18 |   532182 |   406952 |      379   2595 |        0 |        0
30.29/30.30	c 30.3s |      18 |   569700 |   435252 |      379   2739 |        0 |        0
30.89/30.99	c 31.0s |      19 |   581489 |   444482 |      417   2785 |        0 |        0
32.89/32.99	c 33.0s |      19 |   615193 |   470982 |      417   2907 |        0 |        0
34.88/34.99	c 35.0s |      19 |   647205 |   497082 |      417   3027 |        0 |        0
36.98/37.00	c 37.0s |      19 |   676224 |   521682 |      417   3140 |        0 |        0
38.98/39.00	c 39.0s |      19 |   712185 |   549282 |      417   3268 |        0 |        0
40.98/41.00	c 41.0s |      19 |   747426 |   576882 |      417   3396 |        0 |        0
42.99/43.01	c 43.0s |      19 |   782333 |   604482 |      417   3524 |        0 |        0
44.98/45.01	c 45.0s |      19 |   818714 |   632082 |      417   3651 |        0 |        0
46.98/47.02	c 47.0s |      19 |   858754 |   661282 |      417   3788 |        0 |        0
47.39/47.42	c 47.4s |      20 |   866520 |   666827 |      459   3812 |        0 |        0
49.38/49.42	c 49.4s |      20 |   902312 |   694727 |      459   3930 |        0 |        0
51.38/51.42	c 51.4s |      20 |   939866 |   722827 |      459   4050 |        0 |        0
53.38/53.42	c 53.4s |      20 |   974240 |   750027 |      459   4165 |        0 |        0
55.38/55.43	c 55.4s |      20 |  1006702 |   776227 |      459   4276 |        0 |        0
57.38/57.43	c 57.4s |      20 |  1036833 |   801227 |      459   4382 |        0 |        0
59.39/59.44	c 59.4s |      20 |  1070180 |   827827 |      459   4496 |        0 |        0
61.38/61.44	c 61.4s |      20 |  1106780 |   855827 |      459   4615 |        0 |        0
63.38/63.44	c 63.4s |      20 |  1145545 |   884827 |      459   4739 |        0 |        0
65.38/65.45	c 65.4s |      20 |  1181150 |   912727 |      459   4858 |        0 |        0
67.38/67.45	c 67.4s |      20 |  1215045 |   939727 |      459   4974 |        0 |        0
69.38/69.46	c 69.4s |      20 |  1252622 |   967827 |      459   5094 |        0 |        0
71.38/71.46	c 71.5s |      20 |  1289752 |   995427 |      505   5210 |        0 |        0
71.78/71.85	c 71.8s |      21 |  1295862 |  1000345 |      505   5229 |        0 |        0
73.78/73.86	c 73.8s |      21 |  1332286 |  1027945 |      505   5336 |        0 |        0
75.77/75.86	c 75.8s |      21 |  1366630 |  1054445 |      505   5438 |        0 |        0
77.77/77.86	c 77.8s |      21 |  1403129 |  1082145 |      505   5546 |        0 |        0
79.77/79.86	c 79.9s |      21 |  1438945 |  1109045 |      505   5651 |        0 |        0
81.77/81.87	c 81.9s |      21 |  1474470 |  1136545 |      505   5757 |        0 |        0
83.77/83.87	c 83.9s |      21 |  1511532 |  1164345 |      505   5866 |        0 |        0
85.77/85.87	c 85.9s |      21 |  1548983 |  1192145 |      505   5974 |        0 |        0
87.77/87.87	c 87.9s |      21 |  1585314 |  1219145 |      505   6079 |        0 |        0
89.77/89.88	c 89.9s |      21 |  1623287 |  1246945 |      505   6188 |        0 |        0
91.77/91.88	c 91.9s |      21 |  1659937 |  1274045 |      505   6293 |        0 |        0
93.77/93.89	c 93.9s |      21 |  1696322 |  1301245 |      505   6399 |        0 |        0
95.77/95.90	c 95.9s |      21 |  1731641 |  1327945 |      505   6502 |        0 |        0
97.76/97.90	c 97.9s |      21 |  1763570 |  1353345 |      505   6600 |        0 |        0
99.86/99.91	c 99.9s |      21 |  1795374 |  1379045 |      505   6700 |        0 |        0
101.86/101.91	c  101s |      21 |  1828060 |  1405045 |      505   6800 |        0 |        0
103.86/103.92	c  103s |      21 |  1862193 |  1431745 |      505   6902 |        0 |        0
105.86/105.92	c  105s |      21 |  1896451 |  1458145 |      505   7004 |        1 |        0
107.87/107.92	c  107s |      21 |  1933406 |  1485945 |      505   7111 |        1 |        0
108.97/109.04	c  109s |      22 |  1952294 |  1500622 |      556   7164 |        1 |        0
110.96/111.05	c  111s |      22 |  1989325 |  1528522 |      556   7263 |        1 |        0
112.96/113.05	c  113s |      22 |  2025030 |  1555722 |      556   7359 |        1 |        0
114.96/115.06	c  115s |      22 |  2060110 |  1582922 |      556   7456 |        1 |        0
116.96/117.06	c  117s |      22 |  2097282 |  1610722 |      556   7553 |        1 |        0
118.95/119.06	c  119s |      22 |  2130610 |  1636822 |      556   7645 |        1 |        0
120.96/121.06	c  121s |      22 |  2163873 |  1663222 |      556   7739 |        1 |        0
122.95/123.07	c  123s |      22 |  2199500 |  1690122 |      556   7834 |        1 |        0
124.95/125.07	c  125s |      22 |  2237170 |  1717722 |      556   7931 |        1 |        0
126.95/127.07	c  127s |      22 |  2277296 |  1746622 |      556   8032 |        2 |        0
128.95/129.08	c  129s |      22 |  2318033 |  1776122 |      556   8136 |        2 |        0
130.96/131.08	c  131s |      22 |  2358434 |  1805422 |      556   8238 |        3 |        0
132.95/133.08	c  133s |      22 |  2395901 |  1833222 |      556   8336 |        3 |        0
134.95/135.09	c  135s |      22 |  2434922 |  1861622 |      556   8436 |        3 |        0
136.95/137.09	c  137s |      22 |  2470335 |  1888522 |      556   8530 |        4 |        0
139.05/139.10	c  139s |      22 |  2507044 |  1916622 |      556   8628 |        4 |        0
141.04/141.11	c  141s |      22 |  2543599 |  1944222 |      556   8724 |        5 |        0
143.05/143.11	c  143s |      22 |  2576790 |  1971322 |      556   8817 |        8 |        0
143.34/143.41	c  143s |      22 |  2582098 |  1975594 |      556   8830 |       45 |       14
143.34/143.41	c #cpu_time = 143.372s
143.34/143.41	c #wall_clock_time = 143.401s
143.34/143.41	c #decision = 2582098
143.34/143.41	c #random_decision = 10719
143.34/143.41	c #conflict = 1975594
143.34/143.41	c #restart = 22
143.34/143.41	s UNSATISFIABLE
143.34/143.41	c total CPU time = 143.386s
143.34/143.41	c total wall clock time = 143.415s

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

pid=17489
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.16 2.20 2.17 2/179 17492
/proc/meminfo: memFree=28005600/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=682428 CPUtime=0 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 2536 0 0 0 0 0 0 0 20 0 4 0 12396063 698806272 3409 33554432000 4194304 16246674 140735758054832 140735758054256 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 171119 3419 441 2943 0 168013 0
[pid=17492/tid=17493] ppid=17489 vsize=699836 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 716632064 3479 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=703932 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 720826368 3495 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=709052 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 726069248 3513 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.16 2.20 2.17 2/179 17492
/proc/meminfo: memFree=28005600/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 24371 0 0 0 6 3 0 0 20 0 4 0 12396063 1247350784 25233 33554432000 4194304 16246674 140735758054832 140735758037832 5763325 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 304529 25244 709 2943 0 301423 0
[pid=17492/tid=17493] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 25254 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 25264 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 25272 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200498 s]
/proc/loadavg: 2.16 2.20 2.17 2/179 17492
/proc/meminfo: memFree=28005600/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 46782 0 0 0 12 7 0 0 20 0 4 0 12396063 1247350784 47643 33554432000 4194304 16246674 140735758054832 140735758037832 5677277 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 304529 47652 709 2943 0 301423 0
[pid=17492/tid=17493] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 47660 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 47667 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 47676 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300457 s]
/proc/loadavg: 2.16 2.20 2.17 2/179 17492
/proc/meminfo: memFree=28005600/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 69541 0 0 0 18 11 0 0 20 0 4 0 12396063 1247350784 70402 33554432000 4194304 16246674 140735758054832 140735758037832 5546098 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 304529 70413 709 2943 0 301423 0
[pid=17492/tid=17493] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 70419 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 70426 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 70432 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700398 s]
/proc/loadavg: 2.16 2.20 2.17 2/179 17492
/proc/meminfo: memFree=28005600/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 158347 0 0 0 44 25 0 0 20 0 4 0 12396063 1247350784 159208 33554432000 4194304 16246674 140735758054832 140735758037832 6021133 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 304529 159217 709 2943 0 301423 0
[pid=17492/tid=17493] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 159224 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 159230 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 159236 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.16 2.20 2.17 4/183 17496
/proc/meminfo: memFree=27022128/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 245465 0 0 0 111 38 0 0 20 0 4 0 12396063 1247350784 246306 33554432000 4194304 16246674 140735758054832 140735758054144 13950192 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 304529 246306 784 2943 0 301423 0
[pid=17492/tid=17493] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 246306 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 246306 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1247350784 246306 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10039 s]
/proc/loadavg: 2.16 2.20 2.17 4/183 17496
/proc/meminfo: memFree=26933716/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 267382 0 0 0 268 41 0 0 20 0 4 0 12396063 1337528320 268223 33554432000 4194304 16246674 140735758054832 140735758037832 6842264 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 326545 268223 784 2943 0 323439 0
[pid=17492/tid=17493] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268223 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268223 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268223 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30039 s]
/proc/loadavg: 2.22 2.21 2.18 3/183 17496
/proc/meminfo: memFree=26933728/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 267398 0 0 0 588 41 0 0 20 0 4 0 12396063 1337528320 268239 33554432000 4194304 16246674 140735758054832 140735758037832 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 326545 268239 784 2943 0 323439 0
[pid=17492/tid=17493] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268239 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268239 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268239 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.21 2.21 2.18 3/183 17496
/proc/meminfo: memFree=26933528/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 267398 0 0 0 1228 41 0 0 20 0 4 0 12396063 1337528320 268239 33554432000 4194304 16246674 140735758054832 140735758037832 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 326545 268239 784 2943 0 323439 0
[pid=17492/tid=17493] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268239 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268239 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268239 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.16 2.20 2.17 3/183 17496
/proc/meminfo: memFree=26933976/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 267404 0 0 0 2507 42 0 0 20 0 4 0 12396063 1337528320 268245 33554432000 4194304 16246674 140735758054832 140735758037832 5822428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 326545 268245 786 2943 0 323439 0
[pid=17492/tid=17493] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268245 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268245 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268245 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.24 2.21 2.18 3/184 17499
/proc/meminfo: memFree=26933248/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1306180 CPUtime=51.08 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 267426 0 0 0 5065 43 0 0 20 0 4 0 12396063 1337528320 268259 33554432000 4194304 16246674 140735758054832 140735758037832 5827671 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 326545 268259 786 2943 0 323439 0
[pid=17492/tid=17493] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268259 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268259 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268259 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

[startup+102.3 s]
/proc/loadavg: 2.22 2.21 2.18 3/184 17500
/proc/meminfo: memFree=26932692/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1306180 CPUtime=102.27 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 267446 0 0 0 10183 44 0 0 20 0 4 0 12396063 1337528320 268265 33554432000 4194304 16246674 140735758054832 140735758037832 6021388 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 326545 268265 787 2943 0 323439 0
[pid=17492/tid=17493] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268265 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268265 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268265 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1306180

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

[startup+102.408 s]
/proc/loadavg: 2.22 2.21 2.18 3/184 17500
/proc/meminfo: memFree=26932692/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1306180 CPUtime=102.37 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 267446 0 0 0 10193 44 0 0 20 0 4 0 12396063 1337528320 268265 33554432000 4194304 16246674 140735758054832 140735758037832 5754620 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 326545 268265 787 2943 0 323439 0
[pid=17492/tid=17493] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268265 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268265 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268265 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 1306180

[startup+128 s]
/proc/loadavg: 2.15 2.19 2.18 3/183 17501
/proc/meminfo: memFree=26931768/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1306180 CPUtime=127.95 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 267467 0 0 0 12751 44 0 0 20 0 4 0 12396063 1337528320 268273 33554432000 4194304 16246674 140735758054832 140735758037832 6022322 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 326545 268273 787 2943 0 323439 0
[pid=17492/tid=17493] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268273 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268273 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268273 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 127.95
Current children cumulated vsize (KiB) 1306180

[startup+134.4 s]
/proc/loadavg: 2.12 2.18 2.17 3/183 17501
/proc/meminfo: memFree=26931912/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1306180 CPUtime=134.35 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 267468 0 0 0 13391 44 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140735758037832 12477784 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 326545 268274 787 2943 0 323439 0
[pid=17492/tid=17493] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 134.35
Current children cumulated vsize (KiB) 1306180

[startup+137.607 s]
/proc/loadavg: 2.12 2.18 2.17 4/182 17501
/proc/meminfo: memFree=26931772/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1306180 CPUtime=137.55 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 267470 0 0 0 13711 44 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140735758036736 6011730 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 326545 268274 787 2943 0 323439 0
[pid=17492/tid=17493] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 137.55
Current children cumulated vsize (KiB) 1306180

[startup+140.8 s]
/proc/loadavg: 2.19 2.20 2.18 3/182 17501
/proc/meminfo: memFree=26931904/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1306180 CPUtime=140.75 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 267470 0 0 0 14031 44 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140735758037832 5721456 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 326545 268274 787 2943 0 323439 0
[pid=17492/tid=17493] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 140.75
Current children cumulated vsize (KiB) 1306180

[startup+142.4 s]
/proc/loadavg: 2.19 2.20 2.18 3/182 17501
/proc/meminfo: memFree=26931904/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1306180 CPUtime=142.34 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 267470 0 0 0 14190 44 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140735758036736 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 326545 268274 787 2943 0 323439 0
[pid=17492/tid=17493] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 142.34
Current children cumulated vsize (KiB) 1306180

[startup+143.2 s]
/proc/loadavg: 2.19 2.20 2.18 3/183 17502
/proc/meminfo: memFree=26931904/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1306180 CPUtime=143.14 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 267470 0 0 0 14270 44 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140735758036736 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 326545 268274 787 2943 0 323439 0
[pid=17492/tid=17493] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 143.14
Current children cumulated vsize (KiB) 1306180

[startup+143.4 s]
/proc/loadavg: 2.19 2.20 2.18 3/183 17502
/proc/meminfo: memFree=26931904/32872528 swapFree=1254912/1391860
[pid=17492] ppid=17489 vsize=1306180 CPUtime=143.34 cores=0,2,4,6
/proc/17492/stat : 17492 (toysat) R 17489 17492 16091 0 -1 4202496 267470 0 0 0 14290 44 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140735758036736 6022252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17492/statm: 326545 268274 787 2943 0 323439 0
[pid=17492/tid=17493] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17493/stat : 17493 (toysat) S 17489 17492 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183661948144 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17492/tid=17494] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17494/stat : 17494 (toysat) S 17489 17492 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183651458288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17492/tid=17495] ppid=17489 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/17492/task/17495/stat : 17495 (toysat) S 17489 17492 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12396063 1337528320 268274 33554432000 4194304 16246674 140735758054832 140183571786928 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 143.34
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 143.467
CPU time (s): 143.422
CPU user time (s): 142.926
CPU system time (s): 0.495924
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.926
system time used= 0.495924
maximum resident set size= 1073112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267476
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= 62
involuntary context switches= 162

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.345947 second user time and 0.582911 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-30 21:19:12
IDJOB=4121402
IDBENCH=110459
IDSOLVER=2542
FILE ID=node119/4121402-1467314352
RUNJOBID= node119-1467308805-16107
PBS_JOBID= 20005280
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-24-2.cnf.gz-extracted.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-4121402-1467314352/watcher-4121402-1467314352 -o /tmp/evaluation-result-4121402-1467314352/solver-4121402-1467314352 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467308805-16107 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121402-1467314352.opb

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

MD5SUM BENCH= ba9f182b4ae1f3dcf5abed13fed3cbe7
RANDOM SEED=1051008667

node119.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.444
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.88
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.444
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.444
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.56
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.444
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.444
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.444
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.444
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.444
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:        28006400 kB
Buffers:          202548 kB
Cached:          1432324 kB
SwapCached:            0 kB
Active:          1351716 kB
Inactive:        1376532 kB
Active(anon):    1090028 kB
Inactive(anon):     5936 kB
Active(file):     261688 kB
Inactive(file):  1370596 kB
Unevictable:     1391860 kB
Mlocked:         1254912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16700 kB
Writeback:             0 kB
AnonPages:       2487184 kB
Mapped:            17116 kB
Shmem:               204 kB
Slab:             612040 kB
SReclaimable:      55888 kB
SUnreclaim:       556152 kB
KernelStack:        1520 kB
PageTables:         9292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2620636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1212416 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= 71700 MiB
End job on node119 at 2016-06-30 21:21:36