Trace number 4078704

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 3.36649 3.36825

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111226680.opb
MD5SUM35d60df2826d5cfd1cfef4e444dfafed
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark2.42263
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
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 1190
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:18:07+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-4078704-1465219087.opb"]
0.00/0.01	c use --random-gen="3675987648 2492956379 3606941743 358934385 445396151 243075560 4061658437 2428101343 3022151045 1844835589 3955981917 3878380180 2822781037 1993759329 4254422864 2365211116 734328512 1759111877 3217039719 4122457727 3873966366 1126591978 290335451 492994500 3459325788 912689727 1157563884 2123177572 3487566851 2413445518 2602130147 3369462256 1597227743 3404541956 4224245927 2162402488 780191440 2392617037 775030496 3125930831 1098670976 1187301165 3344513146 2046719576 1352640938 3114399030 3885236539 1469334769 3045079481 2417001058 3036450575 3706415954 2447013054 1838140920 2349698330 4269240181 1119914451 67442029 1895780033 3212375838 4112578506 3567131341 1288260310 2874894743 4173301752 3246586589 511987008 3703301475 3430380631 3804963791 2613551058 694126030 1436929077 3077112665 2598788053 1678521053 912473541 852706155 1350518561 2165436357 2320950090 3759867387 2880522503 4048487573 315338846 3434636232 818182509 4217828314 2441430967 304921606 625148558 502605679 2684485708 2334853343 3723008298 3702310685 1004533353 3376435104 778801739 746070822 3680655641 1821228283 861773893 662671528 1017046039 1497196630 1954501224 294401354 791879436 1819818622 2972517057 1574275581 4059357496 2508694875 868861515 785383343 994543930 1059754959 3374768577 1770548982 2275564487 3178178110 1879129628 2265834944 403246593 797201585 2175876927 2395902434 605099768 2235156158 4285644627 4240332931 1517627181 1769801892 1999393202 2264637069 2450366162 4030007648 4052251425 3983668944 1851839447 688073259 2621140146 4238674393 3727081066 2216699217 1508499463 4004377968 3920918622 3064866923 3523633233 4058655956 302936242 1511964936 1034667609 3339334358 3599085412 1840676916 1073376049 132863476 1512619338 2459762548 1493975987 3416844636 40926836 2257150010 3464281071 30690721 1944777256 3495465664 3862725081 3302437718 3488926782 2781583999 1572311478 1322836565 1800788748 2120614117 3105799089 1792844412 284487644 925410812 3221832615 2778846757 2505867246 1960385325 2965006757 1950932875 2959028077 1821342962 3489682397 274060065 2716309890 660851986 1512232475 372875570 91967994 2702900347 2670054533 884348357 1715322687 255626490 4154686191 79104315 967489418 3387754256 421138224 1971561253 3458843159 3976516992 3938780160 783301457 165450438 526499988 391496845 847682451 2920559353 102488373 3911432909 1829961829 539542267 1831422672 2909162567 2914551572 1287332746 2891038863 4187792527 2575123931 248291669 1642234213 795814654 1334018062 2446894599 3089002628 3793513996 4172330788 2594555461 2910746541 1719039891 1519588354 2354626665 2552392388 1036167931 3035496950 3852948612 3352335232 3484809130 3316828458 283160688 1636318256 3236223289 1087616310 3327624362 1001654648 2449117337 2743293866 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 |      125 |      100 |       90      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      336 |      250 |      100      1 |        0 |        0
0.00/0.07	c  0.1s |       3 |      688 |      475 |      111      4 |        0 |        0
0.09/0.11	c  0.1s |       4 |     1153 |      813 |      123      7 |        0 |        0
0.09/0.18	c  0.2s |       5 |     1903 |     1320 |      136     12 |        0 |        0
0.18/0.27	c  0.3s |       6 |     2972 |     2081 |      165     19 |        0 |        0
0.39/0.41	c  0.4s |       7 |     4659 |     3223 |      182     28 |        0 |        0
0.59/0.62	c  0.6s |       8 |     7093 |     4936 |      201     39 |        1 |        0
0.69/0.95	c  0.9s |       9 |    10594 |     7506 |      222     55 |        2 |        0
1.39/1.47	c  1.5s |      10 |    15914 |    11361 |      245     79 |        3 |        0
1.99/2.06	c  2.0s |      11 |    24026 |    17144 |      270    111 |        6 |        0
2.79/2.86	c  2.8s |      12 |    36087 |    25819 |      297    146 |       16 |        0
3.29/3.30	c  3.3s |      12 |    42021 |    30235 |      297    157 |      159 |       40
3.29/3.30	c #cpu_time = 3.279s
3.29/3.30	c #wall_clock_time = 3.287s
3.29/3.30	c #decision = 42021
3.29/3.30	c #random_decision = 105
3.29/3.30	c #conflict = 30235
3.29/3.30	c #restart = 12
3.29/3.30	s UNSATISFIABLE
3.29/3.30	c total CPU time = 3.298s
3.29/3.30	c total wall clock time = 3.306s

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-4078704-1465219087/watcher-4078704-1465219087 -o /tmp/evaluation-result-4078704-1465219087/solver-4078704-1465219087 -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-4078704-1465219087.opb 

