Trace number 4096575

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 27.3588 27.3728

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_6_18.opb
MD5SUMe9e419d3a3c23221fd13b36b749ddcbb
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.502922
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables702
Total number of constraints3281
Number of constraints which are clauses3276
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 44
Number of bits of the biggest sum of numbers6
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-17T00:05:12+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4096575-1466114712.opb"]
0.00/0.01	c use --random-gen="634278840 1225383052 1780773693 2802784625 2861029598 3167733141 1394889983 3478004125 1963989967 3937074208 3451183765 3526260262 2560201482 1092675457 1986488024 3677334767 1524149308 2239807514 1991530055 1232866769 3274789051 2183828005 3711943602 1647592837 3721808305 3817726260 3996269089 3206563452 1076517934 1719376863 1140697024 1057306386 1550431205 469596482 3876143749 1774636376 3619622886 3210828267 384393889 1334553124 679584796 977019316 1778785844 2037883757 2312126708 3982508532 1489368081 2017503724 3461544349 1894098649 3978673795 2551381887 617197338 837259652 3299200686 3024967461 698397917 3989486890 1470877030 2245094557 2834314232 1426137502 2450344157 1507921247 4057330293 826695048 3032662291 3625894297 1732383820 2926560096 1676614450 2412956297 1362382122 4149126648 3321210167 3609671547 667089222 1576608450 1199227791 1875441446 1069554779 1842106789 3378565300 52576147 220161156 2266408186 496970498 2968374379 3143398786 736220777 2463548519 3152255736 2267278414 3318791047 2694192931 371198182 4231748332 3960179496 3547334869 1140729342 2850867140 1381344644 11138957 1314605050 1869421496 2659204444 3657740587 4284109297 384154853 751007211 2530263997 881759077 3673545620 3423716484 3499492916 3198720089 3208092422 1789146646 653116990 570973563 2990050085 1682218966 2610426737 3109821264 1185794933 621783122 4122169430 2194380387 1867961822 443319547 253572870 2811954472 813448798 3703699298 3223463119 2476529009 579743558 1041692112 1315796705 1232097602 1593792618 4076074867 4019358684 183546354 889628868 1423180660 1444726869 3651339986 652192577 3201804431 2323633719 216481813 3526556347 264047044 2824490848 1844413073 347618168 663405457 63980030 3901977332 1156354228 1479346074 2212645868 1938618537 2876808336 1623182303 3918110458 2511870174 4158259782 2227433284 496983588 2195326758 652446549 3162954996 1015850084 4125171738 103302292 1371067087 3623221150 2796036473 2623380710 2998221202 2649620946 1709113433 860647667 192900493 3482611038 1158410857 3008657662 2851044078 2788531384 1400789157 3307436687 1682405081 1907095653 2686214650 4022760661 492135779 2394253423 1933886806 2722157876 3727000728 1010207499 3970795519 135630264 1607024498 12009674 1745259285 3685257640 1639196211 3990097559 3957425374 3589180874 2487834207 933060304 4167053057 2154524500 2006183086 3488933774 205489377 1550133092 98522504 4212517178 2355307384 3148008711 819945680 3467651304 690492663 462836145 4048218535 1166222667 1177746023 940930800 3494965185 1634643297 17920035 3267923386 3174406058 4088792700 3583863834 2654492204 3624027794 3528503928 3426556466 3112247402 723215724 57849163 1407056008 395296548 1571020958 3918487216 235789544 653121309 481246752 97852367 3490815613 255 362436" option to reproduce the execution
0.00/0.04	c #vars 702
0.00/0.04	c #constraints 3281
0.00/0.09	c Solving starts ...
0.00/0.09	c ============================[ Search Statistics ]============================
0.00/0.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.09	c =============================================================================
0.00/0.09	c  0.0s |       0 |        0 |        0 |     1326      0 |        5 |        0
0.09/0.12	c  0.0s |       1 |      118 |      100 |     1326      0 |        5 |      206
0.09/0.17	c  0.1s |       2 |      293 |      250 |     1459      0 |        5 |      206
0.19/0.24	c  0.1s |       3 |      571 |      475 |     1605      0 |        5 |      206
0.29/0.35	c  0.3s |       4 |      962 |      813 |     1766      0 |        5 |      206
0.49/0.56	c  0.5s |       5 |     1536 |     1320 |     1943      0 |        5 |      206
0.88/0.90	c  0.8s |       6 |     2407 |     2081 |     2352      0 |        5 |      206
1.29/1.33	c  1.2s |       7 |     3700 |     3223 |     2588      1 |        5 |      206
1.79/1.88	c  1.8s |       8 |     5618 |     4936 |     2847      2 |        5 |      206
2.79/2.82	c  2.7s |       9 |     8510 |     7506 |     3132      4 |        5 |      206
4.09/4.10	c  4.0s |      10 |    12824 |    11361 |     3446      6 |        5 |      206
5.99/6.05	c  6.0s |      11 |    19569 |    17144 |     3791      9 |        5 |      206
7.99/8.07	c  8.0s |      11 |    26797 |    23444 |     3791     12 |        5 |      206
8.79/8.83	c  8.7s |      12 |    29420 |    25819 |     4171     13 |        5 |      206
10.79/10.84	c 10.8s |      12 |    36264 |    31919 |     4171     16 |        5 |      206
12.79/12.85	c 12.8s |      12 |    43260 |    38019 |     4171     19 |        5 |      206
13.09/13.11	c 13.0s |      13 |    44164 |    38832 |     4589     19 |        5 |      206
15.09/15.11	c 15.0s |      13 |    50667 |    44432 |     4589     21 |        5 |      206
17.08/17.13	c 17.0s |      13 |    56728 |    49632 |     4589     24 |        5 |      206
19.08/19.14	c 19.1s |      13 |    62573 |    54732 |     4589     25 |        8 |      259
20.48/20.55	c 20.5s |      14 |    66833 |    58352 |     5048     26 |        8 |      259
22.48/22.58	c 22.5s |      14 |    73008 |    63652 |     5048     28 |        8 |      259
24.58/24.60	c 24.5s |      14 |    79202 |    69152 |     5048     30 |        8 |      259
26.59/26.62	c 26.5s |      14 |    85713 |    74752 |     5048     31 |       61 |      499
27.28/27.31	c 27.2s |      14 |    87712 |    76518 |     5048     31 |      304 |     1459
27.28/27.31	c #cpu_time = 27.149s
27.28/27.31	c #wall_clock_time = 27.218s
27.28/27.31	c #decision = 87712
27.28/27.31	c #random_decision = 308
27.28/27.31	c #conflict = 76518
27.28/27.31	c #restart = 14
27.28/27.31	s UNSATISFIABLE
27.28/27.31	c total CPU time = 27.241s
27.28/27.31	c total wall clock time = 27.311s

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

