Trace number 4121546

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 124.968 124.988

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n78-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMc610d1d43d0443a62b4cf72ffaf77009
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 benchmark4.52131
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables117
Total number of constraints312
Number of constraints which are clauses312
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:29:40+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-4121546-1467314979.opb"]
0.00/0.01	c use --random-gen="3489912274 2793174098 1003607955 1783496719 2979351339 4160238335 2468180899 4130251632 2934012919 2132616468 4053857535 188286839 19516178 1025605543 2869522866 2163478339 3822239439 2552500248 3957298011 1457670839 1622920188 552777862 536573676 2066422106 1975446023 3549246216 2150028121 4024292124 310020804 3265163725 825001981 3578776056 783211452 2873846683 3393482079 2705562824 2368552967 2477713186 2580004326 438673681 2726698623 963210972 2577799877 418773829 1893779597 2314377226 1547296451 3651728067 2819841638 2684951998 3864728519 2689861270 1727723810 2764379584 875992986 1405498970 2026962889 3337114968 4248622362 131705220 2416619858 4275049480 3047543512 1192213197 179532770 442123804 2329773527 2829763129 3025423511 1147882702 3492915702 612539 1145842687 3922534638 4001809826 2386779262 3414303831 1245080848 1988281096 4133005046 565742025 744233247 435615407 4002585949 4235777694 2124608972 3228775911 4156839028 3889156095 3121529230 1153262473 2425166938 2925652785 2484591221 1804725927 4199568288 2979852689 4006235478 1817311375 2646198944 3307338752 1765417433 719323873 4000911673 89714591 1296913485 3254035799 3046693390 1323010990 504790106 1024458427 3431879313 505000580 1399226555 1530477589 3709494288 1379853280 3238165415 3071285661 1416527587 930658537 2442527217 3294224377 1319780530 3064198096 2589391854 4171557158 2683331880 278682314 818067799 3604006013 4173760509 3312447728 3443211975 2983445621 64605459 4142891115 2004905166 3464501300 1098539004 1369848826 1788946652 2814641829 1356375119 3189445756 3483228302 2320862662 2915702459 383888811 904221865 636297223 2789051395 1261481510 2990616260 4103535326 3576239297 2572653211 666786283 2686590357 2422931108 2343986187 1693306578 3347859864 172006778 3493687486 3883272834 1560754562 1727228586 2400214341 474872006 480720591 3406190285 3465870269 1278618230 860226838 3564593895 853762600 1366409357 1448426651 3764012448 2205323738 3618002278 1565850456 2420936943 3672465607 2346559114 3862998074 1835586980 2014163827 2886697768 310310111 2258475941 2556149729 3515949576 770412595 3369423092 4064942377 2934606319 3299781112 2400723383 2830497723 3571512642 319200038 4134077045 76981877 1969047660 2818038353 2549519924 367689958 2398722833 1083552003 1176722076 2032094980 4249293182 1590388716 1980280502 2944539806 1142075030 713116588 1563574927 1217461855 2567205725 2934757318 140080871 2941755592 2360014514 649431350 3018094011 888394034 1063047754 3476030255 3526936806 2365489273 3030904439 1666561962 2908711836 1227086760 3676950818 611674243 2224557138 2191370074 1763527647 3792876291 2778311098 1570774631 3239626363 1095258959 2134060013 738224455 335986540 562830206 3257938933 2474714659 1245788818 3529501684 3713352497 255 362436" option to reproduce the execution
0.00/0.01	c #vars 117
0.00/0.01	c #constraints 312
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 |      143      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      139 |      100 |      143      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      355 |      250 |      158      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      744 |      475 |      174      3 |        0 |        0
0.09/0.10	c  0.1s |       4 |     1182 |      813 |      192      5 |        0 |        0
0.09/0.14	c  0.1s |       5 |     1906 |     1320 |      212     10 |        0 |        0
0.19/0.20	c  0.2s |       6 |     2819 |     2081 |      258     15 |        0 |        0
0.29/0.30	c  0.3s |       7 |     4293 |     3223 |      284     23 |        0 |        0
0.39/0.45	c  0.4s |       8 |     6857 |     4936 |      313     34 |        0 |        0
0.69/0.71	c  0.7s |       9 |     9716 |     7506 |      345     49 |        0 |        0
0.99/1.06	c  1.0s |      10 |    15466 |    11361 |      380     70 |        0 |        0
1.29/1.39	c  1.4s |      11 |    23638 |    17144 |      419    100 |        0 |        0
1.88/1.96	c  1.9s |      12 |    35526 |    25819 |      461    139 |        0 |        0
2.69/2.78	c  2.8s |      13 |    53943 |    38832 |      508    194 |        0 |        0
3.89/3.95	c  3.9s |      14 |    80864 |    58352 |      559    269 |        0 |        0
5.69/5.78	c  5.8s |      15 |   121621 |    87632 |      615    371 |        0 |        0
7.70/7.79	c  7.8s |      15 |   165386 |   118732 |      615    471 |        0 |        0
8.59/8.62	c  8.6s |      16 |   183033 |   131552 |      677    511 |        0 |        0
10.59/10.62	c 10.6s |      16 |   226478 |   161752 |      677    599 |        0 |        0
12.59/12.63	c 12.6s |      16 |   266925 |   192852 |      677    690 |        0 |        0
12.79/12.90	c 12.9s |      17 |   273085 |   197432 |      745    702 |        0 |        0
14.89/14.90	c 14.9s |      17 |   315211 |   228232 |      745    784 |        0 |        0
16.89/16.90	c 16.9s |      17 |   355952 |   258132 |      745    863 |        0 |        0
18.89/18.91	c 18.9s |      17 |   396935 |   288832 |      745    945 |        0 |        0
19.39/19.42	c 19.4s |      18 |   406349 |   296252 |      820    964 |        0 |        0
21.38/21.42	c 21.4s |      18 |   445093 |   325052 |      820   1033 |        0 |        0
23.39/23.42	c 23.4s |      18 |   484020 |   354452 |      820   1104 |        0 |        0
25.40/25.42	c 25.4s |      18 |   519663 |   382552 |      820   1172 |        0 |        0
27.39/27.43	c 27.4s |      18 |   562255 |   413352 |      820   1246 |        0 |        0
29.39/29.43	c 29.4s |      18 |   604432 |   444152 |      903   1320 |        0 |        0
29.39/29.45	c 29.4s |      19 |   604871 |   444482 |      903   1320 |        0 |        0
31.39/31.46	c 31.4s |      19 |   646964 |   475082 |      903   1388 |        0 |        0
33.38/33.46	c 33.4s |      19 |   685504 |   504582 |      903   1452 |        0 |        0
35.38/35.47	c 35.5s |      19 |   723646 |   532982 |      903   1515 |        0 |        0
37.39/37.47	c 37.5s |      19 |   764035 |   562682 |      903   1580 |        0 |        0
39.38/39.47	c 39.5s |      19 |   802494 |   591182 |      903   1643 |        0 |        0
41.38/41.48	c 41.5s |      19 |   839914 |   619882 |      903   1706 |        0 |        0
43.38/43.48	c 43.5s |      19 |   880735 |   650382 |      903   1773 |        0 |        0
44.49/44.59	c 44.6s |      20 |   902507 |   666827 |      994   1808 |        0 |        0
46.49/46.59	c 46.6s |      20 |   939543 |   694627 |      994   1864 |        0 |        0
48.59/48.60	c 48.6s |      20 |   977190 |   722327 |      994   1919 |        0 |        0
50.59/50.61	c 50.6s |      20 |  1017718 |   751427 |      994   1977 |        0 |        0
52.59/52.61	c 52.6s |      20 |  1056244 |   780527 |      994   2035 |        0 |        0
54.58/54.61	c 54.6s |      20 |  1095435 |   809327 |      994   2093 |        0 |        0
56.58/56.62	c 56.6s |      20 |  1131861 |   836827 |      994   2148 |        0 |        0
58.58/58.62	c 58.6s |      20 |  1171326 |   865927 |      994   2206 |        0 |        0
60.59/60.63	c 60.6s |      20 |  1211807 |   895327 |      994   2264 |        0 |        0
62.58/62.63	c 62.6s |      20 |  1250771 |   923827 |      994   2321 |        0 |        0
64.58/64.63	c 64.6s |      20 |  1283975 |   950227 |      994   2374 |        0 |        0
66.58/66.63	c 66.6s |      20 |  1319916 |   977627 |      994   2429 |        0 |        0
68.18/68.26	c 68.2s |      21 |  1350501 |  1000345 |     1094   2473 |        0 |        0
70.17/70.26	c 70.2s |      21 |  1384630 |  1027245 |     1094   2521 |        0 |        0
72.18/72.27	c 72.2s |      21 |  1421318 |  1054745 |     1094   2571 |        0 |        0
74.18/74.27	c 74.3s |      21 |  1456135 |  1081345 |     1094   2619 |        0 |        0
76.18/76.27	c 76.3s |      21 |  1491407 |  1108545 |     1094   2669 |        0 |        0
78.19/78.27	c 78.3s |      21 |  1527091 |  1136245 |     1094   2719 |        0 |        0
80.18/80.27	c 80.3s |      21 |  1561990 |  1162445 |     1094   2766 |        0 |        0
82.18/82.28	c 82.3s |      21 |  1598595 |  1189445 |     1094   2815 |        0 |        0
84.18/84.28	c 84.3s |      21 |  1638013 |  1218145 |     1094   2867 |        0 |        0
86.18/86.29	c 86.3s |      21 |  1676147 |  1246245 |     1094   2918 |        0 |        0
88.18/88.29	c 88.3s |      21 |  1715746 |  1274445 |     1094   2970 |        0 |        0
90.18/90.29	c 90.3s |      21 |  1755023 |  1302845 |     1094   3021 |        0 |        0
92.17/92.29	c 92.3s |      21 |  1794962 |  1331345 |     1094   3073 |        0 |        0
94.17/94.29	c 94.3s |      21 |  1836229 |  1360245 |     1094   3125 |        0 |        0
96.17/96.29	c 96.3s |      21 |  1876994 |  1389645 |     1094   3179 |        0 |        0
98.27/98.30	c 98.3s |      21 |  1917862 |  1418645 |     1094   3230 |        1 |        4
100.27/100.30	c  100s |      21 |  1956167 |  1446645 |     1094   3281 |        1 |        4
102.28/102.30	c  102s |      21 |  1994251 |  1474345 |     1094   3331 |        1 |        4
104.18/104.22	c  104s |      22 |  2028056 |  1500622 |     1204   3377 |        1 |        4
106.18/106.22	c  106s |      22 |  2064514 |  1527622 |     1204   3421 |        1 |        4
108.18/108.22	c  108s |      22 |  2101320 |  1554422 |     1204   3466 |        1 |        4
110.18/110.23	c  110s |      22 |  2138570 |  1581822 |     1204   3511 |        1 |        4
112.18/112.23	c  112s |      22 |  2176856 |  1609422 |     1204   3556 |        1 |        4
114.17/114.23	c  114s |      22 |  2211634 |  1636022 |     1204   3599 |        2 |        8
116.17/116.24	c  116s |      22 |  2248437 |  1662922 |     1204   3643 |        2 |        8
118.17/118.24	c  118s |      22 |  2288215 |  1691422 |     1204   3690 |        2 |        8
120.17/120.25	c  120s |      22 |  2325104 |  1718922 |     1204   3734 |        3 |       12
122.18/122.25	c  122s |      22 |  2361346 |  1746922 |     1204   3780 |        4 |       16
124.17/124.25	c  124s |      22 |  2401615 |  1776622 |     1204   3827 |        6 |       24
124.87/124.92	c  124s |      22 |  2415714 |  1787112 |     1204   3841 |       20 |       60
124.87/124.92	c #cpu_time = 124.912s
124.87/124.92	c #wall_clock_time = 124.908s
124.87/124.92	c #decision = 2415714
124.87/124.92	c #random_decision = 11546
124.87/124.92	c #conflict = 1787112
124.87/124.92	c #restart = 22
124.87/124.92	s UNSATISFIABLE
124.87/124.92	c total CPU time = 124.931s
124.87/124.92	c total wall clock time = 124.927s

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

