Trace number 4078690

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-02SAT 4.02039 4.02328

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110977464.opb
MD5SUMb0491ed63ac891b703b860682674b01c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.883865
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1205
Number of bits of the biggest sum of numbers11
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-06T15:17:42+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4078690-1465219062.opb"]
0.00/0.01	c use --random-gen="306021907 3180636240 3062173546 3528113446 2208144209 2826673193 2243341192 2648525156 2449334582 2573296372 3527707291 1258467664 11414127 299629721 2154887069 471787654 1998631629 3951983479 3912427329 3470848964 2402615745 3916989646 1304007049 475573349 1216947919 1777910167 977028237 2037012112 713974199 702788659 4131507169 1660855125 2396875919 2487238502 1958220488 844872767 1028405333 2209903387 1653673828 1472463322 1836678701 285222871 2127207906 2144912156 1718766917 176280185 1338337304 2936009200 2855086814 3989607025 1624391389 4002731908 156013669 4097917199 3267537605 2751490126 3421306243 1182678104 2138459830 3606534820 764989226 2226597113 3323564385 1103533332 3057428088 141089366 1642874497 2702651641 3828816922 2089799413 2326810200 2437647947 1825423487 763935756 1279608783 3742065758 696239482 15189688 2130165017 3357128759 1210185794 1839402964 1126566178 2768047736 2616160608 2696937063 785543021 1636909918 3792581977 3701650444 2915594570 2270115353 822285511 859792565 291397827 4141413095 4067966816 84730239 576392965 3666410220 1023195019 3637162133 4071071625 2453855360 1358365759 2076659798 2275208769 602576668 2539783173 2565484541 429188095 3288766345 631142422 2103117333 3998609365 2088375380 2245817243 3727630088 4249545971 1808078497 3431292559 4103403591 2765710235 3065093044 2695619679 43164873 435857498 76890069 933782840 2771797070 1817683169 2196054374 1446762078 1190013562 4116054472 953890902 1194220631 1220868268 956890078 2406895207 3628787580 3404206496 2405118285 3120904620 2347604763 2097726570 1546407757 3036657078 1486735223 4210174022 582613547 1465830925 2006080855 2096705907 1598290040 1663986006 4066076480 3083260080 829956763 153105690 2794714701 2012472949 1779821531 3261180986 2296411992 591769891 3024620046 3297273234 2168060865 1885809167 3776391110 2324315866 3380125110 1490882702 800554444 3994921742 2587195686 1661631106 2106785585 1431719168 3973627443 3408280299 3659443115 1233141744 1592004809 1104030980 4000475995 4177802063 1226988463 380907171 3590670623 326433353 4030781360 2611848176 916475665 2663751644 1382222374 3782914325 116240498 102006389 714068623 2426212110 1005872653 3991924132 4273399804 3761940959 3399090556 976478470 422360807 4246059182 4122233944 1619247977 2761285709 2283948367 1000371631 2444613463 2505207844 3373603045 1945459530 4189544552 2380696327 2014878660 1809280423 2658085784 2098513996 3808045141 256563835 2203630935 299856159 3668979781 1701834004 3624746941 1405055067 642909929 2125453985 2219238595 3794887589 3156798860 1708602978 2243271091 1421629076 2660336407 128719875 1132919498 2070503458 257640363 718785483 2855142571 539107749 2988874372 4170371891 3928842628 2594189726 3284708530 1593658275 653990022 255 362436" option to reproduce the execution
0.00/0.01	c #vars 169
0.00/0.01	c #constraints 101
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 |       90      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      146 |      100 |       90      0 |        0 |        0
0.00/0.05	c  0.0s |       2 |      355 |      250 |      100      2 |        0 |        0
0.00/0.07	c  0.1s |       3 |      690 |      475 |      111      4 |        0 |        0
0.09/0.12	c  0.1s |       4 |     1173 |      813 |      123      7 |        0 |        0
0.09/0.18	c  0.2s |       5 |     1956 |     1320 |      136     12 |        0 |        0
0.18/0.28	c  0.3s |       6 |     3174 |     2081 |      165     19 |        0 |        0
0.38/0.42	c  0.4s |       7 |     4979 |     3223 |      182     27 |        1 |        0
0.59/0.64	c  0.6s |       8 |     7412 |     4936 |      201     39 |        1 |        0
0.89/0.96	c  0.9s |       9 |    10984 |     7506 |      222     55 |        2 |        0
1.38/1.47	c  1.5s |      10 |    16402 |    11361 |      245     79 |        3 |        0
1.99/2.04	c  2.0s |      11 |    24588 |    17144 |      270    113 |        4 |        0
2.78/2.86	c  2.8s |      12 |    36486 |    25819 |      297    156 |        7 |        0
3.89/3.96	c  3.9s |      12 |    53047 |    37878 |      297    214 |       11 |        0
3.89/3.96	c #cpu_time = 3.932s
3.89/3.96	c #wall_clock_time = 3.942s
3.89/3.96	c #decision = 53047
3.89/3.96	c #random_decision = 108
3.89/3.96	c #conflict = 37878
3.89/3.96	c #restart = 12
3.89/3.96	s SATISFIABLE
3.89/3.96	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10
3.89/3.96	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
3.89/3.96	v -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
3.89/3.96	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
3.89/3.96	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50
3.89/3.96	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60
3.89/3.96	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
3.89/3.96	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80
3.89/3.96	v x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
3.89/3.96	v -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
3.89/3.96	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
3.89/3.96	v -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120
3.89/3.96	v -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130
3.89/3.96	v -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140
3.89/3.96	v -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150
3.89/3.96	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
3.89/3.96	v -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169
3.89/3.96	c total CPU time = 3.951s
3.89/3.96	c total wall clock time = 3.962s