pid=550
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: 1.92 2.00 1.99 3/179 553
/proc/meminfo: memFree=30740032/32872528 swapFree=7268/7268
[pid=553] ppid=550 vsize=392636 CPUtime=0 cores=1,3,5,7
/proc/553/stat : 553 (toysat) R 550 553 29295 0 -1 4202496 1405 0 0 0 0 0 0 0 20 0 4 0 13515982 402059264 1766 33554432000 4194304 16246674 140735548145952 140735548145376 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/553/statm: 98671 1775 441 2943 0 95565 0
[pid=553/tid=554] ppid=550 vsize=726460 CPUtime=0 cores=1,3,5,7
/proc/553/task/554/stat : 554 (toysat) S 550 553 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13515982 743895040 3071 33554432000 4194304 16246674 140735548145952 140055096044784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=553/tid=555] ppid=550 vsize=731580 CPUtime=0 cores=1,3,5,7
/proc/553/task/555/stat : 555 (toysat) S 550 553 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13515982 749137920 3090 33554432000 4194304 16246674 140735548145952 140055085554928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=553/tid=556] ppid=550 vsize=735676 CPUtime=0 cores=1,3,5,7
/proc/553/task/556/stat : 556 (toysat) S 550 553 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13515982 753332224 3107 33554432000 4194304 16246674 140735548145952 140055075081392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 1.92 2.00 1.99 3/179 553
/proc/meminfo: memFree=30740032/32872528 swapFree=7268/7268
[pid=553] ppid=550 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/553/stat : 553 (toysat) R 550 553 29295 0 -1 4202496 26837 0 0 0 5 4 0 0 20 0 4 0 13515982 1247350784 27187 33554432000 4194304 16246674 140735548145952 140735548145376 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/553/statm: 304529 27197 718 2943 0 301423 0
[pid=553/tid=554] ppid=550 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/553/task/554/stat : 554 (toysat) S 550 553 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13515982 1247350784 27204 33554432000 4194304 16246674 140735548145952 140055096044784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=553/tid=555] ppid=550 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/553/task/555/stat : 555 (toysat) S 550 553 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13515982 1247350784 27210 33554432000 4194304 16246674 140735548145952 140055085554928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=553/tid=556] ppid=550 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/553/task/556/stat : 556 (toysat) S 550 553 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13515982 1247350784 27215 33554432000 4194304 16246674 140735548145952 140055075081392 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.200605 s]
/proc/loadavg: 1.92 2.00 1.99 3/179 553
/proc/meminfo: memFree=30740032/32872528 swapFree=7268/7268
[pid=553] ppid=550 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/553/stat : 553 (toysat) R 550 553 29295 0 -1 4202496 47960 0 0 0 12 7 0 0 20 0 4 0 13515982 1247350784 48310 33554432000 4194304 16246674 140735548145952 140735548145376 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/553/statm: 304529 48321 718 2943 0 301423 0
[pid=553/tid=554] ppid=550 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/553/task/554/stat : 554 (toysat) S 550 553 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13515982 1247350784 48328 33554432000 4194304 16246674 140735548145952 140055096044784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=553/tid=555] ppid=550 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/553/task/555/stat : 555 (toysat) S 550 553 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13515982 1247350784 48335 33554432000 4194304 16246674 140735548145952 140055085554928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=553/tid=556] ppid=550 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/553/task/556/stat : 556 (toysat) S 550 553 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13515982 1247350784 48339 33554432000 4194304 16246674 140735548145952 140055075081392 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.300484 s]
/proc/loadavg: 1.92 2.00 1.99 3/179 553
/proc/meminfo: memFree=30740032/32872528 swapFree=7268/7268
[pid=553] ppid=550 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/553/stat : 553 (toysat) R 550 553 29295 0 -1 4202496 68913 0 0 0 20 9 0 0 20 0 4 0 13515982 1247350784 69263 33554432000 4194304 16246674 140735548145952 140735548145376 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/553/statm: 304529 69274 718 2943 0 301423 0
[pid=553/tid=554] ppid=550 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/553/task/554/stat : 554 (toysat) S 550 553 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13515982 1247350784 69281 33554432000 4194304 16246674 140735548145952 140055096044784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=553/tid=555] ppid=550 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/553/task/555/stat : 555 (toysat) S 550 553 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13515982 1247350784 69286 33554432000 4194304 16246674 140735548145952 140055085554928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=553/tid=556] ppid=550 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/553/task/556/stat : 556 (toysat) S 550 553 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13515982 1247350784 69292 33554432000 4194304 16246674 140735548145952 140055075081392 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.700421 s]
/proc/loadavg: 1.92 2.00 1.99 3/179 553
/proc/meminfo: memFree=30740032/32872528 swapFree=7268/7268
[pid=553] ppid=550 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/553/stat : 553 (toysat) R 550 553 29295 0 -1 4202496 148954 0 0 0 49 20 0 0 20 0 4 0 13515982 1247350784 149305 33554432000 4194304 16246674 140735548145952 140735548145376 5677277 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/553/statm: 304529 149311 720 2943 0 301423 0
[pid=553/tid=554] ppid=550 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/553/task/554/stat : 554 (toysat) S 550 553 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13515982 1247350784 149315 33554432000 4194304 16246674 140735548145952 140055096044784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=553/tid=555] ppid=550 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/553/task/555/stat : 555 (toysat) S 550 553 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13515982 1247350784 149320 33554432000 4194304 16246674 140735548145952 140055085554928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=553/tid=556] ppid=550 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/553/task/556/stat : 556 (toysat) S 550 553 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13515982 1247350784 149327 33554432000 4194304 16246674 140735548145952 140055075081392 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.50043 s]
/proc/loadavg: 1.92 2.00 1.99 3/183 557
/proc/meminfo: memFree=29837004/32872528 swapFree=7268/7268
[pid=553] ppid=550 vsize=1306180 CPUtime=1.49 cores=1,3,5,7
/proc/553/stat : 553 (toysat) R 550 553 29295 0 -1 4202496 246984 0 0 0 116 33 0 0 20 0 4 0 13515982 1337528320 247314 33554432000 4194304 16246674 140735548145952 140735548145264 5674567 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/553/statm: 326545 247314 795 2943 0 323439 0
[pid=553/tid=554] ppid=550 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/553/task/554/stat : 554 (toysat) S 550 553 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13515982 1337528320 247314 33554432000 4194304 16246674 140735548145952 140055096044784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=553/tid=555] ppid=550 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/553/task/555/stat : 555 (toysat) S 550 553 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13515982 1337528320 247314 33554432000 4194304 16246674 140735548145952 140055085554928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=553/tid=556] ppid=550 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/553/task/556/stat : 556 (toysat) S 550 553 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13515982 1337528320 247314 33554432000 4194304 16246674 140735548145952 140055075081392 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) 1306180