pid=17602
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.15 2.18 2.18 3/179 17605
/proc/meminfo: memFree=28001704/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=743868 CPUtime=0 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 2777 0 0 0 0 0 0 0 20 0 4 0 12458781 761720832 3139 33554432000 4194304 16246674 140734069940880 140734069940304 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 186735 3148 441 2943 0 183629 0
[pid=17605/tid=17606] ppid=17602 vsize=762300 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 780595200 3210 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=766396 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 784789504 3227 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=770492 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12458781 788983808 3244 33554432000 4194304 16246674 140734069940880 140725658307760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100126 s]
/proc/loadavg: 2.15 2.18 2.18 3/179 17605
/proc/meminfo: memFree=28001704/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 25670 0 0 0 6 3 0 0 20 0 4 0 12458781 1247350784 26020 33554432000 4194304 16246674 140734069940880 140734069940304 13954518 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 304529 26030 708 2943 0 301423 0
[pid=17605/tid=17606] ppid=17602 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1247350784 26036 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1247350784 26042 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12458781 1247350784 26046 33554432000 4194304 16246674 140734069940880 140725658307760 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.200632 s]
/proc/loadavg: 2.15 2.18 2.18 3/179 17605
/proc/meminfo: memFree=28001704/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 49249 0 0 0 12 7 0 0 20 0 4 0 12458781 1247350784 49600 33554432000 4194304 16246674 140734069940880 140734069940304 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 304529 49610 709 2943 0 301423 0
[pid=17605/tid=17606] ppid=17602 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1247350784 49617 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1247350784 49626 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12458781 1247350784 49633 33554432000 4194304 16246674 140734069940880 140725658307760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300516 s]
/proc/loadavg: 2.15 2.18 2.18 3/179 17605
/proc/meminfo: memFree=28001704/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 73234 0 0 0 19 10 0 0 20 0 4 0 12458781 1247350784 73584 33554432000 4194304 16246674 140734069940880 140734069940304 13191557 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 304529 73595 709 2943 0 301423 0
[pid=17605/tid=17606] ppid=17602 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1247350784 73602 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1247350784 73610 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12458781 1247350784 73619 33554432000 4194304 16246674 140734069940880 140725658307760 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.700431 s]
/proc/loadavg: 2.15 2.18 2.18 3/179 17605
/proc/meminfo: memFree=28001704/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 167726 0 0 0 46 23 0 0 20 0 4 0 12458781 1247350784 168076 33554432000 4194304 16246674 140734069940880 140734069940304 5589077 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 304529 168092 709 2943 0 301423 0
[pid=17605/tid=17606] ppid=17602 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1247350784 168105 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1247350784 168116 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12458781 1247350784 168125 33554432000 4194304 16246674 140734069940880 140725658307760 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.15 2.18 2.18 3/183 17609
/proc/meminfo: memFree=27018516/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 245544 0 0 0 116 33 0 0 20 0 4 0 12458781 1248399360 245874 33554432000 4194304 16246674 140734069940880 140734069940192 8194673 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 304785 245874 788 2943 0 301679 0
[pid=17605/tid=17606] ppid=17602 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1248399360 245874 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1248399360 245874 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1248399360 245874 33554432000 4194304 16246674 140734069940880 140725658307760 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.10044 s]
/proc/loadavg: 2.13 2.18 2.17 3/183 17609
/proc/meminfo: memFree=26931072/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 267415 0 0 0 273 36 0 0 20 0 4 0 12458781 1337528320 267745 33554432000 4194304 16246674 140734069940880 140734069923880 5545752 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 326545 267745 788 2943 0 323439 0
[pid=17605/tid=17606] ppid=17602 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1337528320 267745 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1337528320 267745 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1337528320 267745 33554432000 4194304 16246674 140734069940880 140725658307760 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.30038 s]
/proc/loadavg: 2.13 2.18 2.17 4/183 17609
/proc/meminfo: memFree=26930576/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 267416 0 0 0 593 36 0 0 20 0 4 0 12458781 1337528320 267746 33554432000 4194304 16246674 140734069940880 140734069923880 6842607 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 326545 267746 788 2943 0 323439 0
[pid=17605/tid=17606] ppid=17602 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1337528320 267746 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1337528320 267746 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1337528320 267746 33554432000 4194304 16246674 140734069940880 140725658307760 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.20 2.19 2.18 3/183 17609
/proc/meminfo: memFree=26930604/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 267448 0 0 0 1233 36 0 0 20 0 4 0 12458781 1337528320 267778 33554432000 4194304 16246674 140734069940880 140734069923880 5545988 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 326545 267778 788 2943 0 323439 0
[pid=17605/tid=17606] ppid=17602 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1337528320 267778 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1337528320 267778 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1337528320 267778 33554432000 4194304 16246674 140734069940880 140725658307760 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.16 2.18 2.18 3/184 17612
/proc/meminfo: memFree=26930344/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 267481 0 0 0 2512 37 0 0 20 0 4 0 12458781 1337528320 267811 33554432000 4194304 16246674 140734069940880 140734069923880 13927401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 326545 267811 788 2943 0 323439 0
[pid=17605/tid=17606] ppid=17602 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1337528320 267811 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1337528320 267811 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1337528320 267811 33554432000 4194304 16246674 140734069940880 140725658307760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.18 2.18 2.18 4/184 17612
/proc/meminfo: memFree=26930456/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1307204 CPUtime=51.09 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 267591 0 0 0 5071 38 0 0 20 0 4 0 12458781 1338576896 267921 33554432000 4194304 16246674 140734069940880 140734069923880 12460197 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 326801 267921 790 2943 0 323695 0
[pid=17605/tid=17606] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 267921 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 267921 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 267921 33554432000 4194304 16246674 140734069940880 140725658307760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1307204