Verifier Data

OK	0

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

pid=26847
running on 8 cores: 0-3,8-11

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.04 2.10 2.09 3/261 26850
/proc/meminfo: memFree=30989992/32872528 swapFree=9196/9196
[pid=26850] ppid=26847 vsize=1040828 CPUtime=0 cores=0-3,8-11
/proc/26850/stat : 26850 (toysat) R 26847 26850 25889 0 -1 4202496 3941 0 0 0 0 0 0 0 20 0 4 0 103748233 1065807872 4301 33554432000 4194304 16246674 140737274849184 140737274848608 13880264 0 2 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/26850/statm: 260975 4310 441 2943 0 257869 0
[pid=26850/tid=26851] ppid=26847 vsize=1063356 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26851/stat : 26851 (toysat) S 26847 26850 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103748233 1088876544 4388 33554432000 4194304 16246674 140737274849184 139944381099248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=26850/tid=26852] ppid=26847 vsize=1067452 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26852/stat : 26852 (toysat) S 26847 26850 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103748233 1093070848 4404 33554432000 4194304 16246674 140737274849184 139944370609392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=26850/tid=26853] ppid=26847 vsize=1071548 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26853/stat : 26853 (toysat) S 26847 26850 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103748233 1097265152 4421 33554432000 4194304 16246674 140737274849184 139944360135856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0