[startup+3.10042 s]
/proc/loadavg: 1.93 2.00 1.99 3/183 557
/proc/meminfo: memFree=29666620/32872528 swapFree=7268/7268
[pid=553] ppid=550 vsize=1309252 CPUtime=3.09 cores=1,3,5,7
/proc/553/stat : 553 (toysat) R 550 553 29295 0 -1 4202496 268140 0 0 0 273 36 0 0 20 0 4 0 13515982 1340674048 268470 33554432000 4194304 16246674 140735548145952 140735548127872 5674919 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/553/statm: 327313 268470 795 2943 0 324207 0
[pid=553/tid=554] ppid=550 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/553/task/554/stat : 554 (toysat) S 550 553 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13515982 1340674048 268470 33554432000 4194304 16246674 140735548145952 140055096044784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=553/tid=555] ppid=550 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/553/task/555/stat : 555 (toysat) S 550 553 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13515982 1340674048 268470 33554432000 4194304 16246674 140735548145952 140055085554928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=553/tid=556] ppid=550 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/553/task/556/stat : 556 (toysat) S 550 553 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13515982 1340674048 268470 33554432000 4194304 16246674 140735548145952 140055075081392 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) 1309252

[startup+6.30042 s]
/proc/loadavg: 1.93 2.00 1.99 3/183 557
/proc/meminfo: memFree=29666000/32872528 swapFree=7268/7268
[pid=553] ppid=550 vsize=1309252 CPUtime=6.29 cores=1,3,5,7
/proc/553/stat : 553 (toysat) R 550 553 29295 0 -1 4202496 268344 0 0 0 593 36 0 0 20 0 4 0 13515982 1340674048 268674 33554432000 4194304 16246674 140735548145952 140735548127872 5523456 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/553/statm: 327313 268674 795 2943 0 324207 0
[pid=553/tid=554] ppid=550 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/553/task/554/stat : 554 (toysat) S 550 553 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13515982 1340674048 268674 33554432000 4194304 16246674 140735548145952 140055096044784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=553/tid=555] ppid=550 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/553/task/555/stat : 555 (toysat) S 550 553 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13515982 1340674048 268674 33554432000 4194304 16246674 140735548145952 140055085554928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=553/tid=556] ppid=550 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/553/task/556/stat : 556 (toysat) S 550 553 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13515982 1340674048 268674 33554432000 4194304 16246674 140735548145952 140055075081392 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) 1309252