[startup+102.301 s]
/proc/loadavg: 2.18 2.18 2.18 3/183 17613
/proc/meminfo: memFree=26929384/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1307204 CPUtime=102.28 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 267827 0 0 0 10189 39 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140734069923880 13808416 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 326801 268157 790 2943 0 323695 0
[pid=17605/tid=17606] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725658307760 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 17605 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+102.408 s]
/proc/loadavg: 2.18 2.18 2.18 3/183 17613
/proc/meminfo: memFree=26929384/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1307204 CPUtime=102.38 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 267827 0 0 0 10199 39 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140734069923880 13927401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 326801 268157 790 2943 0 323695 0
[pid=17605/tid=17606] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725658307760 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+115.2 s]
/proc/loadavg: 2.22 2.19 2.18 3/183 17613
/proc/meminfo: memFree=26929368/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1307204 CPUtime=115.17 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 267827 0 0 0 11477 40 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140734069923880 5721717 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 326801 268157 790 2943 0 323695 0
[pid=17605/tid=17606] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725658307760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 115.17
Current children cumulated vsize (KiB) 1307204

[startup+121.6 s]
/proc/loadavg: 2.29 2.20 2.18 3/182 17614
/proc/meminfo: memFree=26928988/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1307204 CPUtime=121.57 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 267827 0 0 0 12117 40 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140734069923880 5589300 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 326801 268157 790 2943 0 323695 0
[pid=17605/tid=17606] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725658307760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 121.57
Current children cumulated vsize (KiB) 1307204