[startup+0.100137 s]
/proc/loadavg: 2.04 2.10 2.09 3/261 26850
/proc/meminfo: memFree=30989992/32872528 swapFree=9196/9196
[pid=26850] ppid=26847 vsize=1218116 CPUtime=0.09 cores=0-3,8-11
/proc/26850/stat : 26850 (toysat) R 26847 26850 25889 0 -1 4202496 18827 0 0 0 7 2 0 0 20 0 4 0 103748233 1247350784 19176 33554432000 4194304 16246674 140737274849184 140737274848608 13198569 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/26850/statm: 304529 19184 729 2943 0 301423 0
[pid=26850/tid=26851] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26851/stat : 26851 (toysat) S 26847 26850 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 19190 33554432000 4194304 16246674 140737274849184 139944381099248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=26850/tid=26852] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26852/stat : 26852 (toysat) S 26847 26850 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 19195 33554432000 4194304 16246674 140737274849184 139944370609392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=26850/tid=26853] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26853/stat : 26853 (toysat) S 26847 26850 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 19198 33554432000 4194304 16246674 140737274849184 139944360135856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200521 s]
/proc/loadavg: 2.04 2.10 2.09 3/261 26850
/proc/meminfo: memFree=30989992/32872528 swapFree=9196/9196
[pid=26850] ppid=26847 vsize=1218116 CPUtime=0.18 cores=0-3,8-11
/proc/26850/stat : 26850 (toysat) R 26847 26850 25889 0 -1 4202496 33062 0 0 0 14 4 0 0 20 0 4 0 103748233 1247350784 33411 33554432000 4194304 16246674 140737274849184 140737274848608 5546181 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/26850/statm: 304529 33415 729 2943 0 301423 0
[pid=26850/tid=26851] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26851/stat : 26851 (toysat) S 26847 26850 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 33418 33554432000 4194304 16246674 140737274849184 139944381099248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=26850/tid=26852] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26852/stat : 26852 (toysat) S 26847 26850 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 33421 33554432000 4194304 16246674 140737274849184 139944370609392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=26850/tid=26853] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26853/stat : 26853 (toysat) S 26847 26850 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 33425 33554432000 4194304 16246674 140737274849184 139944360135856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300483 s]
/proc/loadavg: 2.04 2.10 2.09 3/261 26850
/proc/meminfo: memFree=30989992/32872528 swapFree=9196/9196
[pid=26850] ppid=26847 vsize=1218116 CPUtime=0.29 cores=0-3,8-11
/proc/26850/stat : 26850 (toysat) R 26847 26850 25889 0 -1 4202496 47509 0 0 0 22 7 0 0 20 0 4 0 103748233 1247350784 47858 33554432000 4194304 16246674 140737274849184 140737274848608 6843278 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/26850/statm: 304529 47868 729 2943 0 301423 0
[pid=26850/tid=26851] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26851/stat : 26851 (toysat) S 26847 26850 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 47871 33554432000 4194304 16246674 140737274849184 139944381099248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=26850/tid=26852] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26852/stat : 26852 (toysat) S 26847 26850 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 47878 33554432000 4194304 16246674 140737274849184 139944370609392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=26850/tid=26853] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26853/stat : 26853 (toysat) S 26847 26850 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 47883 33554432000 4194304 16246674 140737274849184 139944360135856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700418 s]
/proc/loadavg: 2.04 2.10 2.09 3/261 26850
/proc/meminfo: memFree=30989992/32872528 swapFree=9196/9196
[pid=26850] ppid=26847 vsize=1218116 CPUtime=0.68 cores=0-3,8-11
/proc/26850/stat : 26850 (toysat) R 26847 26850 25889 0 -1 4202496 105757 0 0 0 52 16 0 0 20 0 4 0 103748233 1247350784 106107 33554432000 4194304 16246674 140737274849184 140737274831104 5677541 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/26850/statm: 304529 106113 732 2943 0 301423 0
[pid=26850/tid=26851] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26851/stat : 26851 (toysat) S 26847 26850 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 106116 33554432000 4194304 16246674 140737274849184 139944381099248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=26850/tid=26852] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26852/stat : 26852 (toysat) S 26847 26850 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 106122 33554432000 4194304 16246674 140737274849184 139944370609392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=26850/tid=26853] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26853/stat : 26853 (toysat) S 26847 26850 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 106125 33554432000 4194304 16246674 140737274849184 139944360135856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50039 s]
/proc/loadavg: 2.04 2.09 2.09 3/265 26854
/proc/meminfo: memFree=30328808/32872528 swapFree=9196/9196
[pid=26850] ppid=26847 vsize=1218116 CPUtime=1.48 cores=0-3,8-11
/proc/26850/stat : 26850 (toysat) R 26847 26850 25889 0 -1 4202496 224097 0 0 0 114 34 0 0 20 0 4 0 103748233 1247350784 224446 33554432000 4194304 16246674 140737274849184 140737274831104 5711820 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/26850/statm: 304529 224455 733 2943 0 301423 0
[pid=26850/tid=26851] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26851/stat : 26851 (toysat) S 26847 26850 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 224459 33554432000 4194304 16246674 140737274849184 139944381099248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=26850/tid=26852] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26852/stat : 26852 (toysat) S 26847 26850 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 224464 33554432000 4194304 16246674 140737274849184 139944370609392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=26850/tid=26853] ppid=26847 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26853/stat : 26853 (toysat) S 26847 26850 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103748233 1247350784 224471 33554432000 4194304 16246674 140737274849184 139944360135856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1218116

[startup+3.10041 s]
/proc/loadavg: 2.04 2.09 2.09 3/265 26854
/proc/meminfo: memFree=30007252/32872528 swapFree=9196/9196
[pid=26850] ppid=26847 vsize=1305156 CPUtime=3.09 cores=0-3,8-11
/proc/26850/stat : 26850 (toysat) R 26847 26850 25889 0 -1 4202496 267268 0 0 0 268 41 0 0 20 0 4 0 103748233 1336479744 267597 33554432000 4194304 16246674 140737274849184 140737274831104 5673920 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/26850/statm: 326289 267597 798 2943 0 323183 0
[pid=26850/tid=26851] ppid=26847 vsize=1305156 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26851/stat : 26851 (toysat) S 26847 26850 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103748233 1336479744 267597 33554432000 4194304 16246674 140737274849184 139944381099248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=26850/tid=26852] ppid=26847 vsize=1305156 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26852/stat : 26852 (toysat) S 26847 26850 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103748233 1336479744 267597 33554432000 4194304 16246674 140737274849184 139944370609392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=26850/tid=26853] ppid=26847 vsize=1305156 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26853/stat : 26853 (toysat) S 26847 26850 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103748233 1336479744 267597 33554432000 4194304 16246674 140737274849184 139944360135856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

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