[startup+12.7004 s]
/proc/loadavg: 1.93 2.00 1.99 3/183 557
/proc/meminfo: memFree=29665952/32872528 swapFree=7268/7268
[pid=553] ppid=550 vsize=1309252 CPUtime=12.69 cores=1,3,5,7
/proc/553/stat : 553 (toysat) R 550 553 29295 0 -1 4202496 268344 0 0 0 1233 36 0 0 20 0 4 0 13515982 1340674048 268674 33554432000 4194304 16246674 140735548145952 140735548127872 6022845 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/553/statm: 327313 268674 795 2943 0 324207 0
[pid=553/tid=554] ppid=550 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/553/task/554/stat : 554 (toysat) S 550 553 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13515982 1340674048 268674 33554432000 4194304 16246674 140735548145952 140055096044784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=553/tid=555] ppid=550 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/553/task/555/stat : 555 (toysat) S 550 553 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13515982 1340674048 268674 33554432000 4194304 16246674 140735548145952 140055085554928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=553/tid=556] ppid=550 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/553/task/556/stat : 556 (toysat) S 550 553 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13515982 1340674048 268674 33554432000 4194304 16246674 140735548145952 140055075081392 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) 1309252

[startup+25.5075 s]
/proc/loadavg: 1.95 2.00 1.99 3/183 557
/proc/meminfo: memFree=29659452/32872528 swapFree=7268/7268
[pid=553] ppid=550 vsize=1316420 CPUtime=25.49 cores=1,3,5,7
/proc/553/stat : 553 (toysat) R 550 553 29295 0 -1 4202496 270136 0 0 0 2513 36 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140735548128952 5674120 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/553/statm: 329105 270466 795 2943 0 325999 0
[pid=553/tid=554] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/554/stat : 554 (toysat) S 550 553 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055096044784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=553/tid=555] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/555/stat : 555 (toysat) S 550 553 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055085554928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=553/tid=556] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/556/stat : 556 (toysat) S 550 553 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055075081392 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) 1316420

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