pid=27141
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.17 2.12 2.10 3/261 27144
/proc/meminfo: memFree=30990980/32872528 swapFree=9196/9196
[pid=27144] ppid=27141 vsize=1106364 CPUtime=0 cores=0-3,8-11
/proc/27144/stat : 27144 (toysat) R 27141 27144 25889 0 -1 4202496 4193 0 0 0 0 0 0 0 20 0 4 0 103750701 1132916736 5066 33554432000 4194304 16246674 140736402949232 140736402948656 13880264 0 2 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27144/statm: 277103 5074 441 2943 0 273997 0
[pid=27144/tid=27145] ppid=27141 vsize=1127868 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27145/stat : 27145 (toysat) S 27141 27144 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103750701 1154936832 5148 33554432000 4194304 16246674 140736402949232 140611044748528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27144/tid=27146] ppid=27141 vsize=1132988 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27146/stat : 27146 (toysat) S 27141 27144 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103750701 1160179712 5168 33554432000 4194304 16246674 140736402949232 140611034258672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27144/tid=27147] ppid=27141 vsize=1137084 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27147/stat : 27147 (toysat) S 27141 27144 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103750701 1164374016 5187 33554432000 4194304 16246674 140736402949232 140610921032880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0

[startup+0.100241 s]
/proc/loadavg: 2.17 2.12 2.10 3/261 27144
/proc/meminfo: memFree=30990980/32872528 swapFree=9196/9196
[pid=27144] ppid=27141 vsize=1218116 CPUtime=0.09 cores=0-3,8-11
/proc/27144/stat : 27144 (toysat) R 27141 27144 25889 0 -1 4202496 18845 0 0 0 6 3 0 0 20 0 4 0 103750701 1247350784 19706 33554432000 4194304 16246674 140736402949232 140736402948656 5602147 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27144/statm: 304529 19713 728 2943 0 301423 0
[pid=27144/tid=27145] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27145/stat : 27145 (toysat) S 27141 27144 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 19716 33554432000 4194304 16246674 140736402949232 140611044748528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27144/tid=27146] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27146/stat : 27146 (toysat) S 27141 27144 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 19718 33554432000 4194304 16246674 140736402949232 140611034258672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27144/tid=27147] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27147/stat : 27147 (toysat) S 27141 27144 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 19722 33554432000 4194304 16246674 140736402949232 140610921032880 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.200473 s]
/proc/loadavg: 2.17 2.12 2.10 3/261 27144
/proc/meminfo: memFree=30990980/32872528 swapFree=9196/9196
[pid=27144] ppid=27141 vsize=1218116 CPUtime=0.18 cores=0-3,8-11
/proc/27144/stat : 27144 (toysat) R 27141 27144 25889 0 -1 4202496 33295 0 0 0 14 4 0 0 20 0 4 0 103750701 1247350784 34157 33554432000 4194304 16246674 140736402949232 140736402948656 5667714 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27144/statm: 304529 34161 728 2943 0 301423 0
[pid=27144/tid=27145] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27145/stat : 27145 (toysat) S 27141 27144 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 34164 33554432000 4194304 16246674 140736402949232 140611044748528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27144/tid=27146] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27146/stat : 27146 (toysat) S 27141 27144 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 34169 33554432000 4194304 16246674 140736402949232 140611034258672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27144/tid=27147] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27147/stat : 27147 (toysat) S 27141 27144 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 34171 33554432000 4194304 16246674 140736402949232 140610921032880 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.300485 s]
/proc/loadavg: 2.17 2.12 2.10 3/261 27144
/proc/meminfo: memFree=30990980/32872528 swapFree=9196/9196
[pid=27144] ppid=27141 vsize=1218116 CPUtime=0.29 cores=0-3,8-11
/proc/27144/stat : 27144 (toysat) R 27141 27144 25889 0 -1 4202496 47530 0 0 0 22 7 0 0 20 0 4 0 103750701 1247350784 48391 33554432000 4194304 16246674 140736402949232 140736402948656 5669490 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27144/statm: 304529 48397 728 2943 0 301423 0
[pid=27144/tid=27145] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27145/stat : 27145 (toysat) S 27141 27144 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 48400 33554432000 4194304 16246674 140736402949232 140611044748528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27144/tid=27146] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27146/stat : 27146 (toysat) S 27141 27144 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 48402 33554432000 4194304 16246674 140736402949232 140611034258672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27144/tid=27147] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27147/stat : 27147 (toysat) S 27141 27144 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 48405 33554432000 4194304 16246674 140736402949232 140610921032880 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.700414 s]
/proc/loadavg: 2.17 2.12 2.10 3/261 27144
/proc/meminfo: memFree=30990980/32872528 swapFree=9196/9196
[pid=27144] ppid=27141 vsize=1218116 CPUtime=0.69 cores=0-3,8-11
/proc/27144/stat : 27144 (toysat) R 27141 27144 25889 0 -1 4202496 105669 0 0 0 55 14 0 0 20 0 4 0 103750701 1247350784 106530 33554432000 4194304 16246674 140736402949232 140736402931136 5675357 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27144/statm: 304529 106536 729 2943 0 301423 0
[pid=27144/tid=27145] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27145/stat : 27145 (toysat) S 27141 27144 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 106540 33554432000 4194304 16246674 140736402949232 140611044748528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27144/tid=27146] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27146/stat : 27146 (toysat) S 27141 27144 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 106546 33554432000 4194304 16246674 140736402949232 140611034258672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27144/tid=27147] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27147/stat : 27147 (toysat) S 27141 27144 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 106548 33554432000 4194304 16246674 140736402949232 140610921032880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.16 2.12 2.10 3/265 27148
/proc/meminfo: memFree=30282144/32872528 swapFree=9196/9196
[pid=27144] ppid=27141 vsize=1218116 CPUtime=1.48 cores=0-3,8-11
/proc/27144/stat : 27144 (toysat) R 27141 27144 25889 0 -1 4202496 220924 0 0 0 118 30 0 0 20 0 4 0 103750701 1247350784 221785 33554432000 4194304 16246674 140736402949232 140736402931136 13954518 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27144/statm: 304529 221796 729 2943 0 301423 0
[pid=27144/tid=27145] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27145/stat : 27145 (toysat) S 27141 27144 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 221802 33554432000 4194304 16246674 140736402949232 140611044748528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27144/tid=27146] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27146/stat : 27146 (toysat) S 27141 27144 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 221806 33554432000 4194304 16246674 140736402949232 140611034258672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27144/tid=27147] ppid=27141 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27147/stat : 27147 (toysat) S 27141 27144 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103750701 1247350784 221809 33554432000 4194304 16246674 140736402949232 140610921032880 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.16 2.12 2.10 3/265 27148
/proc/meminfo: memFree=30005872/32872528 swapFree=9196/9196
[pid=27144] ppid=27141 vsize=1306180 CPUtime=3.09 cores=0-3,8-11
/proc/27144/stat : 27144 (toysat) R 27141 27144 25889 0 -1 4202496 267324 0 0 0 272 37 0 0 20 0 4 0 103750701 1337528320 268165 33554432000 4194304 16246674 140736402949232 140736402932232 5600076 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27144/statm: 326545 268165 796 2943 0 323439 0
[pid=27144/tid=27145] ppid=27141 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27145/stat : 27145 (toysat) S 27141 27144 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103750701 1337528320 268165 33554432000 4194304 16246674 140736402949232 140611044748528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27144/tid=27146] ppid=27141 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27146/stat : 27146 (toysat) S 27141 27144 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103750701 1337528320 268165 33554432000 4194304 16246674 140736402949232 140611034258672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27144/tid=27147] ppid=27141 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27147/stat : 27147 (toysat) S 27141 27144 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103750701 1337528320 268165 33554432000 4194304 16246674 140736402949232 140610921032880 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) 1306180

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