[startup+123.2 s]
/proc/loadavg: 2.26 2.20 2.18 3/182 17614
/proc/meminfo: memFree=26928980/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1307204 CPUtime=123.18 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 267827 0 0 0 12278 40 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140734069923880 13923648 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 326801 268157 790 2943 0 323695 0
[pid=17605/tid=17606] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725658307760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 123.18
Current children cumulated vsize (KiB) 1307204

[startup+124 s]
/proc/loadavg: 2.26 2.20 2.18 3/182 17614
/proc/meminfo: memFree=26928980/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1307204 CPUtime=123.97 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 267827 0 0 0 12357 40 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140734069923880 5721681 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 326801 268157 790 2943 0 323695 0
[pid=17605/tid=17606] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725658307760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 123.97
Current children cumulated vsize (KiB) 1307204

[startup+124.407 s]
/proc/loadavg: 2.26 2.20 2.18 3/182 17614
/proc/meminfo: memFree=26929104/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1307204 CPUtime=124.38 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 267827 0 0 0 12398 40 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140734069923880 5672818 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 326801 268157 790 2943 0 323695 0
[pid=17605/tid=17606] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725658307760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 124.38
Current children cumulated vsize (KiB) 1307204

[startup+124.8 s]
/proc/loadavg: 2.26 2.20 2.18 3/182 17614
/proc/meminfo: memFree=26929104/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1307204 CPUtime=124.77 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 267827 0 0 0 12437 40 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140734069923880 5677884 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 326801 268157 790 2943 0 323695 0
[pid=17605/tid=17606] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725658307760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 124.77
Current children cumulated vsize (KiB) 1307204