[startup+25.7004 s]
/proc/loadavg: 1.95 2.00 1.99 3/183 557
/proc/meminfo: memFree=29659452/32872528 swapFree=7268/7268
[pid=553] ppid=550 vsize=1316420 CPUtime=25.68 cores=1,3,5,7
/proc/553/stat : 553 (toysat) R 550 553 29295 0 -1 4202496 270136 0 0 0 2532 36 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140735548128952 5827966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/553/statm: 329105 270466 795 2943 0 325999 0
[pid=553/tid=554] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/554/stat : 554 (toysat) S 550 553 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055096044784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=553/tid=555] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/555/stat : 555 (toysat) S 550 553 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055085554928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=553/tid=556] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/556/stat : 556 (toysat) S 550 553 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055075081392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.68
Current children cumulated vsize (KiB) 1316420

[startup+26.5004 s]
/proc/loadavg: 1.95 2.00 1.99 3/183 557
/proc/meminfo: memFree=29659452/32872528 swapFree=7268/7268
[pid=553] ppid=550 vsize=1316420 CPUtime=26.49 cores=1,3,5,7
/proc/553/stat : 553 (toysat) R 550 553 29295 0 -1 4202496 270136 0 0 0 2613 36 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140735548127872 12483307 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/553/statm: 329105 270466 795 2943 0 325999 0
[pid=553/tid=554] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/554/stat : 554 (toysat) S 550 553 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055096044784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=553/tid=555] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/555/stat : 555 (toysat) S 550 553 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055085554928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=553/tid=556] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/556/stat : 556 (toysat) S 550 553 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055075081392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 26.49
Current children cumulated vsize (KiB) 1316420