[startup+3.3004 s]
/proc/loadavg: 2.16 2.12 2.10 3/265 27148
/proc/meminfo: memFree=30005872/32872528 swapFree=9196/9196
[pid=27144] ppid=27141 vsize=1306180 CPUtime=3.29 cores=0-3,8-11
/proc/27144/stat : 27144 (toysat) R 27141 27144 25889 0 -1 4202496 267324 0 0 0 292 37 0 0 20 0 4 0 103750701 1337528320 268165 33554432000 4194304 16246674 140736402949232 140736402932232 5532310 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/27144/statm: 326545 268165 796 2943 0 323439 0
[pid=27144/tid=27145] ppid=27141 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27145/stat : 27145 (toysat) S 27141 27144 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 103750701 1337528320 268165 33554432000 4194304 16246674 140736402949232 140611044748528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=27144/tid=27146] ppid=27141 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27146/stat : 27146 (toysat) S 27141 27144 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 103750701 1337528320 268165 33554432000 4194304 16246674 140736402949232 140611034258672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=27144/tid=27147] ppid=27141 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/27144/task/27147/stat : 27147 (toysat) S 27141 27144 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 103750701 1337528320 268165 33554432000 4194304 16246674 140736402949232 140610921032880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 3.36825
CPU time (s): 3.36649
CPU user time (s): 2.92855
CPU system time (s): 0.437933
CPU usage (%): 99.9475
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.92855
system time used= 0.437933
maximum resident set size= 1072704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267336
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= 23
involuntary context switches= 4

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022996 second user time and 0.025996 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-06 15:18:07
IDJOB=4078704
IDBENCH=1224
IDSOLVER=2542
FILE ID=node132/4078704-1465219087
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.1111226680.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078704-1465219087/watcher-4078704-1465219087 -o /tmp/evaluation-result-4078704-1465219087/solver-4078704-1465219087 -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-4078704-1465219087.opb

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

MD5SUM BENCH= 35d60df2826d5cfd1cfef4e444dfafed
RANDOM SEED=1793664269

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:        30990964 kB
Buffers:            6188 kB
Cached:            70952 kB
SwapCached:         3236 kB
Active:          1141960 kB
Inactive:          20600 kB
Active(anon):    1084584 kB
Inactive(anon):     3236 kB
Active(file):      57376 kB
Inactive(file):    17364 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094516 kB
Dirty:             16656 kB
Writeback:             0 kB
AnonPages:       1092628 kB
Mapped:            10352 kB
Shmem:                 0 kB
Slab:             572840 kB
SReclaimable:      12188 kB
SUnreclaim:       560652 kB
KernelStack:        2200 kB
PageTables:         6160 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:   1077248 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:18:10