[startup+3.2005 s]
/proc/loadavg: 2.04 2.09 2.09 3/265 26854
/proc/meminfo: memFree=30007252/32872528 swapFree=9196/9196
[pid=26850] ppid=26847 vsize=1305156 CPUtime=3.19 cores=0-3,8-11
/proc/26850/stat : 26850 (toysat) R 26847 26850 25889 0 -1 4202496 267268 0 0 0 278 41 0 0 20 0 4 0 103748233 1336479744 267597 33554432000 4194304 16246674 140737274849184 140737274831104 5667419 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/26850/statm: 326289 267597 798 2943 0 323183 0
[pid=26850/tid=26851] ppid=26847 vsize=1305156 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26851/stat : 26851 (toysat) S 26847 26850 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103748233 1336479744 267597 33554432000 4194304 16246674 140737274849184 139944381099248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=26850/tid=26852] ppid=26847 vsize=1305156 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26852/stat : 26852 (toysat) S 26847 26850 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103748233 1336479744 267597 33554432000 4194304 16246674 140737274849184 139944370609392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=26850/tid=26853] ppid=26847 vsize=1305156 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26853/stat : 26853 (toysat) S 26847 26850 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103748233 1336479744 267597 33554432000 4194304 16246674 140737274849184 139944360135856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 1305156

[startup+3.60043 s]
/proc/loadavg: 2.04 2.09 2.09 3/265 26854
/proc/meminfo: memFree=29920328/32872528 swapFree=9200/9200
[pid=26850] ppid=26847 vsize=1305156 CPUtime=3.59 cores=0-3,8-11
/proc/26850/stat : 26850 (toysat) R 26847 26850 25889 0 -1 4202496 267269 0 0 0 318 41 0 0 20 0 4 0 103748233 1336479744 267598 33554432000 4194304 16246674 140737274849184 140737274831104 5661879 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/26850/statm: 326289 267598 798 2943 0 323183 0
[pid=26850/tid=26851] ppid=26847 vsize=1305156 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26851/stat : 26851 (toysat) S 26847 26850 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103748233 1336479744 267598 33554432000 4194304 16246674 140737274849184 139944381099248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=26850/tid=26852] ppid=26847 vsize=1305156 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26852/stat : 26852 (toysat) S 26847 26850 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103748233 1336479744 267598 33554432000 4194304 16246674 140737274849184 139944370609392 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=26850/tid=26853] ppid=26847 vsize=1305156 CPUtime=0 cores=0-3,8-11
/proc/26850/task/26853/stat : 26853 (toysat) S 26847 26850 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 103748233 1336479744 267598 33554432000 4194304 16246674 140737274849184 139944360135856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1305156

[startup+4.0004 s]
/proc/loadavg: 2.04 2.09 2.09 3/265 26854
/proc/meminfo: memFree=29920328/32872528 swapFree=9200/9200
[pid=26850] ppid=26847 vsize=0 CPUtime=3.98 cores=0-3,8-11
/proc/26850/stat : 26850 (toysat) R 26847 26850 25889 0 -1 4202500 267406 0 0 0 354 44 0 0 20 0 1 0 103748233 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/26850/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.02328
CPU time (s): 4.02039
CPU user time (s): 3.54846
CPU system time (s): 0.471928
CPU usage (%): 99.9281
Max. virtual memory (cumulated for all children) (KiB): 1305156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.54846
system time used= 0.471928
maximum resident set size= 1070932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267406
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= 5

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.016997 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-06 15:17:42
IDJOB=4078690
IDBENCH=1207
IDSOLVER=2542
FILE ID=node132/4078690-1465219062
RUNJOBID= node132-1465216787-25905
PBS_JOBID= 19843203
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110977464.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078690-1465219062/watcher-4078690-1465219062 -o /tmp/evaluation-result-4078690-1465219062/solver-4078690-1465219062 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465216787-25905 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078690-1465219062.opb

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

MD5SUM BENCH= b0491ed63ac891b703b860682674b01c
RANDOM SEED=275396305

node132.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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.41
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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
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		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30989572 kB
Buffers:            5828 kB
Cached:            70768 kB
SwapCached:         3236 kB
Active:          1142152 kB
Inactive:          20304 kB
Active(anon):    1085060 kB
Inactive(anon):     3236 kB
Active(file):      57092 kB
Inactive(file):    17068 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094516 kB
Dirty:             16728 kB
Writeback:             0 kB
AnonPages:       1094684 kB
Mapped:            10656 kB
Shmem:                 0 kB
Slab:             573456 kB
SReclaimable:      12824 kB
SUnreclaim:       560632 kB
KernelStack:        2240 kB
PageTables:         6116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1236912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1079296 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= 71716 MiB
End job on node132 at 2016-06-06 15:17:47