[startup+26.9004 s]
/proc/loadavg: 1.95 2.00 1.99 3/183 557
/proc/meminfo: memFree=29659452/32872528 swapFree=7268/7268
[pid=553] ppid=550 vsize=1316420 CPUtime=26.88 cores=1,3,5,7
/proc/553/stat : 553 (toysat) R 550 553 29295 0 -1 4202496 270136 0 0 0 2652 36 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140735548127872 5823367 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/553/statm: 329105 270466 795 2943 0 325999 0
[pid=553/tid=554] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/554/stat : 554 (toysat) S 550 553 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055096044784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=553/tid=555] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/555/stat : 555 (toysat) S 550 553 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055085554928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=553/tid=556] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/556/stat : 556 (toysat) S 550 553 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055075081392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 26.88
Current children cumulated vsize (KiB) 1316420

[startup+27.3004 s]
/proc/loadavg: 1.95 2.00 1.99 3/183 557
/proc/meminfo: memFree=29659452/32872528 swapFree=7268/7268
[pid=553] ppid=550 vsize=1316420 CPUtime=27.28 cores=1,3,5,7
/proc/553/stat : 553 (toysat) R 550 553 29295 0 -1 4202496 270136 0 0 0 2692 36 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140735548127872 5523460 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/553/statm: 329105 270466 795 2943 0 325999 0
[pid=553/tid=554] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/554/stat : 554 (toysat) S 550 553 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055096044784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=553/tid=555] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/555/stat : 555 (toysat) S 550 553 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055085554928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=553/tid=556] ppid=550 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/553/task/556/stat : 556 (toysat) S 550 553 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13515982 1348014080 270466 33554432000 4194304 16246674 140735548145952 140055075081392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 27.28
Current children cumulated vsize (KiB) 1316420

Child status: 0
Real time (s): 27.3728
CPU time (s): 27.3588
CPU user time (s): 26.9379
CPU system time (s): 0.420936
CPU usage (%): 99.9489
Max. virtual memory (cumulated for all children) (KiB): 1316420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.9379
system time used= 0.420936
maximum resident set size= 1081876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270141
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 28

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.141978 second user time and 0.297954 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-17 00:05:12
IDJOB=4096575
IDBENCH=107634
IDSOLVER=2542
FILE ID=node151/4096575-1466114712
RUNJOBID= node151-1466112624-31872
PBS_JOBID= 19904038
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-8_6_18.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096575-1466114712/watcher-4096575-1466114712 -o /tmp/evaluation-result-4096575-1466114712/solver-4096575-1466114712 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466112624-31872 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4096575-1466114712.opb

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

MD5SUM BENCH= e9e419d3a3c23221fd13b36b749ddcbb
RANDOM SEED=1282080500

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
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.54
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.103
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		: 2667.103
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.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.103
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:        30740668 kB
Buffers:           63256 kB
Cached:           162908 kB
SwapCached:        61592 kB
Active:          1247496 kB
Inactive:         171060 kB
Active(anon):    1133620 kB
Inactive(anon):    61036 kB
Active(file):     113876 kB
Inactive(file):   110024 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038988 kB
Dirty:             16324 kB
Writeback:             0 kB
AnonPages:       1139280 kB
Mapped:            10620 kB
Shmem:                 0 kB
Slab:             572508 kB
SReclaimable:      15456 kB
SUnreclaim:       557052 kB
KernelStack:        1448 kB
PageTables:         6280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1284440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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 node151 at 2016-06-17 00:05:39