[startup+124.9 s]
/proc/loadavg: 2.26 2.20 2.18 3/182 17614
/proc/meminfo: memFree=26929104/32872528 swapFree=1254912/1391860
[pid=17605] ppid=17602 vsize=1307204 CPUtime=124.87 cores=1,3,5,7
/proc/17605/stat : 17605 (toysat) R 17602 17605 16091 0 -1 4202496 267827 0 0 0 12447 40 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140734069923880 5522816 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17605/statm: 326801 268157 790 2943 0 323695 0
[pid=17605/tid=17606] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17606/stat : 17606 (toysat) S 17602 17605 16091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725679271152 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17605/tid=17607] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17607/stat : 17607 (toysat) S 17602 17605 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725668781296 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17605/tid=17608] ppid=17602 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17605/task/17608/stat : 17608 (toysat) S 17602 17605 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12458781 1338576896 268157 33554432000 4194304 16246674 140734069940880 140725658307760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 124.87
Current children cumulated vsize (KiB) 1307204

Child status: 0
Real time (s): 124.988
CPU time (s): 124.968
CPU user time (s): 124.505
CPU system time (s): 0.462929
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.505
system time used= 0.462929
maximum resident set size= 1072640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267832
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= 20
involuntary context switches= 130

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.880866 second user time and 1.13083 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-30 21:29:39
IDJOB=4121546
IDBENCH=110552
IDSOLVER=2542
FILE ID=node119/4121546-1467314979
RUNJOBID= node119-1467308805-16108
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-tseitin-regular-n78-d3-i2-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-4121546-1467314979/watcher-4121546-1467314979 -o /tmp/evaluation-result-4121546-1467314979/solver-4121546-1467314979 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467308805-16108 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121546-1467314979.opb

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

MD5SUM BENCH= c610d1d43d0443a62b4cf72ffaf77009
RANDOM SEED=2095651009

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:        28001696 kB
Buffers:          203164 kB
Cached:          1432380 kB
SwapCached:            0 kB
Active:          1355068 kB
Inactive:        1376964 kB
Active(anon):    1093024 kB
Inactive(anon):     5936 kB
Active(file):     262044 kB
Inactive(file):  1371028 kB
Unevictable:     1391860 kB
Mlocked:         1254912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16328 kB
Writeback:            48 kB
AnonPages:       2488268 kB
Mapped:            17072 kB
Shmem:               204 kB
Slab:             612348 kB
SReclaimable:      56288 kB
SUnreclaim:       556060 kB
KernelStack:        1488 kB
PageTables:         9252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2620648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    886784 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:31:45